Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[overlay] unity-gentoo
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 25, 26, 27  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 7:30 am    Post subject: Reply with quote

I have just tried unmerging first:

Code:


jwoodward-linux ~ # emerge --unmerge pygobject
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

 dev-python/pygobject
    selected: 3.2.2
   protected: none
     omitted: none

All selected packages: dev-python/pygobject-3.2.2

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 1 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in:  1
>>> Unmerging (1 of 1) dev-python/pygobject-3.2.2...

 * GNU info directory index is up-to-date.

 * IMPORTANT: 3 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

jwoodward-linux ~ # emerge -av pygobject

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ~] dev-python/pygobject-3.2.2  USE="cairo threads -examples -test" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] yes

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-python/pygobject-3.2.2
 * pygobject-3.2.2.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                             [ ok ]
>>> Unpacking source...
>>> Unpacking pygobject-3.2.2.tar.xz to /var/tmp/portage/dev-python/pygobject-3.2.2/work
>>> Source unpacked in /var/tmp/portage/dev-python/pygobject-3.2.2/work
>>> Preparing source in /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2 ...
 * Applying pygobject-2.90.1-make_check.patch ...                                                                                          [ ok ]
 * Cleaning 'py-compile' file
 * Running eautoreconf in '/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2' ...
 * Running libtoolize --install --copy --force --automake ...                                                                              [ ok ]
 * Running aclocal -I m4 ...                                                                                                               [ ok ]
 * Running autoconf ...                                                                                                                    [ ok ]
 * Running autoheader ...                                                                                                                  [ ok ]
 * Running automake --add-missing --copy ...                                                                                               [ ok ]
 * Running elibtoolize in: pygobject-3.2.2/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Fixing OMF Makefiles ...                                                                                                                [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2 ...
 * Configuration of dev-python/pygobject-3.2.2 with CPython 2.7...
 * econf: updating pygobject-3.2.2-2.7/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2-2.7/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating pygobject-3.2.2-3.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2-3.2/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating pygobject-3.2.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --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 --disable-dependency-tracking --disable-dependency-tracking --with-ffi --enable-cairo --enable-thread --disable-maintainer-mode
checking whether make supports nested variables... yes
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 fgrep... /bin/grep -F
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 BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
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 -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC 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 if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) 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 ./config.lt
config.lt: creating libtool
checking for library containing strerror... none required
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking whether python2.7 version >= 2.5.2... yes
checking for python2.7 version... 2.7
checking for python2.7 platform... linux2
checking for python2.7 script directory... ${prefix}/lib64/python2.7/site-packages
checking for python2.7 extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking for python version... (cached) 2.7
checking for python platform... (cached) linux2
checking for python script directory... (cached) ${prefix}/lib64/python2.7/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib64/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... yes
checking whether to enable threading in pygobject... yes
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.16... yes
checking for GLIB - version >= 2.31.0... yes (version 2.32.3)
checking for ffi... checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for PYCAIRO... yes
checking whether x86_64-pc-linux-gnu-gcc understands -Wall... yes
checking whether x86_64-pc-linux-gnu-gcc understands -fno-strict-aliasing... yes
checking whether x86_64-pc-linux-gnu-gcc understands -std=c9x... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygobject-3.0.pc
config.status: creating pygobject-3.0-uninstalled.pc
config.status: creating gi/Makefile
config.status: creating gi/repository/Makefile
config.status: creating gi/overrides/Makefile
config.status: creating gi/_glib/Makefile
config.status: creating gi/_gobject/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

libffi support: yes

 * Configuration of dev-python/pygobject-3.2.2 with CPython 3.2...
 * econf: updating pygobject-3.2.2-2.7/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2-2.7/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating pygobject-3.2.2-3.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2-3.2/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating pygobject-3.2.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pygobject-3.2.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --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 --disable-dependency-tracking --disable-dependency-tracking --with-ffi --enable-cairo --enable-thread --disable-maintainer-mode --disable-maintainer-mode
checking whether make supports nested variables... yes
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 fgrep... /bin/grep -F
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 BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
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 -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC 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 if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) 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 ./config.lt
config.lt: creating libtool
checking for library containing strerror... none required
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking whether python3.2 version >= 2.5.2... yes
checking for python3.2 version... 3.2
checking for python3.2 platform... linux2
checking for python3.2 script directory... ${prefix}/lib64/python3.2/site-packages
checking for python3.2 extension module directory... ${exec_prefix}/lib64/python3.2/site-packages
checking for python3.2 >= 3.1... yes
checking for python version... (cached) 3.2
checking for python platform... (cached) linux2
checking for python script directory... (cached) ${prefix}/lib64/python3.2/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib64/python3.2/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... no
checking for python module _thread... yes
checking whether to enable threading in pygobject... yes
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.16... yes
checking for GLIB - version >= 2.31.0... yes (version 2.32.3)
checking for ffi... checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for PYCAIRO... yes
checking whether x86_64-pc-linux-gnu-gcc understands -Wall... yes
checking whether x86_64-pc-linux-gnu-gcc understands -fno-strict-aliasing... yes
checking whether x86_64-pc-linux-gnu-gcc understands -std=c9x... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygobject-3.0.pc
config.status: creating pygobject-3.0-uninstalled.pc
config.status: creating gi/Makefile
config.status: creating gi/repository/Makefile
config.status: creating gi/overrides/Makefile
config.status: creating gi/_glib/Makefile
config.status: creating gi/_gobject/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

libffi support: yes

>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2 ...
 * Building of dev-python/pygobject-3.2.2 with CPython 2.7...
make -j5
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
Making all in gi
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
Making all in repository
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
for f in __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
Making all in overrides
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
for f in GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
Making all in _glib
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
  CC     libpyglib_gi_2_0_python2.7_la-pyglib.lo
  CC     _glib_la-glibmodule.lo
  CC     _glib_la-pygiochannel.lo
  CC     _glib_la-pygoptioncontext.lo
  CC     _glib_la-pygoptiongroup.lo
pygiochannel.c: In function 'py_io_channel_write_chars':
pygiochannel.c:267:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
pygiochannel.c: In function 'py_io_channel_write_lines':
pygiochannel.c:290:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
pygiochannel.c: In function 'py_io_channel_read_line':
pygiochannel.c:555:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  CC     _glib_la-pygmaincontext.lo
  CC     _glib_la-pygmainloop.lo
  CC     _glib_la-pygsource.lo
  CC     _glib_la-pygspawn.lo
for f in __init__.py option.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
  CCLD   libpyglib-gi-2.0-python2.7.la
pygmainloop.c: In function 'pyg_signal_watch_check':
pygmainloop.c:162:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  CCLD   _glib.la
ln -s .libs/_glib.so _glib.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
Making all in _gobject
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
  CC     _gobject_la-gobjectmodule.lo
  CC     _gobject_la-pygboxed.lo
  CC     _gobject_la-pygenum.lo
  CC     _gobject_la-pygflags.lo
  CC     _gobject_la-pyginterface.lo
  CC     _gobject_la-pygobject.lo
  CC     _gobject_la-pygparamspec.lo
  CC     _gobject_la-pygpointer.lo
  CC     _gobject_la-pygtype.lo
for f in __init__.py constants.py propertyhelper.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
  CCLD   _gobject.la
ln -s .libs/_gobject.so _gobject.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
  CC     _gi_la-pygi-repository.lo
  CC     _gi_la-pygi-info.lo
  CC     _gi_la-pygi-foreign.lo
  CC     _gi_la-pygi-foreign-gvariant.lo
  CC     _gi_la-pygi-struct.lo
  CC     _gi_la-pygi-argument.lo
  CC     _gi_la-pygi-type.lo
pygi-repository.c: In function '_wrap_g_irepository_require':
pygi-repository.c:92:15: warning: variable 'typelib' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-pygi-boxed.lo
  CC     _gi_la-pygi-closure.lo
pygi-argument.c: In function '_pygi_argument_from_object':
pygi-argument.c:1096:35: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-pygi-callbacks.lo
  CC     _gi_la-pygi-property.lo
  CC     _gi_la-pygi-signal-closure.lo
pygi-closure.c: In function '_pygi_closure_handle':
pygi-closure.c:336:16: warning: variable 'return_transfer' set but not used [-Wunused-but-set-variable]
pygi-closure.c:335:16: warning: variable 'return_tag' set but not used [-Wunused-but-set-variable]
pygi-callbacks.c: In function '_pygi_scan_for_callbacks':
pygi-callbacks.c:80:21: warning: variable 'direction' set but not used [-Wunused-but-set-variable]
pygi-callbacks.c: In function '_pygi_create_callback':
pygi-callbacks.c:156:17: warning: variable 'scope' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-gimodule.lo
  CC     _gi_la-pygi-invoke.lo
  CC     _gi_la-pygi-cache.lo
  CC     _gi_la-pygi-marshal-from-py.lo
  CC     _gi_la-pygi-marshal-to-py.lo
  CC     _gi_la-pygi-marshal-cleanup.lo
  CC     _gi_cairo_la-pygi-foreign-cairo.lo
