Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

16.11.2004, 11:56

[gelöst] XSANE installation schlägt fehl

Hallo Leute :)
newbie auf gentoo kernel 2.4.26.r6 hat probleme xsane zu installieren nachdem ich emerge xsane eingebe bekomme ich folgendes

bash-2.05b# emerge xsane
Calculating dependencies ...done!
>>> emerge (1 of 1) media-gfx/xsane-0.91 to /
>>> md5 src_uri ;-) xsane-0.91.tar.gz
>>> Unpacking source...
>>> Unpacking xsane-0.91.tar.gz to /var/tmp/portage/xsane-0.91/work
>>> Source unpacked.
gtk2
* xsane will be built with GTK+ 2.0, but will exclude the GIMP plugin!
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --enable-jpeg --enable-png --disable-tiff --enable-gtk2 --disable-gimp
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking whether GIMP plugin is requested... no
checking whether JPEG support is requested... yes
checking whether PNG support is requested... yes
checking whether TIFF support is requested... no
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /bin/install -c
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for ANSI C header files... yes
checking for os2.h... no
checking for fcntl.h... yes
checking for unistd.h... yes
checking for libc.h... no
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for zlib.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking return type of signal handlers... void
checking for sys/types.h... (cached) 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... (cached) yes
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for u_char... yes
checking for u_int... yes
checking for u_long... yes
checking for sqrt in -lm... yes
checking for deflateInit_ in -lz... yes
checking for jpeg_start_decompress in -ljpeg... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for atexit... yes
checking for mkdir... yes
checking for sigprocmask... yes
checking for strdup... yes
checking for strndup... yes
checking for strftime... yes
checking for strstr... yes
checking for strsep... yes
checking for strtod... yes
checking for snprintf... yes
checking for usleep... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for lstat... yes
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for off_t... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... (cached) yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... de
checking for sane-config... /usr/bin/sane-config
checking for SANE - version >= 1.0.0... yes
checking for GTK - version >= 2.0.0... yes
checking for png.h... yes
checking for png_create_info_struct in -lpng... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating xsane.spec
config.status: creating include/config.h
****************************************************************
* *
* XSANE configure status: *
* ----------------------- *
* - NLS activated (external) *
* - GIMP plugin deactivated *
* - JPEG support activated *
* - TIFF support deactivated *
* - PNG support deactivated *
* *
****************************************************************
* *
* To compile XSANE: *
* ----------------- *
* make *
* make install *
* *
* ------------------------------------------------------------ *
* ... PLEASE READ SANE DOCUMENTATION BEFORE STARTING XSANE ... *
* ------------------------------------------------------------ *
****************************************************************

NEWS:

no special you have to care about to get xsane to work.
Read xsane.CHANGES if you are interested in details of
what has changed.

If you experience any problems after you upgraded xsane
it may help to remove the setup and preferences files
of xsane:

rm -rf ~/.sane/xsane


