Re: Build World fails on 7-stable with cvs sources

2010-12-02 Thread Martes G Wigglesworth
Greetings Mickael I am now testing with the same sources tree on three different virtual machines to see if it will fail. If it won't, then I will just have to accept that one of the other poster's indications that it may be hardware related, is the cause, and look at replacing that

Re: Build World fails on 7-stable with cvs sources

2010-12-02 Thread Michael Eubanks
On Thu, 2010-12-02 at 19:30 -0500, Martes G Wigglesworth wrote: Greetings Mickael I am now testing with the same sources tree on three different virtual machines to see if it will fail. If it won't, then I will just have to accept that one of the other poster's indications that it may be

Re: Build World fails on 7-stable with cvs sources

2010-12-02 Thread Adam Vande More
On Thu, Dec 2, 2010 at 6:30 PM, Martes G Wigglesworth mailinglistmem...@mgwigglesworth.net wrote: I am now testing with the same sources tree on three different virtual machines to see if it will fail. If it won't, then I will just have to accept that one of the other poster's indications

Build World fails on 7-stable with cvs sources

2010-11-28 Thread Martes G Wigglesworth
, (don't feel like writing a script for ipfw to run and figure out why it isn't running at boot, etc),however, I have not installed them yet, since I have not patched anything on this test upgrade box, yet. I have the full logs from build world and kernel build, if someone would like to see

Re: Build World fails on 7-stable with cvs sources

