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

Bug 392705

Summary: New ebuild media-gfx/freewrl-1.22.12_pre2-r1 (?)
Product: Gentoo Linux Reporter: Hack_leberry Finn <kacper>
Component: New packagesAssignee: Ian Stakenvicius (RETIRED) <axs>
Status: RESOLVED OBSOLETE    
Severity: enhancement Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: media-gfx/freewrl-1.22.12_pre2-r1.ebuild

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)