Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192469 - python-updater: new portage will require FEATURES="ignore-missing-freebsd-module" to work without user-modified FEATURES on fbsd
Summary: python-updater: new portage will require FEATURES="ignore-missing-freebsd-mod...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 192341
Blocks:
  Show dependency tree
 
Reported: 2007-09-14 00:11 UTC by Joe Peterson (RETIRED)
Modified: 2007-09-28 04:00 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 Joe Peterson (RETIRED) gentoo-dev 2007-09-14 00:11:34 UTC
An issue that was fixed today in portage was ignoring a missing module called "freebsd", which would later cause a seemingly unrelated error upon installing certain system packages.  This would happen after a python upgrade before python-updater is run.  The fix will now cause portage to bomb out when it encounters the missing module, alerting the user to actions required.

Because of this, python-updater now should pass FEATURES="ignore-missing-freebsd-module" to emerge in order to bypass the bomb out.

See bug 192341

(note that passing this feature on older portages is harmless)
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-09-16 16:40:13 UTC
That revision was reverted.
Comment 2 Joe Peterson (RETIRED) gentoo-dev 2007-09-16 16:44:33 UTC
Yes, other better solutions have been proposed, so canceling this bug for now.