for f in __init__.py types.py module.py importer.py pygtkcompat.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
pygi-foreign-cairo.c: In function 'init_gi_cairo':
pygi-foreign-cairo.c:116:1: warning: variable 'module' set but not used [-Wunused-but-set-variable]
  CCLD   _gi_cairo.la
  CCLD   _gi.la
ln -s .libs/_gi_cairo.so _gi_cairo.so || true
ln -s .libs/_gi.so _gi.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
 * Building of dev-python/pygobject-3.2.2 with CPython 3.2...
make -j5
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
Making all in gi
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
Making all in repository
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
for f in __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
Making all in overrides
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
for f in GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
Making all in _glib
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
  CC     libpyglib_gi_2_0_python3.2_la-pyglib.lo
  CC     _glib_la-glibmodule.lo
  CC     _glib_la-pygiochannel.lo
  CC     _glib_la-pygoptioncontext.lo
  CC     _glib_la-pygoptiongroup.lo
  CC     _glib_la-pygmaincontext.lo
pygiochannel.c: In function 'py_io_channel_write_chars':
pygiochannel.c:267:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
pygiochannel.c: In function 'py_io_channel_write_lines':
pygiochannel.c:290:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
pygiochannel.c: In function 'py_io_channel_read_line':
pygiochannel.c:555:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  CC     _glib_la-pygmainloop.lo
  CC     _glib_la-pygsource.lo
  CC     _glib_la-pygspawn.lo
for f in __init__.py option.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
  CCLD   libpyglib-gi-2.0-python3.2.la
pygmainloop.c: In function 'pyg_signal_watch_check':
pygmainloop.c:162:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  CCLD   _glib.la
ln -s .libs/_glib.so _glib.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
Making all in _gobject
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
  CC     _gobject_la-gobjectmodule.lo
  CC     _gobject_la-pygboxed.lo
  CC     _gobject_la-pygenum.lo
  CC     _gobject_la-pygflags.lo
  CC     _gobject_la-pyginterface.lo
  CC     _gobject_la-pygobject.lo
  CC     _gobject_la-pygparamspec.lo
  CC     _gobject_la-pygpointer.lo
  CC     _gobject_la-pygtype.lo
for f in __init__.py constants.py propertyhelper.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
  CCLD   _gobject.la
ln -s .libs/_gobject.so _gobject.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
  CC     _gi_la-pygi-repository.lo
  CC     _gi_la-pygi-info.lo
  CC     _gi_la-pygi-foreign.lo
  CC     _gi_la-pygi-foreign-gvariant.lo
  CC     _gi_la-pygi-struct.lo
pygi-repository.c: In function '_wrap_g_irepository_require':
pygi-repository.c:92:15: warning: variable 'typelib' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-pygi-argument.lo
  CC     _gi_la-pygi-type.lo
  CC     _gi_la-pygi-boxed.lo
  CC     _gi_la-pygi-closure.lo
pygi-argument.c: In function '_pygi_argument_from_object':
pygi-argument.c:1096:35: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-pygi-callbacks.lo
  CC     _gi_la-pygi-property.lo
  CC     _gi_la-pygi-signal-closure.lo
pygi-closure.c: In function '_pygi_closure_handle':
pygi-closure.c:336:16: warning: variable 'return_transfer' set but not used [-Wunused-but-set-variable]
pygi-closure.c:335:16: warning: variable 'return_tag' set but not used [-Wunused-but-set-variable]
pygi-callbacks.c: In function '_pygi_scan_for_callbacks':
pygi-callbacks.c:80:21: warning: variable 'direction' set but not used [-Wunused-but-set-variable]
pygi-callbacks.c: In function '_pygi_create_callback':
pygi-callbacks.c:156:17: warning: variable 'scope' set but not used [-Wunused-but-set-variable]
  CC     _gi_la-gimodule.lo
  CC     _gi_la-pygi-invoke.lo
  CC     _gi_la-pygi-cache.lo
  CC     _gi_la-pygi-marshal-from-py.lo
  CC     _gi_la-pygi-marshal-to-py.lo
  CC     _gi_la-pygi-marshal-cleanup.lo
  CC     _gi_cairo_la-pygi-foreign-cairo.lo
for f in __init__.py types.py module.py importer.py pygtkcompat.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
  CCLD   _gi_cairo.la
  CCLD   _gi.la
ln -s .libs/_gi_cairo.so _gi_cairo.so || true
ln -s .libs/_gi.so _gi.so || true
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
>>> Source compiled.
>>> Test phase [not enabled]: dev-python/pygobject-3.2.2

>>> Install pygobject-3.2.2 into /var/tmp/portage/dev-python/pygobject-3.2.2/image/ category dev-python
 * Installation of dev-python/pygobject-3.2.2 with CPython 2.7...
make -j5 DESTDIR=/var/tmp/portage/dev-python/pygobject-3.2.2/image/ 'scrollkeeper_localstate_dir=/var/tmp/portage/dev-python/pygobject-3.2.2/image//var/lib/scrollkeeper ' install
Making install in examples
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/examples'
Making install in gi
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
Making install in repository
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
for f in __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/repository'
 /usr/bin/install -c -m 644 __init__.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/repository'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/repository'
Making install in overrides
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
for f in GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/overrides'
 /usr/bin/install -c -m 644 GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/overrides'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/overrides'
Making install in _glib
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libpyglib-gi-2.0-python2.7.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   _glib.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib'
 /usr/bin/install -c -m 644 __init__.py option.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib'
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python2.7.so.0.0.0 /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/libpyglib-gi-2.0-python2.7.so.0.0.0
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64 && { ln -s -f libpyglib-gi-2.0-python2.7.so.0.0.0 libpyglib-gi-2.0-python2.7.so.0 || { rm -f libpyglib-gi-2.0-python2.7.so.0 && ln -s libpyglib-gi-2.0-python2.7.so.0.0.0 libpyglib-gi-2.0-python2.7.so.0; }; })
libtool: install: warning: relinking `_glib.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64 && { ln -s -f libpyglib-gi-2.0-python2.7.so.0.0.0 libpyglib-gi-2.0-python2.7.so || { rm -f libpyglib-gi-2.0-python2.7.so && ln -s libpyglib-gi-2.0-python2.7.so.0.0.0 libpyglib-gi-2.0-python2.7.so; }; })
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_glib|PyInit__glib" -Wl,-O1 -Wl,--as-needed -o _glib.la -rpath /usr/lib64/python2.7/site-packages/gi/_glib _glib_la-glibmodule.lo _glib_la-pygiochannel.lo _glib_la-pygoptioncontext.lo _glib_la-pygoptiongroup.lo _glib_la-pygmaincontext.lo _glib_la-pygmainloop.lo _glib_la-pygsource.lo _glib_la-pygspawn.lo -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 libpyglib-gi-2.0-python2.7.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python2.7.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/libpyglib-gi-2.0-python2.7.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
libtool: install: /usr/bin/install -c .libs/_glib.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib/_glib.so
libtool: install: /usr/bin/install -c .libs/_glib.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_glib/_glib.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages/gi/_glib'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_glib'
Making install in _gobject
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/include/pygobject-3.0'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   _gobject.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject'
 /usr/bin/install -c -m 644 pygobject.h '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/include/pygobject-3.0'
 /usr/bin/install -c -m 644 __init__.py constants.py propertyhelper.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject'
libtool: install: warning: relinking `_gobject.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -I/usr/include/python2.7 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_gobject|PyInit__gobject" -Wl,-O1 -Wl,--as-needed -o _gobject.la -rpath /usr/lib64/python2.7/site-packages/gi/_gobject _gobject_la-gobjectmodule.lo _gobject_la-pygboxed.lo _gobject_la-pygenum.lo _gobject_la-pygflags.lo _gobject_la-pyginterface.lo _gobject_la-pygobject.lo _gobject_la-pygparamspec.lo _gobject_la-pygpointer.lo _gobject_la-pygtype.lo -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lglib-2.0 ../../gi/_glib/libpyglib-gi-2.0-python2.7.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/_gobject.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject/_gobject.so
libtool: install: /usr/bin/install -c .libs/_gobject.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gobject/_gobject.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages/gi/_gobject'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi/_gobject'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
ln -s .libs/_gi.so _gi.so || true
ln -s .libs/_gi_cairo.so _gi_cairo.so || true
for f in __init__.py types.py module.py importer.py pygtkcompat.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
ln: failed to create symbolic link '_gi.so': File exists
ln: failed to create symbolic link '_gi_cairo.so': File exists
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   _gi.la _gi_cairo.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi'
 /usr/bin/install -c -m 644 __init__.py types.py module.py importer.py pygtkcompat.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi'
