Re: Strange make buildworld problem...

2000-06-29 Thread Sheldon Hearn



On Wed, 28 Jun 2000 19:54:17 -0400, Donn Miller wrote:

 Again, this is after re-making buildworld with -DNOCLEAN after a
 successful first make buildworld.

Any chance the sources changed between buildworlds?

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Strange make buildworld problem...

2000-06-29 Thread David O'Brien

On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote:
 make: don't know how to make
 /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop
 *** Error code 2

This is what I got when I tried to ``make -DNOCLEAN buildworld'' after
the Perl 5.006 upgrade.  Perl is being built at the wrong time, or a
dependacy is missing.

-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray

 On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote:
  make: don't know how to make
  /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop
  *** Error code 2
 
 This is what I got when I tried to ``make -DNOCLEAN buildworld'' after
 the Perl 5.006 upgrade.  Perl is being built at the wrong time, or a
 dependacy is missing.

This is now fixed.

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray

Hi

I just committed a fix for this.

M

 Recently, the make world problems with perl have been fixed, and I can do
 a make world all the way through, provided I do a make world the first
 time only.  However, I did a cvsup to update my source tree again after
 the first make world.  I did a make -DNOCLEAN buildworld with /usr/obj
 untouched.  I get this:
 
  stage 2: build tools
 --
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh
 /usr/src/tools/install.sh"
 PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/us
r/s
 rc/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1
 build-tools
 cd /usr/src/bin/sh; make build-tools
 cd /usr/src/games/adventure; make build-tools
 cd /usr/src/games/hack; make build-tools
 cd /usr/src/games/phantasia; make build-tools
 cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools
 cd /usr/src/gnu/usr.bin/cc/f771; make build-tools
 cd /usr/src/lib/libncurses; make build-tools
 cd /usr/src/share/syscons/scrnmaps; make build-tools
 cd /usr/src/gnu/usr.bin/perl; make build-tools
 cd /usr/src/gnu/usr.bin/perl/libperl  make build-tools
 make: don't know how to make
 /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop
 *** Error code 2
 Stop in /usr/src/gnu/usr.bin/perl.
 *** Error code 1
 Stop in /usr/src.
 *** Error code 1
 
 Again, this is after re-making buildworld with -DNOCLEAN after a
 successful first make buildworld.
 
 - Donn
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Strange make buildworld problem...

2000-06-28 Thread Donn Miller

Recently, the make world problems with perl have been fixed, and I can do
a make world all the way through, provided I do a make world the first
time only.  However, I did a cvsup to update my source tree again after
the first make world.  I did a make -DNOCLEAN buildworld with /usr/obj
untouched.  I get this:

 stage 2: build tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh
/usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/s
rc/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1
build-tools
cd /usr/src/bin/sh; make build-tools
cd /usr/src/games/adventure; make build-tools
cd /usr/src/games/hack; make build-tools
cd /usr/src/games/phantasia; make build-tools
cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools
cd /usr/src/gnu/usr.bin/cc/f771; make build-tools
cd /usr/src/lib/libncurses; make build-tools
cd /usr/src/share/syscons/scrnmaps; make build-tools
cd /usr/src/gnu/usr.bin/perl; make build-tools
cd /usr/src/gnu/usr.bin/perl/libperl  make build-tools
make: don't know how to make
/usr/obj/usr/src/i386/usr/include/sys/types.h. Stop
*** Error code 2
Stop in /usr/src/gnu/usr.bin/perl.
*** Error code 1
Stop in /usr/src.
*** Error code 1

Again, this is after re-making buildworld with -DNOCLEAN after a
successful first make buildworld.

- Donn



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message