[opensuse-packaging] rpmbuild glibc for OpenSuse?
Greetings. I am trying to rebuild glibc under OpenSUSE 10.3, optimizing for CPU, and am running into a peculiar problem. I am running the command: rpmbuild -bb --target athlon glibc.spec from /usr/src/packages/SPECS, with the glibc .src.rpm for 2.6.1 installed; and all goes very well, until rather near the end: + cd .. + export RPM_BUILD_ROOT + mkdir -p /var/tmp/glibc-2.6.1-build/lib/obsolete + cp -av bits/stdio-lock.h /var/tmp/glibc-2.6.1-build/usr/include/bits/stdio-lock.h `bits/stdio-lock.h' -> `/var/tmp/glibc-2.6.1-build/usr/include/bits/stdio-lock.h' + install -m 0700 glibc_post_upgrade /var/tmp/glibc-2.6.1-build/usr/sbin + mkdir -p /var/tmp/glibc-2.6.1-build/usr/include/resolv + install -m 0644 resolv/mapv4v6addr.h /var/tmp/glibc-2.6.1-build/usr/include/resolv/ + install -m 0644 resolv/mapv4v6hostent.h /var/tmp/glibc-2.6.1-build/usr/include/resolv/ + mkdir -p /var/tmp/glibc-2.6.1-build/usr/share/doc/glibc + cp -p 'manual/libc/*.html' /var/tmp/glibc-2.6.1-build/usr/share/doc/glibc cp: cannot stat `manual/libc/*.html': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.66519 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.66519 (%install) Should I be using a tool other than rpmbuild? Or is there a package I am missing? I have tried a number of things, but haven't been able to figure it out. J.E.B. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Tuesday 27 November 2007, Jonathan E. Brickman wrote:
Should I be using a tool other than rpmbuild?
We use "build" or "osc build" to build the packages in a controlled chroot environment with a defined list of packages.
Or is there a package I am missing? I have tried a number of things, but haven't been able to figure it out.
does it work without --target? if yes, then you found a bug in our buildsystem (we only build optimized for i586 and again for i686 (two different trees). if it doesn`t, you found a bug in your setup. Greetings, Dirk -- RPMLINT information under http://en.opensuse.org/Packaging/RpmLint --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Or is there a package I am missing? I have tried a number of things, but haven't been able to figure it out.
does it work without --target? if yes, then you found a bug in our buildsystem (we only build optimized for i586 and again for i686 (two different trees). if it doesn`t, you found a bug in your setup.
Greetings, Dirk
I will try build in the future (I don't know if I have enough disk space); rpmbuild with default opts, shortly. J.E.B. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Dirk Mueller
-
Jonathan E. Brickman