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 336546 - gnome-utils 2.14.0 should depend on libpanel-applet > 2.13.4
gnome-utils 2.14.0 should depend on libpanel-applet > 2.13.4
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: general
2.14.x
Other All
: Normal minor
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-29 21:17 UTC by Marco Cabizza
Modified: 2006-04-01 17:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
trivial configure.in fix (373 bytes, patch)
2006-03-29 21:18 UTC, Marco Cabizza
none Details | Review

Description Marco Cabizza 2006-03-29 21:17:45 UTC
Please describe the problem:
I'm packaging gnome-utils 2.14.0 for debian and came across this linker error:

gnome_dictionary_applet-gdict-applet.o: In function
`gdict_applet_init':/home/marco/Checkouts/Debian/gnome-utils/gnome-utils-2.14.0/gnome-dictionary/src/gdict-applet.c:1311:
undefined reference to `panel_applet_set_background_widget'
collect2: ld returned 1 exit status
make[3]: *** [gnome-dictionary-applet] Error 1

due to an API change which occurred in libpanel-applet 2.13.4

*cut*
        (panel_applet_set_background_widget): new API to tell the library to
        automatically update the background of a widget
*cut*

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Marco Cabizza 2006-03-29 21:18:30 UTC
Created attachment 62331 [details] [review]
trivial configure.in fix
Comment 2 Emmanuele Bassi (:ebassi) 2006-04-01 17:41:45 UTC
Fixed in HEAD

2006-04-01  Emmanuele Bassi  <ebassi@cvs.gnome.org>

        * configure.in:
        * README: Make gnome-utils depend on libpanel-applet
        version >= 2.13.4, for panel_applet_set_background_widget()
        used in the gnome-dictionary applet (Closes bug #336546,
        patch by Marco Cabizza).