Hide Forgot
Description of problem: target=ppc64 libdir=/usr/lib libdir should be /usr/lib64 this effects building ppc64 on Fedora 5, 6 and devel I can provide a testing platform if needed. I would love to see this fixed for Fedora 7 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This is fiexed by setting arch from --target in rpm-4.4.6 and later for 6+ months now. UPSTREAM
This is a blocker for F7 without a fix we wont have a ppc64 release
Paul the rpm you gave me to test fixes this issue. can we get packages built for FC-6 and devel before Friday please.
I have the opposite problem with %{_lib} : On a Mac G5 (PPC64), rpmbuild --rebuild --target ppc glibc-2.5.12.src.rpm ... + mkdir -p /var/tmp/glibc-2.5-root/lib64/rtkaio + mv '/var/tmp/glibc-2.5-root/lib64/librtkaio-*.so' /var/tmp/glibc-2.5-root/lib64/rtkaio/ mv: cannot stat '/var/tmp/glibc-2.5-root/lib64/librtkaio-*.so': No such file or directory This comes from line 990 in the specfile. "mv $RPM_BUILD_ROOT/%{_lib}/blah... $RPM_BUILD_ROOT/lib/librtkaio-2.5.so is built as it should be. $RPM_BUILD_ROOT/lib64/ contains the newly created directory rtkaio and nothing else. Building with --define "_lib lib" works around the problem. Using rpm-build-4.4.2-32 on FC6. > Paul the rpm you gave me to test fixes this issue. Is this rpm publicly available somewhere as a src.rpm?
*** Bug 160572 has been marked as a duplicate of this bug. ***
*** Bug 208059 has been marked as a duplicate of this bug. ***
The patch hinted in comment #3 is unavaliable through FC cvs or rpm.org repository.
AFAICT this has been fixed in F7 quite some time ago. Jeff, the patch in question is here: http://hg.rpm.org/rpm?cs=a3800aac8945;style=raw