Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66737 - unable to compile gconf
Summary: unable to compile gconf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 02:51 UTC by Thomas Bettler
Modified: 2004-10-08 14:36 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 Thomas Bettler 2004-10-08 02:51:22 UTC
If I try compiling gconf (as a dependancy to gst-plugins) this won't work and give me a hand full of errors.
emerge info and emerge gconf output are attached.
I already tried CFLAGS="" but this changes nothing.

Thanks for any supporting hint.



#emerge info
Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.8-gentoo-r5+win4lin)
=================================================================
System uname: 2.6.8-gentoo-r5+win4lin i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
Gentoo Base System version 1.5.3
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="/distfiles/ ftp://mirror.switch.ch/mirror/gentoo/"
MAKEOPTS="-s -j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acl alsa apache2 apm arts avi berkdb bitmap-fonts canna cdr crypt cscope cups curl dga directfb divx4linux dvdencode esd fbcon flash foomaticdb freewnn gdbm ggi gif gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile imap imlib java jikes jpeg kde libg++ libwww mad maildir mbox mcal mikmod mmx motif motiv mozilla mpeg mysql nas ncurses nls oggvorbis opengl oss pam pcmcia pda pdflib perl png pnp ppds prelude python qt quicktime readline samba sdl slang slp speex spell sse ssl svga tcltk tcpd tetex tiff truetype trusted usb video_cards_radeon wxwindows x86 xine xinerama xml2 xmms xosd xprint xv xvid zlib"



Output attached:
# emerge --oneshot gconf
Calculating dependencies ...done!
>>> emerge (1 of 1) gnome-base/gconf-2.6.2 to /
>>> md5 src_uri ;-) GConf-2.6.2.tar.bz2
>>> Unpacking source...
>>> Unpacking GConf-2.6.2.tar.bz2 to /var/tmp/portage/gconf-2.6.2/work
>>> Source unpacked.
 * Patching ${S}/ltmain.sh...
 *   Applying portage-1.4.1.patch...
 *   Applying max_cmd_len-1.5.0.patch...
 * Applying uClibc/libtool patches ...
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for i686-pc-linux-gnu-g77... no
checking for i686-pc-linux-gnu-f77... no
checking for i686-pc-linux-gnu-xlf... no
checking for i686-pc-linux-gnu-frt... no
checking for i686-pc-linux-gnu-pgf77... no
checking for i686-pc-linux-gnu-fort77... no
checking for i686-pc-linux-gnu-fl32... no
checking for i686-pc-linux-gnu-af77... no
checking for i686-pc-linux-gnu-f90... no
checking for i686-pc-linux-gnu-xlf90... no
checking for i686-pc-linux-gnu-pgf90... no
checking for i686-pc-linux-gnu-epcf90... no
checking for i686-pc-linux-gnu-f95... no
checking for i686-pc-linux-gnu-fort... no
checking for i686-pc-linux-gnu-xlf95... no
checking for i686-pc-linux-gnu-ifc... no
checking for i686-pc-linux-gnu-efc... no
checking for i686-pc-linux-gnu-pgf95... no
checking for i686-pc-linux-gnu-lf95... no
checking for i686-pc-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse nm output from gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
FYI:  Using default config source xml::${sysconfdir}/gconf/gconf.xml.defaults for schema installation
FYI:  Will build with debug checks but no debug spew
checking for gtkdoc-mkdb... false
checking for db2html... false
checking for pkg-config... /usr/bin/pkg-config
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0... yes
checking DEPENDENT_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0
checking DEPENDENT_LIBS... -Wl,--export-dynamic -pthread -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
checking for gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 libxml-2.0... yes
checking DEPENDENT_WITH_XML_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libxml2
checking DEPENDENT_WITH_XML_LIBS... -Wl,--export-dynamic -pthread -lgobject-2.0 -lORBit-2 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lxml2 -lpthread -lz -lm
checking for  gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 gtk+-2.0 >= 2.0.0... yes
checking DEPENDENT_WITH_GTK_CFLAGS... -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/glib-2.0-I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config
checking DEPENDENT_WITH_GTK_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for  gmodule-2.0 >= 2.0.1 gobject-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 gtk+-2.0 libxml-2.0... yes
checking DEPENDENT_WITH_XML_AND_GTK_CFLAGS... -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libxml2
checking DEPENDENT_WITH_XML_AND_GTK_LIBS... -Wl,--export-dynamic -pthread -lORBit-2 -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lpthread -lz -lm
checking for poptGetArg in -lpopt... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for usleep... yes
checking for flockfile... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  am ar az be bg bn ca cs cy da de el en_CA en_GB es eu fa fi fr ga gl gu hi hr hu id it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr uk vi yi zh_CN zh_TW ta
checking for bind_textdomain_codeset... (cached) yes
checking for gawk... gawk
checking for perl5... no
checking for perl... perl
checking for indent... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gconf.m4
config.status: creating gconf/Makefile
config.status: creating gconf/default.path
config.status: creating backends/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/gconf/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating gconf-2.0.pc
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default-2 commands
Making all in gconf
orbit-idl-2 2.10.3 compiling
  mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule

