Re: can't build bash from source RPM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kevin Worthington wrote:
I downloaded bash:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/3/SRPMS/bash-3.0-18.src.rpm
and can not rebuild it on any of my i686 systems. I ran: rpmbuild -ba
bash.spec and it gives me the following:
This program built for i386-redhat-linux-gnu
Report bugs to <bug-make@xxxxxxx>
error: Bad exit status from /tmp/rpm-tmp.8696 (%build)
Any help us appreciated...

Apply the attached patch to bash.spec and try it again.

If it works, I'd suggest raising a bug in bugzilla (if there isn't already an equivalent bug report there).

Paul.
--- bash.spec	2005-01-10 10:19:17.000000000 +0000
+++ bash.spec	2005-01-10 10:19:45.000000000 +0000
@@ -109,7 +109,7 @@
 	export PATH=.:$PATH
 fi
 %configure --with-bash-malloc=no --with-afs
-make CPPFLAGS=`getconf LFS_CFLAGS`
+make CPPFLAGS="`getconf LFS_CFLAGS`"
 make check
 
 %install

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux