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

Bug 307675

Summary: emerge flightgear-2.0.0 doesnt emerge flightgear-2.0.0 but -1.9.0
Product: Gentoo Linux Reporter: fabian
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: major CC: eugene.shalygin
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed ebuild, using FlightGear-data-2.0.0

Description fabian 2010-03-03 20:42:59 UTC
after emerging flightgear (2.0.0) and trying to start, i get:

Base package check failed ... Found version 1.9.0 at: /usr/share/games/FlightGear
Please upgrade to version: 2.0.0


Reproducible: Always

Steps to Reproduce:
1.emerge flightgear (on ~AMD64)
2.try to start


Actual Results:  

Base package check failed ... Found version 1.9.0 at: /usr/share/games/FlightGear
Please upgrade to version: 2.0.0


Expected Results:  
should work

cat /usr/share/games/FlightGear/version
gives
1.9.0
??
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2010-03-04 00:30:21 UTC
*** Bug 307677 has been marked as a duplicate of this bug. ***
Comment 2 Magnus Kessler 2010-03-04 07:05:51 UTC
Created attachment 222005 [details]
fixed ebuild, using FlightGear-data-2.0.0

This is due to the ebuild still referencing FlightGear-data-1.9.0.tar.bz2. Try with the attached fixed ebuild.
Comment 3 Tupone Alfredo gentoo-dev 2010-03-04 12:55:15 UTC
It should be fixed now. Thanks
Comment 4 fabian 2010-03-05 10:39:52 UTC
works for me. thanks for the fast fix!