Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 151895
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hal Engel <hvengel@astound.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 151895 depends on: Show dependency tree
Bug 151895 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-18 19:31 0000
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 From Stefan Schweizer 2006-10-19 10:32:12 0000 -------
still fails for me with that ..

------- Comment #2 From Hal Engel 2006-10-19 10:59:32 0000 -------
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 From Hal Engel 2006-10-20 12:16:35 0000 -------
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 From Stefan Schweizer 2006-10-20 12:35:01 0000 -------
yah Now I am content and fixed it and also removed visibiliy, thanks :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug