Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175604 - app-pda/multisync-0.83_pre20050414-r4 USE="ldap" compile failure: ERROR: compile gui.c on localhost failed
Summary: app-pda/multisync-0.83_pre20050414-r4 USE="ldap" compile failure: ERROR: comp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 17:57 UTC by Ed Catmur
Modified: 2007-09-16 15:05 UTC (History)
3 users (show)

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 Ed Catmur 2007-04-22 17:57:04 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/share/multisync\" -I../../../src/libversit -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 -I../include -I../../../include -Werror -I/usr/include/libpisock -ggdb -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c gui.c  -fPIC -DPIC -o .libs/gui.o
cc1: warnings being treated as errors
gui.c: In function 'on_btn_auth_mechs_clicked':
gui.c:324: warning: assignment makes pointer from integer without a cast
distcc[18059] ERROR: compile gui.c on localhost failed
make[2]: *** [gui.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-pda/multisync-0.83_pre20050414-r4/work/multisync/plugins/ldap_plugin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-pda/multisync-0.83_pre20050414-r4/work/multisync/plugins/ldap_plugin'
make: *** [all] Error 2

!!! ERROR: app-pda/multisync-0.83_pre20050414-r4 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  multisync-0.83_pre20050414-r4.ebuild, line 118:   Called run_compile
  multisync-0.83_pre20050414-r4.ebuild, line 93:   Called die
Comment 1 Ed Catmur 2007-04-22 17:57:52 UTC
Note: USE="ldap".
Comment 2 Ed Catmur 2007-04-22 18:03:25 UTC
Need to define CFLAGS="-DLDAP_DEPRECATED" for net-nds/openldap-2.3.35
Comment 3 Vasco Steinmetz 2007-04-23 16:49:53 UTC
confirmed.

Compiles cleanly without the "ldap" USE-flag.




 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/share/multisync\" -I../../../src/libversit -I.. -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2 -I../include -I../../../include -Werror -I/usr/include/libpisock -march=athlon64 -mfpmath=sse -O2 -pipe -MT gui.lo -MD -MP -MF .deps/gui.Tpo -c gui.c  -fPIC -DPIC -o .libs/gui.o
cc1: warnings being treated as errors
gui.c: In function 'on_btn_auth_mechs_clicked':
gui.c:324: warning: assignment makes pointer from integer without a cast
make[2]: *** [gui.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-pda/multisync-0.83_pre20050414-r4/work/multisync/plugins/ldap_plugin/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-pda/multisync-0.83_pre20050414-r4/work/multisync/plugins/ldap_plugin'
make: *** [all] Error 2

!!! ERROR: app-pda/multisync-0.83_pre20050414-r4 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 4199:   Called src_compile
  multisync-0.83_pre20050414-r4.ebuild, line 118:   Called run_compile
  multisync-0.83_pre20050414-r4.ebuild, line 93:   Called die

!!! Failed during make!
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-pda/multisync-0.83_pre20050414-r4/temp/build.log'.
Comment 4 Christophe PEREZ 2007-08-03 21:32:20 UTC
No way to compile with ldap USE flag ?
Comment 5 Wulf Krueger (RETIRED) gentoo-dev 2007-09-16 15:05:48 UTC
Fixed in CVS.