When rebuilding from the source rpms on x86_64 on Fedora Core 1 with all updates I am getting the following error. ... RPM build errors: File not found: /var/tmp/samba-3.0.4-root/usr/lib64/samba/vfs File not found: /var/tmp/samba-3.0.4-root/usr/lib64/samba/lowcase.dat File not found: /var/tmp/samba-3.0.4-root/usr/lib64/samba/upcase.dat File not found: /var/tmp/samba-3.0.4-root/usr/lib64/samba/valid.dat File not found by glob: /var/tmp/samba-3.0.4-root/usr/lib64/samba/charset/CP*.so File not found by glob: /var/tmp/samba-3.0.4-root/usr/lib64/samba/*.msg -------------------------------------- This builds fine on my Fedora Core 1 i386 system so I am thinking it has something to do with the building just on x86_64 platforms.
pleas retest against 3.0.11. I thought we fixed this.
Problem still exists. RPM build errors: File not found: /var/tmp/samba-3.0.11-root/usr/lib64/samba/vfs File not found: /var/tmp/samba-3.0.11-root/usr/lib64/samba/lowcase.dat File not found: /var/tmp/samba-3.0.11-root/usr/lib64/samba/upcase.dat File not found: /var/tmp/samba-3.0.11-root/usr/lib64/samba/valid.dat File not found by glob: /var/tmp/samba-3.0.11-root/usr/lib64/samba/charset/CP*.so File not found by glob: /var/tmp/samba-3.0.11-root/usr/lib64/samba/*.msg
Thanks. I'll try to find an x86_64 box to debug this on. If I can't find one I'll send you some patches.
I have a fedora core 3 X86_64 box at home. I can try this (but might be after LW). Jeremy
Created attachment 1494 [details] 3.0.20a specfile patch This is the changes I made to get the fc4 rpm to build on x86_64
For the record I am having the same problem building the fc4 rpm on x86_64. The patch I attached above WORKSFORME, although I suspect there is a better way to do this.
on 64 bit Linux platforms we should use /usr/lib64/ This will finially be fixed in 3.0.21b. Thanks for the patch though.