libtool: install: warning: relinking `_gi.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "init_gi|PyInit__gi" -Wl,-O1 -Wl,--as-needed -o _gi.la -rpath /usr/lib64/python2.7/site-packages/gi _gi_la-pygi-repository.lo _gi_la-pygi-info.lo _gi_la-pygi-foreign.lo _gi_la-pygi-foreign-gvariant.lo _gi_la-pygi-struct.lo _gi_la-pygi-argument.lo _gi_la-pygi-type.lo _gi_la-pygi-boxed.lo _gi_la-pygi-closure.lo _gi_la-pygi-callbacks.lo _gi_la-pygi-property.lo _gi_la-pygi-signal-closure.lo _gi_la-gimodule.lo _gi_la-pygi-invoke.lo _gi_la-pygi-cache.lo _gi_la-pygi-marshal-from-py.lo _gi_la-pygi-marshal-to-py.lo _gi_la-pygi-marshal-cleanup.lo -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lglib-2.0 ../gi/_glib/libpyglib-gi-2.0-python2.7.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/_gi.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gi.so
libtool: install: /usr/bin/install -c .libs/_gi.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gi.la
libtool: install: /usr/bin/install -c .libs/_gi_cairo.so /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gi_cairo.so
libtool: install: /usr/bin/install -c .libs/_gi_cairo.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages/gi/_gi_cairo.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages/gi'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/gi'
Making install in tests
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/tests'
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
/bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/install-sh -d /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages
/bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7/install-sh -d /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python2.7/site-packages
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/pkgconfig'
 /usr/bin/install -c -m 644 pygobject-3.0.pc '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/pkgconfig'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-2.7'
 * Removing .la files ...                                                                                                                  [ ok ]
 * Installation of dev-python/pygobject-3.2.2 with CPython 3.2...
make -j5 DESTDIR=/var/tmp/portage/dev-python/pygobject-3.2.2/image/ 'scrollkeeper_localstate_dir=/var/tmp/portage/dev-python/pygobject-3.2.2/image//var/lib/scrollkeeper ' install
Making install in examples
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/examples'
Making install in gi
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
Making install in repository
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
for f in __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/repository'
 /usr/bin/install -c -m 644 __init__.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/repository'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/repository'
Making install in overrides
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
for f in GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/overrides'
 /usr/bin/install -c -m 644 GLib.py Gtk.py Gdk.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/overrides'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/overrides'
Making install in _glib
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libpyglib-gi-2.0-python3.2.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   _glib.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib'
 /usr/bin/install -c -m 644 __init__.py option.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib'
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python3.2.so.0.0.0 /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/libpyglib-gi-2.0-python3.2.so.0.0.0
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64 && { ln -s -f libpyglib-gi-2.0-python3.2.so.0.0.0 libpyglib-gi-2.0-python3.2.so.0 || { rm -f libpyglib-gi-2.0-python3.2.so.0 && ln -s libpyglib-gi-2.0-python3.2.so.0.0.0 libpyglib-gi-2.0-python3.2.so.0; }; })
libtool: install: warning: relinking `_glib.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64 && { ln -s -f libpyglib-gi-2.0-python3.2.so.0.0.0 libpyglib-gi-2.0-python3.2.so || { rm -f libpyglib-gi-2.0-python3.2.so && ln -s libpyglib-gi-2.0-python3.2.so.0.0.0 libpyglib-gi-2.0-python3.2.so; }; })
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_glib|PyInit__glib" -Wl,-O1 -Wl,--as-needed -o _glib.la -rpath /usr/lib64/python3.2/site-packages/gi/_glib _glib_la-glibmodule.lo _glib_la-pygiochannel.lo _glib_la-pygoptioncontext.lo _glib_la-pygoptiongroup.lo _glib_la-pygmaincontext.lo _glib_la-pygmainloop.lo _glib_la-pygsource.lo _glib_la-pygspawn.lo -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 libpyglib-gi-2.0-python3.2.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/libpyglib-gi-2.0-python3.2.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/libpyglib-gi-2.0-python3.2.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
libtool: install: /usr/bin/install -c .libs/_glib.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib/_glib.so
libtool: install: /usr/bin/install -c .libs/_glib.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_glib/_glib.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python3.2/site-packages/gi/_glib'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_glib'
Making install in _gobject
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/include/pygobject-3.0'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   _gobject.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject'
 /usr/bin/install -c -m 644 pygobject.h '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/include/pygobject-3.0'
 /usr/bin/install -c -m 644 __init__.py constants.py propertyhelper.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject'
libtool: install: warning: relinking `_gobject.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -I/usr/include/python3.2 -DPY_SSIZE_T_CLEAN -I../../gi/_glib -I../../gi -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "_gobject|PyInit__gobject" -Wl,-O1 -Wl,--as-needed -o _gobject.la -rpath /usr/lib64/python3.2/site-packages/gi/_gobject _gobject_la-gobjectmodule.lo _gobject_la-pygboxed.lo _gobject_la-pygenum.lo _gobject_la-pygflags.lo _gobject_la-pyginterface.lo _gobject_la-pygobject.lo _gobject_la-pygparamspec.lo _gobject_la-pygpointer.lo _gobject_la-pygtype.lo -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lglib-2.0 ../../gi/_glib/libpyglib-gi-2.0-python3.2.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/_gobject.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject/_gobject.so
libtool: install: /usr/bin/install -c .libs/_gobject.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gobject/_gobject.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python3.2/site-packages/gi/_gobject'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi/_gobject'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
ln -s .libs/_gi.so _gi.so || true
ln -s .libs/_gi_cairo.so _gi_cairo.so || true
for f in __init__.py types.py module.py importer.py pygtkcompat.py; do \
    [ -e ./$f ] || ln -s ./$f ./$f; \
done
ln: failed to create symbolic link '_gi.so': File exists
ln: failed to create symbolic link '_gi_cairo.so': File exists
make[3]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi'
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   _gi.la _gi_cairo.la '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi'
 /usr/bin/install -c -m 644 __init__.py types.py module.py importer.py pygtkcompat.py '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi'
libtool: install: warning: relinking `_gi.la'
libtool: install: (cd /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi; /bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/libtool  --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.0.11/include -O2 -pipe -fomit-frame-pointer -Wall -fno-strict-aliasing -std=c9x -module -avoid-version -export-symbols-regex "init_gi|PyInit__gi" -Wl,-O1 -Wl,--as-needed -o _gi.la -rpath /usr/lib64/python3.2/site-packages/gi _gi_la-pygi-repository.lo _gi_la-pygi-info.lo _gi_la-pygi-foreign.lo _gi_la-pygi-foreign-gvariant.lo _gi_la-pygi-struct.lo _gi_la-pygi-argument.lo _gi_la-pygi-type.lo _gi_la-pygi-boxed.lo _gi_la-pygi-closure.lo _gi_la-pygi-callbacks.lo _gi_la-pygi-property.lo _gi_la-pygi-signal-closure.lo _gi_la-gimodule.lo _gi_la-pygi-invoke.lo _gi_la-pygi-cache.lo _gi_la-pygi-marshal-from-py.lo _gi_la-pygi-marshal-to-py.lo _gi_la-pygi-marshal-cleanup.lo -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lffi -lglib-2.0 ../gi/_glib/libpyglib-gi-2.0-python3.2.la -inst-prefix-dir /var/tmp/portage/dev-python/pygobject-3.2.2/image/)
libtool: install: /usr/bin/install -c .libs/_gi.soT /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gi.so
libtool: install: /usr/bin/install -c .libs/_gi.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gi.la
libtool: install: /usr/bin/install -c .libs/_gi_cairo.so /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gi_cairo.so
libtool: install: /usr/bin/install -c .libs/_gi_cairo.lai /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages/gi/_gi_cairo.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64/python3.2/site-packages/gi'
make[3]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/gi'
Making install in tests
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/tests'
make[1]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
make[2]: Entering directory `/var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2'
/bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/install-sh -d /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages
/bin/sh /var/tmp/portage/dev-python/pygobject-3.2.2/work/pygobject-3.2.2-3.2/install-sh -d /var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/python3.2/site-packages
 /bin/mkdir -p '/var/tmp/portage/dev-python/pygobject-3.2.2/image//usr/lib64/pkgconfig'
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 7:36 am    Post subject: Reply with quote

Code:
 * Removing .la files ...                                                                                                                  [ ok ]
>>> Completed installing pygobject-3.2.2 into /var/tmp/portage/dev-python/pygobject-3.2.2/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
   usr/lib64/python3.2/site-packages/gi/_gi.so
   usr/lib64/python3.2/site-packages/gi/_glib/_glib.so
   usr/lib64/libpyglib-gi-2.0-python3.2.so.0.0.0
   usr/lib64/python3.2/site-packages/gi/_gobject/_gobject.so
   usr/lib64/python3.2/site-packages/gi/_gi_cairo.so
   usr/lib64/libpyglib-gi-2.0-python2.7.so.0.0.0
   usr/lib64/python2.7/site-packages/gi/_gi.so
   usr/lib64/python2.7/site-packages/gi/_glib/_glib.so
   usr/lib64/python2.7/site-packages/gi/_gi_cairo.so
   usr/lib64/python2.7/site-packages/gi/_gobject/_gobject.so
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) dev-python/pygobject-3.2.2
 * checking 69 files for package collisions
>>> Merging dev-python/pygobject-3.2.2 to /
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/pygobject-3.2.2/
>>> /usr/share/doc/pygobject-3.2.2/README.bz2
>>> /usr/share/doc/pygobject-3.2.2/ChangeLog.pre-2.18.bz2
>>> /usr/share/doc/pygobject-3.2.2/ChangeLog.bz2
>>> /usr/share/doc/pygobject-3.2.2/NEWS.bz2
>>> /usr/share/doc/pygobject-3.2.2/AUTHORS.bz2
--- /usr/lib64/
>>> /usr/lib64/libpyglib-gi-2.0-python3.2.so.0.0.0
--- /usr/lib64/python3.2/
--- /usr/lib64/python3.2/site-packages/
--- /usr/lib64/python3.2/site-packages/gi/
>>> /usr/lib64/python3.2/site-packages/gi/_gi.so
>>> /usr/lib64/python3.2/site-packages/gi/__init__.py
>>> /usr/lib64/python3.2/site-packages/gi/_gi_cairo.so
>>> /usr/lib64/python3.2/site-packages/gi/repository/
>>> /usr/lib64/python3.2/site-packages/gi/repository/__init__.py
>>> /usr/lib64/python3.2/site-packages/gi/_glib/
>>> /usr/lib64/python3.2/site-packages/gi/_glib/__init__.py
>>> /usr/lib64/python3.2/site-packages/gi/_glib/_glib.so
>>> /usr/lib64/python3.2/site-packages/gi/_glib/option.py
>>> /usr/lib64/python3.2/site-packages/gi/module.py
>>> /usr/lib64/python3.2/site-packages/gi/importer.py
--- /usr/lib64/python3.2/site-packages/gi/overrides/
>>> /usr/lib64/python3.2/site-packages/gi/overrides/Gtk.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/__init__.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/Gdk.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/Gio.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/GIMarshallingTests.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/Pango.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/GLib.py
>>> /usr/lib64/python3.2/site-packages/gi/overrides/keysyms.py
>>> /usr/lib64/python3.2/site-packages/gi/types.py
>>> /usr/lib64/python3.2/site-packages/gi/pygtkcompat.py
>>> /usr/lib64/python3.2/site-packages/gi/_gobject/
>>> /usr/lib64/python3.2/site-packages/gi/_gobject/__init__.py
>>> /usr/lib64/python3.2/site-packages/gi/_gobject/_gobject.so
>>> /usr/lib64/python3.2/site-packages/gi/_gobject/constants.py
>>> /usr/lib64/python3.2/site-packages/gi/_gobject/propertyhelper.py
>>> /usr/lib64/libpyglib-gi-2.0-python2.7.so.0.0.0
>>> /usr/lib64/libpyglib-gi-2.0-python2.7.so -> libpyglib-gi-2.0-python2.7.so.0.0.0
>>> /usr/lib64/libpyglib-gi-2.0-python2.7.so.0 -> libpyglib-gi-2.0-python2.7.so.0.0.0
>>> /usr/lib64/libpyglib-gi-2.0-python3.2.so -> libpyglib-gi-2.0-python3.2.so.0.0.0
--- /usr/lib64/python2.7/
--- /usr/lib64/python2.7/site-packages/
--- /usr/lib64/python2.7/site-packages/gi/
>>> /usr/lib64/python2.7/site-packages/gi/_gi.so
>>> /usr/lib64/python2.7/site-packages/gi/__init__.py
>>> /usr/lib64/python2.7/site-packages/gi/_gi_cairo.so
>>> /usr/lib64/python2.7/site-packages/gi/repository/
>>> /usr/lib64/python2.7/site-packages/gi/repository/__init__.py
>>> /usr/lib64/python2.7/site-packages/gi/_glib/
>>> /usr/lib64/python2.7/site-packages/gi/_glib/__init__.py
>>> /usr/lib64/python2.7/site-packages/gi/_glib/_glib.so
>>> /usr/lib64/python2.7/site-packages/gi/_glib/option.py
>>> /usr/lib64/python2.7/site-packages/gi/module.py
>>> /usr/lib64/python2.7/site-packages/gi/importer.py
--- /usr/lib64/python2.7/site-packages/gi/overrides/
>>> /usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/__init__.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/Gdk.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/Gio.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/GIMarshallingTests.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/Pango.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/GLib.py
>>> /usr/lib64/python2.7/site-packages/gi/overrides/keysyms.py
>>> /usr/lib64/python2.7/site-packages/gi/types.py
>>> /usr/lib64/python2.7/site-packages/gi/pygtkcompat.py
>>> /usr/lib64/python2.7/site-packages/gi/_gobject/
>>> /usr/lib64/python2.7/site-packages/gi/_gobject/__init__.py
>>> /usr/lib64/python2.7/site-packages/gi/_gobject/_gobject.so
>>> /usr/lib64/python2.7/site-packages/gi/_gobject/constants.py
>>> /usr/lib64/python2.7/site-packages/gi/_gobject/propertyhelper.py
--- /usr/lib64/pkgconfig/
>>> /usr/lib64/pkgconfig/pygobject-3.0.pc
--- /usr/lib/
--- /usr/lib/debug/
--- /usr/lib/debug/usr/
--- /usr/lib/debug/usr/lib64/
>>> /usr/lib/debug/usr/lib64/libpyglib-gi-2.0-python3.2.so.0.0.0.debug
--- /usr/lib/debug/usr/lib64/python3.2/
--- /usr/lib/debug/usr/lib64/python3.2/site-packages/
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_gi.so.debug
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_glib/
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_glib/_glib.so.debug
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_gobject/
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_gobject/_gobject.so.debug
>>> /usr/lib/debug/usr/lib64/python3.2/site-packages/gi/_gi_cairo.so.debug
>>> /usr/lib/debug/usr/lib64/libpyglib-gi-2.0-python2.7.so.0.0.0.debug
--- /usr/lib/debug/usr/lib64/python2.7/
--- /usr/lib/debug/usr/lib64/python2.7/site-packages/
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_gi.so.debug
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_glib/
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_glib/_glib.so.debug
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_gobject/
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_gobject/_gobject.so.debug
>>> /usr/lib/debug/usr/lib64/python2.7/site-packages/gi/_gi_cairo.so.debug
--- /usr/include/
>>> /usr/include/pygobject-3.0/
>>> /usr/include/pygobject-3.0/pygobject.h
>>> /usr/lib64/libpyglib-gi-2.0-python3.2.so.0 -> libpyglib-gi-2.0-python3.2.so.0.0.0
 * Compilation and optimization of Python modules for CPython 2.7 ...                                                                      [ ok ]
 * Compilation and optimization of Python modules for CPython 3.2 ...                                                                      [ ok ]
>>> dev-python/pygobject-3.2.2 merged.
>>> Regenerating /etc/ld.so.cache...

>>> Recording dev-python/pygobject in "world" favorites file...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 * IMPORTANT: 3 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

jwoodward-linux ~ # emerge -av pygobject

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ~] dev-python/pygobject-3.2.2  USE="cairo threads -examples -test" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No]
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 7:40 am    Post subject: Reply with quote

Every time it installs it requires re-install....

Code:

jwoodward-linux ~ # eshowkw pygobject
Keywords for dev-python/pygobject:
             |                           | u   | 
             | a a             p     s   | n   | 
             | l m   h i m m   p s   p   | u s | r
             | p d a p a 6 i p c 3   a x | s l | e
             | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
             | a 4 m a 4 k s c 4 0 h c 6 | d t | o
-------------+---------------------------+-----+-------
  2.28.6-r51 | + + + + + o ~ + + o + + + | o 2 | gentoo
  2.28.6-r52 | ~ ~ ~ ~ ~ o ~ ~ ~ o ~ ~ ~ | o   | gentoo
-------------+---------------------------+-----+-------
   3.0.2     | + + + + + o ~ + + o + + + | # 3 | gentoo
   3.0.4     | + + + + + o ~ + + o + + + | o   | gentoo
   3.2.1     | ~ ~ ~ ~ ~ o ~ ~ ~ o ~ ~ ~ | #   | gentoo
[I]3.2.2     | ~ ~ ~ ~ ~ o ~ ~ ~ o ~ ~ ~ | o   | gentoo
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 7:57 am    Post subject: Reply with quote

This problem has been fixed by:

Code:
emerge -av pygobject:2
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 8:28 am    Post subject: Reply with quote

ahgblopes wrote:
^marcs wrote:
Jono86 wrote:
Does anyone know when unity will be built into gentoo?

Me me me!
Never.



:cry:


:cry:
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 9:08 am    Post subject: Reply with quote

ERROR: unity-base/compiz-0.9.7.8-r1 failed (compile phase)

Code:

Linking CXX shared library libcube.so
cd /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/plugins/cube && /usr/bin/cmake -E cmake_link_script CMakeFiles/cube.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++  -fPIC -O2 -pipe -fomit-frame-pointer  -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libcube.so -o libcube.so CMakeFiles/cube.dir/src/cube.cpp.o CMakeFiles/cube.dir/__/__/generated/cube_options.cpp.o -L/usr/lib64/compiz -lXdamage -lXfixes -lXcomposite -lX11-xcb -lX11 -lxcb -lXrandr -lXinerama -lXext -lICE -lSM -lxslt -lz -lm -lxml2 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lstartup-notification-1 -lboost_serialization-mt-1_49 -lboost_serialization-mt-1_49 -lboost_serialization-mt-1_49 ../composite/libcomposite.so ../opengl/libopengl.so ../../src/libcompiz_core.so.0.9.7.8 ../composite/libcomposite.so -lXdamage -lXfixes -lXcomposite -lX11-xcb -lX11 -lxcb -lXrandr -lXinerama -lXext -lICE -lSM -lxslt -lz -lm -lxml2 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lstartup-notification-1 -lboost_serialization-mt-1_49 ../../src/libcompiz_core.so.0.9.7.8 -lGL -Wl,-rpath,:::::::::::::::::
make[2]: Leaving directory `/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/CMakeFiles  32 33
[ 76%] Built target cube
Linking CXX shared library libmove.so
cd /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/plugins/move && /usr/bin/cmake -E cmake_link_script CMakeFiles/move.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++  -fPIC -O2 -pipe -fomit-frame-pointer  -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libmove.so -o libmove.so CMakeFiles/move.dir/src/move.cpp.o CMakeFiles/move.dir/__/__/generated/move_options.cpp.o -L/usr/lib64/compiz -lXdamage -lXfixes -lXcomposite -lX11-xcb -lX11 -lxcb -lXrandr -lXinerama -lXext -lICE -lSM -lxslt -lz -lm -lxml2 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lstartup-notification-1 -lboost_serialization-mt-1_49 -lboost_serialization-mt-1_49 -lboost_serialization-mt-1_49 ../composite/libcomposite.so ../opengl/libopengl.so ../../src/libcompiz_core.so.0.9.7.8 ../composite/libcomposite.so -lXdamage -lXfixes -lXcomposite -lX11-xcb -lX11 -lxcb -lXrandr -lXinerama -lXext -lICE -lSM -lxslt -lz -lm -lxml2 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lglib-2.0 -lstartup-notification-1 -lboost_serialization-mt-1_49 ../../src/libcompiz_core.so.0.9.7.8 -lGL -Wl,-rpath,:::::::::::::::::
make[2]: Leaving directory `/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/CMakeFiles  52 53
[ 76%] Built target move
make[1]: Leaving directory `/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
make: *** [all] Error 2
 * ERROR: unity-base/compiz-0.9.7.8-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=unity-base/compiz-0.9.7.8-r1'`,
 * the complete build log and the output of `emerge -pqv '=unity-base/compiz-0.9.7.8-r1'`.
 * This ebuild is from an overlay named 'unity-gentoo': '/var/lib/layman/unity-gentoo/'
 * The complete build log is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
 * S: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8'

