Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289300 - games-board/knights-0.6 ebuild missing dependencies
Summary: games-board/knights-0.6 ebuild missing dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 11:19 UTC by Petr Gregor
Modified: 2009-10-16 15:18 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 Petr Gregor 2009-10-16 11:19:53 UTC
I tried to install knights but it failed with:
libtool: link: cannot find the library `/usr/lib/libogg.la'

So I installed media-libs/libogg (should be in dependencies I guess).
After that it is needed to install dev-util/lafilefixer and run "lafilefixer --justfixit"

After these steps knights merges successfuly

Reproducible: Always

Steps to Reproduce:
1. try to install knights
2.
3.

Actual Results:  
install fails

Expected Results:  
it installs
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-10-16 15:11:53 UTC
No, libogg isn't mentioned at all in the source so some other .la file was pulling it in.  libogg isn't a direct dependency of knights.
Comment 2 Petr Gregor 2009-10-16 15:18:33 UTC
Oh, on the second look it turns out you were right. But I wonder why the error showed during compilation of knights.

Thank you for clarifying.