Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47855 - Flightgear 0.9.4 depends on plib >=
Summary: Flightgear 0.9.4 depends on plib >=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 16:06 UTC by nr16020
Modified: 2004-04-14 16:37 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 nr16020 2004-04-14 16:06:00 UTC
here are the 2 last lines from the configure run (from "emerge flightgear-0.9.4.ebuild")

checking for plib 1.7.0 or newer... wrong version
configure: error: Install plib 1.8.0 or later first...

so i guess the plib => 1.8.0 dependency isn't honored by portage/emerge.


Reproducible: Always
Steps to Reproduce:
1. emerge -p =flightgear-0.9.4[one dependency is in ~x86 not in x86]
2. emerge all dependencies
3. emerge =flightgear-0.9.4

Actual Results:  
the ./configure run stopped, complaining about a dependency

Expected Results:  
install plib >= 1.8.0 then flightgear
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-04-14 16:37:56 UTC
How lame.  The configure script checks for >=1.7.0 but the error message says
>= 1.8.0.  And the version of simgear that is required for this version of
flightgear only requires >=1.6.0.  Sigh.

Anyhow, fixed the deps in CVS.  Wait 30, resync and try it again.