Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome Install Help
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 16, 2008 12:09 am    Post subject: Gnome Install Help Reply with quote

I am getting circular dependencies attempting to install gnome. My use flags are "mmx sse sse2 oss gtk X dbus gnome hal avahi -kde -qt3 -qt4 -arts"

It looks like the dependencies go roughly:

eel 2.22.2
gconf 2.22.0
gnome-keyring 2.22.2
gtk+ 2.12.10
gconf
libwnck
gtk+
notification daemon
gtk+
and so on...

How do I fix this? I'd really like to get Gnome installed.

EDIT: This is a fresh install following the handbook.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 16, 2008 2:12 am    Post subject: Reply with quote

I think it may be a problem with gtk. I am installing gtk and it's dependencies with the -gtk use flag. I made a backup of the partition and it's contents just in case this doesn't work.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Aug 16, 2008 2:21 am    Post subject: Reply with quote

Hi, can you post your emerge --info plz ?
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 16, 2008 2:41 am    Post subject: Reply with quote

Well, gtk and all it's dependencies are compiling now, so not now. Hopefully it was just a problem with trying to compile gtk and it's dependencies with a gtk use flag. I'll fine out. If not I'll restore my backup partition and get that info to you.
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Sat Aug 16, 2008 5:32 am    Post subject: Reply with quote

I had the same problem when I did my fresh 64bit install. If I remember correctly, I get around by removing "avahi" flag first, then put it back in the second round. The circular dependency was cause mainly by dbus and avahi.
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Sat Aug 16, 2008 5:36 am    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 16, 2008 9:00 pm    Post subject: Reply with quote

My current problem is that a package required for gnome called alacarte refuses to install. It says that it requires pygtk to be installed, which it is. I tried USE="pygtk python" emerge x11-misc/alacarte but it still didn't recognize the pygtk package as installed. anyone have any clue what's wrong?

EDIT: Found the problem. The pygtk required by the alacarte package is newer then what I got in portage. I'll see what I can do about that. If nothing else I can always download it and compile it with make


Last edited by Tristanm on Sat Aug 16, 2008 9:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Sat Aug 16, 2008 9:05 pm    Post subject: Reply with quote

Can you post the error log? I encounter that a few weeks ago but can't recall how to fix it. I properly can remember if I see the error log again.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sat Aug 16, 2008 9:12 pm    Post subject: Reply with quote

Here's the build.log for alacarte.

Code:
>>> Unpacking source...
>>> Unpacking alacarte-0.11.5.tar.bz2 to /var/tmp/portage/x11-misc/alacarte-0.11.5/work
 * Fixing OMF Makefiles ...
  [ ok ]
 * Applying alacarte-0.11.5-python-2.6.patch ...
  [ ok ]
 * Running eautoreconf in '/var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5' ...
 * Running aclocal ...
  [ ok ]
 * Running autoconf ...
  [ ok ]
 * Running automake --add-missing --copy ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5 ...
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 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 ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for intltool >= 0.35.0... 0.37.1 found
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for python2.6... no
checking for python2.5... /usr/bin/python2.5
checking whether /usr/bin/python2.5 version is >= 2.5.0... yes
checking for  version... 2.5
checking for  platform... linux2
checking for  script directory... ${prefix}/lib64/python2.5/site-packages
checking for  extension module directory... ${exec_prefix}/lib64/python2.5/site-packages
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ALACARTE... yes
checking for pygtk 2.8.0 installed for python 2.4... not found
configure: error: required pygtk version not found

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-misc/alacarte-0.11.5/work/alacarte-0.11.5/config.log
 *
 * ERROR: x11-misc/alacarte-0.11.5 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3031:  Called gnome2_src_compile
 *             environment, line 2256:  Called gnome2_src_configure
 *             environment, line 2270:  Called econf
 *               ebuild.sh, line  513:  Called die
 * The specific snippet of code:
 *            die "econf failed"
 *  The die message:
 *   econf failed
 *
 * 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/x11-misc/alacarte-0.11.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-misc/alacarte-0.11.5/temp/environment'.
 *


And here is gnome-python-desktop

Code:

>>> Unpacking source...
>>> Unpacking gnome-python-desktop-2.22.0.tar.bz2 to /var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work
 * Fixing OMF Makefiles ...
  [ ok ]
 * Running elibtoolize in: gnome-python-desktop-2.22.0
 *   Applying portage-1.5.10.patch ...
 *   Applying max_cmd_len-1.5.20.patch ...
 *   Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0 ...
 * econf: updating gnome-python-desktop-2.22.0/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating gnome-python-desktop-2.22.0/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-gtk-doc --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
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 for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-cf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-pghpf... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.5/site-packages
checking for headers required to compile python extensions... found
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PYGTK... yes
checking for pygtk-codegen-2.0... /usr/local/bin/pygtk-codegen-2.0
checking for conflicting pygtk versions... none
checking for pygtk defs... /usr/share/pygtk/2.0/defs
checking for gnome-python defs... /usr/share/pygtk/2.0/defs
checking for gnome-python argtypes dir... /usr/share/pygtk/2.0/argtypes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.6.0... yes (version 2.16.3)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... yes (version 2.12.10)
checking for LIBPANELAPPLET... yes
checking for LIBGNOMEPRINT... yes
checking for libgnomeprint 2.8 API... found
checking for LIBGNOMEPRINTUI... yes
checking for GTKSOURCEVIEW... yes
checking for WNCK... yes
checking for TOTEM_PLPARSER... yes
checking for GTOP... yes
checking for NAUTILUSBURN... yes
checking for MEDIAPROFILES... yes
checking for RSVG... yes
checking for GNOMEKEYRING... yes
checking for GNOMEDESKTOP... yes
checking for bug-buddy... /usr/bin/bug-buddy
checking whether bug-buddy >= 2.16... yes
checking for EVOLUTION_EBOOK... yes
checking for EVOLUTION_ECAL... yes
checking whether x86_64-pc-linux-gnu-gcc understands -Wall... yes
checking whether x86_64-pc-linux-gnu-gcc understands -std=c9x... yes
checking whether x86_64-pc-linux-gnu-gcc understands -fno-strict-aliasing... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnomeapplet/Makefile
config.status: creating gnomeprint/Makefile
config.status: creating gtksourceview/Makefile
config.status: creating wnck/Makefile
config.status: creating totem/Makefile
config.status: creating gtop/Makefile
config.status: creating nautilusburn/Makefile
config.status: creating mediaprofiles/Makefile
config.status: creating metacity/Makefile
config.status: creating rsvg/Makefile
config.status: creating gnomekeyring/Makefile
config.status: creating gnomedesktop/Makefile
config.status: creating evolution/Makefile
config.status: creating gnome-python-desktop-2.0.pc
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/gtksourceview/Makefile
config.status: creating docs/gnomeprint/Makefile
config.status: creating docs/gnomeprintui/Makefile
config.status: creating config.h
config.status: executing depfiles commands

The following modules will be built:

gnomeapplet
gnomeprint
gnomeprint.ui
gtksourceview
wnck
totem.plparser
gtop
nautilusburn
mediaprofiles
rsvg
gnomekeyring
gnomedesktop
bugbuddy
evolution
evolution ecal support

The following modules will NOT be built:

