From owner-cvs-ports@FreeBSD.ORG Mon Apr 3 06:16:00 2006 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB5C16A41F; Mon, 3 Apr 2006 06:16:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA8543D76; Mon, 3 Apr 2006 06:15:57 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 79D391378E; Mon, 3 Apr 2006 08:15:55 +0200 (CEST) Date: Mon, 3 Apr 2006 08:15:56 +0200 (CEST) From: Gerald Pfeifer To: Michael Nottebrock In-Reply-To: <200603302106.47618.lofi@freebsd.org> Message-ID: References: <200603261808.k2QI8EQb025717@repoman.freebsd.org> <200603302106.47618.lofi@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@freebsd.org, Gerald Pfeifer , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/gcc34 Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 06:16:00 -0000 On Thu, 30 Mar 2006, Michael Nottebrock wrote: >> Log: >> Update to the GCC 3.4.6 release, which concludes the GCC 3.4 release >> series. Move from tracking snapshots to the official release sources, >> which requires an EPOCH bump, unfortunately. > It looks like there is a problem with g++34 now - everything I try to compile > causes ld to fail with: > > hidden symbol `__eprintf' > in /usr/local/lib/gcc/i386-portbld-freebsd5.4/3.4.6/gcc/i386-portbld-freebsd5.4/3.4.6/libgcc.a(_eprintf.oS) > is referenced by DSO > > This didn't happen with the previous snapshot ports of 3.4.6. I could not reproduce this on my FreeBSD 5.4-STABLE (STABLE as of some months ago) test machine. You did install as root, and ldconfig is set properly, I assume? Gerald