"Stephen Williams" <1mc9i5i02@sneakemail.com> writes:
This is actually a distribution problem and not an AMD64 problem, but it is an AMD64 distribution, ...
Anyhow, my source rpms for Icarus Verilog cause lots of warnings when I use "rpm --rebuild iverilog-0.7.20030815-0.src.rpm" to rebuild the package. Warnings like:
I call /usr/sbin/Check... + /usr/sbin/Check rm: cannot remove `/usr/share/info/dir.bak.gz': Permission denied gzip: /usr/share/info/dir.bak.gz: Permission denied -rw-r--r-- 1 root root 503 2003-07-17 07:06 /usr/share/info/dir.bak.gz rm: cannot remove `/usr/share/man/man1/gimp-1.2.1.gz': Permission denied gzip: /usr/share/man/man1/gimp-1.2.1.gz: Permission denied -rw-r--r-- 1 root root 5318 2003-07-09 06:53 /usr/share/man/man1/gimp-1.2.1.gz
In fact, it appears that the subcommands are not using the BUILD_ROOT that is there to allow for non-root rebuilds of packages. It may be that an old version of rpm is being used.
The srpms in question is here:
<ftp://ftp.icarus.com/pub/eda/verilog/snapshots/precompiled/verilog-0.7.20030815-0.src.rpm>
I just tried to build this as normal user and had no problems: + RPM_BUILD_ROOT=/tmp/ivl + export RPM_BUILD_ROOT + test -x /usr/sbin/Check -a 659 = 0 -o -x /usr/sbin/Check -a '!' -z /tmp/ivl + echo 'I call /usr/sbin/Check...' I call /usr/sbin/Check... + /usr/sbin/Check + /usr/lib/rpm/brp-compress It could be a bug in an older RPM than the one you used but for me it worked fine here (on 8.2beta), Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126