metacity
*****************************************************************************
*** WARNING: You are using a deprecated build system (autotools).
***          You should be using WAF instead; see the file INSTALL.WAF.
***          The autotools build system will be removed in a future version.
*****************************************************************************
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0'
Making all in docs
make[2]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs'
Making all in gtksourceview
make[3]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gtksourceview'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gtksourceview'
Making all in gnomeprint
make[3]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gnomeprint'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gnomeprint'
Making all in gnomeprintui
make[3]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gnomeprintui'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs/gnomeprintui'
make[3]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs'
make[2]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/docs'
Making all in gnomeprint
make[2]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/gnomeprint'
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0   -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-printmodule.lo -MD -MP -MF .deps/_print_la-printmodule.Tpo -c -o _print_la-printmodule.lo `test -f 'printmodule.c' || echo './'`printmodule.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0   -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-art-gtype.lo -MD -MP -MF .deps/_print_la-art-gtype.Tpo -c -o _print_la-art-gtype.lo `test -f 'art-gtype.c' || echo './'`art-gtype.c
(cd . \
    && /usr/local/bin/pygtk-codegen-2.0 \
       -DHAVE_GNOMEPRINT28 \
       --load-types print-arg-types.py \
       --register /usr/share/pygtk/2.0/defs/pango-types.defs \
       --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
       --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
       --register print.defs \
       --register /usr/share/pygtk/2.0/defs/canvas.defs \
       --override print.override \
       --prefix pyprint print.defs) > gen-print.c \
   && cp gen-print.c print.c \
   && rm -f gen-print.c
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0 -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-art-gtype.lo -MD -MP -MF .deps/_print_la-art-gtype.Tpo -c art-gtype.c  -fPIC -DPIC -o .libs/_print_la-art-gtype.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0 -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-printmodule.lo -MD -MP -MF .deps/_print_la-printmodule.Tpo -c printmodule.c  -fPIC -DPIC -o .libs/_print_la-printmodule.o
mv -f .deps/_print_la-art-gtype.Tpo .deps/_print_la-art-gtype.Plo
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gnome-python-2.0   -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT ui_la-printuimodule.lo -MD -MP -MF .deps/ui_la-printuimodule.Tpo -c -o ui_la-printuimodule.lo `test -f 'printuimodule.c' || echo './'`printuimodule.c
Warning: generating old-style constructor for gnome_print_context_new
Warning: generating old-style constructor for gnome_font_find
Warning: generating old-style constructor for gnome_font_face_find
Warning: generating old-style constructor for gnome_print_job_new
Warning: Constructor for GnomePrintContext needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomeFont needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomeFontFace needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomePrintJob needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 100.00% (23/23)
***INFO*** The coverage of methods is 100.00% (115/115)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
(cd . \
    && /usr/local/bin/pygtk-codegen-2.0 \
       -DHAVE_GNOMEPRINT28 \
       --load-types print-arg-types.py \
       --register /usr/share/pygtk/2.0/defs/pango-types.defs \
       --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
       --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
       --register print.defs \
       --register /usr/share/pygtk/2.0/defs/canvas.defs \
       --override printui.override \
       --prefix pyprintui printui.defs) > gen-printui.c \
   && cp gen-printui.c printui.c \
   && rm -f gen-printui.c
