[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Problems compiling rpm4.0.1 on Raq2
- Subject: [cobalt-developers] Problems compiling rpm4.0.1 on Raq2
- From: "phobo" <antiphobo@xxxxxxxxxxxxxxx>
- Date: Wed May 16 09:45:27 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I'm trying to compile rpm-4.0.1, having installed the following dependencies
autoconf-2.13
automake-1.4-p1
db-3.2.9
gettext-0.10.37
libtool-1.3.5
rpm-4.0.1
configuring seems to work, but when making, it can't find a command/program
called "no". Does anyone know what this program belongs to and where to get
it, or if it's even a program at all (and there's a bug in this makefile)
Any help would be primo
Sig
Here's the make output
[root rpm-4.0.1]# make
make all-recursive
make[1]: Entering directory `/usr/src/rpm-4.0.1'
Making all in intl
make[2]: Entering directory `/usr/src/rpm-4.0.1/intl'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts intl-compat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts bindtextdom.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts dcgettext.c
dcgettext.c:102: warning: function declaration isn't a prototype
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts dgettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts gettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts finddomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts loadmsgcat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts localealias.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts textdomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts l10nflist.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/s
hare/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFI
G_H -I.. -I. -I../intl -I../lib -g -O2 -D_GNU_SOURCE -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o
gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o
explodename.o
ranlib libintl.a
make[2]: Leaving directory `/usr/src/rpm-4.0.1/intl'
Making all in po
make[2]: Entering directory `/usr/src/rpm-4.0.1/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-4.0.1/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rpm-4.0.1'
make: *** [all-recursive-am] Error 2