From owner-freebsd-current@freebsd.org Fri Nov 6 08:43:37 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 EBEB2A274C2 for ; Fri, 6 Nov 2015 08:43:37 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE3031A0C for ; Fri, 6 Nov 2015 08:43:37 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so92192133pac.3 for ; Fri, 06 Nov 2015 00:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=DnVnrBpwpMeIqpYYQHDEs1XkPsYdSB+o82G1qrCU3OY=; b=rKQ8ghwwBKdAE1JHGeLKTS4uF7Fk0ywZJYHJzb1Jq6FIgr4xF+dRIVL8l3eLOIerv2 u6cHKlvqloY6L44R8MR2kiK5jmDz8hSVNpzobSJYdA18+5iX9g6cOR0m1W9kGPG0uxCw 4R5EZcXJs9TE2ook+N1KpNzv3kGVmZmSEUvfEtbcdy3jrti9KyGf34D2otLPR82U8so8 dWgxYqYe8rl3/DWZTmSLQqdbSyYIObgMk0UpgNoLbzpiM5WVpekHhr0kQrlqT/fS+lfk GYrJRHNg07U6v67+4BSqQfASZEjiFsU0SaaHs782RWnobIjg/zfNvYUt2bWPg6BZUPQG A9wA== X-Received: by 10.66.121.233 with SMTP id ln9mr15837337pab.21.1446799417471; Fri, 06 Nov 2015 00:43:37 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id ia3sm12551234pbb.5.2015.11.06.00.43.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Nov 2015 00:43:37 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: nanoBSD: buidlworld failure From: NGie Cooper In-Reply-To: <20151106075156.6a3d9518@freyja.zeit4.iv.bundesimmobilien.de> Date: Fri, 6 Nov 2015 00:43:35 -0800 Cc: freebsd-current Content-Transfer-Encoding: quoted-printable Message-Id: References: <20151106075156.6a3d9518@freyja.zeit4.iv.bundesimmobilien.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.2104) 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 08:43:38 -0000 > On Nov 5, 2015, at 22:51, O. Hartmann = wrote: >=20 > Since two days, I receive the error shown below on a build machine = building > 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-uninitialized = -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): > undefined reference to `MAX' cc: error: linker command failed with = exit code 1 > (use -v to see invocation) *** [netstat] Error code 1 Fixed in r290437 =E2=80=94 thank you for the report. Take care! -NGie