Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97155 - gconf-2.10.0 compile error
Summary: gconf-2.10.0 compile error
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 18:34 UTC by Alexander Marks
Modified: 2005-07-15 17:44 UTC (History)
0 users

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


Attachments
output of emerge gconf (errorlog,32.08 KB, application/octet-stream)
2005-06-27 11:31 UTC, Alexander Marks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Marks 2005-06-26 18:34:51 UTC
Emerging gconf-2.10.0 dies on many errors.

Reproducible: Always
Steps to Reproduce:


Actual Results:  
gconf-internals.h:58: warning: type defaults to `int' in declaration of
`ConfigValue'
gconf-internals.h:58: error: syntax error before '*' token
gconf-internals.h:59: error: syntax error before '*' token
gconf-internals.h:59: warning: type defaults to `int' in declaration of
`gconf_corba_value_from_gconf_value'
gconf-internals.h:59: warning: data definition has no type or storage class
gconf-internals.h:61: error: syntax error before "ConfigValue"
gconf-internals.h:62: error: syntax error before '*' token
gconf-internals.h:62: warning: type defaults to `int' in declaration of
`gconf_invalid_corba_value'
gconf-internals.h:62: warning: data definition has no type or storage class
gconf-internals.h:65: error: syntax error before "ConfigSchema"
gconf-internals.h:66: error: syntax error before '*' token
gconf-internals.h:66: warning: type defaults to `int' in declaration of
`gconf_corba_schema_from_gconf_schema'
gconf-internals.h:66: warning: data definition has no type or storage class
gconf-internals.h:67: warning: type defaults to `int' in declaration of
`ConfigSchema'
gconf-internals.h:67: error: syntax error before '*' token
gconf-internals.h:69: error: syntax error before "obj"
gconf-internals.h:180: error: syntax error before '*' token
gconf-internals.h:191: error: syntax error before "ConfigServer"
gconf-internals.h:193: error: syntax error before "gconf_get_current_lock_holder"
gconf-internals.h:194: warning: type defaults to `int' in declaration of
`gconf_get_current_lock_holder'
gconf-internals.h:194: warning: data definition has no type or storage class
gconf-internals.h:208: error: syntax error before "gconf_orb_get"
gconf-internals.h:208: warning: type defaults to `int' in declaration of
`gconf_orb_get'
gconf-internals.h:208: warning: data definition has no type or storage class
gconf-internals.h:210: error: syntax error before "gconf_activate_server"
gconf-internals.h:211: warning: type defaults to `int' in declaration of
`gconf_activate_server'
gconf-internals.h:211: 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:2422: error: syntax error before
"read_current_server_and_set_warning"
gconf-internals.c:2424: warning: return type defaults to `int'
gconf-internals.c: In function `read_current_server_and_set_warning':
gconf-internals.c:2436: error: `CORBA_OBJECT_NIL' undeclared (first use in this
function)
gconf-internals.c:2468: error: `CORBA_ORB' undeclared (first use in this function)
gconf-internals.c:2468: error: syntax error before "orb"
gconf-internals.c:2469: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:2470: error: `ConfigServer' undeclared (first use in this
function)
gconf-internals.c:2472: error: `ev' undeclared (first use in this function)
gconf-internals.c:2474: error: `orb' undeclared (first use in this function)
gconf-internals.c:2484: error: `server' undeclared (first use in this function)
gconf-internals.c:2484: warning: implicit declaration of function
`CORBA_ORB_string_to_object'
gconf-internals.c:2485: warning: implicit declaration of function
`CORBA_exception_free'
gconf-internals.c: At top level:
gconf-internals.c:2501: error: syntax error before "read_current_server"
gconf-internals.c:2503: warning: return type defaults to `int'
gconf-internals.c: In function `read_current_server':
gconf-internals.c:2505: error: `ConfigServer' undeclared (first use in this
function)
gconf-internals.c:2505: error: syntax error before "server"
gconf-internals.c:2512: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2524: error: syntax error before "ConfigServer"
gconf-internals.c: In function `gconf_get_lock_or_current_holder':
gconf-internals.c:2527: error: `ConfigServer' undeclared (first use in this
function)
gconf-internals.c:2527: error: syntax error before "server"
gconf-internals.c:2530: error: `lock_directory' undeclared (first use in this
function)
gconf-internals.c:2532: error: `current_server' undeclared (first use in this
function)
gconf-internals.c:2533: error: `CORBA_OBJECT_NIL' undeclared (first use in this
function)
gconf-internals.c:2538: error: `err' undeclared (first use in this function)
gconf-internals.c:2546: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2725: error: syntax error before "gconf_get_current_lock_holder"
gconf-internals.c:2727: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_get_current_lock_holder':
gconf-internals.c:2729: error: `ConfigServer' undeclared (first use in this
function)
gconf-internals.c:2729: error: syntax error before "server"
gconf-internals.c:2732: error: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2755: error: syntax error before "gconf_orb"
gconf-internals.c:2755: warning: type defaults to `int' in declaration of
`gconf_orb'
gconf-internals.c:2755: error: `CORBA_OBJECT_NIL' undeclared here (not in a
function)
gconf-internals.c:2755: warning: data definition has no type or storage class
gconf-internals.c:2758: error: syntax error before "gconf_orb_get"
gconf-internals.c:2759: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_orb_get':
gconf-internals.c:2760: error: `CORBA_OBJECT_NIL' undeclared (first use in this
function)
gconf-internals.c:2762: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:2762: error: syntax error before "ev"
gconf-internals.c:2768: error: `ev' undeclared (first use in this function)
gconf-internals.c:2770: warning: implicit declaration of function `CORBA_ORB_init'
gconf-internals.c:2771: error: `CORBA_NO_EXCEPTION' undeclared (first use in
this function)
gconf-internals.c: In function `gconf_orb_release':
gconf-internals.c:2784: error: `CORBA_OBJECT_NIL' undeclared (first use in this
function)
gconf-internals.c:2786: error: `CORBA_ORB' undeclared (first use in this function)
gconf-internals.c:2786: error: syntax error before "orb"
gconf-internals.c:2787: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:2791: error: `ev' undeclared (first use in this function)
gconf-internals.c:2793: warning: implicit declaration of function
`CORBA_ORB_destroy'
gconf-internals.c:2793: error: `orb' undeclared (first use in this function)
gconf-internals.c:2794: warning: implicit declaration of function
`CORBA_Object_release'
gconf-internals.c:2794: error: `CORBA_Object' undeclared (first use in this
function)
gconf-internals.c:2794: error: syntax error before "orb"
gconf-internals.c:2796: error: `CORBA_NO_EXCEPTION' undeclared (first use in
this function)
gconf-internals.c: At top level:
gconf-internals.c:2863: error: syntax error before "gconf_activate_server"
gconf-internals.c:2865: warning: return type defaults to `int'
gconf-internals.c: In function `gconf_activate_server':
gconf-internals.c:2866: error: `ConfigServer' undeclared (first use in this
function)
gconf-internals.c:2866: error: syntax error before "server"
gconf-internals.c:2875: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:2875: error: syntax error before "ev"
gconf-internals.c:2886: error: `server' undeclared (first use in this function)
gconf-internals.c:2886: error: `CORBA_OBJECT_NIL' undeclared (first use in this
function)
gconf-internals.c:2898: error: `ev' undeclared (first use in this function)
gconf-internals.c:2900: warning: implicit declaration of function
`CORBA_Object_is_nil'
gconf-internals.c:2902: warning: implicit declaration of function
`ConfigServer_ping'
gconf-internals.c:2904: error: `CORBA_NO_EXCEPTION' undeclared (first use in
this function)
gconf-internals.c:2910: warning: implicit declaration of function
`CORBA_exception_id'
gconf-internals.c:2910: warning: format argument is not a pointer (arg 3)
gconf-internals.c: In function `gconf_CORBA_Object_equal':
gconf-internals.c:2999: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:2999: error: syntax error before "ev"
gconf-internals.c:3000: error: `CORBA_Object' undeclared (first use in this
function)
gconf-internals.c:3004: error: `ev' undeclared (first use in this function)
gconf-internals.c:3005: warning: implicit declaration of function
`CORBA_Object_is_equivalent'
gconf-internals.c:3005: error: `_obj_a' undeclared (first use in this function)
gconf-internals.c:3005: error: `_obj_b' undeclared (first use in this function)
gconf-internals.c: In function `gconf_CORBA_Object_hash':
gconf-internals.c:3014: error: `CORBA_Environment' undeclared (first use in this
function)
gconf-internals.c:3014: error: syntax error before "ev"
gconf-internals.c:3015: error: `CORBA_Object' undeclared (first use in this
function)
gconf-internals.c:3016: error: `CORBA_unsigned_long' undeclared (first use in
this function)
gconf-internals.c:3018: error: `ev' undeclared (first use in this function)
gconf-internals.c:3019: error: `retval' undeclared (first use in this function)
gconf-internals.c:3019: warning: implicit declaration of function
`CORBA_Object_hash'
gconf-internals.c:3019: error: `_obj' undeclared (first use in this function)
make[3]: *** [gconf-internals.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/gconf-2.10.0/work/GConf-2.10.0/gconf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gconf-2.10.0/work/GConf-2.10.0/gconf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gconf-2.10.0/work/GConf-2.10.0'
make: *** [all] Error 2

!!! ERROR: gnome-base/gconf-2.10.0 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-06-26 18:55:53 UTC
please provide emerge info
Comment 2 Alexander Marks 2005-06-26 19:36:09 UTC
emerge info:

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.200
                                                                               
                  41102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 07:36:24)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X1
                                                                               
                  1/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/
                                                                               
                  distributions/gentoo"
MAKEOPTS="-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="x86 3dnow 3dnowex X aac alsa apache2 apm avi berkdb bitmap-fonts cdr crypt
                                                                               
                   curl directfb divx4linux dvd dvdread emboss encode esd faad
flac foomaticdb fort                                                           
                                       ran gd gdbm gif gphoto2 gpm gtk gtk2
imagemagick imlib java jpeg kqemu libg++ li                                    
                                                              bwww live mad
mikmod mmx mmxext motif mp3 mpeg mplayer mysql nas ncurses network             
                                                                               
      nvidia ogg oggvorbis opengl pam perl png python quicktime readline real
ruby sd                                                                        
                          l sftplogging softmmu spell sse ssl svg svga tcpd
theora tiff truetype truetype-                                                 
                                                 fonts type1-fonts vim-with-x
vorbis win32codecs xinerama xml2 xv xvid zlib userl                            
                                                                      and_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 3 foser (RETIRED) gentoo-dev 2005-06-27 05:14:20 UTC
attach the _full_ output
Comment 4 Alexander Marks 2005-06-27 11:31:12 UTC
Created attachment 62085 [details]
output of emerge gconf
Comment 5 John N. Laliberte (RETIRED) gentoo-dev 2005-06-28 17:22:11 UTC
interesting, looks like your missing the indent package.

from your log:
sh: indent: command not found

thats interesting because indent is a dependency of Orbit, which is required by
gconf.

first off, do you have the package indent installed?
Comment 6 John N. Laliberte (RETIRED) gentoo-dev 2005-07-15 17:44:44 UTC
no response from reporter.