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 793362 - gnome-applets 3.27 undefined references with libgweather 3.27
gnome-applets 3.27 undefined references with libgweather 3.27
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-11 03:42 UTC by Jeremy Bicha
Modified: 2018-02-11 13:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gnome-applets 3.26 to build with libgweather 3.27 (1.37 KB, patch)
2018-02-11 03:42 UTC, Jeremy Bicha
none Details | Review

Description Jeremy Bicha 2018-02-11 03:42:56 UTC
Created attachment 368227 [details] [review]
patch for gnome-applets 3.26 to build with libgweather 3.27

I tried building gnome-applets 3.26.0 on Ubuntu 18.04 Alpha with libgweather 3.27.4. I am attaching a patch that squashed the recent libgweather related commits for gnome-applets.

The Debian/Ubuntu package builds with -Wl,-z,defs.

The build fails:

.libs/libgweather_applet_la-gweather-dialog.o: In function `gweather_dialog_update':
./gweather/src/gweather-dialog.c:565: undefined reference to `gweather_info_get_forecast'

Full build log at
https://launchpad.net/~jbicha/+archive/ubuntu/templibgweather/+build/14335792
Comment 1 Jeremy Bicha 2018-02-11 13:27:16 UTC
Thanks, today's commit fixed my issue.