Created attachment 287731 [details] Ebuild with fix CIFS mounted shares are not seen. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550449 for details. For some reason "official" fix does not work for me. And yes, I tried eautoconf :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550449#33 works as expected. As upstream is no longer active, I post the fixed ebuild here.
Thanks for the report! (and debian bug) The "official" fix should work AFAIK and (if possible) I'd prefer to add the fix that way, which arch do you use? (probably x86 if you have the problem) After adding AC_SYS_LARGEFILE, configure run does show for me (amd64 so no need to enable these): checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no
Hi Bernard Yeap. I am on x86 arch. Maybe some autotools thingy didn't worked for me.
Created attachment 288959 [details] Updated ebuild Maybe you had a type, can you try with this ebuild? It may also be that the largefile support is not enough, if it does not work, what's the configure output like the ones I pasted?
Created attachment 288961 [details, diff] LFS support patch And the really complicated patch to go along :)
Thanks, Bernard. Your patch works perfectly.
Thanks for reporting and testing! 1.0-r2 is now in tree with this fix