Re: aic7xxx kernel build failure...

2002-09-03 Thread Eric Brunner-Williams in Portland Maine

cvsup earlier today.
I just finished mergemaster'ing my upgrade from a May -CURRENT.

I removed the offending line from sys/modules/Makefile, and set
NOMOODULES=1.


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



Re: aic7xxx kernel build failure...

2002-09-03 Thread Sean Chittenden

> > Well, I ended up unlinking it from the build and am installing now.
> > Once I get a fresh world installed, I'll try and rebuild world again
> > to see if the problem persists.  Would you like me to get a ktrace of
> > aicasm running before I rebuild world?  -sc
> 
> That would have been interesting.

Agreed.  I was going to grab it but after I did my install world it
came back and said it had X instructions and that was it.  :-/ Not the
same (null) unable to malloc goo that I got earlier.  I think this is
just compiler and world flakiness from early aug.  You can try supping
your world to aug-05 and doing an update to todays world and you
should (hopefully, crosses fingers) be able to repeat things (assuming
it wasn't hardware dependent).  -sc

-- 
Sean Chittenden



msg42574/pgp0.pgp
Description: PGP signature


Another aic7xxx kernel build failure...

2002-09-03 Thread Tim Kientzle

Another issue with 'aicasm': It breaks the following:
   * Vanilla install of 4.6-RELEASE (from CD-ROM)
   * Pull 5.0-CURRENT sources (as of 2 Sept 2002)
   * 'make buildworld'
   * 'make kernel'

The kernel compile breaks when it tries to run
aicasm, with a message about 'libc.so.5' not
being available.

It looks like aicasm is being compiled (and dynamically
linked) against the new world (5.0-CURRENT),
but then gets run in the currently-installed world
(4.6-RELEASE).

I worked around by manually compiling aicasm
in the installed world (cd /aicasm && make aicasm)
and copying it into the /usr/obj tree.  Then
'make kernel' was able to succeed.

Tim Kientzle


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



RE: aic7xxx kernel build failure...

2002-09-02 Thread Robert Watson

I ran into this, and found that re-running config and make depend made it
go away.  Didn't have time to do any other follow-up.

Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED]  Network Associates Laboratories

On Mon, 2 Sep 2002, Long, Scott wrote:

> > 
> > Is anyone else seeing something similar to the following?  I'm able to
> > build world, but can't get this kernel build to budge.  I've not seen
> > this error before so I'm a tad lost as to where to poke next.  -sc
> 
> This is the third report of this that I've seen, and I'm completely
> baffled.  How old is your existing kernel and world?  If it's old,
> can you just build a new kernel (no modules) and try with that?
> 
> Scott
> 
> > 
> > ===> aic7xxx
> > ===> aic7xxx/aicasm
> > make -f 
> > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicas
> > m/Makefile  
> > MAKESRCPATH=/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/a
> > ic7xxx/aicasm depend
> > ===> aic7xxx/ahc
> > @ -> /usr/src/sys
> > machine -> /usr/src/sys/i386/include
> > /usr/obj/usr/src/sys/DELLAPTOP/modules/usr/src/sys/modules/aic
> > 7xxx/ahc/../aicasm/aicasm  
> > -I/usr/src/sys/modules/aic7xxx/ahc/../../../cam/scsi  
> > -I/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx   
> >  -o aic7xxx_seq.h -r aic7xxx_reg.h   -p 
> > aic7xxx_reg_print.c-i 
> > /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_
> > osm.h  
> > /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.seq
> > (null): Unable to malloc scope object
> > *** Error code 70
> > 
> > Stop in /usr/src/sys/modules/aic7xxx/ahc.
> > *** Error code 1
> > 
> > Stop in /usr/src/sys/modules/aic7xxx.
> > *** Error code 1
> > 
> > Stop in /usr/src/sys/modules.
> > *** Error code 1
> > 
> > Stop in /usr/obj/usr/src/sys/DELLAPTOP.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > 
> > 
> > 
> > -- 
> > Sean Chittenden
> > 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


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



Re: aic7xxx kernel build failure...

2002-09-02 Thread Justin T. Gibbs

> Well, I ended up unlinking it from the build and am installing now.
> Once I get a fresh world installed, I'll try and rebuild world again
> to see if the problem persists.  Would you like me to get a ktrace of
> aicasm running before I rebuild world?  -sc

That would have been interesting.

--
Justin


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



Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden

> > Well, I ended up unlinking it from the build and am installing
> > now.  Once I get a fresh world installed, I'll try and rebuild
> > world again to see if the problem persists.  Would you like me to
> > get a ktrace of aicasm running before I rebuild world?  -sc
> 
> Sure.  Thanks a lot.

Hrm, looks like this is an interim bug.  I did an install world and
tried to run aicasm and it worked.  ::shrug:: Go figure.  Let me know
if you need any other details.  -sc

-- 
Sean Chittenden



msg42500/pgp0.pgp
Description: PGP signature


Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden

> > > > Is anyone else seeing something similar to the following? 
> >  I'm able to
> > > > build world, but can't get this kernel build to budge.  
> > I've not seen
> > > > this error before so I'm a tad lost as to where to poke next.  -sc
> > > 
> > > This is the third report of this that I've seen, and I'm completely
> > > baffled.
> > 
> > Glad that's two of us then.  :)
> > 
> > > How old is your existing kernel and world?
> > 
> > aug-05
> 
> The i386 tinderbox build encountered this once yesterday, but hasn't
> complained since.  
> 
> > > If it's old, can you just build a new kernel (no modules) and try
> > > with that?
> > 
> > Okey doke... -DNO_MODULES?  (haven't done a kernel w/o any modules
> > before: there another way to just unlink the aic7xxx stuff from the
> > build?) -sc
> > 
> 
> I think you need to put NOMODULES=1 onto the make line as so
> 
>   make buildkernel KERNCONF=foo NOMODULES=1
> 
> If that doesn't work, you can unhook aic7xxx from the build by editing
> /sys/modules/Makefile.

Well, I ended up unlinking it from the build and am installing now.
Once I get a fresh world installed, I'll try and rebuild world again
to see if the problem persists.  Would you like me to get a ktrace of
aicasm running before I rebuild world?  -sc

-- 
Sean Chittenden

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



Re: aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden

> > Is anyone else seeing something similar to the following?  I'm able to
> > build world, but can't get this kernel build to budge.  I've not seen
> > this error before so I'm a tad lost as to where to poke next.  -sc
> 
> This is the third report of this that I've seen, and I'm completely
> baffled.

Glad that's two of us then.  :)

> How old is your existing kernel and world?

aug-05

> If it's old, can you just build a new kernel (no modules) and try
> with that?

Okey doke... -DNO_MODULES?  (haven't done a kernel w/o any modules
before: there another way to just unlink the aic7xxx stuff from the
build?) -sc

> > /usr/obj/usr/src/sys/DELLAPTOP/modules/usr/src/sys/modules/aic
> > 7xxx/ahc/../aicasm/aicasm  
> > -I/usr/src/sys/modules/aic7xxx/ahc/../../../cam/scsi  
> > -I/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx   
> >  -o aic7xxx_seq.h -r aic7xxx_reg.h   -p 
> > aic7xxx_reg_print.c-i 
> > /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_
> > osm.h  
> > /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.seq
> > (null): Unable to malloc scope object
> > *** Error code 70

-- 
Sean Chittenden



msg42491/pgp0.pgp
Description: PGP signature


RE: aic7xxx kernel build failure...

2002-09-02 Thread Long, Scott

> 
> Is anyone else seeing something similar to the following?  I'm able to
> build world, but can't get this kernel build to budge.  I've not seen
> this error before so I'm a tad lost as to where to poke next.  -sc

This is the third report of this that I've seen, and I'm completely
baffled.  How old is your existing kernel and world?  If it's old,
can you just build a new kernel (no modules) and try with that?

Scott

> 
> ===> aic7xxx
> ===> aic7xxx/aicasm
> make -f 
> /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicas
> m/Makefile  
> MAKESRCPATH=/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/a
> ic7xxx/aicasm depend
> ===> aic7xxx/ahc
> @ -> /usr/src/sys
> machine -> /usr/src/sys/i386/include
> /usr/obj/usr/src/sys/DELLAPTOP/modules/usr/src/sys/modules/aic
> 7xxx/ahc/../aicasm/aicasm  
> -I/usr/src/sys/modules/aic7xxx/ahc/../../../cam/scsi  
> -I/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx   
>  -o aic7xxx_seq.h -r aic7xxx_reg.h   -p 
> aic7xxx_reg_print.c-i 
> /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_
> osm.h  
> /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.seq
> (null): Unable to malloc scope object
> *** Error code 70
> 
> Stop in /usr/src/sys/modules/aic7xxx/ahc.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules/aic7xxx.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules.
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/DELLAPTOP.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> 
> 
> -- 
> Sean Chittenden
> 

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



aic7xxx kernel build failure...

2002-09-02 Thread Sean Chittenden

Is anyone else seeing something similar to the following?  I'm able to
build world, but can't get this kernel build to budge.  I've not seen
this error before so I'm a tad lost as to where to poke next.  -sc

===> aic7xxx
===> aic7xxx/aicasm
make -f /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/Makefile  
MAKESRCPATH=/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm depend
===> aic7xxx/ahc
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
/usr/obj/usr/src/sys/DELLAPTOP/modules/usr/src/sys/modules/aic7xxx/ahc/../aicasm/aicasm
  -I/usr/src/sys/modules/aic7xxx/ahc/../../../cam/scsi  
-I/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx-o 
aic7xxx_seq.h -r aic7xxx_reg.h   -p aic7xxx_reg_print.c
-i /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx_osm.h  
/usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.seq
(null): Unable to malloc scope object
*** Error code 70

Stop in /usr/src/sys/modules/aic7xxx/ahc.
*** Error code 1

Stop in /usr/src/sys/modules/aic7xxx.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/DELLAPTOP.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



-- 
Sean Chittenden



msg42489/pgp0.pgp
Description: PGP signature