From owner-freebsd-ports@FreeBSD.ORG Sat Sep 6 01:00:09 2014 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id 14AAFB08; Sat, 6 Sep 2014 01:00:09 +0000 (UTC) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB0DA18AF; Sat, 6 Sep 2014 01:00:08 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1XQ4MI-00025w-TZ; Sat, 06 Sep 2014 02:00:06 +0100 Date: Sat, 6 Sep 2014 02:00:06 +0100 From: Gary Palmer To: Baptiste Daroussin Subject: Re: devel/glib12 and devel/glib20 Message-ID: <20140906010006.GD10423@in-addr.com> References: <20140906002125.GB10423@in-addr.com> <20140906003417.GH40535@ivaldir.etoilebsd.net> <20140906003611.GC10423@in-addr.com> <20140906004914.GI40535@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140906004914.GI40535@ivaldir.etoilebsd.net> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 01:00:09 -0000 On Sat, Sep 06, 2014 at 02:49:14AM +0200, Baptiste Daroussin wrote: > On Sat, Sep 06, 2014 at 01:36:11AM +0100, Gary Palmer wrote: > > On Sat, Sep 06, 2014 at 02:34:17AM +0200, Baptiste Daroussin wrote: > > > On Sat, Sep 06, 2014 at 01:21:25AM +0100, Gary Palmer wrote: > > > > Hi, > > > > > > > > I upgraded to pkgng recently, and prior to this I had both devel/glib12 > > > > and devel/glib20 happily co-existing. Now I am told that I can't > > > > have both installed at the same time. This was fine with both > > > > glib-2.36.3_3 and glib-1.2.10_13 until this last updated to glib-2.36.3_4 > > > > which svn log shows as "Change PYTHON_FEATURES to USE_PYTHON" > > > > > > > > Is this correct? Can I only have one or the other now? > > > > > > What tell you you can't have both? > > > > > > $ pkg info -x glib > > > glib-2.36.3_3 > > > glib12-1.2.10_13 > > > > > > regards, > > > Bapt > > > > root@host:/usr/ports/devel/glib20> make install > > ===> Installing for glib-2.36.3_4 > > ===> glib-2.36.3_4 depends on file: /usr/local/bin/python2.7 - found > > ===> glib-2.36.3_4 depends on file: /usr/local/bin/perl5.14.4 - found > > ===> glib-2.36.3_4 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so.3) > > ===> glib-2.36.3_4 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so.6.0.1) > > ===> glib-2.36.3_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) > > ===> glib-2.36.3_4 depends on shared library: libiconv.so.3 - found (/usr/local/lib/libiconv.so.3) > > ===> glib-2.36.3_4 depends on shared library: libicui18n.so - found (/usr/local/lib/libicui18n.so.53.1) > > ===> Checking if glib already installed > > ===> An older version of glib is already installed (glib-1.2.10_13) > > You may wish to ``make deinstall'' and install this port again > > by ``make reinstall'' to upgrade it properly. > > If you really wish to overwrite the old port of glib > > without deleting it first, set the variable "FORCE_PKG_REGISTER" > > in your environment or the "make install" command line. > > *** [check-already-installed] Error code 1 > > > > Stop in /usr/ports/devel/glib20. > > *** [install] Error code 1 > > > > Stop in /usr/ports/devel/glib20. > > > > Right this is because you have installed glib-1.2 long ago since it has been > renamed glib12, just deinstall glib reinstall both glib12 and glib20 and it will > work, I'm bumping portrevision users will catch up this change has they should > have. Thanks. I ran portmaster devel/glib12 portmaster devel/glib20 and that seems to have fixed it. Had the same problem with math/eigen2 and math/eigen3, fixed the same way. Thanks, Gary