mv -f .deps/_print_la-printmodule.Tpo .deps/_print_la-printmodule.Plo
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0   -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-print.lo -MD -MP -MF .deps/_print_la-print.Tpo -c -o _print_la-print.lo `test -f 'print.c' || echo './'`print.c
Warning: generating old-style constructor for gnome_print_dialog_new
Warning: generating old-style constructor for gnome_print_preview_new
Warning: generating old-style constructor for gnome_print_job_preview_new
Warning: generating old-style constructor for gnome_paper_selector_new_with_flags
Warning: generating old-style constructor for gnome_font_dialog_new
Warning: Constructor for GnomePrintDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomePrintPreview needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomePrintJobPreview needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomePaperSelector needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for GnomeFontDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 100.00% (17/17)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gnome-python-2.0   -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT ui_la-printui.lo -MD -MP -MF .deps/ui_la-printui.Tpo -c -o ui_la-printui.lo `test -f 'printui.c' || echo './'`printui.c
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gnome-python-2.0 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT ui_la-printuimodule.lo -MD -MP -MF .deps/ui_la-printuimodule.Tpo -c printuimodule.c  -fPIC -DPIC -o .libs/ui_la-printuimodule.o
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0 -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT _print_la-print.lo -MD -MP -MF .deps/_print_la-print.Tpo -c print.c  -fPIC -DPIC -o .libs/_print_la-print.o
print.c: In function '_wrap_gnome_print_unit__get_name':
print.c:545: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_print_unit__get_abbr':
print.c:557: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_print_unit__get_plural':
print.c:569: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_print_unit__get_abbr_plural':
print.c:581: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_glyphlist_text_dumb':
print.c:836: warning: pointer targets in passing argument 2 of 'gnome_glyphlist_text_dumb' differ in signedness
print.c: In function '_wrap_gnome_print_config_get':
print.c:955: warning: pointer targets in passing argument 2 of 'gnome_print_config_get' differ in signedness
print.c:955: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_print_config_set':
print.c:974: warning: pointer targets in passing argument 2 of 'gnome_print_config_set' differ in signedness
print.c:974: warning: pointer targets in passing argument 3 of 'gnome_print_config_set' differ in signedness
print.override: In function '_wrap_gnome_print_config_get_boolean':
print.override:44: warning: pointer targets in passing argument 2 of 'gnome_print_config_get_boolean' differ in signedness
print.override: In function '_wrap_gnome_print_config_get_int':
print.override:66: warning: pointer targets in passing argument 2 of 'gnome_print_config_get_int' differ in signedness
print.override: In function '_wrap_gnome_print_config_get_double':
print.override:87: warning: pointer targets in passing argument 2 of 'gnome_print_config_get_double' differ in signedness
print.override: In function '_wrap_gnome_print_config_get_length':
print.override:353: warning: pointer targets in passing argument 2 of 'gnome_print_config_get_length' differ in signedness
print.c: In function '_wrap_gnome_print_config_set_boolean':
print.c:1084: warning: pointer targets in passing argument 2 of 'gnome_print_config_set_boolean' differ in signedness
print.c: In function '_wrap_gnome_print_config_set_int':
print.c:1098: warning: pointer targets in passing argument 2 of 'gnome_print_config_set_int' differ in signedness
print.c: In function '_wrap_gnome_print_config_set_double':
print.c:1113: warning: pointer targets in passing argument 2 of 'gnome_print_config_set_double' differ in signedness
print.c: In function '_wrap_gnome_print_config_set_length':
print.c:1136: warning: pointer targets in passing argument 2 of 'gnome_print_config_set_length' differ in signedness
print.c: In function '_wrap_gnome_print_show':
print.c:1817: warning: pointer targets in passing argument 2 of 'gnome_print_show' differ in signedness
print.c: In function '_wrap_gnome_print_beginpage':
print.c:1925: warning: pointer targets in passing argument 2 of 'gnome_print_beginpage' differ in signedness
print.c: In function '_wrap_gnome_font_find':
print.c:2161: warning: pointer targets in passing argument 1 of 'gnome_font_find' differ in signedness
print.c: In function '_wrap_gnome_font_get_name':
print.c:2176: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_get_family_name':
print.c:2188: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_get_species_name':
print.c:2200: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_get_ps_name':
print.c:2212: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_get_full_name':
print.c:2400: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_find':
print.c:2502: warning: pointer targets in passing argument 1 of 'gnome_font_face_find' differ in signedness
print.c: In function '_wrap_gnome_font_face_get_name':
print.c:2531: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_get_family_name':
print.c:2543: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_get_species_name':
print.c:2555: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_get_ps_name':
print.c:2567: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_get_sample':
print.c:2710: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_face_get_glyph_ps_name':
print.c:2804: warning: pointer targets in assignment differ in signedness
print.c: In function '_wrap_gnome_font_find_closest_from_weight_slant':
print.c:3104: warning: pointer targets in passing argument 1 of 'gnome_font_find_closest_from_weight_slant' differ in signedness
print.c: In function '_wrap_gnome_font_find_closest':
print.c:3119: warning: pointer targets in passing argument 1 of 'gnome_font_find_closest' differ in signedness
print.c: In function '_wrap_gnome_font_find_closest_from_full_name':
print.c:3133: warning: pointer targets in passing argument 1 of 'gnome_font_find_closest_from_full_name' differ in signedness
print.override: In function '_wrap_gnome_font_style_list':
print.override:307: warning: pointer targets in passing argument 1 of 'gnome_font_style_list' differ in signedness
print.c: In function '_wrap_gnome_font_face_find_closest_from_weight_slant':
print.c:3214: warning: pointer targets in passing argument 1 of 'gnome_font_face_find_closest_from_weight_slant' differ in signedness
print.c: In function '_wrap_gnome_font_face_find_from_family_and_style':
print.c:3263: warning: pointer targets in passing argument 1 of 'gnome_font_face_find_from_family_and_style' differ in signedness
print.c:3263: warning: pointer targets in passing argument 2 of 'gnome_font_face_find_from_family_and_style' differ in signedness
print.override: In function '_wrap_gnome_print_unit_get_by_name':
print.override:749: warning: pointer targets in passing argument 1 of 'gnome_print_unit_get_by_name' differ in signedness
print.override: In function '_wrap_gnome_print_unit_get_by_abbreviation':
print.override:765: warning: pointer targets in passing argument 1 of 'gnome_print_unit_get_by_abbreviation' differ in signedness
print.c: In function '_wrap_gnome_glyphlist_from_text_dumb':
print.c:3422: warning: pointer targets in passing argument 5 of 'gnome_glyphlist_from_text_dumb' differ in signedness
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gnome-python-2.0 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT ui_la-printui.lo -MD -MP -MF .deps/ui_la-printui.Tpo -c printui.c  -fPIC -DPIC -o .libs/ui_la-printui.o
mv -f .deps/ui_la-printuimodule.Tpo .deps/ui_la-printuimodule.Plo
printui.c: In function '_wrap_gnome_print_dialog_new':
printui.c:82: warning: pointer targets in passing argument 2 of 'gnome_print_dialog_new' differ in signedness
printui.c: In function '_wrap_gnome_print_dialog_construct_range_any':
printui.c:175: warning: pointer targets in passing argument 4 of 'gnome_print_dialog_construct_range_any' differ in signedness
printui.c:175: warning: pointer targets in passing argument 5 of 'gnome_print_dialog_construct_range_any' differ in signedness
printui.c: In function '_wrap_gnome_print_dialog_construct_range_page':
printui.c:189: warning: pointer targets in passing argument 5 of 'gnome_print_dialog_construct_range_page' differ in signedness
printui.c:189: warning: pointer targets in passing argument 6 of 'gnome_print_dialog_construct_range_page' differ in signedness
printui.c: In function '_wrap_gnome_print_job_preview_new':
printui.c:331: warning: pointer targets in passing argument 2 of 'gnome_print_job_preview_new' differ in signedness
printui.c: In function '_wrap_gnome_font_preview_set_phrase':
printui.c:603: warning: pointer targets in passing argument 2 of 'gnome_font_preview_set_phrase' differ in signedness
mv -f .deps/ui_la-printui.Tpo .deps/ui_la-printui.Plo
/bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gnome-python-2.0   -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -module -avoid-version -export-symbols-regex initui -Wl,-O1 -o ui.la -rpath /usr/lib64/python2.5/site-packages/gtk-2.0/gnomeprint ui_la-printuimodule.lo ui_la-printui.lo -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lxml2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mv -f .deps/_print_la-print.Tpo .deps/_print_la-print.Plo
/bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gnome-python-2.0   -DHAVE_GNOMEPRINT28 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -module -avoid-version -export-symbols-regex init_print -Wl,-O1 -o _print.la -rpath /usr/lib64/python2.5/site-packages/gtk-2.0/gnomeprint _print_la-printmodule.lo _print_la-art-gtype.lo _print_la-print.lo -lgnomeprint-2-2 -lz -lart_lgpl_2 -lxml2 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
generating symbol list for `_print.la'
/usr/bin/nm -B  .libs/_print_la-printmodule.o .libs/_print_la-art-gtype.o .libs/_print_la-print.o  | sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[    ][    ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/_print.exp
/bin/grep -E -e "init_print" ".libs/_print.exp" > ".libs/_print.expT"
mv -f ".libs/_print.expT" ".libs/_print.exp"
echo "{ global:" > .libs/_print.ver
 cat .libs/_print.exp | sed -e "s/\(.*\)/\1;/" >> .libs/_print.ver
 echo "local: *; };" >> .libs/_print.ver
 x86_64-pc-linux-gnu-gcc -shared  .libs/_print_la-printmodule.o .libs/_print_la-art-gtype.o .libs/_print_la-print.o  /usr/lib64/libgnomeprint-2-2.so -L/usr/lib64 -lz /usr/lib64/libart_lgpl_2.so /usr/lib64/libxml2.so /usr/lib64/libpango-1.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libglib-2.0.so  -march=athlon64 -Wl,-O1 -Wl,-soname -Wl,_print.so -Wl,-version-script -Wl,.libs/_print.ver -o .libs/_print.so
creating _print.la
(cd .libs && rm -f _print.la && ln -s ../_print.la _print.la)
generating symbol list for `ui.la'
/usr/bin/nm -B  .libs/ui_la-printuimodule.o .libs/ui_la-printui.o  | sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[    ][    ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/ui.exp
/bin/grep -E -e "initui" ".libs/ui.exp" > ".libs/ui.expT"
mv -f ".libs/ui.expT" ".libs/ui.exp"
echo "{ global:" > .libs/ui.ver
 cat .libs/ui.exp | sed -e "s/\(.*\)/\1;/" >> .libs/ui.ver
 echo "local: *; };" >> .libs/ui.ver
 x86_64-pc-linux-gnu-gcc -shared  .libs/ui_la-printuimodule.o .libs/ui_la-printui.o  /usr/lib64/libgnomeprintui-2-2.so -L/usr/lib64 /usr/lib64/libgnomeprint-2-2.so -lz /usr/lib64/libgnomecanvas-2.so /usr/lib64/libxml2.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libglib-2.0.so  -march=athlon64 -Wl,-O1 -Wl,-soname -Wl,ui.so -Wl,-version-script -Wl,.libs/ui.ver -o .libs/ui.so
creating ui.la
(cd .libs && rm -f ui.la && ln -s ../ui.la ui.la)
make[2]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/gnomeprint'
Making all in gnomeapplet
make[2]: Entering directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/gnomeapplet'
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-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/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-python-2.0   -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT gnomeapplet_la-appletmodule.lo -MD -MP -MF .deps/gnomeapplet_la-appletmodule.Tpo -c -o gnomeapplet_la-appletmodule.lo `test -f 'appletmodule.c' || echo './'`appletmodule.c
(cd . \
    && /usr/local/bin/pygtk-codegen-2.0 \
       --load-types /usr/share/pygtk/2.0/argtypes/bonobo-arg-types.py \
       --py_ssize_t-clean \
       --register /usr/share/pygtk/2.0/defs/pango-types.defs \
       --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
       --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
       --register /usr/share/pygtk/2.0/defs/bonobo-types.defs \
       --register /usr/share/pygtk/2.0/defs/bonoboui-types.defs \
       --override applet.override \
       --prefix pyapplet applet.defs) > gen-applet.c \
   && cp gen-applet.c applet.c \
   && rm -f gen-applet.c
Traceback (most recent call last):
  File "/usr/local/share/pygtk/2.0/codegen/codegen.py", line 1261, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/share/pygtk/2.0/codegen/codegen.py", line 1214, in main
    "load-types=", "errorfilename="])
  File "/usr/lib64/python2.5/getopt.py", line 89, in getopt
    opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
  File "/usr/lib64/python2.5/getopt.py", line 153, in do_longs
    has_arg, opt = long_has_args(opt, longopts)
  File "/usr/lib64/python2.5/getopt.py", line 170, in long_has_args
    raise GetoptError('option --%s not recognized' % opt, opt)
