Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2000 08:51:54 -0500
From:      "Otter" <otterr@telocity.com>
To:        "chuck sumner" <chuck@2inches.com>, <questions@FreeBSD.ORG>
Subject:   RE: make buildworld from 4.1.1-STABLE to 4.2-STABLE fails miserably
Message-ID:  <HLEDJBJKDDPDJBMGCLPPGEIJCKAA.otterr@telocity.com>
In-Reply-To: <Pine.BSF.4.21.0011260144020.5613-100000@stiffy.2inches.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chuck,
Go take a read into /usr/src/UPDATING. I gave up on your way of
upgrading as it only works SOME of the time. When I do it the new way,
it seems to work ALL of the time. Try doing:
cvsup your source (using tag=RELENG_4 will get you 4.2-STABLE source)
cd /usr/src
make buildworld
make buildkernel KERNEL=GENERIC (or whatever config you're using)
make installkernel KERNEL=GENERIC (whatever kernel config file you're
using above)
make installworld
mergemaster (make sure you back up your /etc dir first, in case you're
not comfortable with mergemaster changes)
reboot
uname -r should yield 4.2-STABLE
Now go crack open a cold one. It isn't Monday yet.
-Otter


}-----Original Message-----
}From: owner-freebsd-questions@FreeBSD.ORG
}[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of chuck sumner
}Sent: Sunday, November 26, 2000 5:12 AM
}To: questions@FreeBSD.ORG
}Subject: make buildworld from 4.1.1-STABLE to 4.2-STABLE
}fails miserably
}
}
}hi all
}bad news for me, eh?
}
}heres what happened. i cvsuped last night to RELENG_4
}i did a make buildworld and that went fine
}then i did the make installworld and it quit at some point
}not to long
}after it started. unfortunately, i dont have the specific error.
}
}so then i went back and tried to do a fresh make buildworld.
}now i get
}this:
}
}cd /usr/src/games/fortune/strfile;  make obj;  make depend;  make
}all;  make install
}/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for
}/usr/src/games/fortune/strfile
}rm -f .depend
}mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include
}/usr/src/games/fortune/strfile/strfile.c
}cd /usr/src/games/fortune/strfile; make _EXTRADEPEND
}echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
}cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c
}/usr/src/games/fortune/strfile/strfile.c
}cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include  -o strfile
}strfile.o
}/usr/lib/crtbegin.o: In function `_init':
}/usr/lib/crtbegin.o(.init+0x0): multiple definition of `_init'
}/usr/lib/crti.o(.init+0x0): first defined here
}/usr/lib/crtbegin.o: In function `_fini':
}/usr/lib/crtbegin.o(.fini+0x0): multiple definition of `_fini'
}/usr/lib/crti.o(.fini+0x0): first defined here
}*** Error code 1
}
}Stop in /usr/src/games/fortune/strfile.
}*** Error code 1
}
}and a make most produces:
}
}make: don't know how to make
}/usr/obj/usr/src/i386/usr/include/sys/param.h. Stop
}
}and /usr/obj/usr/src/i386/usr/include/sys doesn't exist
}
}any clues to whats happened here?
}
}please cc me on any replies, as i dont folow the list these days
}
}chuck
}
}
}
}To Unsubscribe: send mail to majordomo@FreeBSD.org
}with "unsubscribe freebsd-questions" in the body of the message



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?HLEDJBJKDDPDJBMGCLPPGEIJCKAA.otterr>