Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19627 - [libtorrent-rasterbar] should be configured with cmake instead of ./configure
Attached to Project:
Arch Linux
Opened by Alexander Drozdov (adrozdov) - Friday, 28 May 2010, 15:40 GMT
Last edited by Ionut Biru (wonder) - Friday, 25 June 2010, 11:20 GMT
Opened by Alexander Drozdov (adrozdov) - Friday, 28 May 2010, 15:40 GMT
Last edited by Ionut Biru (wonder) - Friday, 25 June 2010, 11:20 GMT
|
DetailsDescription:
Autotools based configure system of libtorrent now unsupported also it provide some limitations like imposible to use large files (flag _FILE_OFFSET_BITS=64 is not set, with cmake it setup by default) Additional info: * package version(s): 0.15.0-4 |
This task depends upon
Closed by Ionut Biru (wonder)
Friday, 25 June 2010, 11:20 GMT
Reason for closing: Not a bug
Additional comments about closing: reopen when they actually have a working cmake compilation method
Friday, 25 June 2010, 11:20 GMT
Reason for closing: Not a bug
Additional comments about closing: reopen when they actually have a working cmake compilation method
about the _FILE_OFFSET_BITS=64, i really don't know what are you talking about. even using autools the flag is set up correctly for i686.
[code]
checking for _FILE_OFFSET_BITS value needed for large files... 64
[/code]
[code]
Config results:
-=-=-=-=-=-=-=-=-
Package:
name: libtorrent-rasterbar
version: 0.15.0
svn revision: 3323
Build environment:
build system: i686-pc-linux-gnu
host system: i686-pc-linux-gnu
target system: i686-pc-linux-gnu
Compiler and linker flags:
CPPFlags: -I/usr/include
CFlags: -lpthread -march=i686 -mtune=generic -O2 -pipe
CXXFlags: -march=i686 -mtune=generic -O2 -pipe
LDFlags: -L/usr/lib -Wl,--hash-style=gnu -Wl,--as-needed
Libs: -lz -lrt
Defs: -DPACKAGE_NAME=\"libtorrent-rasterbar\" -DPACKAGE_TARNAME=\"libtorrent-rasterbar\" -DPACKAGE_VERSION=\"0.15.0\" -DPACKAGE_STRING=\"libtorrent-rasterbar\ 0.15.0\" -DPACKAGE_BUGREPORT=\"arvid@cs.umu.se\" -DPACKAGE_URL=\"http://www.libtorrent.org\" -DPACKAGE=\"libtorrent-rasterbar\" -DVERSION=\"0.15.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_BOOST=1 -DTORRENT_USE_POSIX_MEMALIGN=1 -DHAVE_BOOST_SYSTEM=1 -DHAVE_BOOST_FILESYSTEM=1 -DHAVE_BOOST_THREAD=1 -D_FILE_OFFSET_BITS=64 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETHOSTBYNAME_R=1 -DGETHOSTBYNAME_R_RETURNS_INT=1 -DHAVE_LIBRT=1 -DNDEBUG=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_PYTHON=\"2.6\" -DHAVE_BOOST_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LINUX_FIEMAP_H=1 -DWITH_SHIPPED_GEOIP_H=1 -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE=1 -DTORRENT_BUILDING_SHARED=1
[/code]
note the Defs flags. not to mention that the flag is present in compilation. do make V=1 to see it
if you really want this feature, you should consider fix it or report it upstream