Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151895 - net-www/gnash CVS ebuild needs update for use="kde"
Summary: net-www/gnash CVS ebuild needs update for use="kde"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 19:31 UTC by Hal Engel
Modified: 2006-10-20 12:35 UTC (History)
1 user (show)

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 Hal Engel 2006-10-18 19:31:01 UTC
To get the CVS ebuild working with use=kde I had to add the following to the src_compile() section:

        if use kde; then
		myconf="${myconf} --enable-gui=KDE"
	fi

So the ebuild needs updating.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-10-19 10:32:12 UTC
still fails for me with that ..
Comment 2 Hal Engel 2006-10-19 10:59:32 UTC
Yes but it fails for another reason.  With out this change to the ebuild it fails  during the configure step.  With this change it completes the configure step and fails during the link step.  You can also get it to configure with the unmodified ebuild by doing:

USE="-kde" emerge gnash

But it will still fail on the link step with an undefined reference.  These are two seperate issues - the ebuild (this bug report) and the code in CVS failing to link (for which I have opened a bug report up stream).   Upstream is telling to try run /autogen.sh so I need to look into how to add this to the CVS ebuild to see if that fixes the problem.
Comment 3 Hal Engel 2006-10-20 12:16:35 UTC
The second build problem only happens when gnash is configured with  --enable-visibility which is turned on by default in the CVS ebuild.  Removing that line from the ebuild makes the build work.  This has been reported upstream.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2006-10-20 12:35:01 UTC
yah Now I am content and fixed it and also removed visibiliy, thanks :)