Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2011 12:32:16 +0100
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        Barbara <barbara.xxx1975@libero.it>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: x11-toolkits/linux-f10-gtk2 failure after linux-f10-pango upgrade
Message-ID:  <20110226123216.1cfa349e.ehaupt@FreeBSD.org>
In-Reply-To: <18300880.2528921298714590231.JavaMail.root@wmail9.libero.it>
References:  <18300880.2528921298714590231.JavaMail.root@wmail9.libero.it>

next in thread | previous in thread | raw e-mail | index | archive | help
Barbara <barbara.xxx1975@libero.it> wrote:
> I'm facing a failure trying to upgrade linux-f10-gtk2.
> Even if linux-f10-pango is upgraded yet, the upgrade process checks
> for: ===>    Verifying reinstall
> for /compat/linux/usr/lib/libpango-1.0.so.0.2203.0
> in /usr/ports/x11-toolkits/linux-f10-pango and so it try to install
> (not upgrade) linux-f10-pango because the so version has changed, and
> it fails
> 
> So I think that the following patch is needed
> (http://pastebin.com/bDJ0Hfrt)
> --- bsd.linux-apps.mk.orig	2011-02-25 12:00:59.000000000 +0100
> +++ bsd.linux-apps.mk	2011-02-26 10:58:36.000000000 +0100
> @@ -388,7 +388,7 @@
>  
>  pango_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.1001.1
> pango_f8_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.1800.4
> -pango_f10_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2203.0
> +pango_f10_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.3
> pango_DETECT=		${pango${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
> pango_PORT=			${PORTSDIR}/x11-toolkits/linux
> ${LINUX_DIST_SUFFIX}-pango pango_DEPENDS=		cairo expat
> fontconfig xorglibs
> 
> Barbara

I see ale just fixed it. It was interesting that portmaster was able to
update and portupgrade failed.

Emanuel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110226123216.1cfa349e.ehaupt>