Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2000 19:02:18 -0800
From:      Kent Stewart <kstewart@urx.com>
To:        Matt Harrington <matt@msg.ucsf.edu>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: installworld fails at Perl installation
Message-ID:  <3A022ABA.E525CC0A@urx.com>
References:  <20001102161013.A7356@mello.ucsf.edu>

next in thread | previous in thread | raw e-mail | index | archive | help


Matt Harrington wrote:
> 
> This is my first time with upgrading, so perhaps I'm missing something
> obvious.  I tried "make installworld" in single-user mode and get a
> failure when installing Perl.  The failure is appended below.  Any
> thoughts?  I haven't touched the Ports collection -- it's still the one
> from the 4.1 CD.  Could this be it?

I had this happen and have seen it happen a few times. You need to add
chmod to Makefile.inc1 at line 301. That will let it chmod the file
and it will be happy.

Kent

> 
> Details:
> 
> orig OS = 4.1-RELEASE
> cvsup'ed RELENG_4
> cd /usr/src
> make buildworld
> make buildkernel KERNEL=MYKERNEL  (generic)
> make installkernel KERNEL=MYKERNEL
> remade devices in /dev
> reboot in single user mode
> make installworld  (fails, see below)
> 
> ===> gnu/usr.bin/perl/library/SDBM_File
> cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File
> ; make -B i
> nstall  INSTALLPRIVLIB=/usr/libdata/perl/5.00503
> INSTALLARCHLIB=/usr/libdata/pe
> rl/5.00503/mach
> cd sdbm && make all
> rm -rf libsdbm.a
> ar cr libsdbm.a sdbm.o  pair.o  hash.o && : libsdbm.a
> chmod 755 libsdbm.a
> chmod:No such file or directory
> *** Error code 1
> 
> Stop in
> /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File/sdbm.
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl/library/SDBM_File.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl/library.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin.
> *** Error code 1
> 
> Stop in /usr/src/gnu.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A022ABA.E525CC0A>