getopt.GetoptError: option --py_ssize_t-clean not recognized
make[2]: *** [applet.c] Error 1
make[2]: *** Waiting for unfinished jobs....
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/usr/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib64/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/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-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/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-python-2.0 -march=athlon64 -O2 -pipe -Wall -std=c9x -fno-strict-aliasing -MT gnomeapplet_la-appletmodule.lo -MD -MP -MF .deps/gnomeapplet_la-appletmodule.Tpo -c appletmodule.c  -fPIC -DPIC -o .libs/gnomeapplet_la-appletmodule.o
mv -f .deps/gnomeapplet_la-appletmodule.Tpo .deps/gnomeapplet_la-appletmodule.Plo
make[2]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0/gnomeapplet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/work/gnome-python-desktop-2.22.0'
make: *** [all] Error 2
 *
 * ERROR: dev-python/gnome-python-desktop-2.22.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 1510:  Called gnome2_src_compile
 *             environment, line 1135:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   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.22.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/gnome-python-desktop-2.22.0/temp/environment'.
 *
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Sun Aug 17, 2008 2:39 am    Post subject: Reply with quote

What is your python and pygtk version?
Code:
[I] dev-lang/python
     Installed versions:  2.5.2-r7(2.5)(05:27:39 PM 08/05/2008)(berkdb gdbm ncurses readline sqlite ssl threads tk -bootstrap -build -doc -elibc_uclibc -examples -ipv6 -ucs2 -wininst)

[I] dev-python/pygtk
     Installed versions:  2.12.1-r2(2)(10:10:31 PM 07/21/2008)(X -doc -examples)

If you updated python from 2.4 to 2.5, remember to run python-updater.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sun Aug 17, 2008 2:54 pm    Post subject: Reply with quote

I restarted with an older Gentoo disk, the 2007 live dvd. I've actually got a working system now, except I can't update portage. It's blocked and I have no clue how to unblock it.

emerge --pretend portage gives this:

Code:
[ebuild    U ]sys-apps/sandbox-1.2.18.1-r2 [1.2.17]
[ebuild    U ]dev-python/pycrypto-2.0.1-r6 [2.0.1-r5] USE="gmp*"
[ebuild    U ]sys-apps/portage-2.1.4.4 [2.1.2.2] USE="-build"
***Portage will stop merging at this point and reload itself, then resume the merge.
[ebuild    U ]apps-shells/bash-3.2_p33 [3.1_p17] USE="-plugins%"
[blocks B    ]<sys-apps/portage-2.1.4_rc1 (is blocking app-shells/bash-3.2_p33)


I have no clue what to do about that.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Aug 17, 2008 4:47 pm    Post subject: Reply with quote

Hi, you have a big problem :oops:

If you remove Portage, then you crash your installation...

If you remove Bash, then Portage will not work.

It's the first time that I see this problem.

Keep us inform and if anyone know the solution...then post because we have a big problem now.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Sun Aug 17, 2008 7:08 pm    Post subject: Reply with quote

Well, I keep formatting and reinstalling every time I hit installation problems I can't find a solution for. I'm hoping I can get a working copy of Gentoo installed one of these days.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Aug 18, 2008 11:53 am    Post subject: Reply with quote

Hi, can you download the latest Gentoo minimal CD 2008.0 and with that, we can help you to install your box properly ?

I don't know about the others, but Kalos and me, we have the time to help you with this project I think.

Just start a new thread, and we will help you with that.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Mon Aug 18, 2008 12:41 pm    Post subject: Reply with quote

Now Gnome Panel won't install. It really is annoying how I can't seem to get Gentoo working. I follow the instructions. It's not like it's all that hard. Yet I keep getting crap like this that stops me from doing anything:


EDIT: Hmm... I can't post the build.log due to a character limit... I'll try just posting the end snippet

Code:

gnome-panel-2.22.2/help/workspace-switcher/"; fi; \
   (cd ca/ && \
     `which xml2po` -e -p \
       "${d}ca/ca.po" \
       "${d}C/workspace-switcher.xml" > workspace-switcher.xml.tmp && \
       cp workspace-switcher.xml.tmp workspace-switcher.xml && rm -f workspace-switcher.xml.tmp)
if [ -f "C/workspace-switcher.xml" ]; then d="../"; else d="/var/tmp/portage/gnome-base/gnome-panel-2.22.2/work/gnome-panel-2.22.2/help/workspace-switcher/"; fi; \
   (cd da/ && \
     `which xml2po` -e -p \
       "${d}da/da.po" \
       "${d}C/workspace-switcher.xml" > workspace-switcher.xml.tmp && \
       cp workspace-switcher.xml.tmp workspace-switcher.xml && rm -f workspace-switcher.xml.tmp)
if [ -f "C/workspace-switcher.xml" ]; then d="../"; else d="/var/tmp/portage/gnome-base/gnome-panel-2.22.2/work/gnome-panel-2.22.2/help/workspace-switcher/"; fi; \
   (cd de/ && \
     `which xml2po` -e -p \
       "${d}de/de.po" \
       "${d}C/workspace-switcher.xml" > workspace-switcher.xml.tmp && \
       cp workspace-switcher.xml.tmp workspace-switcher.xml && rm -f workspace-switcher.xml.tmp)
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 35, in <module>
    import libxml2
