Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6414 - emerge --buildpkg shows ${PF} instead of ${CATEGORY}
Summary: emerge --buildpkg shows ${PF} instead of ${CATEGORY}
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 14586 43309 51977 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-13 11:13 UTC by Maurizio Disimino
Modified: 2011-10-30 22:22 UTC (History)
5 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 Maurizio Disimino 2002-08-13 11:13:19 UTC
emerge --buildpkg /usr/portage/net-dns/bind/bind-9.2.1-r2.ebuild
[........]
>>> /usr/lib/liblwres.so.1 -> liblwres.so.1.1.0
>>> /usr/lib/liblwres.so -> liblwres.so.1.1.0


 * Bind-9.2.1-r2 version and higher now include chroot support.
 * If you would like to run bind in chroot, run:
 * `ebuild /var/db/pkg/bind-9.2.1-r2/bind-9.2.1-r2/bind-9.2.1-r2.ebuild config`

>>> Regenerating /etc/ld.so.cache...
>>> net-dns/bind-9.2.1-r2 merged.

Ximian bind # grep '${CATEGORY}' /usr/portage/net-dns/bind/bind-9.2.1-r2.ebuild
        einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`"

emerge without --buildpkg (or -k) will normally show:
     ebuild /var/db/pkg/net-dns/bind-9.2.1-r2/bind-9.2.1-r2.ebuild config

same wrong behavior for ebuild compile,install,qmerge

portage .27-thread-r1 - gentoo 1.4b
Comment 1 SpanKY gentoo-dev 2003-01-26 17:21:30 UTC
*** Bug 14586 has been marked as a duplicate of this bug. ***
Comment 2 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2004-02-18 09:01:43 UTC
this bug affects dev-db/phpmyadmin-2.5.6_rc1 which was needed for a security fix.

the ebuild has:

einfo "     ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config"

but this gets printed:

ebuild /var/db/pkg/phpmyadmin-2.5.6_rc1/phpmyadmin-2.5.6_rc1/phpmyadmin-2.5.6_rc1.ebuild config

this is with portage 2.0.50-r1.

any progress on this bug?
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2004-02-19 04:48:50 UTC
Fixed in CVS
Comment 4 SpanKY gentoo-dev 2004-02-29 14:49:24 UTC
*** Bug 43309 has been marked as a duplicate of this bug. ***
Comment 5 Brian Harring (RETIRED) gentoo-dev 2004-04-08 20:20:45 UTC
Checked this against portage-2.0.50-r1, it appears to now be fixed... so marking it fixed.
Comment 6 Masatomo Nakano (RETIRED) gentoo-dev 2004-04-09 08:04:42 UTC
I'll reopen this bug and check it. 
Comment 7 Masatomo Nakano (RETIRED) gentoo-dev 2004-04-09 08:46:13 UTC
It has been fixed in CVS and 2.0.50-r4.
But it's not in stable version(-r1 or -r3), so i leave this bug as open.

Thank you for reporting.
Comment 8 Brian Harring (RETIRED) gentoo-dev 2004-05-24 12:22:53 UTC
2.0.50-r6 has now been stabled, w/ the fix included.
Closing...
Comment 9 Masatomo Nakano (RETIRED) gentoo-dev 2004-06-19 20:30:12 UTC
*** Bug 51977 has been marked as a duplicate of this bug. ***