Re: installworld fails on 7.2-RELEASE/amd64

2009-08-10 Thread Alex R
Boris Samorodov wrote: On Tue, 11 Aug 2009 05:17:09 +1000 Alex R wrote: Boris Samorodov wrote: On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote: /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin btxld:No such file or directory *** E

Re: installworld fails on 7.2-RELEASE/amd64

2009-08-10 Thread Boris Samorodov
On Tue, 11 Aug 2009 05:17:09 +1000 Alex R wrote: > Boris Samorodov wrote: > > On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote: > >> /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o > >> boot2.ld -P 1 boot2.bin > >> btxld:No such file or directory > >> *** Error code 1 > > This

Re: installworld fails on 7.2-RELEASE/amd64

2009-08-10 Thread Alex R
Boris Samorodov wrote: On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote: /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin btxld:No such file or directory *** Error code 1 This error (not only with btxld but with some random file) often occure

Re: installworld fails on 7.2-RELEASE/amd64

2009-08-10 Thread Boris Samorodov
On Mon, 10 Aug 2009 18:30:22 +1000 Alex R wrote: > /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o > boot2.ld -P 1 boot2.bin > btxld:No such file or directory > *** Error code 1 This error (not only with btxld but with some random file) often occures when the system timer has

Re: installworld fails on 7.2-RELEASE/amd64

2009-08-10 Thread Alex R
Alex R wrote: I am in the process of deleting /usr/src and completely csup'ing the source tree from scratch, and will try another rebuild, however I am skeptical this will fix anything. This seems to have fixed it... but why... ___ freebsd-questi

Re: Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-02-20 Thread Gregory W. MacPherson
The problem is that both of the files: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME and /usr/share/locale/no_NO.ISO8859-1/LC_TIME ... are symbolic links ... to each other. The solution is to remove one symlink and replace it with a real file as shown below: rm -f /usr/share/locale/no_NO.ISO885

Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-02-02 Thread Anton Shterenlikht
On Sat, Jan 31, 2009 at 08:00:58AM -0900, Mel wrote: > On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote: > > I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual. > > make buildworld, make buildkernel, make installkernel, reboot, > > make installworld fails with > > >

Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-01-31 Thread Mel
On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote: > I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual. > make buildworld, make buildkernel, make installkernel, reboot, > make installworld fails with > > install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many l

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Emanuel Strobl
Am Donnerstag, 10. März 2005 14:53 schrieb J.D. Bronson: > At 07:48 AM 03/10/2005, Pietro Cerutti wrote: > > > shadow# cd /usr/include/dev > > > shadow# ls -al > > > -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica > > > > > > > > > and how do I fix this? > > > >The problem here is that the acp

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Nick Pavlica
Make sure that your system is time synchronized then cvsup, rm files in /usr/obj, etc... This has helped me in the past. --Nick On Thu, 10 Mar 2005 15:46:04 +, Pietro Cerutti <[EMAIL PROTECTED]> wrote: > On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote: > > drwxr-x

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Pietro Cerutti
On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote: > drwxr-xr-x 14 root wheel 512 Mar 9 20:37 . > drwxr-xr-x 46 root wheel 4608 Mar 9 20:37 .. > -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica > > But acpica is -not- a directory ??? It should be a directory,

Re: installworld fails (5.4-PRE)

2005-03-10 Thread J.D. Bronson
At 07:48 AM 03/10/2005, Pietro Cerutti wrote: > shadow# cd /usr/include/dev > shadow# ls -al > -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica > > and how do I fix this? The problem here is that the acpica folder is not executable (you can not cd into it). chmod 755 acpica should solve it. > >

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Pietro Cerutti
On Thu, 10 Mar 2005 07:27:05 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote: > > cd: can't cd to /usr/include/dev/acpica > *** Error code 2 > > shadow# cd /usr/include/dev > shadow# ls -al > -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica > > and how do I fix this? The problem here is that

Re: installworld fails

2004-05-11 Thread Heinrich Rebehn
I forgot the FreeBSD version: 5.2.1-RELEASE-p6 - Heinrich ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: installworld fails