ImportError: No module named libxml2
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 35, in <module>
    import libxml2
ImportError: No module named libxml2
make[3]: *** [da/workspace-switcher.xml] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [ca/workspace-switcher.xml] Error 1
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 35, in <module>
    import libxml2
ImportError: No module named libxml2
make[3]: *** [de/workspace-switcher.xml] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.22.2/work/gnome-panel-2.22.2/help/workspace-switcher'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.22.2/work/gnome-panel-2.22.2/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.22.2/work/gnome-panel-2.22.2'
make: *** [all] Error 2
 *
 * ERROR: gnome-base/gnome-panel-2.22.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2799:  Called gnome2_src_compile
 *             environment, line 2163:  Called die
 * The specific snippet of code:
 *       emake || die "compile failure"
 *  The die message:
 *   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/gnome-base/gnome-panel-2.22.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-panel-2.22.2/temp/environment'.
 *
Back to top
View user's profile Send private message
EvaSDK
Retired Dev
Retired Dev


Joined: 12 Jul 2003
Posts: 171
Location: France, Paris

PostPosted: Mon Aug 18, 2008 12:50 pm    Post subject: Reply with quote

concerning the portage blocker, you have to update to an intermediate bash version that is kept in the tree for this exact purpose, then you'll be able to update portage.

concerning the xml2po failure, you just upgraded python to 2.5 and forgot to run python-updater or some such.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Mon Aug 18, 2008 12:52 pm    Post subject: Reply with quote

Too bad I've moved on to this latest error and that doesn't help me now ^^;;
Back to top
View user's profile Send private message
EvaSDK
Retired Dev
Retired Dev


Joined: 12 Jul 2003
Posts: 171
Location: France, Paris

PostPosted: Mon Aug 18, 2008 1:11 pm    Post subject: Reply with quote

circular dependencies are bugs and should be filled where appropriate.
Back to top
View user's profile Send private message
Tristanm
Apprentice
Apprentice


Joined: 15 Aug 2008
Posts: 209

PostPosted: Mon Aug 18, 2008 1:14 pm    Post subject: Reply with quote

So... how do I get Gnome Panel installed so I can continue on with installing Gnome?
Back to top
View user's profile Send private message
SeaTiger
l33t
l33t


Joined: 22 Nov 2007
Posts: 603
Location: Toronto, Ontario, Canada

PostPosted: Tue Aug 19, 2008 5:50 am    Post subject: Reply with quote

Your last error is:
Code:
...
make[3]: *** [ca/workspace-switcher.xml] Error 1
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 35, in <module>
    import libxml2
ImportError: No module named libxml2
...

What you need is package:
Code:
[I] dev-libs/libxml2
     Available versions:  (2)  2.6.30-r1 2.6.31 2.6.32
   {bootstrap build debug doc examples ipv6 python readline test}
     Installed versions:  2.6.32(2)(05:28:57 PM 08/05/2008)(python readline -bootstrap -build -debug -doc -examples -ipv6 -test)
     Homepage:            http://www.xmlsoft.org/
     Description:         Version 2 of the library to manipulate XML files
So do
Code:
emerge -av libxml2
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Aug 19, 2008 11:11 am    Post subject: Reply with quote

After that, can you retry and give us some feedback :P
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Tue Aug 19, 2008 4:49 pm    Post subject: Reply with quote

I've just built a system for x86 from the 2008.0 stage3 and portage snapshot,
and emerging Gnome was the only bit that _did_ go smoothly ... I generally
put the "doc" flag in make.conf, since that's kind of the point of Gentoo for me,
and there are numerous circular dependencies around hal-doc, dbus-doc, gtk-doc,
and glib-doc; I just suppress them all in package.use, and everything else
builds its docs just fine.

There's also a problem with consoleserver (? - I can't recall the exact name);
the release version won't emerge, and you have to use ~x86. It's been in
the bug tracking system a while, but the working package is still broken.

However, once I'd fought X to a standstill Gnome was straightforward, apart
from my inadvertently turning the power off. I haven't emerged avahi,
though. It might be worth putting "-doc" in make.conf, and seeing if that
reduces some of the circularity.

Will
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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