Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 67862

Summary: Upgraded media-libs/freetype-1.3.1-r4 does not upgrade anything
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Portage team <dev-portage>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jakub Moc (RETIRED) gentoo-dev 2004-10-17 04:40:00 UTC
"Upgraded" media-libs/freetype-1.3.1-r4 does not upgrade anything. 

Reproducible: Always
Steps to Reproduce:
1 # emerge sync

2. # emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] media-libs/freetype-1.3.1-r4 [1.3.1-r3] +nls -tetex  0 kB

3. # emerge -uav freetype

These are the packages that I would merge, in order:

Calculating dependencies ...done!

Total size of downloads: 0 kB

Nothing to merge; do you want me to auto-clean packages? [Yes/No]


Actual Results:  
Nothing emerged.

Expected Results:  
Working emerge of upgraded package. If you have nothing to upgrade, why is there
a new ebuild in the portage at all?
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-10-19 17:31:22 UTC
What happens without -a and with -p?
What happens without -a?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2004-10-20 06:58:03 UTC
Nicholas, basically nothing happens. See below.

# emerge -upv freetype

These are the packages that I would merge, in order:

Calculating dependencies ...done!

Total size of downloads: 0 kB

-----

# emerge -uv freetype
Calculating dependencies ...done!
>>> Recording media-libs/freetype in "world" favorites file...
>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.

-----

wac root # emerge -uDpv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] media-libs/freetype-1.3.1-r4 [1.3.1-r3] +nls -tetex  0 kB
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2004-11-01 10:35:30 UTC
It suddenly works after emerging  app-shells/bash-3.0-r7, sys-apps/baselayout-1.11.4 and sys-apps/sysvinit-2.85-r1. Not sure what was the cause. *confused*