[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems compiling RPM
- To: Linux-IL Mailing list <linux-il(at-nospam)cs.huji.ac.il>
- Subject: problems compiling RPM
- From: Oded Arbel <odeda-linux-il(at-nospam)betalfa.org.il>
- Date: Fri, 13 Jul 2001 14:34:46 +0000 (/etc/localtime)
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hi list !
all of a sudden , I was struck be the weird desire to compile RPM from
source (may it be due to the fact that the version of RPM that comes with
Mandrake 8 does not build from source ? nahh....). so I precuired the
source tarball and did the usuall configure & make procedure, and then
encountered this:
make all-recursive
make[1]: Entering directory `/usr/src/RPM/BUILD/rpm-4.0.2'
Making all in intl
make[2]: Entering directory `/usr/src/RPM/BUILD/rpm-4.0.2/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/RPM/BUILD/rpm-4.0.2/intl'
Making all in po
make[2]: Entering directory `/usr/src/RPM/BUILD/rpm-4.0.2/po'
file=./`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && PATH=../intl:$PATH no -o $file es.po
/bin/sh: no: command not found
make[2]: *** [es.gmo] Error 127
make[2]: Leaving directory `/usr/src/RPM/BUILD/rpm-4.0.2/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/rpm-4.0.2'
make: *** [all-recursive-am] Error 2
I have no idea what it means by that - I have never heard of a utility
called 'no'. from the -o flag I guess someone forgot to put in the command
for the C compiler somewhere. I think this was caused by this setting in
po/Makefile :
GMSGFMT = PATH=../intl:$$PATH no
MSGFMT = no
which I couldn't track back other then to the configure script which
feature an obscure section about setting the correct GMSGFMT for what
reason I could not fathom.
Could anyone please tell me what I'm missing here ?
Thank
Oded
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il