>>> Failed to emerge unity-base/compiz-0.9.7.8-r1, Log file:

>>>  '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'

 * Messages for package net-misc/networkmanager-0.9.4.0-r7:

 * Unable to find kernel sources at /usr/src/linux

 * Messages for package unity-base/compiz-0.9.7.8-r1:

 * ERROR: unity-base/compiz-0.9.7.8-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=unity-base/compiz-0.9.7.8-r1'`,
 * the complete build log and the output of `emerge -pqv '=unity-base/compiz-0.9.7.8-r1'`.
 * This ebuild is from an overlay named 'unity-gentoo': '/var/lib/layman/unity-gentoo/'
 * The complete build log is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
 * S: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8'


Code:

jwoodward-linux distfiles # emerge --info '=unity-base/compiz-0.9.7.8-r1'
Portage 2.1.11.9 (default/linux/amd64/10.0, gcc-4.6.3, glibc-2.15-r2, 3.4.9-gentoo_amd64 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.4.9-gentoo_amd64-x86_64-Intel-R-_Core-TM-_i5-2500K_CPU_@_3.30GHz-with-gentoo-2.1
Timestamp of tree: Thu, 13 Sep 2012 00:45:01 +0000
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.8-r3
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.10.3, 1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo unity-gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA PUEL Oracle-BCLA-JavaSE AdobeFlash-10.3"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en_GB"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/unity-gentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl alsa amd64 apng berkdb bzip2 cairo cdda cjk cli consolekit cracklib crypt cups cxx dirac dri dts dv dvb dvd exif extensions faac ffmpeg flac fortran freetds g3dvl gdbm gif git gpm gudev hwdb iconv ipv6 jpeg lame ldap lvm mmx mng modules mp3 mpeg mpeg2 mssql mudflap multilib musepack mysql ncurses nls nptl ogg opengl openmp pam pcre perl plugins png pppd pulseaudio python readline schroedinger sdl session smpeg sqlite sqlite3 sse sse2 ssl subversion svg tcpd theora tiff truetype type3 udev unicode v4l v4l2 vdpau vorbis wavpack x264 xinerama xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2 adc65 agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 digita dimagev dimera3500 directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 jl2005a jl2005c kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica konica_qm150 largan lg_gsm mars mustek panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ricoh ricoh_g3 samsung sierra sipix_blink sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 st2205 stv0674 stv0680 sx330z template topfield toshiba_pdrm11 tp6801" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DRACUT_MODULES="crypt dmraid iscsi lvm mdraid nfs ssh-client" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="multiboot pc qemu" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_GB" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 9:50 am    Post subject: Reply with quote

Apparently:

Quote:

Note: Emerging compiz-fusion fails on some systems. It appears to be during the compile/link phase when using ~amd64 and desktop-effects overlay (it may occur elsewhere). Try editing your make.conf file as shown below and emerge compiz-fusion again.
File: /etc/make.conf
MAKEOPTS="-j1"


After changing this I get different errors:

Code:

[ 61%] Building CXX object plugins/imgsvg/CMakeFiles/imgsvg.dir/src/imgsvg.cpp.o
cd /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/plugins/imgsvg && /usr/bin/x86_64-pc-linux-gnu-g++  -Dimgsvg_EXPORTS -DHAVE_SCANDIR_POSIX -DHAVE_SCANDIR_POSIX -DHAVE_SCANDIR_POSIX -DHAVE_CONFIG_H -DHAVE_SCANDIR_POSIX -DIMGSVG_DEFSADD  -DNDEBUG -O2 -pipe -fomit-frame-pointer  -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -Wall -Wno-deprecated-declarations -Werror -fPIC -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/timer/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/string/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/pluginclasshandler/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/point/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/rect/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/window/geometry/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/window/geometry-saver/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/window/extents/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../src/window/constrainment/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/../logmessage/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/src -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build/generated -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/../composite/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/../opengl/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/startup-notification-1.0 -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/include -I/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build    -DPREFIX='"/usr"' -o CMakeFiles/imgsvg.dir/src/imgsvg.cpp.o -c /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/src/imgsvg.cpp
In file included from /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/src/imgsvg.h:38:0,
                 from /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/src/imgsvg.cpp:26:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: error: #warning "Including <librsvg/rsvg-cairo.h> directly is deprecated." [-Werror=cpp]
cc1plus: all warnings being treated as errors
make[2]: *** [plugins/imgsvg/CMakeFiles/imgsvg.dir/src/imgsvg.cpp.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
make[1]: *** [plugins/imgsvg/CMakeFiles/imgsvg.dir/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
make: *** [all] Error 2
 * ERROR: unity-base/compiz-0.9.7.8-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=unity-base/compiz-0.9.7.8-r1'`,
 * the complete build log and the output of `emerge -pqv '=unity-base/compiz-0.9.7.8-r1'`.
 * This ebuild is from an overlay named 'unity-gentoo': '/var/lib/layman/unity-gentoo/'
 * The complete build log is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
 * S: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8'
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

>>> Failed to emerge unity-base/compiz-0.9.7.8-r1, Log file:

>>>  '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'

 * Messages for package unity-base/compiz-0.9.7.8-r1:

 * ERROR: unity-base/compiz-0.9.7.8-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=unity-base/compiz-0.9.7.8-r1'`,
 * the complete build log and the output of `emerge -pqv '=unity-base/compiz-0.9.7.8-r1'`.
 * This ebuild is from an overlay named 'unity-gentoo': '/var/lib/layman/unity-gentoo/'
 * The complete build log is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8_build'
 * S: '/var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8'

Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Tue Sep 18, 2012 10:55 am    Post subject: Reply with quote

shiznix wrote:
@Aquous
Are you able to link the breakage with some modification or action you have done around the same time as the breakage ?
A system update or depclean for example...

When you mention no applications showing in the launcher, do you mean the applications in the applications lens or applications shown in the sidebar ?
Not sure if it helps, but I can tell you that the applications/icons in the sidebar will break and disappear if >=media-libs/mesa-8.1 is installed.
Finally, if it's your user config that is broken you can reset that with the following commands:
Code:
rm -rf ~/.compiz/
rm -rf ~/.compiz-1/
rm -rf ~/.cache/compizconfig-1/
rm -rf ~/.config/compiz-1/

The issue with my monitor's vrefresh rate cropped up after mucking around in ccsm, and it was fixed when I removed all compiz folders. The window button icons displacement issue cropped up with the update to x11-themes/light-themes-0.11.1, so that's probably not your/Unity's fault. However, the applications disappearing from the Dash menu is something which I can't link to any change. By Dash menu I mean the lens, btw. The apps which I manually pinned to the sidebar are still there, but the lens is completely empty - when I click the bookshelf icon, I get a completely empty screen, and when I start typing an application name such as gedit, it just keeps searching with no results ever coming up.

edit: the window buttons displacement issue turns up with other themes as well, so it may be related to Unity after all... this is what Adwaita looks like: http://imageshack.us/a/img189/1301/screenshotfrom201209181.png

edit2: the empty app menu mysteriously fixed itself just now. I have NO IDEA what I did to fix it.


Last edited by Aquous on Thu Sep 20, 2012 9:52 am; edited 1 time in total
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 11:45 am    Post subject: Reply with quote

I fixed my problem with compiz by setting MAKEOPTS to -j1 and removing the line from the source causing a warning.
I removed the line by adding into the ebuild in prepare source:

Code:

sed -i '/librsvg\/rsvg-cairo.h/d' /var/tmp/portage/unity-base/compiz-0.9.7.8-r1/work/compiz-0.9.7.8/plugins/imgsvg/src/imgsvg.h
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 2:34 pm    Post subject: Reply with quote

Unity now loads for me! However a lot does not work and it loads really slow, does anyone have a list of applications to make more work?

Code:


jwoodward@jwoodward-linux ~ $ XSESSION=unity startx
xauth:  file /home/jwoodward/.serverauth.24257 does not exist
xauth:  file /home/jwoodward/.Xauthority does not exist
xauth:  file /home/jwoodward/.Xauthority does not exist


X.Org X Server 1.12.3
Release Date: 2012-07-09
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.4.9-gentoo_amd64 x86_64 Gentoo
Current Operating System: Linux jwoodward-linux 3.4.9-gentoo_amd64 #1 SMP PREEMPT Wed Aug 29 12:57:38 BST 2012 x86_64
Kernel command line: nodetect doload=ahci,sd_mod,dm-mod,ehci-hcd,uhci-hcd,usbhid,ext4 dolvm real_root=/dev/vg.hyperx/gentoo.stage3.amd64
Build Date: 17 September 2012  01:32:23PM
 
Current version of pixman: 0.26.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 18 14:16:06 2012
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-xvPOc0
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-xvPOc0/ssh
GNOME_KEYRING_PID=24347
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-xvPOc0
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-xvPOc0/ssh
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-xvPOc0
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-xvPOc0
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-xvPOc0/ssh
GPG_AGENT_INFO=/home/jwoodward/.cache/keyring-xvPOc0/gpg:0:1
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-xvPOc0/ssh

(gnome-settings-daemon:24344): libupower-glib-WARNING **: Couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_soc
gnome-session[24278]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
Backend     : ini                 
Integration : true               
Profile     : default             
Adding plugins                   
Initializing core options...done 
Initializing composite options...done
Initializing opengl options...done
Initializing decor options...done
Initializing vpswitch options...done
Initializing snap options...done 
Initializing mousepoll options...done
Initializing resize options...done
Initializing place options...done
Initializing move options...done 
Initializing wall options...done 
Initializing grid options...done 
Initializing session options...done
Initializing gnomecompat options...done
Initializing animation options...done
Initializing fade options...done 
Initializing unitymtgrabhandles options...done
Initializing workarounds options...done
Initializing scale options...done
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done 
Initializing ezoom options...done
                                 
(compiz:24363): GConf-CRITICAL **: gconf_client_add_dir: assertion `gconf_valid_key (dirname, NULL)' failed
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubiquity-gtkui.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'nautilus-home.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'firefox.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-writer.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-calc.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-impress.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubuntu-software-center.desktop'
Initializing unityshell options...done
                                 
(polkit-gnome-authentication-agent-1:24401): polkit-gnome-1-WARNING **: Error getting authority: Error initializing authority: Could not connect:
                                 
402): WARNING **: cannot connect to ConsoleKit: Could not connect: No such file or directory
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubiquity-gtkui.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'nautilus-home.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'firefox.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-writer.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-calc.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-impress.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubuntu-software-center.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubiquity-gtkui.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'nautilus-home.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'firefox.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-writer.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-calc.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-impress.desktop'
WARN  2012-09-18 14:16:38 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubuntu-software-center.desktop'
in gdu_pool_finalize()           
                                 
(gdu-notification-daemon:24406): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
======================================================================
Error constructing GduPool: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
                                 
This error suggests there's a problem with your udisks or D-Bus installation.
======================================================================
                                 
(gdu-notification-daemon:24406): GLib-GObject-WARNING **: invalid (NULL) pointer instance
                                 
(gdu-notification-daemon:24406): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
                                 
(gdu-notification-daemon:24406): GLib-GObject-WARNING **: invalid (NULL) pointer instance
                                 
(gdu-notification-daemon:24406): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
                                 
(gdu-notification-daemon:24406): GLib-GObject-WARNING **: invalid (NULL) pointer instance
                                 
(gdu-notification-daemon:24406): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
                                 
(gdu-notification-daemon:24406): GLib-GObject-WARNING **: invalid (NULL) pointer instance
                                 
(gdu-notification-daemon:24406): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
                                 
** (nm-applet:24398): WARNING **: Couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or dir
**                               
libgdu:ERROR:gdu-pool.c:2459:gdu_pool_get_devices: assertion failed: (pool != NULL)

** (nm-applet:24398): CRITICAL **: nm_client_get_state: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_networking_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wireless_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wireless_hardware_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wwan_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wwan_hardware_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wimax_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_wimax_hardware_get_enabled: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): CRITICAL **: nm_client_get_devices: assertion `NM_IS_CLIENT (client)' failed

** (nm-applet:24398): WARNING **: Failed to initialize D-Bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directo
ERROR 2012-09-18 14:16:38 unity.gtk <unknown>:0 gtk_icon_info_get_filename: assertion `icon_info != NULL' failed
ERROR 2012-09-18 14:16:38 unity.gtk <unknown>:0 gtk_icon_info_free: assertion `icon_info != NULL' failed
ERROR 2012-09-18 14:16:38 unity.gtk <unknown>:0 gtk_icon_info_load_icon: assertion `icon_info != NULL' failed
ERROR 2012-09-18 14:16:38 unity.gtk <unknown>:0 gtk_icon_info_free: assertion `icon_info != NULL' failed
WARN  2012-09-18 14:16:38 unity.launcher LauncherIcon.cpp:433 Unable to load 'workspace-switcher' from icon theme:
Loading configuration plugins
blueman-applet version 1.23 starting
which: no kwin in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3)
Starting gtk-window-decorator
Using file config backend
Using file config backend
Using file config backend
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/Headset.py", line 38, in on_load
    self.bus = dbus.SystemBus()
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Using file config backend
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/Networking.py", line 41, in on_load
    self.load_nap_settings()
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/Networking.py", line 59, in load_nap_settings
    m = Mechanism()
  File "/usr/lib64/python2.7/site-packages/blueman/main/Mechanism.py", line 36, in __init__
    self.bus = dbus.SystemBus()
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.Headset.Headset object at 0x17ccc90>
Using file config backend
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/NMDUNSupport.py", line 108, in on_load
    self.bus = dbus.SystemBus()
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/ShowConnected.py", line 39, in on_load
    self.signals.Handle("dbus", dbus.SystemBus(),
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.NMDUNSupport.NMDUNSupport object at 0x17ccc90>
Using file config backend
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/PulseAudio.py", line 168, in on_load
    self.bus = dbus.SystemBus()
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.ShowConnected.ShowConnected object at 0x1a7d490>
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 61, in on_load
    self.signals.Handle("dbus", dbus.SystemBus(),
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.PulseAudio.PulseAudio object at 0x17ccc90>
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 35, in on_load
    AppletPlugin.add_method(self.on_power_state_query)
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 51, in add_method
    raise MethodAlreadyExists
MethodAlreadyExists
Using file config backend

  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)         
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 55, in on_load
    dbus.SystemBus(),             
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)             
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.PowerManager.PowerManager object at 0x1a7d890>
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
    self.on_load(parent)         
  File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/NMPANSupport.py", line 186, in on_load
    self.bus = dbus.SystemBus()   
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)             
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Deleting plugin instance <blueman.plugins.applet.SerialManager.SerialManager object at 0x1a7d490>
Using file config backend         
Using file config backend         
Deleting plugin instance <blueman.plugins.applet.NMPANSupport.NMPANSupport object at 0x1b1a4d0>
Traceback (most recent call last):
  File "/usr/bin/blueman-applet", line 125, in <module>
    BluemanApplet()               
  File "/usr/bin/blueman-applet", line 73, in __init__
    self.bus = dbus.SystemBus()   
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 194, in __new__
    private=private)             
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file
Exception AttributeError: "'NoneType' object has no attribute 'Bus'" in <bound method File.__del__ of <File object at 0x17e2b40 (blueman+plugins+C
6e0)>> ignored
ERROR 2012-09-18 14:16:38 unity.glib-gobject <unknown>:0 g_object_unref: assertion `G_IS_OBJECT (object)' failed
WARN  2012-09-18 14:16:39 unity.glib.dbusproxy GLibDBusProxy.cpp:182 Unable to connect to proxy: Could not connect: No such file or directory

(gst-plugin-scanner:24537): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstvp8.so': /usr/lib64/gstreamer-0.10/libgst
_video_decoder_skip_frame
** Message: pygobject_register_sinkfunc is deprecated (GstObject)

(gnome-control-center:24531): Gtk-WARNING **: GtkTable does not have a property called expand

(gnome-control-center:24531): Gtk-WARNING **: GtkTable does not have a property called fill

(gnome-control-center:24531): Gtk-WARNING **: GtkTable does not have a property called position

** (zeitgeist-datahub:24634): WARNING **: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
system-config-printer-applet: failed to connect to system D-Bus


^Cxinit: connection to X server lost

waiting for X server to shut down gnome-session[24278]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X serv

WARN  2012-09-18 14:20:36 unity.gdk <unknown>:0 compiz: Fatal IO error 4 (Interrupted system call) on X server :0.

gtk-window-decorator: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
Server terminated successfully (0). Closing log file.

xinit: unexpected signal 2
Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 2:49 pm    Post subject: Reply with quote

ok now I have dbus running it starts quick.

I have to install: xclock xterm gnome-terminal

My latest startx:

Quote:

jwoodward@jwoodward-linux ~ $ XSESSION=unity startx
xauth: file /home/jwoodward/.serverauth.27657 does not exist


X.Org X Server 1.12.3
Release Date: 2012-07-09

Build Operating System: Linux 3.4.9-gentoo_amd64 x86_64 Gentoo
Current Operating System: Linux jwoodward-linux 3.4.9-gentoo_amd64 #1 SMP PREEMPT Wed Aug 29 12:57:38 BST 2012 x86_64
Kernel command line: nodetect doload=ahci,sd_mod,dm-mod,ehci-hcd,uhci-hcd,usbhid,ext4 dolvm real_root=/dev/vg.hyperx/gentoo.stage3.amd64
Build Date: 17 September 2012 01:32:23PM

Current version of pixman: 0.26.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 18 14:44:12 2012
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-Hs2AFi
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-Hs2AFi/ssh
GNOME_KEYRING_PID=28111
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-Hs2AFi
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-Hs2AFi/ssh
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-Hs2AFi
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-Hs2AFi/ssh
GNOME_KEYRING_CONTROL=/home/jwoodward/.cache/keyring-Hs2AFi
SSH_AUTH_SOCK=/home/jwoodward/.cache/keyring-Hs2AFi/ssh
GPG_AGENT_INFO=/home/jwoodward/.cache/keyring-Hs2AFi/gpg:0:1
gnome-session[28086]: Gtk-WARNING: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found
Backend : ini
Integration : true
Profile : default
Adding plugins
Initializing core options...done

(gnome-settings-daemon:28107): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(gnome-settings-daemon:28107): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain
ate-device auth

(gnome-settings-daemon:28107): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain
ate-device auth
Initializing composite options...done
Initializing opengl options...done
[1347979454,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the applicat
Initializing decor options...done
Initializing vpswitch options...done
Initializing snap options...done
Initializing mousepoll options...done
Initializing resize options...done
Initializing place options...done
Initializing move options...done

(gnome-settings-daemon:28107): keyboard-plugin-WARNING **: Failed to set the keyboard layouts: GDBus.Error:org.freedesktop.DBus.Error.UnknownMetho
outs'
Initializing wall options...done
Initializing grid options...done
Initializing session options...done
Initializing gnomecompat options...done
Initializing animation options...done
Initializing fade options...done
Initializing unitymtgrabhandles options...done
Initializing workarounds options...done
Initializing scale options...done
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done
Initializing ezoom options...done

(compiz:28257): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(compiz:28257): GConf-CRITICAL **: gconf_client_add_dir: assertion `gconf_valid_key (dirname, NULL)' failed
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubiquity-gtkui.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'nautilus-home.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'firefox.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-writer.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-calc.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'libreoffice-impress.desktop'
WARN 2012-09-18 14:44:14 unity.favorites FavoriteStoreGSettings.cpp:139 Unable to load GDesktopAppInfo for 'ubuntu-software-center.desktop'
Initializing unityshell options...done

