Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392705 - New ebuild media-gfx/freewrl-1.22.12_pre2-r1 (?)
Summary: New ebuild media-gfx/freewrl-1.22.12_pre2-r1 (?)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-12-01 07:44 UTC by Hack_leberry Finn
Modified: 2013-01-01 14:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
media-gfx/freewrl-1.22.12_pre2-r1.ebuild (freewrl-1.22.12_pre2-r1.ebuild,4.60 KB, text/plain)
2011-12-01 07:44 UTC, Hack_leberry Finn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hack_leberry Finn 2011-12-01 07:44:17 UTC
Created attachment 294415 [details]
media-gfx/freewrl-1.22.12_pre2-r1.ebuild

I had error in compilation time media-gfx/freewrl-1.22.12_pre2. It was:

../../libtool: line 5310: cd: yes/lib: No such file or directory
libtool: link: cannot determine absolute directory name of `yes/lib'

Reason was misuse of --with-expat flag in config. Ebild gave just --with-expat, but config needed --with-expat=/path/to/dir/containing/library.

This ebuild brings fix of this. It was tested on x86.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-08 19:14:38 UTC
@axs: could you try to see what this bug is about? i'm not sure if it's a new ebuild request or a fix to older ebuild of yours.
Comment 2 Ian Stakenvicius (RETIRED) gentoo-dev 2013-01-01 14:03:21 UTC
The expat config option never needed the path, although it's possible this user had expat installed in a non-standard location, dunno.

At any rate, expat is not a required dep of freewrl any more, and if I haven't removed the expat flag yet I soon will (it is never used internally, only libxml2 is)