https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4815
Summary: Fedora 13: wireshark fails to build (linking problem)
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: Fedora
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jpo@xxxxxxxxxxxx
Build Information:
System: Linux - Fedora 13 x86_64
Wireshark tarball: wireshark-1.3.5.tar.bz2 / wireshark-1.3.6-SVN-33027.tar.bz2
Steps:
./configure; make
--
Wireshark 1.3.5 (and 1.3.6-SVN-33027) fails to build in Fedora 13 with the
following error:
----------
...
/usr/bin/ld: gtk/libui.a(sctp_byte_graph_dlg.o): undefined reference to symbol
'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO
/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libm.so so try adding
it to the linker command line
/usr/lib/gcc/x86_64-redhat-linux/4.4.4/../../../../lib64/libm.so: could not
read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [wireshark] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/fedora/rpms/BUILD/wireshark-1.3.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fedora/rpms/BUILD/wireshark-1.3.5'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.CB5gLQ (%build)
----------
Note: this linking error doesn't occur in Fedora 12.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.