From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17E3C138247 for ; Sun, 15 Dec 2013 12:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 604C4E0B82; Sun, 15 Dec 2013 12:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E2E9E0B48 for ; Sun, 15 Dec 2013 12:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 8184733F219 for ; Sun, 15 Dec 2013 12:31:25 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.095 X-Spam-Level: X-Spam-Status: No, score=0.095 tagged_above=-999 required=5.5 tests=[AWL=-0.670, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.435, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KkuZqRCmuUMt for ; Sun, 15 Dec 2013 12:31:20 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 077E533F484 for ; Sun, 15 Dec 2013 12:31:19 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VsAqo-0007Te-SS for gentoo-user@gentoo.org; Sun, 15 Dec 2013 13:31:14 +0100 Received: from athedsl-351737.home.otenet.gr ([85.72.229.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Dec 2013 13:31:14 +0100 Received: from realnc by athedsl-351737.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Dec 2013 13:31:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: @preserved-rebuild gone in a loop Date: Sun, 15 Dec 2013 14:31:01 +0200 Organization: Lucas Barks Message-ID: References: <201312150952.00386.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-351737.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <201312150952.00386.michaelkintzios@gmail.com> X-Archives-Salt: 7e717f65-0760-4c17-9b46-f762c8e70b63 X-Archives-Hash: 442e4fe81ea0fee26fe96fcfce1ac5b7 On 15/12/13 11:51, Mick wrote: > Not sure why, but for some reason running emerge @preserved-rebuild does not > seem to fix some preserved libs links: > > !!! existing preserved libs: >>>> package: x11-libs/pango-1.34.1 > * - /usr/lib/libpangox-1.0.so.0 > * - /usr/lib/libpangox-1.0.so.0.3000.1 > > This is all caused by some hack I have in my local portage for app- > antivirus/avast4workstation-1.3.0-r2. No matter how many times I run > @preserved-rebuild the libs in question keep coming up: Yes, that's to be expected. Avast is a binary, it's not built from sources, so there's no link step involved that would link against the new pango libs. I'm not sure if it'll work, by try emerging x11-libs/pangox-compat. If that doesn't help, then your only option is to downgrade your pango version to the version that doesn't exhibit the problem and mask all newer versions.