(bluetooth-applet:28433): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(nm-applet:28432): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(polkit-gnome-authentication-agent-1:28435): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(gnome-fallback-mount-helper:28436): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

(nautilus:28442): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found

** (nm-applet:28432): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Launch helper exited with unknown return code 1
** Message: applet now removed from the notification area

(gdu-notification-daemon:28440): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:59:17: Theming engine 'unico' not found
"pk-gtk-module"

** (nm-applet:28432): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.

** (nm-applet:28432): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
Loading configuration plugins
blueman-applet version 1.23 starting
Stale PID, overwriting
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
** Message: using fallback from indicator to GtkStatusIcon
which: no kwin in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3)
Starting gtk-window-decorator
Gtk-Message: Failed to load module "pk-gtk-module"
Using file config backend
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/blueman/plugins/BasePlugin.py", line 65, in _load
self.on_load(parent)
File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py", line 52, in on_load
raise Exception("Failed to initialize killswitch manager")
Exception: Failed to initialize killswitch manager
Using file config backend
Using file config backend
Using file config backend
Deleting plugin instance <blueman.plugins.applet.KillSwitch.KillSwitch object at 0x2e2f810>
WARN 2012-09-18 14:44:15 unity.launcher Launcher.cpp:3066 Object registration failed. Won't get dynamic launcher addition.
ERROR 2012-09-18 14:44:16 unity.glib-gobject <unknown>:0 g_object_unref: assertion `G_IS_OBJECT (object)' failed
** Message: moving back from GtkStatusIcon to indicator
** Message: Starting applet secret agent because GNOME Shell disappeared

** (nm-applet:28432): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1

** (zeitgeist-datahub:30668): WARNING **: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Gtk-Message: Failed to load module "pk-gtk-module"
WARN 2012-09-18 14:44:55 unity <unknown>:0 Unable to fetch children: No such interface `org.ayatana.bamf.view' on object at path /org/ayatana/bam

