From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 29 01:14:22 2013 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C4EEE693; Tue, 29 Jan 2013 01:14:22 +0000 (UTC) (envelope-from gferenc88@gmail.com) Received: from mail-qc0-f169.google.com (mail-qc0-f169.google.com [209.85.216.169]) by mx1.freebsd.org (Postfix) with ESMTP id 66F67BFB; Tue, 29 Jan 2013 01:14:22 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id t2so1630338qcq.0 for ; Mon, 28 Jan 2013 17:14:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=3t+ynX9nv/zwyYAerwYu7PSt+kF7zuQd+4e0USNCZfU=; b=AES6JmcB5xN7EYGHhjOoegmMCJkRdibq8IaLzoBe6NLLflILV070wYfwBQXQxXXTPb 0cq7LDAyR05ZSw4RP7/Zqn+X0D/QT4bYvHwC3p+y1Bkcmf6aXCXz+2tbGXdCNEm14A90 YCs78cisXLZ2SrsGWIO4FQhOdxRioPLTX4LTCxoKbQKj+zytWkRfBVUqSIBheB9IMVCv 3a4tA0pj4OK7urbOti6Uzz8dGS1US6sMo7U+Tco9rzTDYhsiFGabzGjtcFAOpPqJNss9 XXN/OgtFW0n0yKTglO50v9CKShRFBmSg3Unpz6eXF+intq+k3RZthgRa1zxLvkzdEbTm xvig== MIME-Version: 1.0 X-Received: by 10.229.106.151 with SMTP id x23mr4220505qco.15.1359422055785; Mon, 28 Jan 2013 17:14:15 -0800 (PST) Received: by 10.49.36.42 with HTTP; Mon, 28 Jan 2013 17:14:15 -0800 (PST) In-Reply-To: References: Date: Tue, 29 Jan 2013 02:14:15 +0100 Message-ID: Subject: Re: glib-networking 2.28.7_4 From: =?ISO-8859-1?Q?Ferenc_G=E1l?= To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 01:14:22 -0000 Hello All, i have found the solution, i have to rebuild the libproxy port with the stock GCC. Thanks! 2013/1/29 Ferenc G=E1l > Hello All, > > today i have tried to compile the gnome with gcc47 (use the following > tutorial: http://www.freebsd.org/doc/en/articles/custom-gcc/article.html)= . > But i'm stucked at glib-networking-2.28.7: > > gmake[2]: Leaving directory > `/usr/ports/net/glib-networking/work/glib-networking-2.28.7/proxy/libprox= y' > gmake[1]: Leaving directory > `/usr/ports/net/glib-networking/work/glib-networking-2.28.7' > /usr/local/lib/libproxy.so: undefined reference to > `std::ctype::_M_widen_init() const@GLIBCXX_3.4.11' > gmake[2]: *** [glib-pacrunner] Error 1 > gmake[2]: *** Waiting for unfinished jobs.... > gmake[2]: Leaving directory > `/usr/ports/net/glib-networking/work/glib-networking-2.28.7/proxy/libprox= y' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/net/glib-networking/work/glib-networking-2.28.7' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > At this point no matter if i switch back to the stock gcc, after a make > clean i got this error again. Do you have any idea? You can find the full > compile log in the attachment. > > Thank you! >