discuss-gnustep
[Top][All Lists]
Advanced

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

Cannot install base with current cvs


From: Andreas Hoeschler
Subject: Cannot install base with current cvs
Date: Fri, 4 Jul 2003 11:33:43 +0200

Hi all,

I just did

cvs -z3 -d :pserver:anoncvs@cvs.gnustep.org:/cvsroot/gnustep update -Pd core

and was able to configure and build the current version. However, "make install" produces the following error message.

...
make[1]: Leaving directory `/usr/share/src/core/base/NSCharacterSets'
Making install in NSTimeZones...
make[1]: Entering directory `/usr/share/src/core/base/NSTimeZones'
cp NSTimeZones.tar /opt/GNUstep/System/Libraries/Resources/gnustep-base; \
cd /opt/GNUstep/System/Libraries/Resources/gnustep-base; \
if [ -f NSTimeZones/localtime ]; then \
cp NSTimeZones/localtime /tmp/localtime.tmp; \
else \
rm -f /tmp/localtime.tmp; \
fi; \
rm -rf NSTimeZones; \
tar -xf NSTimeZones.tar; \
rm -f NSTimeZones.tar; \
if [ -f /tmp/localtime.tmp ]; then \
cp /tmp/localtime.tmp NSTimeZones/localtime; \
rm -f /tmp/localtime.tmp; \
fi
/bin/sh: /opt/GNUstep/System/Libraries/Resources/gnustep-base: not a directory
make[1]: *** [after-install] Error 1
make[1]: Leaving directory `/usr/share/src/core/base/NSTimeZones'
make: *** [internal-install] Error 2

Any idea what' wrong here? /opt/GNUstep/System/Libraries/Resources/gnustep-base indeed is a file. I removed it and retried. Same message!

Thanks a lot,

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]