Date: Sun, 27 Feb 2011 15:10:18 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Emanuel Haupt <ehaupt@FreeBSD.org>, ale@FreeBSD.org Cc: Barbara <barbara.xxx1975@libero.it>, freebsd-ports@FreeBSD.org Subject: Re: x11-toolkits/linux-f10-gtk2 failure after linux-f10-pango upgrade Message-ID: <20110227151018.859834vzes7lx2g4@webmail.leidinger.net> In-Reply-To: <20110226123216.1cfa349e.ehaupt@FreeBSD.org> References: <18300880.2528921298714590231.JavaMail.root@wmail9.libero.it> <20110226123216.1cfa349e.ehaupt@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Emanuel Haupt <ehaupt@FreeBSD.org> (from Sat, 26 Feb 2011 12:32:16 +0100): > 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. Thanks to ale! Pointy hat to me. And indeed, "interesting" that one of them succeeded. Bye, Alexander. -- Bender: He's a witch! http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110227151018.859834vzes7lx2g4>