Emerge error

Anything that pertains to Portage

Moderator: Moderators

Emerge error

Postby thenthenio » Sat Jun 30, 2007 7:33

Hello everybody.
When I do # emerge - uDN world this is the result:
Calculating world dependencies |
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('ebuild', '/', 'sys-kernel/linux-headers-2.6.19.2-r2', 'merge') pulled in by
('ebuild', '/', 'media-video/mplayer-1.0.20070622-r1', 'merge')

('installed', '/', 'sys-kernel/linux-headers-2.6.21', 'nomerge') pulled in by
('installed', '/', 'media-gfx/sane-backends-1.0.18-r2', 'nomerge')
('installed', '/', 'app-emulation/wine-0.9.39', 'nomerge')
('installed', '/', 'media-tv/linuxtv-dvb-headers-3.1', 'nomerge')
('ebuild', '/', 'sys-apps/hal-0.5.9.1-r6', 'merge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.
and process stops immediately.
What is it due to?
How can I fix it?

Ciao.
Mauro
User avatar
thenthenio
Old Dear Hen
 
Posts: 522
Joined: Thu Mar 01, 2007 23:11
Location: Melegnano (MI) Italy

Postby zouzou85 » Sat Jun 30, 2007 9:06

just do :
emerge mplayer
first.
then do
emerge -uDN world

Good luck
User avatar
zouzou85
Growing Hen
 
Posts: 104
Joined: Tue Mar 27, 2007 5:12
Location: West Coast, North Africa, South America

Postby thenthenio » Sat Jun 30, 2007 18:39

Ok, I did it.
This took me one step forward.
But now:
# emerge -uDN world
Calculating world dependencies -
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('ebuild', '/', 'dev-scheme/guile-1.6.8', 'merge') pulled in by
('ebuild', '/', 'sci-electronics/gwave-20060606', 'merge')

('installed', '/', 'dev-scheme/guile-1.8.1-r3', 'nomerge') pulled in by
('ebuild', '/', 'sci-electronics/geda-20070526', 'merge')
('ebuild', '/', 'sci-libs/libgeda-20070526', 'merge')
('ebuild', '/', 'x11-libs/guile-gtk-1.2.0.60', 'merge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

!!! Depgraph creation failed.

I would prefer the second choice.
Now guile-1.6.8 and gwave-20060606 are not installed, good.
On the contrary guile-1.8.1-r3 is installed, good.
Ok, I can install geda-20070526, libgeda-20070526 and guile-gtk-1.2.0.60.
# emerge geda
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> starting parallel fetching

>>> Emerging (1 of 2) sci-libs/libgeda-20070526 to /
* libgeda-20070526.tar.gz RMD160 ;-) ... [ ok ]
* libgeda-20070526.tar.gz SHA1 ;-) ... [ ok ]
* libgeda-20070526.tar.gz SHA256 ;-) ... [ ok ]
* libgeda-20070526.tar.gz size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking libgeda-20070526.tar.gz ;-) ... [ ok ]
*
* ERROR: sci-libs/libgeda-20070526 failed.
* Call stack:
* ebuild.sh, line 1658: Called dyn_setup
* ebuild.sh, line 719: Called qa_call 'pkg_setup'
* ebuild.sh, line 44: Called pkg_setup
* libgeda-20070526.ebuild, line 24: Called die
*
* You need either <dev-scheme/guile-1.8, or >=dev-scheme/guile-1.8 with USE=deprecated
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/sci-libs/libgeda-20070526/temp/build.log'.
*

