First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 174358
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Lin <ephemient@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 174358 depends on: Show dependency tree
Bug 174358 blocks: 129413
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: 2007-04-13 01:44 0000
media-video/museseq-0.9_pre2 fails the final link when LDFLAGS=-Wl,--as-needed.

Reproducible: Always

Steps to Reproduce:
1. add 'LDFLAGS="-Wl,--as-needed"' to /etc/make.conf
2. emerge museseq

Actual Results:  
!!! ERROR: media-sound/museseq-0.9_pre2 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  museseq-0.9_pre2.ebuild, line 41:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at
'/var/log/portage/media-sound:museseq-0.9_pre2:20070412-232247.log'.

Expected Results:  
>>> Source compiled.
>>> Test phase [not enabled]: media-sound/museseq-0.9_pre2

>>> Install museseq-0.9_pre2 into /var/tmp/portage/media-sound/museseq-0.9_pre2/image/ category media-sound

diff -uprN muse-0.9pre2/src/muse/Makefile.am muse-0.9pre2/src/muse/Makefile.am
--- muse/Makefile.am    2007-04-12 21:22:32.205483045 -0400
+++ muse/Makefile.am    2007-04-12 21:22:32.205483045 -0400
@@ -111,11 +111,11 @@ muse_LDADD = \
        cliplist/libcliplist.a \
       instruments/libinstruments.a \
        widgets/libwidgets.a \
-      ../synti/libsynti/libsynti.la
-
-muse_LDFLAGS = -fno_exceptions $(X_LIBS) $(QT_LIBS) \
+      ../synti/libsynti/libsynti.la \
+       $(X_LIBS) $(QT_LIBS) \
        -lasound $(SNDFILE_LIBS) $(JACK_LIBS) $(LASH_LIBS) $(FST_LIBS)

+muse_LDFLAGS = -fno_exceptions

 CLEANFILES = stamp-chown

------- Comment #1 From Alexis Ballier 2007-04-15 11:21:26 0000 -------
in cvs, thanks ;)

First Last Prev Next    No search results available      Search page      Enter new bug