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

Bug 138394

Summary: binary packages made by FEATURES=buildpkg only partially renamed by updates in "emerge --sync" (sys-apps/portage-2.1.1_pre1-r5)
Product: Portage Development Reporter: Joe Wells <sllewbj>
Component: Binary packages supportAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 136244, 142283    

Description Joe Wells 2006-06-28 14:03:53 UTC
When doing "emerge --sync", toward the end package renamings in the
/usr/portage/profiles/updates/* files are handled.  The handling of
binary packages made by FEATURES=buildpkg is incomplete.  For example,
in /usr/portage/profiles/updates/2Q-2006 there is this line:

  move app-text/ghostscript-afpl app-text/ghostscript-gpl

On my system, this renamed

  /usr/portage/packages/All/ghostscript-afpl-8.54-r1.tbz2

to become:

  /usr/portage/packages/All/ghostscript-gpl-8.54-r1.tbz2

However, there is still a symbolic link at

  /usr/portage/packages/app-text/ghostscript-afpl-8.54-r1.tbz2

that points to:

  ../All/ghostscript-afpl-8.54-r1.tbz2

This causes problems for "eclean packages".

This is with sys-apps/portage-2.1.1_pre1-r5.

Can this please be fixed?  Thanks in advance!
Comment 1 solar (RETIRED) gentoo-dev 2006-06-28 14:57:37 UTC
The layout of $PKGDIR/All is about to be changed.
Comment 2 Zac Medico gentoo-dev 2006-06-28 15:27:59 UTC
This is fixed in svn r3687.  Like solar said, the we will be migrating to an new $PKGDIR format for bug 133908.
Comment 3 Zac Medico gentoo-dev 2006-07-01 16:12:28 UTC
This has been released on 2.1.1_pre2.