From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 23:23:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A6CCF3 for ; Wed, 2 Apr 2014 23:23:27 +0000 (UTC) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36666A1C for ; Wed, 2 Apr 2014 23:23:26 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so897489pbb.19 for ; Wed, 02 Apr 2014 16:23:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=w8mAzSpmt7JbKJEeg1fFaK2wPRY6Lj/X7uooBu/vlVU=; b=Jcj9jOg66aqyrymRcb2xTlkNt5vfLZGf/yKAhEY2m4O/vEm/oLKKeU5XgZgVYkpDtt Ba5jTKE1hlwXHCMgLLHu/1MRNq0O7sWLPy8spyaThA7uWlYTwFknJ28Ob8DNYm153DiQ V4gVUKVnvZeaLY2CvA+jcZQ3N0LBhi2fKWDxCRQkkpQDRISva9/O5XVbbBsR9t63lL5P bL3wQd79dHaTLVbH0zCH7qTO5gnzVrMCwt8/hb0SYdY8I+wQ7RFe8d6SoNs5Yu4Fyilf oA/JyL0KGRDtGbJ+BSgrrJrCYMT26WvZP1XvrLOQEoHmSIOJztvoOMqhWbFSHLk1evcj PYZg== X-Gm-Message-State: ALoCoQmIJWBum9hucsfpKp4s8X1Wklr0DOgjhyyszYvYOl1lkE+L1gA+djLkRsnqK/5evZn1Xv6L X-Received: by 10.68.249.100 with SMTP id yt4mr2972000pbc.165.1396481000508; Wed, 02 Apr 2014 16:23:20 -0700 (PDT) Received: from [10.64.24.154] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id qx11sm15873813pab.35.2014.04.02.16.23.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Apr 2014 16:23:19 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: gcc compilation broken with SVN r264042 From: Warner Losh In-Reply-To: <533C61B8.7060809@protected-networks.net> Date: Wed, 2 Apr 2014 17:23:18 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <533C61B8.7060809@protected-networks.net> To: Michael Butler X-Mailer: Apple Mail (2.1874) Cc: FreeBSD Current , David Chisnall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 02 Apr 2014 23:23:27 -0000 On Apr 2, 2014, at 1:15 PM, Michael Butler = wrote: > /usr/src/lib/libc/stdlib/atexit.c: In function 'atexit_b': > /usr/src/lib/libc/stdlib/atexit.c:157: error: cannot convert to a > pointer type > *** Error code 1 This also breaks mips*, sparc64, armeb and ia64. I=92ve seen the carping = about discouraging using gcc on i386, but this isn=92t even an edge case. Our = simple, default build is broken for many platforms. Sure looks like a universe = wasn=92t done before it was committed. So less carping and more fixing is needed = here. Warner