[Bug 243254] Review Request: arm-gp2x-linux-zlib - Cross Compiled zlib Library targeted at arm-gp2x-linux

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 6 12:33:19 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: arm-gp2x-linux-zlib - Cross Compiled zlib Library targeted at arm-gp2x-linux


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243254





------- Additional Comments From kevin at tigcc.ticalc.org  2007-08-06 08:33 EST -------
This one tries to call ldconfig during the build process:
> cd /var/tmp/arm-gp2x-linux-zlib-1.2.3-5.fc7-root/usr/arm-gp2x-linux/lib; if 
test -f libz.so.1.2.3; then \
>           rm -f libz.so libz.so.1; \
>           ln -s libz.so.1.2.3 libz.so; \
>           ln -s libz.so.1.2.3 libz.so.1; \
>           (ldconfig || true)  >/dev/null 2>&1; \
>         fi
which is a big no-no (package builds aren't supposed to touch the running 
system), even more so for a cross-compiling package. ;-)


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list