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@xxxxxxxxxxxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review