Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-python/gnome-python-desktop-2.17.3 failed.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Sat Feb 10, 2007 8:25 pm    Post subject: dev-python/gnome-python-desktop-2.17.3 failed. Reply with quote

Hi.

I am trying to give Gnome 2/17 a tray.
Added gnome-experimental overlay to my overlay list and started emerging....

8 Packages left and I am failing to compile gnome-python-desktop...

Code:

        then mv -f ".deps/plparser_la-plparsermodule.Tpo" ".deps/plparser_la-plparsermodule.Plo"; else rm -f ".deps/plparser_la-plparsermodule.Tpo"; exit 1; fi
(cd .                                   \
         && /usr/bin/pygtk-codegen-2.0                          \
            --override plparser.override                        \
            --py_ssize_t-clean \
            --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
            --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
            --prefix pyplparser plparser.defs) > gen-plparser.c         \
        && cp gen-plparser.c plparser.c                         \
        && rm -f gen-plparser.c
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I-I/usr/include/totem/1/plparser -I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0 -I/usr/include/python2.4 -march=prescott -pipe -O2 -fomit-frame-pointer -Wall -std=c9x -fno-strict-aliasing -MT plparser_la-plparsermodule.lo -MD -MP -MF .deps/plparser_la-plparsermodule.Tpo -c plparsermodule.c  -fPIC -DPIC -o .libs/plparser_la-plparsermodule.o
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 100.00% (3/3)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I-I/usr/include/totem/1/plparser -I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0   -I/usr/include/python2.4 -march=prescott -pipe -O2 -fomit-frame-pointer -Wall -std=c9x -fno-strict-aliasing -MT plparser_la-plparser.lo -MD -MP -MF ".deps/plparser_la-plparser.Tpo" -c -o plparser_la-plparser.lo `test -f 'plparser.c' || echo './'`plparser.c; \
        then mv -f ".deps/plparser_la-plparser.Tpo" ".deps/plparser_la-plparser.Plo"; else rm -f ".deps/plparser_la-plparser.Tpo"; exit 1; fi
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I-I/usr/include/totem/1/plparser -I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0 -I/usr/include/python2.4 -march=prescott -pipe -O2 -fomit-frame-pointer -Wall -std=c9x -fno-strict-aliasing -MT plparser_la-plparser.lo -MD -MP -MF .deps/plparser_la-plparser.Tpo -c plparser.c  -fPIC -DPIC -o .libs/plparser_la-plparser.o
plparser.override:6:29: error: totem-pl-parser.h: No such file or directory
plparser.override:7:38: error: totem-pl-parser-builtins.h: No such file or directory
plparser.override: In function '_wrap_totem_pl_parser_write':
plparser.override:92: error: 'TotemPlParserType' undeclared (first use in this function)
plparser.override:92: error: (Each undeclared identifier is reported only once
plparser.override:92: error: for each function it appears in.)
plparser.override:92: error: expected ';' before 'type'
plparser.override:98: error: 'type' undeclared (first use in this function)
plparser.override:105: warning: implicit declaration of function 'totem_pl_parser_write'
plparser.override:105: warning: implicit declaration of function 'TOTEM_PL_PARSER'
plparser.c: In function '_wrap_totem_pl_parser_add_ignored_scheme':
plparser.c:176: warning: implicit declaration of function 'totem_pl_parser_add_ignored_scheme'
plparser.c: In function '_wrap_totem_pl_parser_parse':
plparser.c:193: warning: implicit declaration of function 'totem_pl_parser_parse'
plparser.c:195: error: 'TOTEM_TYPE_PL_PARSER_RESULT' undeclared (first use in this function)
plparser.c: In function 'pyplparser_add_constants':
plparser.c:267: error: 'TOTEM_TYPE_PL_PARSER_RESULT' undeclared (first use in this function)
plparser.c:268: error: 'TOTEM_TYPE_PL_PARSER_TYPE' undeclared (first use in this function)
plparser.c:269: error: 'TOTEM_TYPE_PL_PARSER_ERROR' undeclared (first use in this function)
plparser.c: In function 'pyplparser_register_classes':
plparser.c:308: error: 'TOTEM_TYPE_PL_PARSER' undeclared (first use in this function)
make[2]: *** [plparser_la-plparser.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.17.3/work/gnome-python-desktop-2.17.3/totem'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.17.3/work/gnome-python-desktop-2.17.3'
make: *** [all] Error 2

!!! ERROR: dev-python/gnome-python-desktop-2.17.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3742:   Called src_compile
  ebuild.sh, line 1304:   Called gnome2_src_compile
  gnome2.eclass, line 71:   Called die

!!! compile failure
!!! 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/dev-python/gnome-python-desktop-2.17.3/temp/build.log'.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/gnome-experimental'



Did anyone else tried that?
Any success stories?
Any suggestions?

Thanks,
Dekel
_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Sat Feb 10, 2007 10:15 pm    Post subject: Reply with quote

Some talking over IRC helped me to understand the problem may lay in:
CONFIG_H -I. -I. -I.. -I-I/usr/include/totem/1/plparser


Which adds the I-I could fail the compile..

As:
Code:

plparser.override:6:29: error: totem-pl-parser.h: No such file or directory
plparser.override:7:38: error: totem-pl-parser-builtins.h: No such file or directory


 find /usr/include -name totem-pl-parser.h
/usr/include/totem/1/plparser/totem-pl-parser.h

 find /usr/include -name totem-pl-parser-builtins.h
/usr/include/totem/1/plparser/totem-pl-parser-builtins.h


Anyone knows how to fix it?
_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 383
Location: Minsk, Belarus

PostPosted: Sun Feb 11, 2007 5:31 am    Post subject: Reply with quote

gnome-python-desktop-2.17.3 compiled fine for me
_________________
rion-overlay
Back to top
View user's profile Send private message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Sun Feb 11, 2007 6:10 am    Post subject: Reply with quote

submitted bug: https://bugs.gentoo.org/show_bug.cgi?id=166267
_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum