Bug 674693

Summary: Make error during the build of xmms source.
Product: [Fedora] Fedora Reporter: Robert Welsh <Robert_Welsh>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2CC: fweimer, jakub, schwab
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-03 08:43:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.