[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
missing rpmlog.[hc]
- From: Johnny Accot <accot cena fr>
- To: rpm-list redhat com
- Subject: missing rpmlog.[hc]
- Date: Mon, 11 Sep 2000 13:28:27 +0200
Hi,
Since rpm-4.0-0.67, I've not been able to build a new rpm
package from the CVS database. Basically, rpmlog.h and
rpmlog.c seem to be missing. Anything I can do to get those?
Thanks in advance,
J. Accot
PS: from a fresh cvs checkout, doing a 'autogen.sh'
and a 'make dist' bails out saying:
----
[accot@obane rpm]# make dist
rm -rf rpm-4.1
mkdir rpm-4.1
chmod 777 rpm-4.1
here=`cd . && pwd`; \
top_distdir=`cd rpm-4.1 && pwd`; \
distdir=`cd rpm-4.1 && pwd`; \
cd . \
&& automake --include-deps --build-dir=$here --srcdir-name=.
--output-dir=$top_distdir --foreign Makefile
/bin/sh ./mkinstalldirs rpm-4.1/autodeps rpm-4.1/po rpm-4.1/python
mkdir rpm-4.1/autodeps
mkdir rpm-4.1/po
mkdir rpm-4.1/python
for subdir in intl po popt rpmio lib build misc tools scripts tests doc .;
do \
if test "$subdir" = .; then :; else \
test -d rpm-4.1/$subdir \
|| mkdir rpm-4.1/$subdir \
|| exit 1; \
chmod 777 rpm-4.1/$subdir; \
(cd $subdir && make top_distdir=../rpm-4.1 distdir=../rpm-4.1/$subdir
distdir) \
|| exit 1; \
fi; \
done
make[1]: Entering directory `/export/home/src/rpm/intl'
if test "rpm" = gettext; then \
additional="libintl.glibc intlh.inst.in"; \
else \
additional="VERSION"; \
fi; \
for file in ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed
gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c
dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c
textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c
$additional; do \
ln ./$file ../rpm-4.1/intl 2> /dev/null \
|| cp -p ./$file ../rpm-4.1/intl; \
done
make[1]: Leaving directory `/export/home/src/rpm/intl'
make[1]: Entering directory `/export/home/src/rpm/po'
make rpm.pot
make[2]: Entering directory `/export/home/src/rpm/po'
make[2]: *** No rule to make target `../rpmio/rpmlog.c', needed by
`rpm.pot'. Stop.
make[2]: Leaving directory `/export/home/src/rpm/po'
make[1]: *** [update-po] Error 2
make[1]: Leaving directory `/export/home/src/rpm/po'
make: *** [distdir] Error 1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]