Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 09:54:40 +0200 (CEST)
From:      Harti Brandt <harti@freebsd.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: world broken (libbsnmp broken, and "+for: not found")
Message-ID:  <20040810095258.E42422@beagle.kn.op.dlr.de>
In-Reply-To: <41187E75.8040509@elischer.org>
References:  <20040809212544.GA86157@xor.obsecurity.org> <20040810091743.X42422@beagle.kn.op.dlr.de> <41187E75.8040509@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Aug 2004, Julian Elischer wrote:

JE>Harti Brandt wrote:
JE>> On Mon, 9 Aug 2004, Kris Kennaway wrote:
JE>> 
JE>> KK>World seems to be broken in two ways (updating from -current from
JE>> KK>about a month ago):
JE>> KK>
JE>> KK>1)
JE>> KK>
JE>> KK>> ===> lib/libbsnmp/modules
JE>> KK>> ===> lib/libbsnmp/modules/snmp_atm
JE>> KK>> make: don't know how to make snmp_atm.h. Stop
JE>> KK>> *** Error code 2
JE>> 
JE>> Ups. That should work. I'll have a look into this.
JE>> 
JE>> KK>After reverting these commits, it gets a bit further before dying with
JE>> KK>
JE>> KK>2)
JE>> KK>
JE>> KK>echo routed: /usr/obj/a/portbuild/i386/src-client/i386/usr/lib/libc.a
JE>> /usr/obj/a/portbuild/i386/src-client/i386/usr/lib/libmd.a >> .depend
JE>> KK>+for: not found
JE>> KK>*** Error code 127
JE>> KK>
JE>> KK>Stop in /a/portbuild/i386/src-client/sbin/routed.
JE>> KK>*** Error code 1
JE>> KK>
JE>> KK>Stop in /a/obj/a/portbuild/i386/src-client/rescue/rescue. *** Error
JE>> KK>code 1
JE>> 
JE>> I committed a fix to crunchgen yesterday in the evening (GMT). Make in
JE>> rescue was picking up the wrong make binary.
JE>> 
JE>> harti
JE>> _______________________________________________
JE>> freebsd-current@freebsd.org mailing list
JE>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
JE>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
JE>
JE>rm -f .depend
JE>mkdep -f .depend -a    -DRESCUE /usr/src/sbin/routed/if.c
JE>/usr/src/sbin/routed/input.c /usr/src/sbin/routed/main.c
JE>/usr/src/sbin/routed/output.c /usr/src/sbin/routed/parms.c
JE>/usr/src/sbin/routed/radix.c /usr/src/sbin/routed/rdisc.c
JE>/usr/src/sbin/routed/table.c /usr/src/sbin/routed/trace.c
JE>echo routed: /usr/obj/usr/src/i386/usr/lib/libc.a
JE>/usr/obj/usr/src/i386/usr/lib/libmd.a >> .depend
JE>+for: not found
JE>*** Error code 127
JE>
JE>Stop in /usr/src/sbin/routed.
JE>*** Error code 1
JE>
JE>Stop in /usr/obj/usr/src/rescue/rescue.
JE>*** Error code 1
JE>
JE>Stop in /usr/src/rescue/rescue.
JE>*** Error code 1
JE>
JE>Stop in /usr/src/rescue.
JE>
JE>any chance you could fix it? :-)

Could you please have a look into 
/usr/obj/usr/src/rescue/rescue/rescue.mk.
If it contains the line

MAKE=make

near the beginning you have still the crunchgen without the fix I 
committed, or you tried to build without re-generating rescue.mk.

harti



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040810095258.E42422>