From owner-freebsd-current@FreeBSD.ORG Fri Sep 13 08:11:31 2013 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 ESMTP id B47BB95F; Fri, 13 Sep 2013 08:11:31 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id 66E5E2F6A; Fri, 13 Sep 2013 08:11:31 +0000 (UTC) Received: from web24j.yandex.ru (web24j.yandex.ru [5.45.198.65]) by forward15.mail.yandex.net (Yandex) with ESMTP id 766E79E2B52; Fri, 13 Sep 2013 12:11:29 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web24j.yandex.ru (Yandex) with ESMTP id 15E281E0101A; Fri, 13 Sep 2013 12:11:29 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1379059889; bh=oV09qnIoZPGtfL89bxTm43/WkdBUY/CKQ9PfIGjtJ/8=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=wsZ3GZ0LcWPBKr9K+cds5GXkkY8tO8vKZfdsER/K9xtZOP8SH6USNJgC6zWFv1EBv XY3jxauHf1PvHolPdJIZCVxvvKopKidYcREaL6JPY4sa+fJ8Lvi6ZarNi3KZnL7tfx wheCo4AAWfLoh7u/4Urm8503jA07vNU9IfyVU+lg= Received: from office-gw.skytel.spb.ru (office-gw.skytel.spb.ru [193.110.239.131]) by web24j.yandex.ru with HTTP; Fri, 13 Sep 2013 12:11:28 +0400 From: S.N.Grigoriev To: Dimitry Andric In-Reply-To: <5F84DAA0-5021-43D0-BDEF-B0A56AA7B50B@FreeBSD.org> References: <245071379015271@web9j.yandex.ru> <5F84DAA0-5021-43D0-BDEF-B0A56AA7B50B@FreeBSD.org> Subject: Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc MIME-Version: 1.0 Message-Id: <628281379059888@web24j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 13 Sep 2013 12:11:28 +0400 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-Mailman-Approved-At: Fri, 13 Sep 2013 11:21:22 +0000 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 13 Sep 2013 08:11:31 -0000 13.09.2013, 01:11, "Dimitry Andric" : > On Sep 12, 2013, at 21:47, S.N.Grigoriev wrote: > >> šafter upgrading to r255423 (make buildworld && make buildkernel && make installkernel && make installworld && reboot; make delete-old && make delete-old-libs) I cannot build the system with the WITH_GCC=yes and WITH_GNUCXX=yes options in my src.conf. The following error occures: >> >> š--- libgssapi_krb5.so.10 --- >> šbuilding shared library libgssapi_krb5.so.10 >> š--- gnu/lib__L --- >> š/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/list.cc:61:3: error: use of undeclared identifier '_List_node_base' >> šš_List_node_base::swap(_List_node_base& __x, _List_node_base& __y) >> šš^ > > I just sent a mail to re@ to get approval for a fix for this. šIn the > mean time, please apply the attached patch. > > -Dimitry > > , Hi Dimitry, thank you for your response. Your patch works for me! -- Regards, S.Grigoriev.