From owner-freebsd-stable@FreeBSD.ORG Sat Nov 24 04:45:45 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC805B5B for ; Sat, 24 Nov 2012 04:45:45 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85E328FC12 for ; Sat, 24 Nov 2012 04:45:45 +0000 (UTC) Received: by mail-gh0-f182.google.com with SMTP id z15so1442781ghb.13 for ; Fri, 23 Nov 2012 20:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=H2zK0j8/8H615+YAqglqyxO6UB5O5VvFsk1G/G3kiv0=; b=jU4fS5VRfnW/eX48ZJwrst0y+jlsVgZMgyyz8c4y6jmnuXk59oAnJsdfWPzjyGQLvH rAbjvXMMGkFI6VRe2FRAe0GyfuXvA7Lz/Xz7aEP8Gu2fXg9FaI4Dq7Y43dtyOk1HgPsF rjcYRZTcyBGn+vDQJtfqvdy+8/KZWR9TROiv7qO7IT58xk5xNKcOKk6zMlhmiiXwxQeO 9nQFjLztY4f2EhcrzHPkNNLolFVfx72QguF0r5BGD//+Fe1IPLsDOYrHaBbQHrt0ENz2 QIhZ2a22Nmw4Q2x1NuY4o/09DOQLG0mLPd2kiJ4xmLN+0C2RFn5BUS5NnlebnohFhS2r d3NQ== Received: by 10.236.114.84 with SMTP id b60mr6183792yhh.42.1353732344655; Fri, 23 Nov 2012 20:45:44 -0800 (PST) Received: from [192.168.2.20] (173-17-218-61.client.mchsi.com. [173.17.218.61]) by mx.google.com with ESMTPS id g6sm7913642ani.5.2012.11.23.20.45.43 (version=SSLv3 cipher=OTHER); Fri, 23 Nov 2012 20:45:44 -0800 (PST) Message-ID: <50B050F2.4050609@gmail.com> Date: Fri, 23 Nov 2012 22:45:38 -0600 From: Chuck Burns User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: buildworld with clang breaks because no cc References: <1353670641224-5763472.post@n5.nabble.com> <1353671378109-5763475.post@n5.nabble.com> <1353674282188-5763482.post@n5.nabble.com> <1353678344136-5763503.post@n5.nabble.com> <50AF7F2F.6050104@gmail.com> <1353680064788-5763506.post@n5.nabble.com> <50AF88CF.6050601@gmail.com> <1353689801972-5763579.post@n5.nabble.com> <1353708181062-5763657.post@n5.nabble.com> In-Reply-To: <1353708181062-5763657.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 04:45:46 -0000 On 11/23/2012 4:03 PM, Beeblebrox wrote: > I went ahead and hacked gnu/lib/Makefile and changed to: > > if ${MK_CXX} != "no" > #SUBDIR+= libstdc++ libsupc++ > .endif > > I then restarted buildworld. Next stop, new error: > > clang -m32 -march=k8 -DCOMPAT_32BIT -isystem > /usr/obj/asp/src/lib32/usr/include/ -L/usr/obj/asp/src/lib32/usr/lib32 > -B/usr/obj/asp/src/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DNDEBUG > -std=gnu99 -Qunused-arguments -fstack-protector -Wno-pointer-sign > -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare > -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function > -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-parentheses -c > /asp/src/lib/libncp/ipx.c -o ipx.So > building shared library libncp.so.4 > /usr/obj/asp/src/tmp/usr/bin/ld: warning: creating a DT_TEXTREL in a shared > object. > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > > ls /usr/obj/asp/src/lib/libncp shows libncp.so.4 and symlink libncp.so > > > > > -- > You've already been told that WITHOUT_GCC is currently unsupported. Unsupported means.. we won't help you fix it when it breaks. Either take that option out.. or quit bugging us about it. The REASON it is unsupported is because it doesn't work. If you want to fix it, have at it, but no need to keep spamming the mailing list hoping to get help doing something that is unsupported. Chuck