2010-11-28 Thread Michael Eubanks
the full logs from build world and kernel build, if someone would like to see them. (very long, and don't fail until the point listed below) The kernel kept failing as well, until I used the old method by hand, in the /usr/src/sys/i386/conf directory. That is another question that I would

Release engineering process confusions and make (build)world

2008-06-16 Thread cco1817-0
Hi folks, Up to now, when I'm installing my FreeBSD boxes I download the latest RELEASE iso-image for my platform. These days I used 7.0-RELEASE. For security fixes I use the provided patches as mentioned in the security advisories. Since a long time I'm asking myself the following questions

Re: Release engineering process confusions and make (build)world

2008-06-16 Thread Schiz0
On Mon, Jun 16, 2008 at 6:41 PM, [EMAIL PROTECTED] wrote: Hi folks, Up to now, when I'm installing my FreeBSD boxes I download the latest RELEASE iso-image for my platform. These days I used 7.0-RELEASE. For security fixes I use the provided patches as mentioned in the security advisories.

Re: Release engineering process confusions and make (build)world

2008-06-16 Thread Matthew Seaman
[EMAIL PROTECTED] wrote: 1. Some SA's say that the a bug is corrected in a particular RELENG or RELEASE or a patched RELEASE. For example FreeBSD-SA-08:05.openssh states that RELENG_7_0, 7.0-RELEASE-p1. But where can I get a -p1??? I've never seen iso-images for a x.y-RELEASE-pnn. Is this the

build world and kernel for multiple boxes

2006-01-09 Thread DW
Hello, I used to have a document that explained how to make buildworld and kernel on one box, and package it up/make binaries for installation on multiple systems. I can't find it anywhere, and google and me aren't getting along today. I have a bunch to make and don't feel like cvsup'ing,

Re: build world and kernel for multiple boxes

2006-01-09 Thread Jonathan Chen
On Mon, Jan 09, 2006 at 01:25:20PM -0500, DW wrote: Hello, I used to have a document that explained how to make buildworld and kernel on one box, and package it up/make binaries for installation on multiple systems. I can't find it anywhere, and google and me aren't getting along today.

Build world to only make and install the user install from sysinstall.

2005-12-14 Thread Justin L. Boss
Okay if you think that subject was confusing this is totally confusing to me. I'm trying to do a Makeworld that will only install the user distributions install from sysinstall. As you can see below, the only two that match up are games and base. So how do you know what source to install to =

Re: Build world to only make and install the user install from sysinstall.

2005-12-14 Thread Giorgos Keramidas
On 2005-12-14 19:03, Justin L. Boss [EMAIL PROTECTED] wrote: Okay if you think that subject was confusing this is totally confusing to me. I'm trying to do a Makeworld that will only install the user distributions install from sysinstall. As you can see below, the only two that match up are

build world failure help needed

2005-05-09 Thread J.D. Bronson
I am trying to build world on 5.4-RC4 and need some assistance troubleshooting the build... it builds fine until: === bin/ls /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn

Re: build world failure help needed

2005-05-09 Thread Kent Stewart
On Monday 09 May 2005 05:56 am, J.D. Bronson wrote: I am trying to build world on 5.4-RC4 and need some assistance troubleshooting the build... it builds fine until: === bin/ls /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict

Re: build world failure help needed

2005-05-09 Thread J.D. Bronson
At 10:56 AM 05/09/2005, Kent Stewart wrote: On Monday 09 May 2005 05:56 am, J.D. Bronson wrote: I am trying to build world on 5.4-RC4 and need some assistance troubleshooting the build... it builds fine until: === bin/ls /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall -Wno

Re: build world failure help needed

2005-05-09 Thread Abu Khaled
On 5/9/05, J.D. Bronson [EMAIL PROTECTED] wrote: At 10:56 AM 05/09/2005, Kent Stewart wrote: On Monday 09 May 2005 05:56 am, J.D. Bronson wrote: I am trying to build world on 5.4-RC4 and need some assistance troubleshooting the build... it builds fine until: === bin/ls /usr

Re: build world failure help needed

2005-05-09 Thread Kris Kennaway
On Tue, May 10, 2005 at 03:51:53AM +0300, Abu Khaled wrote: # make Warning: Object directory not changed from original /usr/src/bin/ls /usr/bin/gcc -O2 -pipe -DCOLORLS -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes

Re: build world failure help needed

2005-05-09 Thread J.D. Bronson
nonstandard -W settings, in particular -Werror. Don't do this unless you're willing to fix the warnings encountered in your build. Kris I didnt do anything. the build failed. so I removed the cflags reference to -DCOLORES and then build world fine. so then I replaced the reference and was able

Re: build world failure help needed

2005-05-09 Thread Kris Kennaway
reference to -DCOLORES and then build world fine. so then I replaced the reference and was able to build world normally. I have no idea why this failed in the first place! You clearly have some nonstandard settings, because your CC and CFLAGS variables are visibly nonstandard in the above log

Build kernel vs build world

2005-04-08 Thread Joshua Lewis
Is there a difference between building a world and building a kernel? Common sence is telling me building world rebuilds all the execuables and config files or something a little more intense then just the kernel. However I have not been able to find any instructions on how to build world

Re: Build kernel vs build world

2005-04-08 Thread Pat Maddox
or something a little more intense then just the kernel. However I have not been able to find any instructions on how to build world not even in the handbook. I found building a kernel and was able to do that with no problems. But I would like to update my system with any security updates that have

Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
I was getting ready to build world and I noticed (to my utmost suprise) that my system is running 5.4-PRERELEASE. I must have had the wrong tag in my supfile and downloaded the src for 5.4. So I am already running 5.4 I guess I will upgrade totaly. Are there any gotcha's I should now about

Re: Build kernel vs build world

2005-04-08 Thread Pat Maddox
, Joshua Lewis [EMAIL PROTECTED] wrote: I was getting ready to build world and I noticed (to my utmost suprise) that my system is running 5.4-PRERELEASE. I must have had the wrong tag in my supfile and downloaded the src for 5.4. So I am already running 5.4 I guess I will upgrade totaly

Re: Build kernel vs build world

2005-04-08 Thread Tomas Quintero
If your supfile was set to RELENG_5 then you getting 5.4-PRERELEASE is correct, as -STABLE becomes the next -RELEASE, so on and so forth. On Apr 8, 2005 12:25 PM, Joshua Lewis [EMAIL PROTECTED] wrote: I was getting ready to build world and I noticed (to my utmost suprise) that my system

Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
I already started the build world so at this point it may be too late. But I recall when I was using 4.10 to put stuff if like a make config file to prevent the system from upgrading BIND8 as I was using BIND9 at the time. Does anyone know what config file I am talking about so I know for future

Re: Build kernel vs build world

2005-04-08 Thread Chuck Swiger
Joshua Lewis wrote: I already started the build world so at this point it may be too late. But I recall when I was using 4.10 to put stuff if like a make config file to prevent the system from upgrading BIND8 as I was using BIND9 at the time. Does anyone know what config file I am talking about so

Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
Thanks to everyone for the good advice. I have everything I need now. Thank you, Joshua Lewis Chuck Swiger Joshua Lewis wrote: I already started the build world so at this point it may be too late. But I recall when I was using 4.10 to put stuff if like a make config file to prevent

FreeBSD 4.10 build world problem

2004-12-02 Thread munn
When I try to make buildworld after a complete cvsup (RELENG_4_10) I am getting the error === sendmail make: don't know how to make freebsd.cf. Stop *** Error code 2 When I look at /usr/src/etc/sendmail that was cvsup'd some time ago I see the file freebsd.cf. If I copy that file into

Re: FreeBSD 4.10 build world problem

2004-12-02 Thread Lowell Gilbert
munn [EMAIL PROTECTED] writes: When I try to make buildworld after a complete cvsup (RELENG_4_10) I am getting the error === sendmail make: don't know how to make freebsd.cf. Stop *** Error code 2 When I look at /usr/src/etc/sendmail that was cvsup'd some time ago I see the file

Re: make -jX build(world|kernel): test results

2004-01-15 Thread Lowell Gilbert
Tillman Hodgson [EMAIL PROTECTED] writes: * I built 4 kernels: 3 customized and GENERIC (see above for why) Note that kernels are forced into serial compilation anyway, so the -j flag has no effect on them. This test probably spent a lot more time building kernels than the world, so it doesn't

Re: make -jX build(world|kernel): test results

2004-01-15 Thread Tillman Hodgson
On Thu, Jan 15, 2004 at 03:59:22PM -0500, Lowell Gilbert wrote: Tillman Hodgson [EMAIL PROTECTED] writes: * I built 4 kernels: 3 customized and GENERIC (see above for why) Note that kernels are forced into serial compilation anyway, so the -j flag has no effect on them. This test probably

make -jX build(world|kernel): test results

2004-01-14 Thread Tillman Hodgson
Howdy, Occasionally the question pops up on the questions@ list about what the fastest -jX number is for a single CPU system. I had some spare time so I tried out a small matrix of possibilities. My conclusion is that using -jX at all is mostly a waste of time on single CPU systems running

/usr/local/etc/rc.d/*sh and slow build world in FreeBSD 5.1

2003-10-10 Thread freebsd-questions
Hi I've recently installed a FreeBSD 5.1 box, which is working okay aside from a couple of points: 1) I can't get /usr/local/etc/rc.d/*sh to work. I don't have my rc.conf to hand but I've tried many different config options. Is there something I need to do to run these scripts on a vanilla FBSD

Re: /usr/local/etc/rc.d/*sh and slow build world in FreeBSD 5.1

2003-10-10 Thread Kris Kennaway
On Fri, Oct 10, 2003 at 11:58:33AM +0100, [EMAIL PROTECTED] wrote: Hi I've recently installed a FreeBSD 5.1 box, which is working okay aside from a couple of points: 1) I can't get /usr/local/etc/rc.d/*sh to work. I don't have my rc.conf to hand but I've tried many different config

Re: /usr/local/etc/rc.d/*sh and slow build world in FreeBSD 5.1

2003-10-10 Thread freebsd-questions
Kris Kennaway ([EMAIL PROTECTED]) wrote: On Fri, Oct 10, 2003 at 11:58:33AM +0100, [EMAIL PROTECTED] wrote: I've recently installed a FreeBSD 5.1 box, which is working okay aside from a couple of points: 1) I can't get /usr/local/etc/rc.d/*sh to work. I don't have my rc.conf to hand

Re: /usr/local/etc/rc.d/*sh and slow build world in FreeBSD 5.1

2003-10-10 Thread Garance A Drosihn
At 11:58 AM +0100 10/10/03, [EMAIL PROTECTED] wrote: 1) I can't get /usr/local/etc/rc.d/*sh to work. I don't have any ideas to offer on this. 2) Building kernels/worlds is MUCH slower than under 4.X. A kernel used to take around an hour; it's taking about 4 under 5.1 (Cyrix 166mhz/64Mb

Re: Build world errors input/output error ?

2003-08-19 Thread Kris Kennaway
On Tue, Aug 19, 2003 at 08:30:25PM +0900, lukek wrote: Hi, I am trying to upgrade from 4.5r to 4.8 and have sucessfully cvsup'd the sources. As tried to build it though I got a strange error that I don't quite understand. === gnu/usr.bin/cc/f771 cc -O -pipe -march=pentiumpro -DIN_GCC

Build world build kernel question

2003-08-14 Thread SUPPORT
Hello everybody, please advice me if you know. I have my /usr partition 1200 MB big. I ran cvsup, then make world. Everything was OK, but then I try build kernel and it stoped with error - No inodes free. df show I use /usr to 103% :-))) So I cd into /usr/src then make clean. df show 80%

Re: Build world build kernel question

2003-08-14 Thread Jerry McAllister
Hello everybody, please advice me if you know. I have my /usr partition 1200 MB big. I ran cvsup, then make world. Everything was OK, but then I try build kernel and it stoped with error - No inodes free. df show I use /usr to 103% :-))) So I cd into /usr/src then make clean. df show

Build world Build kernel question

2003-08-14 Thread SUPPORT
Hello everybody, please advice me if you know. I have my /usr partition 1200 MB big. I ran cvsup, then make world. Everything was OK, but then I try build kernel and it stoped with error - No inodes free. df show I use /usr to 103% :-))) So I cd into /usr/src then make clean. df show 80%

Key Mapping problem after build world

2003-07-11 Thread Rod Person
I'm running 4.8 stable. I did a buildworld a few days ago. Since then I have been unable to log into the console. If I try to log in as root, when I type root it comes out as r66t. Lucky, I boot into kdm and that still works. Has anyone seen this before and have a way to fix this. -- Rod

build world

2003-02-28 Thread Shantanu Mahajan
Hi! maybe this is very silly question, but I can't find the answer of it. Following is what I tried. I had 4.7R installed. Got the miniiso of 5.0R. Using this miniiso installed the sources. Now tried to build world with the help

Re: build world

2003-02-28 Thread Kris Kennaway
. Now tried to build world with the help of instructions from doc/makeworld.html. Now, while make installkernel it say that config don't match. Something like incorrect version. Is it possible to build world this way? If yes, where am I going

Re: Using Memory Disks to Build World

2002-07-12 Thread Annelise Anderson
On 11 Jul 2002, Steve Wingate wrote: On Thu, 2002-07-11 at 00:03, Annelise Anderson wrote: I would like to do a make world with /usr/obj and /usr/src on memory disks (this system has 2GB RAM, so I figure 512MB for each ought to be enough). This is a 4.6-stable system. I created some