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 1QOX65-0004uC-Up for garchives@archives.gentoo.org; Mon, 23 May 2011 15:31:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 668901C050; Mon, 23 May 2011 15:29:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 315161C050 for ; Mon, 23 May 2011 15:29:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6E4411B4027 for ; Mon, 23 May 2011 15:29:21 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.86 X-Spam-Level: X-Spam-Status: No, score=-4.86 required=5.5 tests=[AWL=1.739, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-AV5yB96qpl for ; Mon, 23 May 2011 15:29:13 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id AA5361B401E for ; Mon, 23 May 2011 15:29:13 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QOX47-0007nw-F4 for gentoo-user@gentoo.org; Mon, 23 May 2011 17:29:07 +0200 Received: from athedsl-388150.home.otenet.gr ([79.131.68.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 May 2011 17:29:07 +0200 Received: from realnc by athedsl-388150.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 May 2011 17:29:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] ebuild ChangeLog and emerge -l Date: Mon, 23 May 2011 18:29:02 +0300 Organization: Lucas Barks Message-ID: 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@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-388150.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 X-Archives-Salt: X-Archives-Hash: 093c726a8811a41235a77fe960e84d8d When doing an update using the -l option of emerge, eg: emerge -uDNl world The ChangeLog entries that are displayed seem buggy to me. For example, sometimes a whole page worth of changes from a single ChangeLog is displayed, containing entries for ebuilds older than what is currently installed. Some other times it's less dramatic, but still contains stuff that should not show up. The above seems to be the norm rather than the exception. For example, right now I'm doing an update from llvm-2.9-r1 to llvm-2.9-r2, and emerge prints: *llvm-2.9-r2 23 May 2011; Bernard Cafarelli +llvm-2.9-r2.ebuild, +files/llvm-2.9-Operator.h-c++0x.patch: Fix header for gcc 4.6, bug #365925 21 Apr 2011; Fabian Groffen llvm-2.9-r1.ebuild, llvm-9999.ebuild: Fix broken reference that I missed yesterday 20 Apr 2011; Fabian Groffen llvm-2.9-r1.ebuild, llvm-9999.ebuild: Fix install_name_tooling Is this normal? Bug?