After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621864 - clock applet must be linked with libm
clock applet must be linked with libm
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-17 08:55 UTC by Dan Horák
Modified: 2010-06-22 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
link clock applet with libm (474 bytes, patch)
2010-06-17 08:55 UTC, Dan Horák
committed Details | Review

Description Dan Horák 2010-06-17 08:55:08 UTC
Created attachment 163900 [details] [review]
link clock applet with libm

The clock applet must be linked with libm otherwise the build fails on the s390(x) platform (tested on Fedora Rawhide)

Excerpt from http://s390.koji.fedoraproject.org/koji/getfile?taskID=167571&name=build.log
...
Found cached translation database
Merging translations into org.gnome.panel.ClockApplet.panel-applet.
  CCLD   test-system-timezone
/usr/bin/ld: clock_applet-clock-sunpos.o: undefined reference to symbol 'fmod@@GLIBC_2.0'
/usr/bin/ld: note: 'fmod@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

Build with patch applied - http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=167600
Comment 1 Vincent Untz 2010-06-22 02:54:08 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.