Bug 674693 - Make error during the build of xmms source.
Summary: Make error during the build of xmms source.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 2
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-02 22:50 UTC by Robert Welsh
Modified: 2016-11-24 16:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-03 08:43:16 UTC
Type: ---


Attachments (Terms of Use)

Description Robert Welsh 2011-02-02 22:50:07 UTC
Description of problem:
Error encountered when building source version xmms-1.2.11.

Version-Release number of selected component (if applicable):


How reproducible: Download version xmms shown above and run standard configure and make process.


Steps to Reproduce:
1. uninstalled gcc and associated glibc development library.  Did not remove base glibc library since associated with kernel.  Re-installed gcc and glibc develpment.
2. Removed gcc and associated glibc development tree and then installed glibc development libraries downloaded from RPMFind.  Installed gcc.  Had the same results.
3.
  
Actual results:

From bash shell output...

mkdir .libs
gcc -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math -funroll-all-loops -o .libs/xmms bmp.o skin.o util.o output.o fft.o input.o effect.o general.o visualization.o fullscreen.o pluginenum.o playlist.o controlsocket.o dock.o widget.o sbutton.o pbutton.o tbutton.o textbox.o menurow.o hslider.o monostereo.o vis.o svis.o number.o playstatus.o playlist_list.o playlist_slider.o playlist_popup.o eq_graph.o eq_slider.o main.o skinwin.o prefswin.o playlistwin.o equalizer.o hints.o about.o sm.o getopt.o getopt1.o urldecode.o mkdtemp.o -Wl,--export-dynamic  -L/usr/lib -lSM -lICE -lXxf86vm ../libxmms/.libs/libxmms.so -lgtk -lgdk -lgthread -lpthread -lglib -lXi -lXext -lX11 -lm  -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: pluginenum.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
/usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation

Expected results:

Finished make process

Additional info:

Comment 1 Robert Welsh 2011-02-02 22:51:30 UTC
Installed Fedora on AMD64 machine using i686 release tree.

Comment 2 Andreas Schwab 2011-02-03 08:43:16 UTC
Tell the authors.


Note You need to log in before you can comment on or make changes to this bug.