First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 175604
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo PDA Herd <pda@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Catmur <ed@catmur.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 175604 depends on: Show dependency tree
Show dependency graph
Bug 175604 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-22 17:57 0000
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 From Ed Catmur 2007-04-22 17:57:52 0000 -------
Note: USE="ldap".

------- Comment #2 From Ed Catmur 2007-04-22 18:03:25 0000 -------
Need to define CFLAGS="-DLDAP_DEPRECATED" for net-nds/openldap-2.3.35

------- Comment #3 From Vasco Steinmetz 2007-04-23 16:49:53 0000 -------
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 From Christophe PEREZ 2007-08-03 21:32:20 0000 -------
No way to compile with ldap USE flag ?

------- Comment #5 From Wulf Krueger (RETIRED) 2007-09-16 15:05:48 0000 -------
Fixed in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug