From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 16:03:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0520C16A4CE; Mon, 9 Aug 2004 16:03:39 +0000 (GMT) Received: from dastardly.newsbastards.org.72.27.172.IN-addr.ARPA.NOSPAM.dyndns.dk (80-219-164-131.dclient.hispeed.ch [80.219.164.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CF643D4C; Mon, 9 Aug 2004 16:03:37 +0000 (GMT) (envelope-from bounce@NOSPAM.dyndns.dk) Received: from Mail.NOSPAM.DynDNS.dK (ipv6.NOSPAM.dyndns.dk [2002:50db:a483:0:20e:2eff:fe06:2376]) (8.11.6/8.11.6-SPAMMERS-DeLiGHt) with ESMTP id i79G3PS72423 verified NO); Mon, 9 Aug 2004 18:03:33 +0200 (CEST) (envelope-from bounce@NOSPAM.dyndns.dk) Received: (from beer@localhost) by Mail.NOSPAM.DynDNS.dK (8.11.6/FNORD) id i79G3Pr72422; Mon, 9 Aug 2004 18:03:25 +0200 (CEST) (envelope-from bounce@NOSPAM.dyndns.dk) Date: Mon, 9 Aug 2004 18:03:25 +0200 (CEST) Message-Id: <200408091603.i79G3Pr72422@Mail.NOSPAM.DynDNS.dK> X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: beer set sender to bounce@NOSPAM.dyndns.dk using -f X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed from queue /tmp X-Authentication-Warning: localhost.newsbastards.org.72.27.172.IN-addr.A: Processed by beer with -C /etc/mail/sendmail.cf-LOCAL From: Barry Bouwsma To: freebsd-current@freebsd.org References: <200408071057.06960.ringworm@inbox.lv> <20040808064912.GA27705@les.ath.cx> <200408081730.i78HUN320899@Mail.NOSPAM.DynDNS.dK> <200408090554.17355.ringworm@inbox.lv> X-Mailman-Approved-At: Tue, 10 Aug 2004 11:37:05 +0000 cc: Harti Brandt cc: "Michael C. Shultz" Subject: Re: Need help: buildworld for CURRENT while under STABLE is not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:03:39 -0000 [keep replies to the list and I'll catch up later, thanks] > > (whether my build breaks further down the line, time will tell, > > my machine is slow and old, like me) > I've received much help with this off list. What was suggested and seems to > work is to comment out contrib/gensnmptree/gensnmptree.c but I've That should work too (everything needed seems to be somewhere else in the -stable build environment) > received another email saying that may cause other problems, anyways > my buildworld is still in progress (for 10hrs now). I'm told the author of I may be slower, but I have -DNOCLEAN for situations like this. This failure just in: It seems that `gengenrtl' is built to the expectations of the target -current crossbuild, and then it gets invoked during the -stable build as per the makefile: genrtl.c genrtl.h: gengenrtl ./gengenrtl > genrtl.c ./gengenrtl -h > genrtl.h This appears to result in the crossbuild failure I see: ./gengenrtl > genrtl.c ELF interpreter /libexec/ld-elf.so.1 not found Abort trap *** Error code 134 I'm hoping there's nowhere else in the crossbuild where I've taken timesaving shortcuts where this is built as a cross-tools target. Haven't looked. I'll do some half-hearted poking around to see if I can work around this and see if I complete the build on my rapidly- self-obsoleting source, to see if other beasties rear their heads. > contrib/gensnmptree/gensnmptree.c ? is aware of the problem so I have no > doubt it will be fixed sooner or later. Just thought I'd post my latest discoveries in case they're not already known. thanks barry bouwsma (direct replies to me aren't necessary, as I'll be offline again Real Soon Now)