From owner-freebsd-questions@FreeBSD.ORG Wed May 6 11:51:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D40F106566B for ; Wed, 6 May 2009 11:51:20 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.ptn-ipout02.plus.net (relay.ptn-ipout02.plus.net [212.159.7.36]) by mx1.freebsd.org (Postfix) with ESMTP id AD0558FC08 for ; Wed, 6 May 2009 11:51:19 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAIMWAUrUnw4R/2dsb2JhbADQLIQBBQ Received: from pih-relay04.plus.net ([212.159.14.17]) by relay.ptn-ipout02.plus.net with ESMTP; 06 May 2009 12:51:18 +0100 Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by pih-relay04.plus.net with esmtp (Exim) id 1M1fef-0005mO-F1 for freebsd-questions@freebsd.org; Wed, 06 May 2009 12:51:17 +0100 Received: by curlew.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1M1fef-000MtQ-2k for freebsd-questions@freebsd.org; Wed, 06 May 2009 12:51:17 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Wed, 6 May 2009 12:51:16 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905061251.16859.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: 31f2ccbe615ae4d11081a06093de6fb9 Subject: Do I need both gcc-4.2 and gcc-4.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 11:51:20 -0000 Somehow I've ended up with 2 copies of gcc from ports in addition to gcc-3.4 in the base system. pkg_info suggests that only gcc-4.3 is needed: curlew:/home/mike% pkg_info -Rx gcc-4 Information for gcc-4.2.5_20081126: Information for gcc-4.3.4_20090419: Required by: fftw-2.1.5_5 I'm sure I haven't chosen to install fftw-2.1.5_5, and pkg_info -R doesn't show any other ports needing it. I was wondering if I could safely deinstall fftw and both the gcc-4 packages but wondered if pkg_info only shows the run dependencies and not the build dependencies. I don't mind the disk space needed but portupgrade sometimes results in having to upgrade 2 copies of gcc which is quite time consuming. -- Mike Clarke