2003-02-11 Thread Daniela
On Tuesday 11 February 2003 01:33, William Palfreman wrote: > Hi Daniela - what version of FreeBSD are you using at the moment? And > what are you upgraging to - that is, what is the CVS tag for the > stable-supfile, should be something like RELENG_4 or RELENG_4_7 It's RELENG_4, and I'm upgradin

Re: installworld fails

2003-02-10 Thread William Palfreman
On Mon, 10 Feb 2003, Daniela wrote: > I did the following: > > make buildworld > make buildkernel > make installkernel > > < reboot into single user mode > > > mergemaster -p > make installworld > > > just as /usr/src/UPDATING says, and then it failed. > What could be wrong? Have I made a mis

Re: installworld fails

2003-02-10 Thread Daniela
On Monday 10 February 2003 22:03, Bill Moran wrote: > Then you weren't in single user mode. > Single user mode mounts the / partition as read-only. If you > failed to do a 'mount -a' (which will remount it read/write) > everything else will definately fail. > > Do you have a "one big partition" s

Re: installworld fails

2003-02-10 Thread Bill Moran
Daniela wrote: On Monday 10 February 2003 20:41, Cliff Sarginson wrote: On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote: On Sunday 09 February 2003 23:59, Mike Meyer wrote: And how exacly are you doing that. What commands have you issued, etc. Looks like you forgot to reboot after d

Re: installworld fails

2003-02-10 Thread Daniela
On Monday 10 February 2003 20:41, Cliff Sarginson wrote: > On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote: > > On Sunday 09 February 2003 23:59, Mike Meyer wrote: > > > And how exacly are you doing that. What commands have you issued, etc. > > > > > > Looks like you forgot to reboot after

Re: installworld fails

2003-02-10 Thread Cliff Sarginson
On Mon, Feb 10, 2003 at 07:22:33PM +0100, Daniela wrote: > On Sunday 09 February 2003 23:59, Mike Meyer wrote: > > > And how exacly are you doing that. What commands have you issued, etc. > > > Looks like you forgot to reboot after doing the installkernel, but > > it's hard to say for sure unless

Re: installworld fails

2003-02-10 Thread Toomas Aas
Hello! > I usually don't run mergemaster untill after I do a make installworld. mergemaster -p is a special case. This is meant specifically to run *before buildworld* (last time I checked), so that all the necessary changes for buildworld to complete will be done (such as the famous smmsp user

Re: installworld fails

2003-02-10 Thread Kenzo
I usually don't run mergemaster untill after I do a make installworld. - Original Message - From: "Daniela" <[EMAIL PROTECTED]> To: "Mike Meyer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 12:22 PM Subject: Re:

Re: installworld fails

2003-02-10 Thread Daniela
On Sunday 09 February 2003 23:59, Mike Meyer wrote: > And how exacly are you doing that. What commands have you issued, etc. > Looks like you forgot to reboot after doing the installkernel, but > it's hard to say for sure unless you tell us what you did. I did the following: make buildworld ma

Re: installworld fails

2003-02-09 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Daniela <[EMAIL PROTECTED]> typed: > Hi again! > > I'm upgrading from 4.7-STABLE to 5.0-RELEASE. And how exacly are you doing that. What commands have you issued, etc. > I get the following: ... > Checking to see if your booted kernel is fresh enough.. > /usr/obj/usr/src/

Re: installworld fails

2003-02-09 Thread Kevin Golding
Someone, quite probably Daniela, once wrote: >I'm upgrading from 4.7-STABLE to 5.0-RELEASE. >I get the following: > ># make installworld >Running test variables >PASS: Test variables detected no regression, output matches. >Running test targets >PASS: Test targets detected no regression. >Running t

Re: Installworld fails building Current from 4.7-R

2002-10-24 Thread Craig Rodrigues
Hi, Did you see the instructions in /usr/src/Makefile and /usr/src/UPDATING? This is from /usr/src/Makefile: # For individuals wanting to upgrade their sources (even if only a # delta of a few days): # # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make build