Re: Problem with make buildworld during upgrade from 7.0-RELEASE to 7.2-RELEASE

2009-07-14 Thread Mel Flynn
On Monday 13 July 2009 13:40:31 Joseph Bashe wrote: I am going thru my first FreeBSD upgrade and it's not going too smoothly. I originally started the upgrade using the freebsd-update method. This is what I've done so far (all as root user): There's a few misconceptions in your understanding

Re: Problem with make buildworld during upgrade from 7.0-RELEASE to 7.2-RELEASE

2009-07-14 Thread Mel Flynn
On Tuesday 14 July 2009 11:51:40 Mel Flynn wrote: On Monday 13 July 2009 13:40:31 Joseph Bashe wrote: I am going thru my first FreeBSD upgrade and it's not going too smoothly. I originally started the upgrade using the freebsd-update method. This is what I've done so far (all as root user):

Re: Problem with make buildworld during upgrade from 7.0-RELEASE to 7.2-RELEASE

2009-07-14 Thread Joseph Bashe
Great response! There's a lot of good info here. Thanks, and I will check out the SSH keepalive settings. To update, I did finally solve my problem, although I was in a pickle there for a bit. Ironically, it's more intuitive to me to just do the install the old way (using make buildworld): I

Problem with make buildworld during upgrade from 7.0-RELEASE to 7.2-RELEASE

2009-07-13 Thread Joseph Bashe
Hello, I am going thru my first FreeBSD upgrade and it's not going too smoothly. I originally started the upgrade using the freebsd-update method. This is what I've done so far (all as root user): PS. I am using a custom kernel. 1. ran portsnap fetch update - [success] 2. ran portupgrade -va

Re: Problem with make config and OPTIONS

2009-04-30 Thread Lowell Gilbert
Aurélien Ansel aurelien.an...@netasq.com writes: Hi, (sorry for my poor english) I have a problem, I'm trying to upgrade an existing port (net/scapy) , I have done some changes in the Makefile but when I test the command make config' I have : === Options unchanged I haven't the

Problem with make config and OPTIONS

2009-04-29 Thread Aurélien Ansel
Hi, (sorry for my poor english) I have a problem, I'm trying to upgrade an existing port (net/scapy) , I have done some changes in the Makefile but when I test the command 'make config' I have : === Options unchanged I haven't the dialog box with the differents kinds of Options that are

Re: Problem with make config and OPTIONS

2009-04-29 Thread APseudoUtopia
On Wed, Apr 29, 2009 at 10:20 AM, Aurélien Ansel aurelien.an...@netasq.com wrote: Hi, (sorry for my poor english) I have a problem, I'm trying to upgrade an existing port (net/scapy) , I have done some changes in the Makefile but when I test the command 'make config' I have :   === Options

Re: problem with make

2006-01-18 Thread Ronnie Napster Tash
Hi list i just installed freeBSD 5.4 and i have tried to make buildworld but if fails. Anybody who has faced this before? these are the errors it generates After setting up my firewall cd /usr/src make buildworld error make: don't know how to make buildworld. Stop -- Ronnie Tash Everything

Re: problem with make

2006-01-18 Thread Kris Kennaway
On Wed, Jan 18, 2006 at 11:00:13AM +0300, Ronnie Napster Tash wrote: Hi list i just installed freeBSD 5.4 and i have tried to make buildworld but if fails. Anybody who has faced this before? these are the errors it generates After setting up my firewall cd /usr/src make buildworld

problem with 'make installkernel' over NFS on FreeBSD 5.4

2005-09-12 Thread Stuart Chalmers
Hi, I am in the process of trying to do an update of kernel and world on an old machine (machine A), using a newer, faster, machine (machine B). Machine B is set up as an NFS server for machine A. The /etc/exports file on machine B inculdes: /usr -maproot=root:0 -alldirs -network 192.168.0.0

Re: problem with 'make installkernel' over NFS on FreeBSD 5.4

2005-09-12 Thread Stuart Chalmers
Oops, Forgot to mention that after mounting /usr/src and /usr/obj on the client machine, that I had issued the 'shutdown' command, as per the Handbook Thanks! --- Stuart Chalmers [EMAIL PROTECTED] wrote: Hi, I am in the process of trying to do an update of kernel and world on an old

mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread William Richter
i'm attempting to make a release and the build of the mfs image is failing (see below). it's mdconfig that's failing: + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot mdconfig: ioctl(/dev/mdctl): Inappropriate ioctl for device if fact i chroot'ed into the release directory and played around

Re: mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread Kris Kennaway
On Fri, May 20, 2005 at 06:49:44AM -0500, William Richter wrote: i'm attempting to make a release and the build of the mfs image is failing (see below). it's mdconfig that's failing: + mdconfig -a -t vnode -f /R/stage/mfsroot/mfsroot mdconfig: ioctl(/dev/mdctl): Inappropriate ioctl for

Re: mdconfig problem on make release of 5_4_0_RELEASE