What does it want? guile < 1.8 or guile >= 1.8?
The installed guile is 1.8.1-r3, so >= 1.8.
Try installing guile-gtk.
# emerge guile-gtk
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) x11-libs/guile-gtk-2.0 to /
* guile-gtk-2.0.tar.gz RMD160 ;-) ... [ ok ]
* guile-gtk-2.0.tar.gz SHA1 ;-) ... [ ok ]
* guile-gtk-2.0.tar.gz SHA256 ;-) ... [ ok ]
* guile-gtk-2.0.tar.gz size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking guile-gtk-2.0.tar.gz ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking guile-gtk-2.0.tar.gz to /var/tmp/portage/x11-libs/guile-gtk-2.0/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-libs/guile-gtk-2.0/work/guile-gtk-2.0 ...
* econf: updating guile-gtk-2.0/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating guile-gtk-2.0/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-cf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-pghpf... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GDK_PIXBUF... yes
checking for LIBGLADE... yes
checking for glade_gnome_init... no
checking for glade_bonobo_init... no
checking for glade_gnome_db_init... no
checking for GTKGL... yes
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags...
checking libguile link flags... -lguile -lltdl -L/usr/lib64 -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s -lgmp -lcrypt -lm -lltdl
checking whether we have at least Guile 1.6.4... found
checking for thread_create in GThreadFunctions... yes
checking for mallinfo... yes
checking for scm_c_issue_deprecation_warning... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking libguile/deprecation.h usability... yes
checking libguile/deprecation.h presence... yes
checking for libguile/deprecation.h... yes
checking for two argument scm_mutex_init... yes
checking for gtk_signal_set_class_function_full... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gdk-pixbuf/Makefile
config.status: creating glade/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk-2.0/Makefile
config.status: creating gtk-gl/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating gtk-2.0/config.scm
config.status: creating config.h


Configuration:

GdkPixbuf support: Yes
libGlade support: Yes
GtkGL support: Yes


