Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373009 - emerge --changelog does not show top-most log entries
Summary: emerge --changelog does not show top-most log entries
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 409383
  Show dependency tree
 
Reported: 2011-06-25 17:14 UTC by Alec Meyers
Modified: 2012-03-23 02:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Meyers 2011-06-25 17:14:04 UTC
I was affected by a build-time bug in firefox, which was recently fixed. After a sync, I wanted to check if I had the updated ebuild, so I ran emerge with the "--changelog" option. However, even though it was updated, the new log entry did not show up.


Reproducible: Always

Actual Results:  
# emerge -al firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] www-client/firefox-5.0 [4.0.1] USE="pgo%* -gconf%" 

*firefox-5.0

  24 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> +firefox-5.0.ebuild,
  files/gentoo-default-prefs.js, metadata.xml:
  Bump to 5.0, major release as well as security bump. XULRunner has been
  ...



Expected Results:  
# emerge -al firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] www-client/firefox-5.0 [4.0.1] USE="pgo%* -gconf%" 

  25 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> firefox-5.0.ebuild:
  Fix bug 372845 (pgo needs python[sqlite]), bug 372817 (sandbox violations),
  bug 372815 (pgo failure due to env leakage)

*firefox-5.0 (24 Jun 2011)

  24 Jun 2011; Nirbheek Chauhan <nirbheek@g.o> +firefox-5.0.ebuild,
  files/gentoo-default-prefs.js, metadata.xml:
  Bump to 5.0, major release as well as security bump. XULRunner has been
  ...



# emerge --version
Portage 2.2.0_alpha41 (default/linux/amd64/10.0/desktop, gcc-4.5.2, glibc-2.13-r2, 2.6.39.1 x86_64)
Comment 1 Zac Medico gentoo-dev 2011-06-25 20:43:31 UTC
There current code displays cuts at the "*firefox-5.0" version marker. I think we should make it go past that can cut before the next version marker (or the top of the file if there's no newer version).
Comment 2 Alec Meyers 2012-03-21 21:30:29 UTC
Any progress on this?

I hit this problem again today with media-libs/libmp4v2:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/libmp4v2/ChangeLog?revision=1.67&view=markup
Comment 4 Zac Medico gentoo-dev 2012-03-23 00:54:00 UTC
This is fixed in 2.1.10.50 and 2.2.0_alpha94.
Comment 5 Alec Meyers 2012-03-23 02:13:43 UTC
Thanks a lot, Zac!