From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RDUyR-0007T7-Bg for garchives@archives.gentoo.org; Tue, 11 Oct 2011 05:33:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B8F21C1AD; Tue, 11 Oct 2011 05:33:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79E6B21C09C for ; Tue, 11 Oct 2011 05:33:16 +0000 (UTC) Received: from [192.168.1.3] (ppp85-141-173-41.pppoe.mtu-net.ru [85.141.173.41]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pva) by smtp.gentoo.org (Postfix) with ESMTPSA id 33DA61B4009 for ; Tue, 11 Oct 2011 05:33:14 +0000 (UTC) Subject: Re: [gentoo-dev] Re: Re: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.6.2.ebuild ChangeLog wireshark-1.4.9.ebuild wireshark-1.4.7.ebuild wireshark-1.6.0_rc1.ebuild wireshark-1.4.4.ebuild wireshark-1.4.6-r1.ebuild From: Peter Volkov To: gentoo-dev@lists.gentoo.org In-Reply-To: <1315907608.4408.10.camel@raven.home.flameeyes.eu> References: <20110912185552.543242004C@flycatcher.gentoo.org> <4E6F1778.2090506@gentoo.org> <1315905798.4408.7.camel@raven.home.flameeyes.eu> <20110913102855.0f572ac6@googlemail.com> <1315907608.4408.10.camel@raven.home.flameeyes.eu> Content-Type: text/plain; charset="UTF-8" Date: Tue, 11 Oct 2011 09:31:18 +0400 Message-ID: <1318311078.21990.28.camel@tablet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8176a9c695a57ad9825479cbde79314e =D0=92 =D0=92=D1=82=D1=80, 13/09/2011 =D0=B2 11:53 +0200, Diego Elio Pett= en=C3=B2 =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Il giorno mar, 13/09/2011 alle 10.28 +0100, Ciaran McCreesh ha scritto: > > In that case blocking just old versions is wrong, since if your > > installed version is broken and you try to reinstall, you'll need to > > uninstall first too. wireshark relinks against system wsutil library during 'make DESTDIR=3D ${D} install', so once wireshark-1.6 is installed we have libwsutil.so.1.0.0. There is nothing bad linking with correct library version (even though binary came from previous version). > It doesn't matter as much when it's the same version because then it > would have the same soversion and thus it wouldn't cause _visible_ > trouble. >=20 > It might be interesting to note that it seems like rc4->final also > causes the same problem. Well, I can just drop _rc part in blocker. _rc versions were hardmasked anyway. > Just for completeness sake, this can usually be fixed/worked around by > making sure to list just-built .la files _before_ the /usr libraries. I > had to work that around on opensc before. PAM also suffers from the sam= e > issue _if_ the .la files are kept around. Hm interesting. Actually I've tried to strace libtool and it have not touched system .la files but since we drop .la anyway I'll recheck. -- Peter.