From owner-freebsd-current@freebsd.org Fri Oct 21 21:54:48 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 3153CC1B58A for ; Fri, 21 Oct 2016 21:54:48 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.29]) (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 EB6263C5 for ; Fri, 21 Oct 2016 21:54:47 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from [78.51.137.117] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1bxhlv-0005ZB-3F for freebsd-current@freebsd.org; Fri, 21 Oct 2016 23:54:39 +0200 Date: Fri, 21 Oct 2016 23:54:38 +0200 From: Marcus von Appen To: freebsd-current@freebsd.org Subject: Re: Recent -CURRENT unable to build numerous ports Message-ID: <20161021215438.GA11657@athena.sysfault.org> Reply-To: Marcus von Appen Mail-Followup-To: freebsd-current@freebsd.org References: <20161021184451.GA48781@athena.sysfault.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <20161021184451.GA48781@athena.sysfault.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-Df-Sender: MTEyNTc0Mg== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 21 Oct 2016 21:54:48 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Oct 21, 2016, Marcus von Appen wrote: > Hi, > > -CURRENT as of r307731 seems to have some serious flaw with its build > tool environment. Many ports fail to build with some error similar to > the following (devel/apr1): > > cc -emit-llvm -fno-strict-aliasing -pipe -march=native -DLIBICONV_PLUG > -fstack-protector -c -o .c.bco > cc: error: no input files > *** [.c.bco] Error code 1 > [...] > > Since not all ports are affected, I assume some auto[conf|tool|make] > issue to be triggered. Hints for getting this one solved are highly > appreciated. > After some more testing, it seems to relate to our default make. Switching MAKE to gmake seems to resolve the issue. A simple test case: 1. create an empty Makefile 2. run make Cheers Marcus --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlgKjowACgkQi68/ErJnpkdUJgCdFVSqT4KWs4U+DOegEXzoMzjZ T6IAn0qKzHsVm75+Rbzw0ND9DFTwVZnx =l4nE -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--