Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2000 20:20:41 +0300
From:      "Igor B. Bykhalo" <goshik@binep.ac.ru>
To:        "-questions@FreeBSD" <freebsd-questions@freebsd.org>
Subject:   4.0S buildworld fails with "mkdir: build: File exists" in libperl
Message-ID:  <01bfaaec$c132d100$0000e9c1@serv2.binep.ac.ru>

next in thread | raw e-mail | index | archive | help
History: one week ago I cvsupped 4.0 sources
and proceeded as in UPDATING - make buildworld,
make install in /sbin/mknod and /sys/modules,
make buildkernel and make installkernel. Then,
I tested kernel and it failed with my 3C509B.
While trying to resolve this issue, I resupped
and tried to buldworld again... no go... It bombed
out with Follwing error in libperl:
(sorry for wrapping)
---
===> libg2c
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/gnu/lib/libg2c/g2c.h  /usr/obj/usr/src/i386/usr/include
sh /usr/src/tools/install.sh -c -o root -g wheel -m 444   libg2c.a /usr/obj/usr/src/i386/usr/lib
sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 444     libg2c.so.1 /usr/obj/usr/src/i386/usr/lib
ln -sf libg2c.so.1 /usr/obj/usr/src/i386/usr/lib/libg2c.so
cd /usr/src/gnu/usr.bin/perl/libperl;  make depend;  make all;  make install
ln -sf /usr/src/gnu/usr.bin/perl/libperl/../libperl/config.SH-elf.i386 config.sh
sh config_h.sh
Extracting config.h (with variable substitutions)
rm -f .depend
mkdep -f
.depend -a    -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl -I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 -I/usr/obj/u
sr/src/i386/usr/include  [...snipped...]
cd /usr/src/gnu/usr.bin/perl/libperl; make _EXTRADEPEND
cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl -I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 -I/usr/obj/usr
/src/i386/usr/include -c /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/perl.c -o perl.o
cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl -I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 -I/usr/obj/usr
/src/i386/usr/include -c /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/gv.c -o gv.o
cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl -I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 -I/usr/obj/usr
/src/i386/usr/include -c /usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/toke.c -o toke.o
mkdir: build: File exists
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

---

Well... I cleaned /usr/obj. Same error. I resupped, made cleandir
twice in /usr/src, cleaned /usr/obj. Same error.

I searched archives and decided to follow the most radical advice:
I deleted /usr/src and /usr/obj and cvsupped sources again
this morning (9 a.m. MSK) from cvsup7.freebsd.org and crypto
from cvsup.de.freebsd.org. And 10 minutes ago buildworld
failed with absolutely the same error.

Can anybody help?

TIA,
Igor






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bfaaec$c132d100$0000e9c1>