From owner-freebsd-current@freebsd.org Thu Apr 21 00:37:25 2016 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 4D41DB15DFD for ; Thu, 21 Apr 2016 00:37:25 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 137A41B27; Thu, 21 Apr 2016 00:37:24 +0000 (UTC) (envelope-from jbtakk@iherebuywisely.com) Received: from [10.9.9.241] (helo=rmm6prod02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1at2cO-0001ha-26; Thu, 21 Apr 2016 02:37:16 +0200 Received: from mail by rmm6prod02.runbox.com with local (Exim 4.76) (envelope-from ) id 1at2cO-0007TO-1i; Thu, 21 Apr 2016 02:37:16 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [Authenticated user (846156)] by runbox.com with http (RMM6); Thu, 21 Apr 2016 00:37:16 GMT From: "Jeffrey Bouquet" Reply-To: jbtakk@iherebuywisely.com To: "Allan Jude" CC: "freebsd-current" Subject: [WAS:libc build error] installworld result not satisfactory yet... Date: Wed, 20 Apr 2016 17:37:16 -0700 (PDT) X-Mailer: RMM6 In-Reply-To: <5717AE2D.3030406@freebsd.org> Message-Id: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Thu, 21 Apr 2016 00:37:25 -0000 On Wed, 20 Apr 2016 12:28:29 -0400, Allan Jude wrot= e: > On 2016-04-20 12:06, Jeffrey Bouquet wrote: > > unistd > >=20 > >=20 > > /usr/src/lib/libc/../../include/unistd.h:330:45: error: expected functi= on body after function declarator > > int execl( ................................. > > 332:46:=20=20= =20=20 > > same... > >=20 > > stops libc > > otherwise clang36 seems to be building so far, if it builds unsure abou= t installworld > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" > >=20 >=20 > The mailing list strips attachments. Can you upload it somewhere and > provide a link >=20 > --=20 > Allan Jude > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Well, it is now r298350 Wed Apr 20... However several problems SINGLE-USER BOOT PROBLEMS 1... usual boot fails, this is single-user adjusted, but I cannot add swap = (swapon? swapctl?) 1a... the last time, it was fixed with using the old /kernel ...=20 multi-user boot problems 2... the last usual boot dumped with vm_pager or something, verbose boot t= imes out with xpt_config not completing. 2a.... could be a wrong setting is loader.conf, the nvidia.ko not yet updat= ed (which it now is ) for the latter case I have yet to reboot to test 2b... Reboot to test takes longer, /rescue/mount each filesystem indivi= dually...=20 As one might surmise, I'd rather see buildworld made more foolproof than ot= her recent improvements=20 (pkg, zfs, ...)