Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241118 - sys-apps/portage-2.2_rc12 emerge -pf does not call pkg_nofetch fetch restricted packages
Summary: sys-apps/portage-2.2_rc12 emerge -pf does not call pkg_nofetch fetch restrict...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 210077
  Show dependency tree
 
Reported: 2008-10-10 15:23 UTC by Dmitry Karasik
Modified: 2008-11-02 01:01 UTC (History)
0 users

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 Dmitry Karasik 2008-10-10 15:23:03 UTC
For fetch restricted packages portage no longer outputs any error or message.

For example:

emerge -vfpeO ibm-jdk-bin

returns with no error or message saying the package needs to be fetched manually.
Comment 1 Zac Medico gentoo-dev 2008-10-10 15:59:33 UTC
This behavior is only triggered with --pretend. The reason for the behavior change is that `emerge --pretend --fetch` is normally used to obtain a URI list and it's probably not desirable to have pkg_nofetch output mixed in the the URI list.
Comment 2 Zac Medico gentoo-dev 2008-10-12 20:19:46 UTC
I think I'll make it spawn pkg_nofetch like before, but send all the output to stderr since a sort of error message.
Comment 3 Zac Medico gentoo-dev 2008-10-12 23:19:43 UTC
This is fixed in svn r11685.
Comment 4 Zac Medico gentoo-dev 2008-11-02 01:01:09 UTC
This is fixed in 2.2_rc13.