WARN 2012-09-18 14:44:55 unity <unknown>:0 Unable to fetch children: No such interface `org.ayatana.bamf.view' on object at path /org/ayatana/bam

WARN 2012-09-18 14:44:55 unity <unknown>:0 Unable to fetch children: No such interface `org.ayatana.bamf.view' on object at path /org/ayatana/bam

Back to top
View user's profile Send private message
Jono86
n00b
n00b


Joined: 10 Aug 2012
Posts: 28

PostPosted: Tue Sep 18, 2012 2:51 pm    Post subject: Reply with quote

The alignment of my applications are also hidden under the taskbars in the top left hand corner
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Fri Sep 21, 2012 4:21 am    Post subject: Reply with quote

Jono86 wrote:
The alignment of my applications are also hidden under the taskbars in the top left hand corner


Everybody gets this bug... :(
Back to top
View user's profile Send private message
shiznix
Guru
Guru


Joined: 29 Jun 2003
Posts: 367
Location: Adelaide, Australia

PostPosted: Sun Sep 23, 2012 12:16 am    Post subject: Reply with quote

Hi there Jono86, great to read you got it installed and working too :)

@ahgblopes
Still no progress on that window position bug, but I've a feeling it may be tied to the way we start the compiz plugins.
The only default compiz plugin set at build time should be 'ccp', then rely on the 'ccp' plugin and compiz's gconf backend to load the necessary compiz plugins as set in the gconf registry (or dconf now for Quantal).

