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

Bug 273543

Summary: dev-games/ogre-1.6.2 depends on non-existent USE flag dev-libs/boost[threads]
Product: Gentoo Linux Reporter: Martin Wegner <gentoo-bugs>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output of paludis --info ogre boost

Description Martin Wegner 2009-06-10 12:31:19 UTC
dev-games/ogre-1.6.2 depends on non-existent USE flag dev-libs/boost[threads] but dev-libs/boost-1.37.0-r1 does not have the USE flag threads.

Reproducible: Always

Steps to Reproduce:
1. paludis -i ogre
2.
3.

Actual Results:  
Warning about non-matching dependency:
paludis@1244636695: [WARNING elike_use_requirement.query] In thread ID '9893':
  ... In program paludis (--dl-reinstall if-use-changed --continue-on-failure if-satisfied --log-level warning) -ip ogre: 
  ... When performing install action from command line:
  ... When executing install task:
  ... When building dependency list:
  ... When adding PackageDepSpec 'dev-games/ogre':
  ... When adding package 'dev-games/ogre-1.6.2:0::gentoo':
  ... When adding build dependencies as pre dependencies:
  ... When finding all versions in some arbitrary order from packages matching dev-libs/boost[threads] with filter all matches filtered through installed at root /:
  ... ID 'dev-libs/boost-1.37.0-r1:1.37::installed' has no flag named 'threads'

Expected Results:  
No warning.
Comment 1 Martin Wegner 2009-06-10 12:32:00 UTC
Created attachment 194146 [details]
output of paludis --info ogre boost
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-06-15 04:32:49 UTC
Then it should pick the >=dev-libs/boost-1.34.1 atom instead like the ebuild says.