From owner-freebsd-current@freebsd.org Fri Nov 6 10:34:12 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 785C1A27778 for ; Fri, 6 Nov 2015 10:34:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F6F1AAC for ; Fri, 6 Nov 2015 10:34:11 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZueLR-003QmV-E6>; Fri, 06 Nov 2015 11:34:09 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZueLR-0029WK-7H>; Fri, 06 Nov 2015 11:34:09 +0100 Date: Fri, 6 Nov 2015 11:34:03 +0100 From: "O. Hartmann" To: NGie Cooper Cc: freebsd-current Subject: Re: nanoBSD: buidlworld failure Message-ID: <20151106113403.3451e89d@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: References: <20151106075156.6a3d9518@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 06 Nov 2015 10:34:12 -0000 On Fri, 6 Nov 2015 00:43:35 -0800 NGie Cooper wrote: > > On Nov 5, 2015, at 22:51, O. Hartmann wro= te: > >=20 > > Since two days, I receive the error shown below on a build machine buil= ding > > nanoBSD. The recent CURRENT (nanoBSD sources AND the building host) is > >=20 > > FreeBSD 11.0-CURRENT #2 r290394: Thu Nov 5 16:30:20 CET 2015 amd64 > >=20 > >=20 > > [...] > > cc -O3 -pipe -I/empty/src/ALG/CURRENT/usr.sbin/cron/lib/../cron > > -DLOGIN_CAP -DPAM -DNDEBUG -std=3Dgnu99 -fstack-protector-strong > > -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitial= ized > > -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int > > -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value > > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > > -Wno-unused-local-typedef -Qunused-arguments > > -c /empty/src/ALG/CURRENT/usr.sbin/cron/lib/env.c -o env.o --- > > all_subdir_usr.bin --- --- all_subdir_netstat --- if.o: In function > > `intpr': /empty/src/ALG/CURRENT/usr.bin/netstat/if.c:(.text+0x40f): > > undefined reference to > > `MAX' /empty/src/ALG/CURRENT/usr.bin/netstat/if.c:(.text+0x472): undefi= ned > > reference to `MAX' cc: error: linker command failed with exit code 1 (u= se > > -v to see invocation) *** [netstat] Error code 1 =20 >=20 > Fixed in r290437 =E2=80=94 thank you for the report. > Take care! > -NGie Thank you. oh