On 2015-10-25 20:21:51 [+0100], Andreas Cadhalpun wrote: > Hi, Hi, > On 22.10.2015 21:57, Scott Kitterman wrote: > > Can you look at 0.99 rc1 for Experimental? > > I've imported 0.99~rc1 now into experimental. > Unfortunately upstream started using fts.h, which is > incompatible with Large File Support [1]: > /* The fts interface is incompatible with the LFS interface which > transparently uses the 64-bit file access functions. */ > #ifdef __USE_FILE_OFFSET64 > # error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64" > #endif > > Thus I had to disable LFS. > But since libmspack is compiled with LFS and this is part of the ABI, > we can't use the system libmspack anymore... :(
One could think they do it on purpose. > I can't think of a good solution for this problem. https://sourceware.org/bugzilla/show_bug.cgi?id=11460 But this is not helping. I haven't been looking at it but wouldn't it work to replace fts with ftw()? I mean have no idea what upstream plans to do but if it just about browsing via a directory ftw() should be good enough :) > Best regards, > Andreas Sebastian _______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