Making all in .
mkdir .libs
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-compat.c -fPIC -DPIC -o .libs/gtk-compat.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c guile-gtk.c -fPIC -DPIC -o .libs/guile-gtk.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-compat.c -o gtk-compat.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-support.c -fPIC -DPIC -o .libs/gtk-support.o
guile-gtk.c: In function 'gpointer_hash':
guile-gtk.c:210: warning: cast from pointer to integer of different size
guile-gtk.c: In function 'sgtk_maybe_find_type_info':
guile-gtk.c:439: warning: assignment discards qualifiers from pointer target type
guile-gtk.c: In function 'sgtk_senum2scm':
guile-gtk.c:1159: warning: return makes pointer from integer without a cast
guile-gtk.c: In function 'sgtk_scm2senum':
guile-gtk.c:1171: warning: return makes pointer from integer without a cast
guile-gtk.c: In function 'boxed_free':
guile-gtk.c:1208: warning: cast from pointer to integer of different size
guile-gtk.c: In function 'boxed_print':
guile-gtk.c:1218: warning: cast from pointer to integer of different size
guile-gtk.c: In function 'sgtk_valid_boxed':
guile-gtk.c:1262: warning: cast from pointer to integer of different size
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c guile-compat.c -fPIC -DPIC -o .libs/guile-compat.o
guile-gtk.c: In function 'sgtk_scm2list':
guile-gtk.c:1786: warning: ignoring return value of 'g_list_concat', declared with attribute warn_unused_result
guile-gtk.c:1806: warning: ignoring return value of 'g_list_concat', declared with attribute warn_unused_result
guile-gtk.c: In function 'sgtk_scm2ret':
guile-gtk.c:2190: warning: assignment from incompatible pointer type
guile-gtk.c: In function 'sgtk_arg_cleanup':
guile-gtk.c:2275: warning: cast from pointer to integer of different size
guile-gtk.c:2276: warning: cast from pointer to integer of different size
guile-gtk.c: In function 'sgtk_scm2gtk_target_entry':
guile-gtk.c:2526: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
guile-gtk.c: In function 'sgtk_find_object_info_from_type':
guile-gtk.c:2555: warning: passing argument 1 of 'sgtk_find_object_info' discards qualifiers from pointer target type
guile-gtk.c: In function 'sgtk_signal_emit':
guile-gtk.c:2957: warning: passing argument 1 of 'scm_cons' makes pointer from integer without a cast
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-support.c -o gtk-support.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c guile-compat.c -o guile-compat.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c guile-gtk.c -o guile-gtk.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-glue.c -fPIC -DPIC -o .libs/gdk-glue.o
gdk-glue.c:307: warning: initialization makes integer from pointer without a cast
gdk-glue.c:308: warning: initialization makes integer from pointer without a cast
gdk-glue.c:315: warning: initialization makes integer from pointer without a cast
gdk-glue.c:316: warning: initialization makes integer from pointer without a cast
gdk-glue.c:317: warning: initialization makes integer from pointer without a cast
gdk-glue.c:318: warning: initialization makes integer from pointer without a cast
gdk-glue.c:319: warning: initialization makes integer from pointer without a cast
gdk-glue.c:320: warning: initialization makes integer from pointer without a cast
gdk-glue.c:321: warning: initialization makes integer from pointer without a cast
gdk-glue.c:322: warning: initialization makes integer from pointer without a cast
gdk-glue.c:329: warning: initialization makes integer from pointer without a cast
gdk-glue.c:330: warning: initialization makes integer from pointer without a cast
gdk-glue.c:331: warning: initialization makes integer from pointer without a cast
gdk-glue.c:332: warning: initialization makes integer from pointer without a cast
gdk-glue.c:333: warning: initialization makes integer from pointer without a cast
gdk-glue.c: In function 'sgtk_pango_layout_get_font_description':
gdk-glue.c:6887: warning: assignment discards qualifiers from pointer target type
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-threads.c -fPIC -DPIC -o .libs/gtk-threads.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-threads.c -o gtk-threads.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-support.c -fPIC -DPIC -o .libs/gdk-support.o
gdk-support.c: In function 'sgtk_gdk_geometry_fill':
gdk-support.c:1161: warning: passing argument 4 of 'sgtk_scm2enum' discards qualifiers from pointer target type
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-support.c -o gdk-support.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-glue.c -fPIC -DPIC -o .libs/gtk-glue.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-glue.c -o gdk-glue.o >/dev/null 2>&1
gtk-glue.c: In function 'sgtk_gtk_clist_get_text':
gtk-glue.c:6550: warning: passing argument 4 of 'gtk_clist_get_text' from incompatible pointer type
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gtk-glue.c -o gtk-glue.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -shared .libs/guile-gtk.o .libs/guile-compat.o .libs/gtk-compat.o .libs/gtk-support.o .libs/gdk-support.o .libs/gtk-threads.o .libs/gdk-glue.o .libs/gtk-glue.o /usr/lib64/libguile.so -L/usr/lib64 /usr/lib64/libgmp.so -lcrypt /usr/lib64/libltdl.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so -lm /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libglib-2.0.so -march=x86-64 -pthread -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -pthread -march=x86-64 -pthread -pthread -Wl,-soname -Wl,libguilegtk-2.0.so.0 -o .libs/libguilegtk-2.0.so.0.0.0
(cd .libs && rm -f libguilegtk-2.0.so.0 && ln -s libguilegtk-2.0.so.0.0.0 libguilegtk-2.0.so.0)
(cd .libs && rm -f libguilegtk-2.0.so && ln -s libguilegtk-2.0.so.0.0.0 libguilegtk-2.0.so)
x86_64-pc-linux-gnu-ar cru .libs/libguilegtk-2.0.a guile-gtk.o guile-compat.o gtk-compat.o gtk-support.o gdk-support.o gtk-threads.o gdk-glue.o gtk-glue.o
x86_64-pc-linux-gnu-ranlib .libs/libguilegtk-2.0.a
creating libguilegtk-2.0.la
(cd .libs && rm -f libguilegtk-2.0.la && ln -s ../libguilegtk-2.0.la libguilegtk-2.0.la)
Making all in gdk-pixbuf
mkdir .libs
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-pixbuf-support.c -fPIC -DPIC -o .libs/gdk-pixbuf-support.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-pixbuf-glue.c -fPIC -DPIC -o .libs/gdk-pixbuf-glue.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-pixbuf-glue.c -o gdk-pixbuf-glue.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c gdk-pixbuf-support.c -o gdk-pixbuf-support.o >/dev/null 2>&1
x86_64-pc-linux-gnu-gcc -shared .libs/gdk-pixbuf-glue.o .libs/gdk-pixbuf-support.o -Wl,--rpath -Wl,/var/tmp/portage/x11-libs/guile-gtk-2.0/work/guile-gtk-2.0/.libs ../.libs/libguilegtk-2.0.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so -lm /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libglib-2.0.so -march=x86-64 -pthread -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -march=x86-64 -pthread -pthread -Wl,-soname -Wl,libguilegdkpixbuf-2.0.so.0 -o .libs/libguilegdkpixbuf-2.0.so.0.0.0
(cd .libs && rm -f libguilegdkpixbuf-2.0.so.0 && ln -s libguilegdkpixbuf-2.0.so.0.0.0 libguilegdkpixbuf-2.0.so.0)
(cd .libs && rm -f libguilegdkpixbuf-2.0.so && ln -s libguilegdkpixbuf-2.0.so.0.0.0 libguilegdkpixbuf-2.0.so)
x86_64-pc-linux-gnu-ar cru .libs/libguilegdkpixbuf-2.0.a gdk-pixbuf-glue.o gdk-pixbuf-support.o
x86_64-pc-linux-gnu-ranlib .libs/libguilegdkpixbuf-2.0.a
creating libguilegdkpixbuf-2.0.la
(cd .libs && rm -f libguilegdkpixbuf-2.0.la && ln -s ../libguilegdkpixbuf-2.0.la libguilegdkpixbuf-2.0.la)
Making all in glade
mkdir .libs
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DPNG_NO_MMX_CODE -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c glade-glue.c -fPIC -DPIC -o .libs/glade-glue.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DPNG_NO_MMX_CODE -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c glade-support.c -fPIC -DPIC -o .libs/glade-support.o
glade-support.c: In function 'try_merge':
glade-support.c:31: warning: passing argument 1 of 'scm_list_2' makes pointer from integer without a cast
glade-support.c:31: warning: passing argument 2 of 'scm_list_2' makes pointer from integer without a cast
glade-support.c: In function 'scm_glade_connect_dispatch':
glade-support.c:77: warning: passing argument 2 of 'scm_list_5' makes pointer from integer without a cast
glade-support.c:77: warning: passing argument 3 of 'scm_list_5' makes pointer from integer without a cast
glade-support.c:77: warning: passing argument 1 of 'scm_cons' makes pointer from integer without a cast
glade-support.c:87: error: 'gh_eval_str' undeclared (first use in this function)
glade-support.c:87: error: (Each undeclared identifier is reported only once
glade-support.c:87: error: for each function it appears in.)
make[3]: *** [glade-support.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DPNG_NO_MMX_CODE -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -march=x86-64 -pipe -DPNG_NO_MMX_CODE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c glade-glue.c -o glade-glue.o >/dev/null 2>&1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*
* ERROR: x11-libs/guile-gtk-2.0 failed.
* Call stack:
* ebuild.sh, line 1642: Called dyn_compile
* ebuild.sh, line 988: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 662: Called die
*
* emake failed
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-libs/guile-gtk-2.0/temp/build.log'.
*

Deadlock, source code of guile-gtk seems to be broken.
And now?
What ca I do?

Many thaks for your help.
Mauro
User avatar
thenthenio
Old Dear Hen
 
Posts: 522
Joined: Thu Mar 01, 2007 23:11
Location: Melegnano (MI) Italy

Postby thenthenio » Sun Jul 01, 2007 21:27

Up.
User avatar
thenthenio
Old Dear Hen
 
Posts: 522
Joined: Thu Mar 01, 2007 23:11
Location: Melegnano (MI) Italy

Postby eduardhc » Mon Jul 02, 2007 8:35

Hi,
This is caused by the use by default of the flag 'ivtv' in Sabayon. This causes mediaplayer to try to install 'ivtv' driver, which requires 2.6.19 kernel. This driver is for some Hauppauge PVR cards, if you are not using any of them probably you won't need this driver too.

Try removing 'ivtv' flag from /etc/make.conf USE variable and then re-emerging 'mplayer' (check that this time is really being compiled with the "-ivtv" flag. After that, try again the world update.

Cheers
eduardhc
Technological Hen
 
Posts: 372
Joined: Tue Sep 19, 2006 16:31
Location: Barcelona (Cat)


Return to Portage|Emerge Package Managers

Who is online

Users browsing this forum: No registered users and 0 guests