Opened 15 years ago
Closed 15 years ago
#431 closed Bug (fixed)
Large file support broken under Linux (Gentoo) with fix
Reported by: | svip | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 0.92 |
Component: | libtransmission | Version: | 0.95 |
Severity: | Normal | Keywords: | |
Cc: |
Description
glibc requires -D_FILE_OFFSET_BITS=64 for large file support, without it all file sizes use 32-bit values.
Change History (6)
comment:1 Changed 15 years ago by charles
- Component changed from Transmission to libtransmission
- Owner changed from somebody to charles
- Status changed from new to assigned
comment:2 Changed 15 years ago by charles
AC_SYS_LARGEFILE, apparently...
comment:3 Changed 15 years ago by charles
Fixed in r3636.
comment:4 Changed 15 years ago by charles
svip: could you do an svn checkout and test whether or not the AC_SYS_LARGEFILE addition is enough on Gentoo?
comment:5 Changed 15 years ago by charles
- Milestone changed from None Set to 0.92
comment:6 Changed 15 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
confirmed by Lacrocivious in #transmission channel :)
Note: See
TracTickets for help on using
tickets.
is there an autoconf/automake test for this to make life easier?