sh: indent: command not found
sh: indent: command not found
sh: indent: command not found
sh: indent: command not found
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"/usr/share/locale\" -DGCONF_SRCDIR=\"/var/tmp/portage/gconf-2.6.2/work/GConf-2.6.2\" -DGCONF_CONFDIR=\"/etc/gconf/2\" -DGCONF_ETCDIR=\"/etc/gconf\" -DGCONF_BINDIR=\"/usr/bin\" -DGCONF_SERVERDIR=\"/usr/libexec\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/lib/GConf/2\" -DVERSION=\"2.6.2\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -O3 -march=pentium4 -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse -funroll-loops -fprefetch-loop-arrays -pipe -Wall -c gconf-internals.c  -fPIC -DPIC -o .libs/gconf-internals.o
In file included from gconf-internals.c:22:
gconf-internals.h:56: warning: type defaults to `int' in declaration of `ConfigValue'
gconf-internals.h:56: error: syntax error before '*' token
gconf-internals.h:57: error: syntax error before '*' token
gconf-internals.h:57: warning: type defaults to `int' in declaration of `gconf_corba_value_from_gconf_value'
gconf-internals.h:57: warning: data definition has no type or storage class
gconf-internals.h:59: error: syntax error before "ConfigValue"
gconf-internals.h:60: error: syntax error before '*' token
gconf-internals.h:60: warning: type defaults to `int' in declaration of `gconf_invalid_corba_value'
gconf-internals.h:60: warning: data definition has no type or storage class
gconf-internals.h:63: error: syntax error before "ConfigSchema"
gconf-internals.h:64: error: syntax error before '*' token
gconf-internals.h:64: warning: type defaults to `int' in declaration of `gconf_corba_schema_from_gconf_schema'
gconf-internals.h:64: warning: data definition has no type or storage class
gconf-internals.h:65: warning: type defaults to `int' in declaration of `ConfigSchema'
gconf-internals.h:65: error: syntax error before '*' token
gconf-internals.h:67: error: syntax error before "obj"
gconf-internals.h:177: error: syntax error before '*' token
gconf-internals.h:188: error: syntax error before "ConfigServer"
gconf-internals.h:190: error: syntax error before "gconf_get_current_lock_holder"
gconf-internals.h:191: warning: type defaults to `int' in declaration of `gconf_get_current_lock_holder'
gconf-internals.h:191: warning: data definition has no type or storage class
gconf-internals.h:205: error: syntax error before "gconf_orb_get"
gconf-internals.h:205: warning: type defaults to `int' in declaration of `gconf_orb_get'
gconf-internals.h:205: warning: data definition has no type or storage class
gconf-internals.h:207: error: syntax error before "gconf_activate_server"
gconf-internals.h:208: warning: type defaults to `int' in declaration of `gconf_activate_server'
gconf-internals.h:208: warning: data definition has no type or storage class
gconf-internals.c:151: warning: type defaults to `int' in declaration of `ConfigValue'
gconf-internals.c:151: error: syntax error before '*' token
gconf-internals.c: In function `gconf_value_from_corba_value':
gconf-internals.c:156: error: `value' undeclared (first use in this function)
gconf-internals.c:156: error: (Each undeclared identifier is reported only once
gconf-internals.c:156: error: for each function it appears in.)
gconf-internals.c:158: error: `InvalidVal' undeclared (first use in this function)
gconf-internals.c:161: error: `IntVal' undeclared (first use in this function)
gconf-internals.c:164: error: `StringVal' undeclared (first use in this function)
gconf-internals.c:167: error: `FloatVal' undeclared (first use in this function)
gconf-internals.c:170: error: `BoolVal' undeclared (first use in this function)
gconf-internals.c:173: error: `SchemaVal' undeclared (first use in this function)
gconf-internals.c:176: error: `ListVal' undeclared (first use in this function)
gconf-internals.c:179: error: `PairVal' undeclared (first use in this function)
gconf-internals.c:224: error: `BIntVal' undeclared (first use in this function)
gconf-internals.c:227: error: `BBoolVal' undeclared (first use in this function)
gconf-internals.c:230: error: `BFloatVal' undeclared (first use in this function)
gconf-internals.c:233: error: `BStringVal' undeclared (first use in this function)
gconf-internals.c:236: error: `BInvalidVal' undeclared (first use in this function)
gconf-internals.c:255: error: `ConfigValue' undeclared (first use in this function)
gconf-internals.c:255: error: syntax error before ')' token
gconf-internals.c:282: error: syntax error before ')' token
gconf-internals.c:285: error: syntax error before ')' token
gconf-internals.c: At top level:
gconf-internals.c:298: error: syntax error before "ConfigValue"
gconf-internals.c: In function `gconf_fill_corba_value_from_gconf_value':
gconf-internals.c:300: error: `value' undeclared (first use in this function)
gconf-internals.c:302: error: `cv' undeclared (first use in this function)
gconf-internals.c:302: error: `InvalidVal' undeclared (first use in this function)
gconf-internals.c:309: error: `IntVal' undeclared (first use in this function)
gconf-internals.c:313: error: `StringVal' undeclared (first use in this function)
gconf-internals.c:314: warning: implicit declaration of function `CORBA_string_dup'
gconf-internals.c:317: error: `FloatVal' undeclared (first use in this function)
gconf-internals.c:321: error: `BoolVal' undeclared (first use in this function)
gconf-internals.c:325: error: `SchemaVal' undeclared (first use in this function)
gconf-internals.c:334: error: `ListVal' undeclared (first use in this function)
gconf-internals.c:341: warning: implicit declaration of function `CORBA_sequence_ConfigBasicValue_allocbuf'
gconf-internals.c:344: warning: implicit declaration of function `CORBA_sequence_set_release'
gconf-internals.c:349: error: `BIntVal' undeclared (first use in this function)
gconf-internals.c:353: error: `BBoolVal' undeclared (first use in this function)
gconf-internals.c:357: error: `BStringVal' undeclared (first use in this function)
gconf-internals.c:361: error: `BFloatVal' undeclared (first use in this function)
gconf-internals.c:365: error: `BSchemaVal' undeclared (first use in this function)
gconf-internals.c:369: error: `BInvalidVal' undeclared (first use in this function)
gconf-internals.c:379: error: `ConfigValue' undeclared (first use in this function)
gconf-internals.c:379: error: syntax error before ')' token
gconf-internals.c:388: error: `PairVal' undeclared (first use in this function)
gconf-internals.c:398: error: syntax error before ')' token
gconf-internals.c:400: error: syntax error before ')' token
gconf-internals.c: At top level:
gconf-internals.c:414: error: syntax error before '*' token
gconf-internals.c:416: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_corba_value_from_gconf_value':
gconf-internals.c:417: error: `ConfigValue' undeclared (first use in this function)
gconf-internals.c:417: error: `cv' undeclared (first use in this function)
gconf-internals.c:419: warning: implicit declaration of function `ConfigValue__alloc'
gconf-internals.c: At top level:
gconf-internals.c:426: error: syntax error before '*' token
gconf-internals.c:428: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_invalid_corba_value':
gconf-internals.c:429: error: `ConfigValue' undeclared (first use in this function)
gconf-internals.c:429: error: `cv' undeclared (first use in this function)
gconf-internals.c:433: error: `InvalidVal' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:439: error: syntax error before "obj"
gconf-internals.c: In function `gconf_object_to_string':
gconf-internals.c:442: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:442: error: syntax error before "ev"
gconf-internals.c:446: warning: implicit declaration of function `CORBA_exception_init'
gconf-internals.c:446: error: `ev' undeclared (first use in this function)
gconf-internals.c:448: warning: implicit declaration of function `CORBA_ORB_object_to_string'
gconf-internals.c:448: error: `obj' undeclared (first use in this function)
gconf-internals.c:448: warning: assignment makes pointer from integer without a cast
gconf-internals.c:452: error: `err' undeclared (first use in this function)
gconf-internals.c:461: warning: implicit declaration of function `CORBA_free'
gconf-internals.c: At top level:
gconf-internals.c:467: error: syntax error before "corba_type_from_gconf_type"
gconf-internals.c:468: warning: return type defaults to `int'
gconf-internals.c: In function `corba_type_from_gconf_type':
gconf-internals.c:472: error: `IntVal' undeclared (first use in this function)
gconf-internals.c:474: error: `BoolVal' undeclared (first use in this function)
gconf-internals.c:476: error: `FloatVal' undeclared (first use in this function)
gconf-internals.c:478: error: `InvalidVal' undeclared (first use in this function)
gconf-internals.c:480: error: `StringVal' undeclared (first use in this function)
gconf-internals.c:482: error: `SchemaVal' undeclared (first use in this function)
gconf-internals.c:484: error: `ListVal' undeclared (first use in this function)
gconf-internals.c:486: error: `PairVal' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:494: error: syntax error before "type"
gconf-internals.c: In function `gconf_type_from_corba_type':
gconf-internals.c:496: error: `type' undeclared (first use in this function)
gconf-internals.c:498: error: `InvalidVal' undeclared (first use in this function)
gconf-internals.c:500: error: `StringVal' undeclared (first use in this function)
gconf-internals.c:502: error: `IntVal' undeclared (first use in this function)
gconf-internals.c:504: error: `FloatVal' undeclared (first use in this function)
gconf-internals.c:506: error: `SchemaVal' undeclared (first use in this function)
gconf-internals.c:508: error: `BoolVal' undeclared (first use in this function)
gconf-internals.c:510: error: `ListVal' undeclared (first use in this function)
gconf-internals.c:512: error: `PairVal' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:522: error: syntax error before "ConfigSchema"
gconf-internals.c: In function `gconf_fill_corba_schema_from_gconf_schema':
gconf-internals.c:524: error: `cs' undeclared (first use in this function)
gconf-internals.c:524: error: `sc' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:555: error: syntax error before '*' token
gconf-internals.c:557: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_corba_schema_from_gconf_schema':
gconf-internals.c:558: error: `ConfigSchema' undeclared (first use in this function)
gconf-internals.c:558: error: `cs' undeclared (first use in this function)
gconf-internals.c:560: warning: implicit declaration of function `ConfigSchema__alloc'
gconf-internals.c: At top level:
gconf-internals.c:568: warning: type defaults to `int' in declaration of `ConfigSchema'
gconf-internals.c:568: error: syntax error before '*' token
gconf-internals.c: In function `gconf_schema_from_corba_schema':
gconf-internals.c:576: error: `cs' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2397: error: syntax error before "read_current_server_and_set_warning"
gconf-internals.c:2399: warning: return type defaults to `int'
gconf-internals.c: In function `read_current_server_and_set_warning':
gconf-internals.c:2411: error: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2443: error: `CORBA_ORB' undeclared (first use in this function)
gconf-internals.c:2443: error: syntax error before "orb"
gconf-internals.c:2444: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2445: error: `ConfigServer' undeclared (first use in this function)
gconf-internals.c:2447: error: `ev' undeclared (first use in this function)
gconf-internals.c:2449: error: `orb' undeclared (first use in this function)
gconf-internals.c:2459: error: `server' undeclared (first use in this function)
gconf-internals.c:2459: warning: implicit declaration of function `CORBA_ORB_string_to_object'
gconf-internals.c:2460: warning: implicit declaration of function `CORBA_exception_free'
gconf-internals.c: At top level:
gconf-internals.c:2476: error: syntax error before "read_current_server"
gconf-internals.c:2478: warning: return type defaults to `int'
gconf-internals.c: In function `read_current_server':
gconf-internals.c:2480: error: `ConfigServer' undeclared (first use in this function)
gconf-internals.c:2480: error: syntax error before "server"
gconf-internals.c:2487: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2499: error: syntax error before "ConfigServer"
gconf-internals.c: In function `gconf_get_lock_or_current_holder':
gconf-internals.c:2502: error: `ConfigServer' undeclared (first use in this function)
gconf-internals.c:2502: error: syntax error before "server"
gconf-internals.c:2505: error: `lock_directory' undeclared (first use in this function)
gconf-internals.c:2507: error: `current_server' undeclared (first use in this function)
gconf-internals.c:2508: error: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2513: error: `err' undeclared (first use in this function)
gconf-internals.c:2521: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2700: error: syntax error before "gconf_get_current_lock_holder"
gconf-internals.c:2702: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_get_current_lock_holder':
gconf-internals.c:2704: error: `ConfigServer' undeclared (first use in this function)
gconf-internals.c:2704: error: syntax error before "server"
gconf-internals.c:2707: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2730: error: syntax error before "gconf_orb"
gconf-internals.c:2730: warning: type defaults to `int' in declaration of `gconf_orb'
gconf-internals.c:2730: error: `CORBA_OBJECT_NIL' undeclared here (not in a function)
gconf-internals.c:2730: warning: data definition has no type or storage class
gconf-internals.c:2733: error: syntax error before "gconf_orb_get"
gconf-internals.c:2734: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_orb_get':
gconf-internals.c:2735: error: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2737: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2737: error: syntax error before "ev"
gconf-internals.c:2743: error: `ev' undeclared (first use in this function)
gconf-internals.c:2745: warning: implicit declaration of function `CORBA_ORB_init'
gconf-internals.c:2746: error: `CORBA_NO_EXCEPTION' undeclared (first use in this function)
gconf-internals.c: In function `gconf_orb_release':
gconf-internals.c:2759: error: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2761: error: `CORBA_ORB' undeclared (first use in this function)
gconf-internals.c:2761: error: syntax error before "orb"
gconf-internals.c:2762: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2766: error: `ev' undeclared (first use in this function)
gconf-internals.c:2768: warning: implicit declaration of function `CORBA_ORB_destroy'
gconf-internals.c:2768: error: `orb' undeclared (first use in this function)
gconf-internals.c:2769: warning: implicit declaration of function `CORBA_Object_release'
gconf-internals.c:2769: error: `CORBA_Object' undeclared (first use in this function)
gconf-internals.c:2769: error: syntax error before "orb"
gconf-internals.c:2771: error: `CORBA_NO_EXCEPTION' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2838: error: syntax error before "gconf_activate_server"
gconf-internals.c:2840: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_activate_server':
gconf-internals.c:2841: error: `ConfigServer' undeclared (first use in this function)
gconf-internals.c:2841: error: syntax error before "server"
gconf-internals.c:2850: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2850: error: syntax error before "ev"
gconf-internals.c:2861: error: `server' undeclared (first use in this function)
gconf-internals.c:2861: error: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2873: error: `ev' undeclared (first use in this function)
gconf-internals.c:2875: warning: implicit declaration of function `CORBA_Object_is_nil'
gconf-internals.c:2877: warning: implicit declaration of function `ConfigServer_ping'
gconf-internals.c:2879: error: `CORBA_NO_EXCEPTION' undeclared (first use in this function)
gconf-internals.c:2885: warning: implicit declaration of function `CORBA_exception_id'
gconf-internals.c:2885: warning: format argument is not a pointer (arg 3)
gconf-internals.c: In function `gconf_CORBA_Object_equal':
gconf-internals.c:2972: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2972: error: syntax error before "ev"
gconf-internals.c:2973: error: `CORBA_Object' undeclared (first use in this function)
gconf-internals.c:2977: error: `ev' undeclared (first use in this function)
gconf-internals.c:2978: warning: implicit declaration of function `CORBA_Object_is_equivalent'
gconf-internals.c:2978: error: `_obj_a' undeclared (first use in this function)
gconf-internals.c:2978: error: `_obj_b' undeclared (first use in this function)
gconf-internals.c: In function `gconf_CORBA_Object_hash':
gconf-internals.c:2987: error: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2987: error: syntax error before "ev"
gconf-internals.c:2988: error: `CORBA_Object' undeclared (first use in this function)
gconf-internals.c:2989: error: `CORBA_unsigned_long' undeclared (first use in this function)
gconf-internals.c:2991: error: `ev' undeclared (first use in this function)
gconf-internals.c:2992: error: `retval' undeclared (first use in this function)
gconf-internals.c:2992: warning: implicit declaration of function `CORBA_Object_hash'
gconf-internals.c:2992: error: `_obj' undeclared (first use in this function)
make[2]: *** [gconf-internals.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/gconf-2.6.2 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
Comment 1 foser (RETIRED) gentoo-dev 2004-10-08 14:36:47 UTC
sh: indent: command not found

indent needed, dep of orbit, been uninstalling it i guess ?