@Aquous
Glad you got it sorted in the end.
I reckon the blank entries in the lens might have had a lot to do with me making those commits to support python2 and python3 at the same time.
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Sun Sep 23, 2012 3:32 am    Post subject: Reply with quote

shiznix wrote:
Hi there Jono86, great to read you got it installed and working too :)

@ahgblopes
Still no progress on that window position bug, but I've a feeling it may be tied to the way we start the compiz plugins.
The only default compiz plugin set at build time should be 'ccp', then rely on the 'ccp' plugin and compiz's gconf backend to load the necessary compiz plugins as set in the gconf registry (or dconf now for Quantal).


You are right... They "put" plugin is completely effect-less (if i change something inside it, i cannot see any result)
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Sun Sep 23, 2012 10:52 am    Post subject: Reply with quote

shiznix wrote:
@Aquous
Glad you got it sorted in the end.
I still have the window buttons issue ;) (http://imageshack.us/a/img189/1301/screenshotfrom201209181.png)
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Sun Sep 23, 2012 7:24 pm    Post subject: Reply with quote

Aquous wrote:
shiznix wrote:
@Aquous
Glad you got it sorted in the end.
I still have the window buttons issue ;) (http://imageshack.us/a/img189/1301/screenshotfrom201209181.png)


Try to create a new user, and see if this problem persists...
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Tue Sep 25, 2012 9:11 am    Post subject: Reply with quote

ahgblopes wrote:
Aquous wrote:
shiznix wrote:
@Aquous
Glad you got it sorted in the end.
I still have the window buttons issue ;) (http://imageshack.us/a/img189/1301/screenshotfrom201209181.png)


Try to create a new user, and see if this problem persists...
It persists ;)
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Tue Sep 25, 2012 2:41 pm    Post subject: Reply with quote

Aquous wrote:
ahgblopes wrote:
Aquous wrote:
shiznix wrote:
@Aquous
Glad you got it sorted in the end.
I still have the window buttons issue ;) (http://imageshack.us/a/img189/1301/screenshotfrom201209181.png)


Try to create a new user, and see if this problem persists...
It persists ;)


It is really very strange!!! maybe some dpi or other problem with xorg? some problem with compiz /unity config files outside user folder?
Back to top
View user's profile Send private message
Aquous
l33t
l33t


Joined: 08 Jan 2011
Posts: 700

PostPosted: Wed Sep 26, 2012 2:21 pm    Post subject: Reply with quote

All I know is that the problem is specific to Unity. gnome-shell shows the window buttons just fine.
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Mon Oct 01, 2012 5:25 am    Post subject: Reply with quote

Unity 5.16 is now avaliable! good, but... now you have to create an unity-meta-5.16 ebuild!!!
The version of unity-meta in portage is 5.14. When i try to install (upgrade) it, portage doesn't find "unity-5.14" nor "unity-5.12", and unity-meta-5.14 depens on <=unity-5.14 !!! I guess that it is very easy to fix, i could edit the ebuild file , but i will wait for shiznix do it for us...


And if i try to install unity, instead of unity-meta, i have only two choices: unity-6.6.0 (too much unstable for me), and unity-5.16

unity-5.16 fails to compile, because it doesn't find the libgeis. But i have geis installed, maybe unity-5.16 is wanting a more recent version, but if i try to install it, i have to install a bunch of unstable packages (grail, nux, etc, those also pulled by 6.6.0).

I think we have to put back unity-5.14 (or 5.12??) package in the overlay, or, so, fix the problem with unity-5.16 and make an unity-meta-5.16 ebuild.

about the geis problem:

http://pastebin.com/3Th80E6x
Back to top
View user's profile Send private message
shiznix
Guru
Guru


Joined: 29 Jun 2003
Posts: 367
Location: Adelaide, Australia

PostPosted: Mon Oct 01, 2012 7:42 am    Post subject: Reply with quote

Thanks for reporting the unity-5.16 fail I'll fix ASAP however there's more to this.

Newest unity-6 is in active development for the Quantal release but is still a bit unstable for many (including me), so I've kept it missing keyword masked and been hacking on it when I get a spare moment in readiness for when the glitches improve enough that the mask can be removed.
As the Quantal branch of packages move forward, some of it gets backported into the 'precise-updates' branch of packages which is what we mostly use for unity-5.

I mentioned earlier that Quantal will be dropping unity2d in favour of using compiz opengl in software render mode instead.
Well they've not only done this, but we're now being hit with it in the 'precise-updates' branch as nux-2.14.1 now requires libgeis and unity2d requires libutouch-geis.
Utouch-geis is the older version of the GEIS implementation, libgeis is the newer and the two mutually exclude each other.

So to keep up to date with the 'precise-updates' branch we too will need to drop unity2d.

Which brings me to the issue of which URL we are getting the source tarballs from.
I've been using packages.ubuntu.com but this has the downside of the tarball disappearing as soon as a new version is released.
What I should have done was use launchpad.net instead to download the tarballs so that any particular version ebuild does not break due to a missing tarball whenever a new tarball is released upstream.

I'll chip away at migrating to launchpad.net and in the meantime you should know that unity2d is soon to disappear.

Cheers! :D
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Mon Oct 01, 2012 8:54 pm    Post subject: Reply with quote

shiznix wrote:

I'll chip away at migrating to launchpad.net and in the meantime you should know that unity2d is soon to disappear.



:cry: :cry: :cry: :cry: :cry:
Back to top
View user's profile Send private message
ahgblopes
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2011
Posts: 102
Location: Brazil :(

PostPosted: Tue Oct 02, 2012 4:42 am    Post subject: Reply with quote

Good / bad news...

Good: I upgraded to unity-meta-6.6 (i have to unmerge unity2d for it), and now unity starts!!

Bad: That old bug from 5.12 persists. When i open nautilus, gedit, musescore, firefox, etc... they start maximized. When i hit the unmazximize button, the window gets undecoreted and if i try to press the maximize button again it doesn't work...


I will try the ccsm now...

edit:

Code:

ah@ah-1201n ~ $ ccsm
Gtk-Message: Failed to load module "pk-gtk-module"
compizconfig - Info: Backend     : ini
compizconfig - Info: Integration : true
compizconfig - Info: Profile     : default
Falha de segmentação

(segmentation fault) :cry:
Back to top
View user's profile Send private message
shiznix
Guru
Guru


Joined: 29 Jun 2003
Posts: 367
Location: Adelaide, Australia

PostPosted: Fri Oct 05, 2012 2:56 am    Post subject: Reply with quote

@Aquous
I was hit with a similar bug to your window titlebar button problem while messing with getting compizconfig profiling and gconf/dconf backends working.
Compiz needs to compile against x11-libs/metacity-99.2.34.1 as it uses it for the window titlebar theming.
Once this was done, the titlebar buttons were fixed.

I've added the overlay metacity-99.2.34.1 ebuild as a dep. for compiz now, so it should be fixed for you by syncing up and doing:
Code:
emerge -1 compiz

Thanks for reporting :)

@ahgblopes
Great news you got the new unity-6 to actually start instead of segfault this time.
Unity-5 should still be more stable for you.

Not sure why ccsm has segfaulted but the profile and backend are now incorrect since the addition of the compizconfig profiling and gconf/dconf backends.
If you're using unity-6 the backend should be 'gsettings', and the profile should be 'unity'.
If you're using unity-5 the backend should be 'gconf', and the profile should be 'unity'.

These settings are installed by doing as root:
Code:
emerge --config =compiz-0.9.8.2
(Above example for Unity-6, the actual commandline to be used is shown as a post install message for the relevant compiz version emerged).

The compizconfig profile is set on login to Xorg so you may need to log out and back in again.
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
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 25, 26, 27  Next
Page 7 of 27

 
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