2005-05-20 Thread William Richter
well, it's the kernel that's on disc1 of the 5.4 release iso's. mdconfig works. it just doesn't work when chroot'ed into the build directory. i've just discovered that the /sbin/mdconfig that comes with the distribution works when copied into the release tree (i also had to copy libc.so.5 in

Problem using MAKE

2005-03-29 Thread Michael A. Alestock
I'm trying to update my source tree. When I 'CD' to /usr/src and execute the command, make update I get this error make: don't know how to make update. Stop Am I missing something? Did I forget to install a port to aid in the MAKE process?? Thanks for the help in advance.

Re: Problem using MAKE

2005-03-29 Thread Abu Khaled
On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock [EMAIL PROTECTED] wrote: I'm trying to update my source tree. When I 'CD' to /usr/src and execute the command, make update I get this error make: don't know how to make update. Stop Am I missing something? Did I forget

Re: Problem using MAKE

2005-03-29 Thread pete wright
On Mon, 28 Mar 2005 20:21:07 -0500 (EST), Michael A. Alestock [EMAIL PROTECTED] wrote: I'm trying to update my source tree. When I 'CD' to /usr/src and execute the command, make update I get this error make: don't know how to make update. Stop Am I missing something? Did I forget

Re: Problem using MAKE

2005-03-29 Thread Daniel Hyde
This sounds as if you are missing the Makefile. Do you have a Makefile in /usr/src? If not, this is your problem. The Makefile should be installed by the base package within the src distribution. To install this, you need to be root, then: /stand/sysinstall Go to Configure-Distributions-src

Re: Kernel build problem after make world

2004-02-24 Thread fjaspers
HI, Sorry my information was somewhat obscure, you're answer however wasn't. The 4BSD_SCHED option did the trick. The real problem was mee being impatient trying to build a 5.2 KERNEL with a 5.0 config file. I made a new config file patiently copying lines in from NOTES and GENERIC. Now the

Re: Kernel build problem after make world

2004-02-24 Thread Kent Stewart
On Tuesday 24 February 2004 03:43 am, [EMAIL PROTECTED] wrote: HI, Sorry my information was somewhat obscure, you're answer however wasn't. The 4BSD_SCHED option did the trick. I was kind of stretching on that one. It was the only sched option you were missing that I had and it stood out.

Re: Kernel build problem after make world

2004-02-22 Thread Kent Stewart
On Sunday 22 February 2004 04:28 am, [EMAIL PROTECTED] wrote: Hi, I upgraded my system from RELEASE 5.0 to RELENG_5_2. Used cvsup to get the sources, made buildworld; made a generic kernel; installed world. Everything went well, i was able to boot into multi-user mode. BUT now i would like

Re: Re: Kernel build problem after make world

2004-02-22 Thread fjaspers
Hi, you are right, should have included the messages in my first mail. Sorry.

Re: Kernel build problem after make world

2004-02-22 Thread Kent Stewart
On Sunday 22 February 2004 03:00 pm, [EMAIL PROTECTED] wrote: Hi, you are right, should have included the messages in my first mail. Sorry. I followed the procedure in the handbook, make buildworld; make buildkernel; make installkernel; reboot; make installworld Intermediate that left me

5.2 /usr/libexec/ld-elf.so.1 upgrade problem in make installworld

2004-01-29 Thread Jonathan Clarke
Hello everyone, I have a problem during make installworld while upgrading from 5.1-p11 to 5.2-RELEASE. I cvsup'ed my source tree this morning, did make buildworld, make buildkernel and make installkernel, reboot, everything was fine. While running make installworld, I bump into an error

problem running make on ports

2003-08-22 Thread Charlie ROOT
Hello, I'm having a peculiar problem running make on some ports. I'm getting an error saying: This account is currently not available *** Error code 1 Stop in /dir/I/was/working/in This has happened in /usr/ports/mail/exim and /usr/ports/net/cvsupit. I was directed on another list to run make

Re: problem running make on ports

2003-08-22 Thread Kris Kennaway
On Fri, Aug 22, 2003 at 05:33:40AM -0500, Charlie ROOT wrote: Hello, I'm having a peculiar problem running make on some ports. I'm getting an error saying: This account is currently not available *** Error code 1 id(1) cannot find your account. Did you accidentally destroy your password

Re: Strange problem with make clean

2003-06-16 Thread Alessandro de Manzano
On Sat, 14 Jun 2003 00:06:50 +0300, Ruslan Ermilov wrote: On Fri, Jun 13, 2003 at 03:59:06PM +0200, Alessandro de Manzano wrote: [...] This means that either /usr/obj/usr/src/secure/usr.bin/openssl or /usr/src/secure/usr.bin/openssl have the openssl file, where it's supposed to be a directory

Strange problem with make clean

2003-06-13 Thread Alessandro de Manzano
Hello, I'm experiencing a weird problem doing make clean in /usr/src. It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to be precise). Cvsup, build install phases all went fine, just make clean went wrong. I tried rm-ing the incriminated subdirectory and even rm-ing

Re: Strange problem with make clean

2003-06-13 Thread Ruslan Ermilov
On Fri, Jun 13, 2003 at 03:59:06PM +0200, Alessandro de Manzano wrote: Hello, I'm experiencing a weird problem doing make clean in /usr/src. It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to be precise). Cvsup, build install phases all went fine, just make clean

Re: Strange problem with make clean

2003-06-13 Thread Alessandro de Manzano
On Sat, Jun 14, 2003 at 12:06:50AM +0300, Ruslan Ermilov wrote: Stop in /usr/src/secure/usr.bin/openssl. *** Error code 1 This means that either /usr/obj/usr/src/secure/usr.bin/openssl or /usr/src/secure/usr.bin/openssl have the openssl file, where it's supposed to be a directory in

Problem with make installworld

2002-10-16 Thread Moritz
I got a problem with make installworld upgrading from 4.4 Release to 4.6.2 Release. make buildworld and compiling a new kernel worked fine, but installing world doesn't work. I always get the following error: install -c -o root -g wheel -m 444 /usr/src/share/termcap/map3270 /usr/share