for subdir in lib src po doc; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "- --jobserver-fds=3,4 -j" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in lib
make[1]: Entering directory `/var/tmp/portage/xsane-0.91/work/xsane-0.91/lib'
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall alloca.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall getopt.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall getopt1.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall strndup.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall strdup.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall strsep.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall snprintf.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall usleep.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include/sane -I../include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -O2 -march=athlon-xp -fomit-frame-pointer -Wall md5.c
ar r liblib.a alloca.o getopt.o getopt1.o strndup.o strdup.o strsep.o snprintf.o usleep.o md5.o
ar: creating liblib.a
make[1]: Leaving directory `/var/tmp/portage/xsane-0.91/work/xsane-0.91/lib'
making all in src
make[1]: Entering directory `/var/tmp/portage/xsane-0.91/work/xsane-0.91/src'
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-back-gtk.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-front-gtk.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-gamma.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-preview.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-viewer.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-rc-io.c
xsane-preview.c: In function `preview_do_gamma_correction':
xsane-preview.c:6331: warning: operation on `image_data_rawp' may be undefined
xsane-preview.c:6331: warning: operation on `image_data_rawp' may be undefined
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-device-preferences.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-batch-scan.c
xsane-device-preferences.c: In function `xsane_device_preferences_load_values':
xsane-device-preferences.c:197: warning: dereferencing type-punned pointer willbreak strict-aliasing rules
xsane-device-preferences.c:200: warning: dereferencing type-punned pointer willbreak strict-aliasing rules
xsane-device-preferences.c: In function `xsane_device_preferences_save_values':
xsane-device-preferences.c:310: warning: dereferencing type-punned pointer willbreak strict-aliasing rules
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-preferences.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-setup.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-save.c
xsane-setup.c: In function `xsane_image_notebook':
xsane-setup.c:1512: warning: unused variable `i'
xsane-setup.c:1512: warning: unused variable `select'
xsane-setup.c: At top level:
xsane-setup.c:2058: warning: `xsane_setup_pop3_authentification_callback' defined but not used
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-scan.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane-icons.c
gcc -c -DHAVE_CONFIG_H -DLOCALEDIR=/usr/share/locale -I. -I. -I../include -I../include -I/usr/local/include -D_GNU_SOURCE -DV_MAJOR=0 -DV_MINOR=91 -DSANE_V_MAJOR=1 -DPATH_XSANE_DOC_DIR=\/usr/share/sane/xsane/doc -DPATH_SANE_DATA_DIR=\/usr/share/sane -O2 -march=athlon-xp -fomit-frame-pointer -Wall -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include xsane.c
xsane.c:212: warning: `xsane_mail_send_process' declared `static' but never defined
xsane.c:213: warning: `xsane_mail_send' declared `static' but never defined
gcc -L/usr/lib -Wl,-rpath,/usr/lib -o xsane xsane-back-gtk.o xsane-front-gtk.o xsane-gamma.o xsane-preview.o xsane-viewer.o xsane-rc-io.o xsane-device-preferences.o xsane-batch-scan.o xsane-preferences.o xsane-setup.o xsane-save.o xsane-scan.o xsane-icons.o xsane.o \
../lib/liblib.a -lsane -lnsl -lm -ljpeg -lieee1284 -ldl -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -ljpeg-lz -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: warning: libXinerama.so.1, needed by /usr/lib/libgdk-x11-2.0.so, not found (try using -rpath or -rpath-link)
/usr/lib/libgdk-x11-2.0.so: undefined reference to `XineramaIsActive'
/usr/lib/libgdk-x11-2.0.so: undefined reference to `XineramaQueryScreens'
collect2: ld returned 1 exit status
make[1]: *** [xsane] Error 1
make[1]: Leaving directory `/var/tmp/portage/xsane-0.91/work/xsane-0.91/src'
make: *** [all-recursive] Error 1

!!! ERROR: media-gfx/xsane-0.91 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)
da mein english sehr beschränkt ist hoffe ich das ein profi hier etwas damit anfangen kann und mir weiter hilft.
m.f.G Dietrich

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Nazgul« (19.11.2004, 08:53)


2

16.11.2004, 15:13

Zitat

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: warning: libXinerama.so.1, needed by /usr/lib/libgdk-x11-2.0.so, not found (try using -rpath or -rpath-link)
Die Library gdk will die Library Xinerama haben und findet sie nicht. Und Xinerama ist eigentlich Teil von x11-base/xfree.
Hast Du in Deinen USE-Flags "xinerama" eingeschaltet, oder in Deiner X-config-Datei irgendein Xinerama Eintrag?

Was mich wundert ist, daß bei Dir die 0.91 von xsane ausgewählt wird. Da gibt's doch schon zwei aktuellere Versionen (0.93 und 0.95).

Ciao

3

16.11.2004, 16:56

RE: XSANE installation schlägt fehl

zeig mal deine USE-flags, dann könnema da eher weiterhelfen,

lg
... nur ein weiterer tag im leben eines naren ... :P

4

16.11.2004, 17:01

RE: XSANE installation schlägt fehl

Zitat

Original von capoeira
zeig mal deine USE-flags, dann könnema da eher weiterhelfen,

Quellcode

1
USE="-gnome X tcltk alsa xinetd proftpd gvim distcc cups foomatic kde qt dvd cdr php4 apache2 mod_perl Apache-DBI postgresql mysql DBD-Pg tetex cvs k3b gentoolkit ncftp ntp softmmu subversion"

Und jetzt bin ich 'mal gespannt, was Du darauf ablesen willst für Dich? ?(

Ciao

5

17.11.2004, 09:31

RE: XSANE installation schlägt fehl

Hallo vielen dank für eure schnelle reaktion :)

hier die make.conf mit den use flags (xinerama hab ich dazugetan)
These settings were set by the catalyst build script that automatically built$
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
USE="-gtk -gnome qt kde dvd alsa cdr xinerama"
LINGUAS="de en"
ALSA_CARDS="snd-emu10k1"


ich habe auch folgendes nochmal emerge oder wie sagt man geemergt These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] x11-base/xfree-4.3.0-r7
:)
diese libXinerama.so.1 ist aber immer noch nicht zu finden
wenn ich das eingebe locate libXinerama
bekomme ich diese meldung :
bash-2.05b# locate libXinerama
/usr/X11R6/lib/libXinerama.a
bash-2.05b#
was mach ich dummi falsch?
vielen dank für eure hilfe
:]

6

17.11.2004, 12:18

@capoira
Oh Mann, ich Dummkopf habe auf Deine Nachricht geantwortet mit meinen USE-Flags. Das macht natürlich absolut keinen Sinn. Entschuldige.

@nazgul:
Zum einen, Du hast schon gelesen:

Zitat

* xsane will be built with GTK+ 2.0, but will exclude the GIMP plugin!

und das -gtk

Zitat

USE="-gtk -gnome qt kde dvd alsa cdr xinerama"


zum anderen:
Wenn ich in meine libgdk-x11-2.0.so.0 hineinschaue:

Quellcode

1
readelf -a /usr/lib/libgdk-x11-2.0.so.0 | grep Xinerama
bekomme ich einige Verweise auf allgemeine Funktionen, die wohl aus der statischen Library libXinerama.a stammen. Kontrolle mit

Quellcode

1
nm -a /usr/X11R6/lib/libXinerama.a

Ja, da sind die Funktionen drin enthalten.

Die libgdk stammt wiederum aus dem Paket x11-libs/gtk+, Kontrolle mit:

Quellcode

1
qpkg -f /usr/lib/libgdk-x11-2.0.so.0

Da Du aber die gtk per USE-Flags von vorneherein ausgeschlossen hast für den emerge ist sie entweder gar noch nicht installiert oder aber in einer Version installiert, die keine Xinerama-Funktionen enthält.

Es macht wohl Sinn, das -gtk aus den USE-Flags zu entfernen und einen neuen emerge von gtk+ zu machen, so daß dann Xinerama mit aufgenommen werden kann beim Compile-Lauf.

Ciao

7

17.11.2004, 12:32

hallo tropezien ,
vielen dank für deine ausführliche hilfe werde es heut abend nach der schicht ausprobieren.
melde mich dann umgehend.diese flags habe ich als newbie aus dem Handbuch entnommen.
aber so macht es natürlich sinn =)

8

18.11.2004, 07:58

Hi :D
Also allen die mir hier geantwortet haben ein herzliches dankeschön =)
Ich habe gestern nach den Anweisungen von tropezien alles durchgeführt also use flag -gtk geändert
auf gtk(bin dabei wohl zu stur nach dem Handbuch vorgegangen) emerge gtk+ durchgeführt und siehe da Xsane funzt!!!!!!
Also nochmals allen beteiligten vielen dank :)
Gruss Dietrich

9

18.11.2004, 13:25

schön das es jetzt geht, könntest du bitte dem titel des thread ein [gelöst] hinzufügen!!!!





bye Benny
Intel Pentium 3,6GHz
1,00GB DDR Ram
GeForce FG 6800LE
Asus P5P800 Mainboard

_______________________


Mein Bäckerforum: http://www.baeckerforen.de
Mein OS Forum: http://www.free-your-os.com