Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208036 - app-pda/libopensync-plugin-syncml-0.22 fails because of warning
Summary: app-pda/libopensync-plugin-syncml-0.22 fails because of warning
Status: RESOLVED DUPLICATE of bug 208010
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 13:05 UTC by Eckhart Guthöhrlein
Modified: 2008-01-29 20:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eckhart Guthöhrlein 2008-01-29 13:05:39 UTC
Since updating libsyncml from 0.4.5 to 0.4.6, libopensync-plugin-syncml-0.22 fails (see output snipped below). This seems due to the -Werror flag being used, resulting into failure because of the warning.
Happens on my x86 laptop and amd64 desktop.
Similar to bug 191667.

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/opensync-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I/usr/include/libxml2 -Wall -Werror -I/usr/include/opensync-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsyncml-1.0 -I/usr/include/libxml2 -O2 -march=pentium-m -MT syncml_plugin.lo -MD -MP -MF .deps/syncml_plugin.Tpo -c syncml_plugin.c  -fPIC -DPIC -o .libs/syncml_plugin.o

cc1: warnings being treated as errors

syncml_plugin.c: In function '_manager_event':

syncml_plugin.c:297: warning: 'smlSessionSetReceivingLimit' is deprecated (declared at /usr/include/libsyncml-1.0/libsyncml/sml_session.h:91)

make[2]: *** [syncml_plugin.lo] Fehler 1

make[2]: Leaving directory `/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.22/work/libopensync-plugin-syncml-0.22/src'

make[1]: *** [all-recursive] Fehler 1

make[1]: Leaving directory `/var/tmp/portage/app-pda/libopensync-plugin-syncml-0.22/work/libopensync-plugin-syncml-0.22'

make: *** [all] Fehler 2



Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-29 20:49:21 UTC

*** This bug has been marked as a duplicate of bug 208010 ***