I am trying to add sed to 8.0 and get the following error when doing rpm --rebuild:> /usr/bin/bzip2 -d
+ patch -p0 -s + STATUS=0 + '[' 0 -ne 0 ']' + rm -f acinclude.m4 acconfig.h + AUTOMAKE_DIR=/usr/share/automake* + '[' -d /usr/share/automake-1.6 ']' + test -f ./config.sub -a '!' ./config.sub -ef /usr/share/automake-1.6/config.sub + test -d . -a '!' -f ./depcomp -a -f /usr/share/automake-1.6/depcomp + cp -f /usr/share/automake-1.6/depcomp ./depcomp + echo 'please add depcomp to sources for new automake!' please add depcomp to sources for new automake! + test -f ./missing -a '!' ./missing -ef /usr/share/automake-1.6/missing + cp -f /usr/share/automake-1.6/missing ./missing + test -f ./config.guess -a '!' ./config.guess -ef /usr/share/automake-1.6/config.guess + test -d . -a '!' -f ./depcomp -a -f /usr/share/automake-1.6/depcomp + test -f ./missing -a '!' ./missing -ef /usr/share/automake-1.6/missing + cp -f /usr/share/automake-1.6/missing ./missing + test -f ./ltconfig + test -f ./ltmain.sh + autoreconf --force --install aclocal: configure.in: 69: macro `AM_GNU_GETTEXT' not found in library autoreconf: aclocal failed with exit status: 1 Bad exit status from /var/tmp/rpm-tmp.98502 (%prep) what am I doing wrong. TIA David
I am trying to add sed to 8.0 and get the following error when doing rpm --rebuild:> /usr/bin/bzip2 -d
Ignoring the fact that you could just install it off the CDs...
aclocal: configure.in: 69: macro `AM_GNU_GETTEXT' not found in library autoreconf: aclocal failed with exit status: 1 Bad exit status from /var/tmp/rpm-tmp.98502 (%prep) what am I doing wrong.
Looks like you don't have gettext installed... -- James Ogley, Webmaster, Rubber Turnip james@rubberturnip.org.uk http://www.rubberturnip.org.uk Jabber: riggwelter@myjabber.net Using Free Software since 1994, running GNU/Linux (SuSE 8.1). GNOME updates for SuSE: http://www.usr-local-bin.org
participants (2)
-
DB Troll
-
James Ogley