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

Bug 192469

Summary: python-updater: new portage will require FEATURES="ignore-missing-freebsd-module" to work without user-modified FEATURES on fbsd
Product: Gentoo Linux Reporter: Joe Peterson (RETIRED) <lavajoe>
Component: [OLD] Core systemAssignee: Python Gentoo Team <python>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 192341    
Bug Blocks:    

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.