ubuntuusers.de

Genesys-backend für CanoScan 8600F installieren

Status: Ungelöst | Ubuntu-Version: Ubuntu 18.04 (Bionic Beaver)
Antworten |

Mankind75 Team-Icon

Lokalisierungsteam
Avatar von Mankind75

Anmeldungsdatum:
4. Juni 2007

Beiträge: 3348

Wohnort: Wernigerode

Moroga schrieb:

Mir ist aber aufgefallen, dass ich nicht die aktuellste Backend-Version habe. Es gibt inzwischen die 1.0.28. Synaptic zeigt mir aber die 1.0.27 als neueste Version an.

In der 1.0.28 sind wohl laut git-Repository tatsächlich einige Änderungen für das Backend genesys drin.

Wenn es kein entsprechendes .deb-Paket gibt kannst Du dich am Kompilieren von SANE versuchen.

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Halte dich mal an meine Anleitung,vielleicht klappt es bei dir ja auch ☺ Bei Fehlern hälst du einfach an und zeigst die Terminal Ausgabe.

sane-backends-1.0.28.tar.gz  ## Paket laden von https://gitlab.com/sane-project/backends/-/releases
sane-backends-1.0.28.tar.gz  ## im Download Ordner entpacken
sudo mv /usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1 /usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.bak  ## Die alten Dateien umbenennen 
sudo mv /usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.27 /usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.27.bak  ## Die alten Dateien umbenennen
sudo apt install build-essential gettext libusb-dev linux-headers-generic  ## Abhänigkeiten Installieren
cd ~/Downloads/sane-backends-1.0.28  ## Ordner betreten
./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-avahi BACKENDS=genesys   ## für genesys Konfigurieren
make && sudo make install  ### Installieren
sudo ldconfig -v | grep libsane  ## Abfrage der Bibliothek 
libsane.so.1 -> libsane.so.1.0.28   ### sollte nun das Zeigen
sudo updatedb && locate genesys  ## Nochmalige Kontrolle ob alles stimmt,Ausgabe sollte dann so Aussehen

/usr/lib/i386-linux-gnu/sane/libsane-genesys.la
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.27.bak
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.28

ls -l /usr/lib/x86_64-linux-gnu/libsane.so  ## Abfrage auf den Link

lrwxrwxrwx 1 root root 17 Sep 19 16:40 /usr/lib/i386-linux-gnu/libsane.so -> libsane.so.1.0.28

Viel Erfolg 👍

Da ich ein 64 Bit System habe,hoffe ich das ich das Richtig gemacht habe 😬 Du hast ein 32 Bit System.

Nachtrag

Bei Abfrage von

export SANE_DEBUG_DLL=255 && scanimage -L
sollte die Version so Aussehen
[dll] init: backend `genesys' is version 1.0.2511

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Hallo Stephan,

danke für die Anleitung. Beim Konfigurieren habe ich eine Warnmeldung bekommen:

./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-avahi BACKENDS=genesys
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option for ISO C99 w/o extensions... 
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) 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
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sane-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether g++ supports C++11 features by default... yes
checking for library containing strerror... none required
checking whether byte ordering is bigendian... no
checking for le32toh in machine/endian.h... no
checking for ntohl in arpa/inet.h... yes
checking for swap32 in machine/endian.h... no
checking for bswap_32 in byteswap.h... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in include/_stdint.h (assuming C99 compatible system)
checking for dlfcn.h... (cached) yes
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for sqrt in -lm... yes
checking for jpeg_start_decompress in -ljpeg... yes
checking jconfig.h usability... yes
checking jconfig.h presence... yes
checking for jconfig.h... yes
checking for jpeglib - version >= 61 (6a)... yes
checking for TIFFFdOpen in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for png_init_io in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking ieee1284.h usability... no
checking ieee1284.h presence... no
checking for ieee1284.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pthread_create... yes
checking for pthread_kill... yes
checking for pthread_join... yes
checking for pthread_detach... yes
checking for pthread_cancel... yes
checking for pthread_testcancel... yes
checking whether pthread_t is integer... yes
checking whether to enable pthread support... yes
checking whether to use pthread instead of fork... yes
configure: WARNING: Group uucp does not exist on this system.
configure: WARNING: Locking feature will be disabled.
checking whether to enable device locking... no
checking for pkg-config... pkg-config
checking for LIBV4L... no
checking for AVAHI... no
checking for sane_init in -lsane... yes
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for snmp_timeout in -lnetsnmp... yes
checking for proper SNMP version... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking sys/dsreq.h usability... no
checking sys/dsreq.h presence... no
checking for sys/dsreq.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/scanio.h usability... no
checking sys/scanio.h presence... no
checking for sys/scanio.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking sys/hw.h usability... no
checking sys/hw.h presence... no
checking for sys/hw.h... no
checking for sys/types.h... (cached) yes
checking linux/ppdev.h usability... yes
checking linux/ppdev.h presence... yes
checking for linux/ppdev.h... yes
checking dev/ppbus/ppi.h usability... no
checking dev/ppbus/ppi.h presence... no
checking for dev/ppbus/ppi.h... no
checking machine/cpufunc.h usability... no
checking machine/cpufunc.h presence... no
checking for machine/cpufunc.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking be/kernel/OS.h usability... no
checking be/kernel/OS.h presence... no
checking for be/kernel/OS.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for tiffio.h... (cached) yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for asm/io.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking resmgr.h usability... no
checking resmgr.h presence... no
checking for resmgr.h... no
checking for size_t... yes
checking for pid_t... yes
checking for ssize_t... yes
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking for long long support... yes
checking for socklen_t in <sys/socket.h>... yes
checking for union semun in <sys/sem.h>... no
checking for struct flock in fcntl.h... yes
checking for Linux ioctl defines... yes
checking whether byte ordering is bigendian... (cached) no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working alloca.h... yes
checking for alloca... yes
checking for getenv... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for sigprocmask... yes
checking for sleep... yes
checking for snprintf... yes
checking for strcasestr... yes
checking for strdup... yes
checking for strndup... yes
checking for strsep... yes
checking for syslog... yes
checking for usleep... yes
checking for vsyslog... yes
checking for gethostbyaddr... yes
checking for gethostbyaddr... (cached) yes
checking for socket... yes
checking for inet_aton... yes
checking for inet_addr... yes
checking for inet_aton... (cached) yes
checking for inet_ntoa... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for atexit... yes
checking for ioperm... yes
checking for i386_set_ioperm... no
checking for mkdir... yes
checking for strftime... yes
checking for strstr... yes
checking for strtod... yes
checking for cfmakeraw... yes
checking for tcsendbreak... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for _portaccess... no
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for poll... yes
checking for setitimer... yes
checking for iopl... yes
checking for getuid... yes
checking for getpass... yes
checking for inb,outb (provided by sys/io.h)... yes
checking for getopt_long... yes
checking for SYSTEMD... no
checking for SYSTEMD... no
checking for USB... yes
checking IOKit/scsi/SCSITaskLib.h usability... no
checking IOKit/scsi/SCSITaskLib.h presence... no
checking for IOKit/scsi/SCSITaskLib.h... no
checking IOKit/cdb/IOSCSILib.h usability... no
checking IOKit/cdb/IOSCSILib.h presence... no
checking for IOKit/cdb/IOSCSILib.h... no
checking IOKit/scsi/SCSICommandOperationCodes.h usability... no
checking IOKit/scsi/SCSICommandOperationCodes.h presence... no
checking for IOKit/scsi/SCSICommandOperationCodes.h... no
checking IOKit/scsi-commands/SCSICommandOperationCodes.h usability... no
checking IOKit/scsi-commands/SCSICommandOperationCodes.h presence... no
checking for IOKit/scsi-commands/SCSICommandOperationCodes.h... no
checking scsi.h usability... no
checking scsi.h presence... no
checking for scsi.h... no
checking sys/scsi.h usability... no
checking sys/scsi.h presence... no
checking for sys/scsi.h... no
checking sys/scsicmd.h usability... no
checking sys/scsicmd.h presence... no
checking for sys/scsicmd.h... no
checking sys/scsiio.h usability... no
checking sys/scsiio.h presence... no
checking for sys/scsiio.h... no
checking bsd/dev/scsireg.h usability... no
checking bsd/dev/scsireg.h presence... no
checking for bsd/dev/scsireg.h... no
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking camlib.h usability... no
checking camlib.h presence... no
checking for camlib.h... no
checking gscdds.h usability... no
checking gscdds.h presence... no
checking for gscdds.h... no
checking sys/scsi/scsi.h usability... no
checking sys/scsi/scsi.h presence... no
checking for sys/scsi/scsi.h... no
checking sys/scsi/sgdefs.h usability... no
checking sys/scsi/sgdefs.h presence... no
checking for sys/scsi/sgdefs.h... no
checking sys/scsi/targets/scgio.h usability... no
checking sys/scsi/targets/scgio.h presence... no
checking for sys/scsi/targets/scgio.h... no
checking apollo/scsi.h usability... no
checking apollo/scsi.h presence... no
checking for apollo/scsi.h... no
checking sys/sdi_comm.h usability... no
checking sys/sdi_comm.h presence... no
checking for sys/sdi_comm.h... no
checking sys/passthrudef.h usability... no
checking sys/passthrudef.h presence... no
checking for sys/passthrudef.h... no
checking for io/cam/cam.h... no
checking for ntddscsi.h... no
checking for ddk/ntddscsi.h... no
checking for scsireq_enter in -lscsi... no
checking for cam_open_device in -lcam... no
checking for scsireq_enter... no
checking for sg_header.target_status in <scsi/sg.h>... yes
scsi buffersize: 131072
checking whether to enable IPv6... yes
checking whether struct sockaddr_storage has an ss_family member... yes
configure: Manually selected backends: genesys
*** pnm backend not manually selected - disabling
checking for makeindex... no
checking for dvips... no
checking for latex... no
checking for pdflatex... no
checking for fig2dev... no
checking for gs... /usr/bin/gs
checking for dlh... no
checking for ppmtogif... /usr/bin/ppmtogif
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating sanei/Makefile
config.status: creating frontend/Makefile
config.status: creating japi/Makefile
config.status: creating backend/Makefile
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile.in
config.status: creating testsuite/Makefile
config.status: creating testsuite/backend/Makefile
config.status: creating testsuite/backend/genesys/Makefile
config.status: creating testsuite/sanei/Makefile
config.status: creating testsuite/tools/Makefile
config.status: creating tools/Makefile
config.status: creating doc/doxygen-sanei.conf
config.status: creating doc/doxygen-genesys.conf
config.status: creating tools/sane-config
config.status: creating tools/sane-backends.pc
config.status: creating include/sane/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing include/_stdint.h commands
config.status: creating include/_stdint.h : _SANE_BACKENDS_INCLUDE__STDINT_H
-> Variables used for compilation/linking:
AM_CPPFLAGS=" -D_REENTRANT -DPATH_SANE_CONFIG_DIR=$(configdir) -DPATH_SANE_DATA_DIR=$(datadir) -DPATH_SANE_LOCK_DIR=$(locksanedir) -DV_MAJOR=1 -DV_MINOR=0"
AM_CFLAGS=" -Wall"
AM_CXXFLAGS=" -Wall"
AM_LDFLAGS=""
LIBS=""
-> Installation directories:
Configuration: /etc
Libraries:     /usr/lib/i386-linux-gnu
Binaries:      /usr/bin and /usr/sbin
Manpages:      /usr/share/man
Documentation: /usr/share/doc/sane-backends
Lockfiles:     Feature is disabled!
-> Network parameters:
Build saned:   yes
IPv6 support:  yes
Avahi support: no
SNMP support:  yes
-> The following backends will be built:
genesys 

-> The following preload backends will be built:

*** Warning: An old version of SANE was detected but the sane-config program
*** couldn't be found. If you encounter any problems with SANE remove the old
*** SANE files and reinstall this version.
****************************************************************
* Please be sure to read file PROBLEMS in this directory       *
* BEFORE running any of the SANE applications.  Some devices   *
* may be damaged by improper operation, so please do heed this *
* advice.                                                      *
****************************************************************

Wie soll ich weiter vorgehen?

Gruß

Monika

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Moin Monika,

ist zwar nur eine Warnung aber ich möchte nochmal folgendes sehen

sane-config --version
sudo updatedb && locate sane-config
dpkg -l | egrep sane

sowie das Simulierte Entfernen von

sudo apt -s purge libsane

Gruß Stephan

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Moin Stephan,

hier die Terminalausgaben:

sane-config --version
sane-config: Befehl nicht gefunden.
sudo updatedb && locate sane-config
[sudo] Passwort für monika: 
/home/monika/Downloads/sane-backends-1.0.28/doc/sane-config.man
/home/monika/Downloads/sane-backends-1.0.28/tools/sane-config
/home/monika/Downloads/sane-backends-1.0.28/tools/sane-config.in
/usr/share/man/man1/sane-config.1.gz
dpkg -l | egrep sane
ii  libcommon-sense-perl                         3.74-2build2                                 i386         module that implements some sane defaults for Perl programs
rc  libsane:i386                                 1.0.25+git20150528-1ubuntu2.16.04.1          i386         API library for scanners
ii  libsane-common                               1.0.27-1~experimental3ubuntu2.2              all          API library for scanners -- documentation and support files
ii  libsane-dev:i386                             1.0.27-1~experimental3ubuntu2.2              i386         API development library for scanners [development files]
rc  libsane-hpaio                                3.14.3-0ubuntu3.2                            i386         HP SANE backend for multi-function peripherals
ii  libsane1:i386                                1.0.27-1~experimental3ubuntu2.2              i386         API library for scanners
ii  sane                                         1.0.14-12build1                              i386         scanner graphical frontends
ii  sane-utils                                   1.0.27-1~experimental3ubuntu2.2              i386         API library for scanners -- utilities
ii  xsane                                        0.999-5ubuntu2                               i386         featureful graphical frontend for SANE (Scanner Access Now Easy)
ii  xsane-common                                 0.999-5ubuntu2                               all          xsane architecture independent files
sudo apt -s purge libsane
[sudo] Passwort für monika: 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libkcmutils4 libkde3support4 libkparts4 libkpty4 libqt4-designer libqt4-help
  libqt4-qt3support libqt4-scripttools libqt4-test libqtassistantclient4
  python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
  python-attr python-automat python-blinker python-bs4 python-cffi-backend
  python-chardet python-click python-colorama python-constantly
  python-cryptography python-cups python-debian python-defer python-dirspec
  python-enum34 python-gconf python-glade2 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-html5lib
  python-httplib2 python-hyperlink python-idna python-incremental
  python-ipaddress python-jwt python-lxml python-oauthlib python-olefile
  python-openssl python-pam python-pil python-piston-mini-client
  python-pkg-resources python-pyasn1 python-qt4 python-qt4-dbus python-serial
  python-sip python-six python-twisted-bin python-webencodings python-xapian
  python-zope.interface python3-piston-mini-client
  software-center-aptdaemon-plugins
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
  libsane*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
Purg libsane

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Ok,demnach hast du das System von 16.04 auf 18.04 Hochgezogen. Wir entfernen erst mal

sudo apt purge libsane

Danach

sudo apt-get -f install && sudo apt-get update && sudo apt-get dist-upgrade

dann Simulieren wir nochmal

sudo apt -s purge libsane1

Zeige bitte von allem die Terminal Ausgabe,sowie wieder von

dpkg -l | egrep sane

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Die aktuellen Terminalausgaben:

sudo apt purge libsane
[sudo] Passwort für monika: 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libkcmutils4 libkde3support4 libkparts4 libkpty4 libqt4-designer libqt4-help
  libqt4-qt3support libqt4-scripttools libqt4-test libqtassistantclient4
  python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
  python-attr python-automat python-blinker python-bs4 python-cffi-backend
  python-chardet python-click python-colorama python-constantly
  python-cryptography python-cups python-debian python-defer python-dirspec
  python-enum34 python-gconf python-glade2 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-html5lib
  python-httplib2 python-hyperlink python-idna python-incremental
  python-ipaddress python-jwt python-lxml python-oauthlib python-olefile
  python-openssl python-pam python-pil python-piston-mini-client
  python-pkg-resources python-pyasn1 python-qt4 python-qt4-dbus python-serial
  python-sip python-six python-twisted-bin python-webencodings python-xapian
  python-zope.interface python3-piston-mini-client
  software-center-aptdaemon-plugins
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
  libsane*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
(Lese Datenbank ... 233626 Dateien und Verzeichnisse sind derzeit installiert.)
Löschen der Konfigurationsdateien von libsane:i386 (1.0.25+git20150528-1ubuntu2.16.04.1) ...
sudo apt-get -f install && sudo apt-get update && sudo apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libkcmutils4 libkde3support4 libkparts4 libkpty4 libqt4-designer libqt4-help
  libqt4-qt3support libqt4-scripttools libqt4-test libqtassistantclient4
  python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
  python-attr python-automat python-blinker python-bs4 python-cffi-backend
  python-chardet python-click python-colorama python-constantly
  python-cryptography python-cups python-debian python-defer python-dirspec
  python-enum34 python-gconf python-glade2 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-html5lib
  python-httplib2 python-hyperlink python-idna python-incremental
  python-ipaddress python-jwt python-lxml python-oauthlib python-olefile
  python-openssl python-pam python-pil python-piston-mini-client
  python-pkg-resources python-pyasn1 python-qt4 python-qt4-dbus python-serial
  python-sip python-six python-twisted-bin python-webencodings python-xapian
  python-zope.interface python3-piston-mini-client
  software-center-aptdaemon-plugins
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
OK:1 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Holen:2 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Holen:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]  
Holen:4 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Holen:5 http://de.archive.ubuntu.com/ubuntu bionic-proposed InRelease [242 kB] 
Holen:6 http://de.archive.ubuntu.com/ubuntu bionic-updates/main Sources [291 kB]
Holen:7 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [586 kB]
Holen:8 http://de.archive.ubuntu.com/ubuntu bionic-updates/main i386 DEP-11 Metadata [285 kB]
Holen:9 http://de.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [70,9 kB]
Holen:10 http://de.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [140 kB]
Holen:11 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [979 kB]
Holen:12 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe i386 DEP-11 Metadata [253 kB]
Holen:13 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [205 kB]
Holen:14 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [454 kB]
Holen:15 http://de.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 DEP-11 Metadata [2.468 B]
Holen:16 http://de.archive.ubuntu.com/ubuntu bionic-backports/universe i386 DEP-11 Metadata [7.924 B]
Holen:17 http://de.archive.ubuntu.com/ubuntu bionic-proposed/restricted Translation-en [3.456 B]
Holen:18 http://de.archive.ubuntu.com/ubuntu bionic-proposed/main Translation-en [29,5 kB]
Holen:19 http://de.archive.ubuntu.com/ubuntu bionic-proposed/main i386 DEP-11 Metadata [40,2 kB]
Holen:20 http://de.archive.ubuntu.com/ubuntu bionic-proposed/universe i386 DEP-11 Metadata [84,8 kB]
Holen:21 http://de.archive.ubuntu.com/ubuntu bionic-proposed/universe DEP-11 48x48 Icons [90,1 kB]
Holen:22 http://de.archive.ubuntu.com/ubuntu bionic-proposed/universe DEP-11 64x64 Icons [129 kB]
Holen:23 http://security.ubuntu.com/ubuntu bionic-security/main Sources [123 kB]
Holen:24 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [373 kB]
Holen:25 http://security.ubuntu.com/ubuntu bionic-security/main i386 DEP-11 Metadata [26,5 kB]
Holen:26 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [14,6 kB]
Holen:27 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [37,8 kB]
Holen:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [591 kB]
Holen:29 http://security.ubuntu.com/ubuntu bionic-security/universe i386 DEP-11 Metadata [42,1 kB]
Holen:30 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [16,4 kB]
Holen:31 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [106 kB]
Holen:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 DEP-11 Metadata [2.464 B]
Es wurden 5.478 kB in 9 s geholt (610 kB/s).                                   
Paketlisten werden gelesen... Fertig
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libkcmutils4 libkde3support4 libkparts4 libkpty4 libqt4-designer libqt4-help
  libqt4-qt3support libqt4-scripttools libqt4-test libqtassistantclient4
  python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
  python-attr python-automat python-blinker python-bs4 python-cffi-backend
  python-chardet python-click python-colorama python-constantly
  python-cryptography python-cups python-debian python-defer python-dirspec
  python-enum34 python-gconf python-glade2 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-html5lib
  python-httplib2 python-hyperlink python-idna python-incremental
  python-ipaddress python-jwt python-lxml python-oauthlib python-olefile
  python-openssl python-pam python-pil python-piston-mini-client
  python-pkg-resources python-pyasn1 python-qt4 python-qt4-dbus python-serial
  python-sip python-six python-twisted-bin python-webencodings python-xapian
  python-zope.interface python3-piston-mini-client
  software-center-aptdaemon-plugins
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden aktualisiert (Upgrade):
  fonts-opensymbol libreoffice-avmedia-backend-gstreamer libreoffice-base
  libreoffice-base-core libreoffice-base-drivers libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome
  libreoffice-gtk3 libreoffice-help-de libreoffice-help-en-us
  libreoffice-impress libreoffice-java-common libreoffice-l10n-de
  libreoffice-math libreoffice-ogltrans libreoffice-pdfimport
  libreoffice-sdbc-hsqldb libreoffice-style-breeze libreoffice-style-galaxy
  libreoffice-style-tango libreoffice-writer python3-uno uno-libs3 ure
27 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 96,7 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
Holen:1 http://security.ubuntu.com/ubuntu bionic-security/main i386 fonts-opensymbol all 2:102.10+LibO6.0.7-0ubuntu0.18.04.10 [92,1 kB]
Holen:2 http://security.ubuntu.com/ubuntu bionic-security/main i386 ure i386 6.0.7-0ubuntu0.18.04.10 [1.574 kB]
Holen:3 http://security.ubuntu.com/ubuntu bionic-security/main i386 uno-libs3 i386 6.0.7-0ubuntu0.18.04.10 [761 kB]
Holen:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-calc i386 1:6.0.7-0ubuntu0.18.04.10 [7.467 kB]
Holen:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-impress i386 1:6.0.7-0ubuntu0.18.04.10 [962 kB]
Holen:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-draw i386 1:6.0.7-0ubuntu0.18.04.10 [2.820 kB]
Holen:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-gnome i386 1:6.0.7-0ubuntu0.18.04.10 [62,2 kB]
Holen:8 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-gtk3 i386 1:6.0.7-0ubuntu0.18.04.10 [234 kB]
Holen:9 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-writer i386 1:6.0.7-0ubuntu0.18.04.10 [8.894 kB]
Holen:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 libreoffice-sdbc-hsqldb i386 1:6.0.7-0ubuntu0.18.04.10 [117 kB]
Holen:11 http://security.ubuntu.com/ubuntu bionic-security/main i386 python3-uno i386 1:6.0.7-0ubuntu0.18.04.10 [131 kB]
Holen:12 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-style-tango all 1:6.0.7-0ubuntu0.18.04.10 [1.308 kB]
Holen:13 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-style-breeze all 1:6.0.7-0ubuntu0.18.04.10 [1.017 kB]
Holen:14 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-pdfimport all 1:6.0.7-0ubuntu0.18.04.10 [2.904 B]
Holen:15 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-java-common all 1:6.0.7-0ubuntu0.18.04.10 [1.864 kB]
Holen:16 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-common all 1:6.0.7-0ubuntu0.18.04.10 [24,7 MB]
Holen:17 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-style-galaxy all 1:6.0.7-0ubuntu0.18.04.10 [1.540 kB]
Holen:18 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-ogltrans i386 1:6.0.7-0ubuntu0.18.04.10 [76,5 kB]
Holen:19 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-math i386 1:6.0.7-0ubuntu0.18.04.10 [419 kB]
Holen:20 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-base-core i386 1:6.0.7-0ubuntu0.18.04.10 [744 kB]
Holen:21 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-avmedia-backend-gstreamer i386 1:6.0.7-0ubuntu0.18.04.10 [26,1 kB]
Holen:22 http://security.ubuntu.com/ubuntu bionic-security/universe i386 libreoffice-base i386 1:6.0.7-0ubuntu0.18.04.10 [1.811 kB]
Holen:23 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-core i386 1:6.0.7-0ubuntu0.18.04.10 [33,1 MB]
Holen:24 http://security.ubuntu.com/ubuntu bionic-security/universe i386 libreoffice-base-drivers i386 1:6.0.7-0ubuntu0.18.04.10 [522 kB]
Holen:25 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-l10n-de all 1:6.0.7-0ubuntu0.18.04.10 [601 kB]
Holen:26 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-help-de all 1:6.0.7-0ubuntu0.18.04.10 [3.403 kB]
Holen:27 http://security.ubuntu.com/ubuntu bionic-security/main i386 libreoffice-help-en-us all 1:6.0.7-0ubuntu0.18.04.10 [2.449 kB]
Es wurden 96,7 MB in 1 min 22 s geholt (1.176 kB/s).                           
(Lese Datenbank ... 233625 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../00-fonts-opensymbol_2%3a102.10+LibO6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von fonts-opensymbol (2:102.10+LibO6.0.7-0ubuntu0.18.04.10) über (2:102.10+LibO6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../01-ure_6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von ure (6.0.7-0ubuntu0.18.04.10) über (6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../02-uno-libs3_6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von uno-libs3 (6.0.7-0ubuntu0.18.04.10) über (6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../03-libreoffice-calc_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-calc (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../04-libreoffice-impress_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-impress (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../05-libreoffice-draw_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-draw (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../06-libreoffice-gnome_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-gnome (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../07-libreoffice-gtk3_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-gtk3 (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../08-libreoffice-writer_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-writer (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../09-libreoffice-sdbc-hsqldb_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-sdbc-hsqldb (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../10-python3-uno_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von python3-uno (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../11-libreoffice-style-tango_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-style-tango (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../12-libreoffice-style-breeze_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-style-breeze (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../13-libreoffice-pdfimport_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-pdfimport (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../14-libreoffice-java-common_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-java-common (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../15-libreoffice-common_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../16-libreoffice-style-galaxy_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-style-galaxy (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../17-libreoffice-ogltrans_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-ogltrans (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../18-libreoffice-math_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-math (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../19-libreoffice-base-core_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-base-core (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../20-libreoffice-avmedia-backend-gstreamer_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-avmedia-backend-gstreamer (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../21-libreoffice-base_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-base (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../22-libreoffice-core_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-core (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../23-libreoffice-base-drivers_1%3a6.0.7-0ubuntu0.18.04.10_i386.deb ...
Entpacken von libreoffice-base-drivers (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../24-libreoffice-l10n-de_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-l10n-de (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../25-libreoffice-help-de_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-help-de (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
Vorbereitung zum Entpacken von .../26-libreoffice-help-en-us_1%3a6.0.7-0ubuntu0.18.04.10_all.deb ...
Entpacken von libreoffice-help-en-us (1:6.0.7-0ubuntu0.18.04.10) über (1:6.0.7-0ubuntu0.18.04.9) ...
fonts-opensymbol (2:102.10+LibO6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
uno-libs3 (6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
ure (6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-style-galaxy (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-style-tango (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-core (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
python3-uno (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-base-drivers (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-gtk3 (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-style-breeze (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-l10n-de (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-gnome (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-pdfimport (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-draw (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-avmedia-backend-gstreamer (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-java-common (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-impress (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-math (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-base-core (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-sdbc-hsqldb (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-calc (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-ogltrans (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-writer (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-base (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-help-de (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
libreoffice-help-en-us (1:6.0.7-0ubuntu0.18.04.10) wird eingerichtet ...
Trigger für mime-support (3.60ubuntu1) werden verarbeitet ...
Trigger für desktop-file-utils (0.23-1ubuntu3.18.04.2) werden verarbeitet ...
Trigger für gnome-icon-theme (3.12.0-3) werden verarbeitet ...
Trigger für bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) werden verarbeitet ...
Rebuilding /usr/share/applications/bamf-2.index...
Trigger für libc-bin (2.27-3ubuntu1) werden verarbeitet ...
Trigger für man-db (2.8.3-2ubuntu0.1) werden verarbeitet ...
Trigger für shared-mime-info (1.9-2) werden verarbeitet ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Trigger für gnome-menus (3.13.3-11ubuntu1.1) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
Trigger für fontconfig (2.12.6-0ubuntu2) werden verarbeitet ...
sudo apt -s purge libsane1
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  acl colord-data gimp-data libcolord-gtk1 libcolorhug2 libgimp2.0
  libieee1284-3 libkcmutils4 libkde3support4 libkparts4 libkpty4
  libnss-myhostname libqt4-designer libqt4-help libqt4-qt3support
  libqt4-scripttools libqt4-test libqtassistantclient4 libsane-common
  python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
  python-attr python-automat python-blinker python-bs4 python-cffi-backend
  python-chardet python-click python-colorama python-constantly
  python-cryptography python-cups python-debian python-defer python-dirspec
  python-enum34 python-gconf python-glade2 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-html5lib
  python-httplib2 python-hyperlink python-idna python-incremental
  python-ipaddress python-jwt python-lxml python-oauthlib python-olefile
  python-openssl python-pam python-pil python-piston-mini-client
  python-pkg-resources python-pyasn1 python-qt4 python-qt4-dbus python-serial
  python-sip python-six python-twisted-bin python-webencodings python-xapian
  python-zope.interface python3-piston-mini-client
  software-center-aptdaemon-plugins xsane-common
Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
  colord* gnome-control-center* libsane-dev* libsane1* sane* sane-utils*
  simple-scan* ubuntu-desktop* xsane*
0 aktualisiert, 0 neu installiert, 9 zu entfernen und 0 nicht aktualisiert.
Purg ubuntu-desktop [1.417.3]
Purg gnome-control-center [1:3.28.2-0ubuntu0.18.04.5]
Purg colord [1.3.3-2build1]
Purg libsane-dev [1.0.27-1~experimental3ubuntu2.2]
Purg sane-utils [1.0.27-1~experimental3ubuntu2.2]
Purg xsane [0.999-5ubuntu2]
Purg libsane1 [1.0.27-1~experimental3ubuntu2.2] [simple-scan:i386 sane:i386 ]
Purg sane [1.0.14-12build1] [simple-scan:i386 ]
Purg simple-scan [3.28.0-0ubuntu1]
dpkg -l | egrep sane
ii  libcommon-sense-perl                         3.74-2build2                                 i386         module that implements some sane defaults for Perl programs
ii  libsane-common                               1.0.27-1~experimental3ubuntu2.2              all          API library for scanners -- documentation and support files
ii  libsane-dev:i386                             1.0.27-1~experimental3ubuntu2.2              i386         API development library for scanners [development files]
rc  libsane-hpaio                                3.14.3-0ubuntu3.2                            i386         HP SANE backend for multi-function peripherals
ii  libsane1:i386                                1.0.27-1~experimental3ubuntu2.2              i386         API library for scanners
ii  sane                                         1.0.14-12build1                              i386         scanner graphical frontends
ii  sane-utils                                   1.0.27-1~experimental3ubuntu2.2              i386         API library for scanners -- utilities
ii  xsane                                        0.999-5ubuntu2                               i386         featureful graphical frontend for SANE (Scanner Access Now Easy)
ii  xsane-common                                 0.999-5ubuntu2                               all          xsane architecture independent files

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Bis auf eines

Purg ubuntu-desktop [1.417.3]

sieht alles so aus wie erwartet. Mal wieder probieren

cd ~/Downloads/sane-backends-1.0.28 
./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var BACKENDS=genesys

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Ich habe gemäß deiner Anleitung weitergemacht, dann den Rechner mit eingeschaltetem Scanner neu gestartet. SimpleScan findet ihn weiterhin nicht. Synaptic zeigt immer noch die 1.0.27 als installierte Version an. Die letzten Terminalausgaben sehen so aus:

make && sudo make install
Making all in include
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird betreten
make[1]: Für das Ziel „all“ ist nichts zu tun.
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird verlassen
Making all in lib
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird betreten
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -I../include  -Wall -g -O2 -MT liblib_la-md5.lo -MD -MP -MF .deps/liblib_la-md5.Tpo -c -o liblib_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -I../include -Wall -g -O2 -MT liblib_la-md5.lo -MD -MP -MF .deps/liblib_la-md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/liblib_la-md5.o
mv -f .deps/liblib_la-md5.Tpo .deps/liblib_la-md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o liblib.la  liblib_la-md5.lo   
libtool: link: ar cru .libs/liblib.a .libs/liblib_la-md5.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/liblib.a
libtool: link: ( cd ".libs" && rm -f "liblib.la" && ln -s "../liblib.la" "liblib.la" )
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird verlassen
Making all in sanei
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird betreten
depbase=`echo sanei_ab306.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_ab306.lo -MD -MP -MF $depbase.Tpo -c -o sanei_ab306.lo sanei_ab306.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_ab306.lo -MD -MP -MF .deps/sanei_ab306.Tpo -c sanei_ab306.c  -fPIC -DPIC -o .libs/sanei_ab306.o
depbase=`echo sanei_constrain_value.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_constrain_value.lo -MD -MP -MF $depbase.Tpo -c -o sanei_constrain_value.lo sanei_constrain_value.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_constrain_value.lo -MD -MP -MF .deps/sanei_constrain_value.Tpo -c sanei_constrain_value.c  -fPIC -DPIC -o .libs/sanei_constrain_value.o
depbase=`echo sanei_init_debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_init_debug.lo -MD -MP -MF $depbase.Tpo -c -o sanei_init_debug.lo sanei_init_debug.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_init_debug.lo -MD -MP -MF .deps/sanei_init_debug.Tpo -c sanei_init_debug.c  -fPIC -DPIC -o .libs/sanei_init_debug.o
depbase=`echo sanei_net.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_net.lo -MD -MP -MF $depbase.Tpo -c -o sanei_net.lo sanei_net.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_net.lo -MD -MP -MF .deps/sanei_net.Tpo -c sanei_net.c  -fPIC -DPIC -o .libs/sanei_net.o
depbase=`echo sanei_wire.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_wire.lo -MD -MP -MF $depbase.Tpo -c -o sanei_wire.lo sanei_wire.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_wire.lo -MD -MP -MF .deps/sanei_wire.Tpo -c sanei_wire.c  -fPIC -DPIC -o .libs/sanei_wire.o
depbase=`echo sanei_codec_ascii.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_codec_ascii.lo -MD -MP -MF $depbase.Tpo -c -o sanei_codec_ascii.lo sanei_codec_ascii.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_codec_ascii.lo -MD -MP -MF .deps/sanei_codec_ascii.Tpo -c sanei_codec_ascii.c  -fPIC -DPIC -o .libs/sanei_codec_ascii.o
depbase=`echo sanei_codec_bin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_codec_bin.lo -MD -MP -MF $depbase.Tpo -c -o sanei_codec_bin.lo sanei_codec_bin.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_codec_bin.lo -MD -MP -MF .deps/sanei_codec_bin.Tpo -c sanei_codec_bin.c  -fPIC -DPIC -o .libs/sanei_codec_bin.o
depbase=`echo sanei_scsi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_scsi.lo -MD -MP -MF $depbase.Tpo -c -o sanei_scsi.lo sanei_scsi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_scsi.lo -MD -MP -MF .deps/sanei_scsi.Tpo -c sanei_scsi.c  -fPIC -DPIC -o .libs/sanei_scsi.o
In file included from sanei_scsi.c:240:0:
sanei_scsi.c: In function ‘issue’:
sanei_scsi.c:1948:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
         system ("cat /proc/scsi/sg/debug 1>&2");)
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/sane/sanei_debug.h:153:25: note: in definition of macro ‘IF_DBG’
 # define IF_DBG(x)      x
                         ^
sanei_scsi.c: In function ‘sanei_scsi_req_wait’:
sanei_scsi.c:2262:7: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
       system ("cat /proc/scsi/sg/debug 1>&2");)
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/sane/sanei_debug.h:153:25: note: in definition of macro ‘IF_DBG’
 # define IF_DBG(x)      x
                         ^
sanei_scsi.c: In function ‘sanei_proc_scsi_find_devices’:
sanei_scsi.c:2820:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
  fgets (line, sizeof (line), proc_fp);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
depbase=`echo sanei_config.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_config.lo -MD -MP -MF $depbase.Tpo -c -o sanei_config.lo sanei_config.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_config.lo -MD -MP -MF .deps/sanei_config.Tpo -c sanei_config.c  -fPIC -DPIC -o .libs/sanei_config.o
depbase=`echo sanei_config2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_config2.lo -MD -MP -MF $depbase.Tpo -c -o sanei_config2.lo sanei_config2.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_config2.lo -MD -MP -MF .deps/sanei_config2.Tpo -c sanei_config2.c  -fPIC -DPIC -o .libs/sanei_config2.o
depbase=`echo sanei_pio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_pio.lo -MD -MP -MF $depbase.Tpo -c -o sanei_pio.lo sanei_pio.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_pio.lo -MD -MP -MF .deps/sanei_pio.Tpo -c sanei_pio.c  -fPIC -DPIC -o .libs/sanei_pio.o
depbase=`echo sanei_pa4s2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_pa4s2.lo -MD -MP -MF $depbase.Tpo -c -o sanei_pa4s2.lo sanei_pa4s2.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_pa4s2.lo -MD -MP -MF .deps/sanei_pa4s2.Tpo -c sanei_pa4s2.c  -fPIC -DPIC -o .libs/sanei_pa4s2.o
depbase=`echo sanei_auth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_auth.lo -MD -MP -MF $depbase.Tpo -c -o sanei_auth.lo sanei_auth.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_auth.lo -MD -MP -MF .deps/sanei_auth.Tpo -c sanei_auth.c  -fPIC -DPIC -o .libs/sanei_auth.o
sanei_auth.c: In function ‘randombits’:
sanei_auth.c:95:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
   fread (buffer, 1, 4, dev_urandom);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
depbase=`echo sanei_usb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_usb.lo -MD -MP -MF $depbase.Tpo -c -o sanei_usb.lo sanei_usb.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_usb.lo -MD -MP -MF .deps/sanei_usb.Tpo -c sanei_usb.c  -fPIC -DPIC -o .libs/sanei_usb.o
depbase=`echo sanei_thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_thread.lo -MD -MP -MF $depbase.Tpo -c -o sanei_thread.lo sanei_thread.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_thread.lo -MD -MP -MF .deps/sanei_thread.Tpo -c sanei_thread.c  -fPIC -DPIC -o .libs/sanei_thread.o
depbase=`echo sanei_pv8630.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_pv8630.lo -MD -MP -MF $depbase.Tpo -c -o sanei_pv8630.lo sanei_pv8630.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_pv8630.lo -MD -MP -MF .deps/sanei_pv8630.Tpo -c sanei_pv8630.c  -fPIC -DPIC -o .libs/sanei_pv8630.o
depbase=`echo sanei_pp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_pp.lo -MD -MP -MF $depbase.Tpo -c -o sanei_pp.lo sanei_pp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_pp.lo -MD -MP -MF .deps/sanei_pp.Tpo -c sanei_pp.c  -fPIC -DPIC -o .libs/sanei_pp.o
sanei_pp.c:129:10: note: #pragma message: No I/O support for this architecture!
 # pragma message "No I/O support for this architecture!"
          ^~~~~~~
depbase=`echo sanei_lm983x.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_lm983x.lo -MD -MP -MF $depbase.Tpo -c -o sanei_lm983x.lo sanei_lm983x.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_lm983x.lo -MD -MP -MF .deps/sanei_lm983x.Tpo -c sanei_lm983x.c  -fPIC -DPIC -o .libs/sanei_lm983x.o
depbase=`echo sanei_access.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_access.lo -MD -MP -MF $depbase.Tpo -c -o sanei_access.lo sanei_access.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_access.lo -MD -MP -MF .deps/sanei_access.Tpo -c sanei_access.c  -fPIC -DPIC -o .libs/sanei_access.o
depbase=`echo sanei_tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_tcp.lo -MD -MP -MF $depbase.Tpo -c -o sanei_tcp.lo sanei_tcp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_tcp.lo -MD -MP -MF .deps/sanei_tcp.Tpo -c sanei_tcp.c  -fPIC -DPIC -o .libs/sanei_tcp.o
depbase=`echo sanei_udp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_udp.lo -MD -MP -MF $depbase.Tpo -c -o sanei_udp.lo sanei_udp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_udp.lo -MD -MP -MF .deps/sanei_udp.Tpo -c sanei_udp.c  -fPIC -DPIC -o .libs/sanei_udp.o
depbase=`echo sanei_magic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_magic.lo -MD -MP -MF $depbase.Tpo -c -o sanei_magic.lo sanei_magic.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_magic.lo -MD -MP -MF .deps/sanei_magic.Tpo -c sanei_magic.c  -fPIC -DPIC -o .libs/sanei_magic.o
depbase=`echo sanei_ir.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_ir.lo -MD -MP -MF $depbase.Tpo -c -o sanei_ir.lo sanei_ir.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_ir.lo -MD -MP -MF .deps/sanei_ir.Tpo -c sanei_ir.c  -fPIC -DPIC -o .libs/sanei_ir.o
sanei_ir.c: In function ‘sanei_ir_create_norm_histo’:
sanei_ir.c:95:65: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘unsigned int’ [-Wformat=]
   DBG (1, "sanei_ir_create_norm_histo: histo_data[] with %d x %ld bytes\n", HISTOGRAM_SIZE, sizeof(int));
                                                               ~~^
                                                               %d
depbase=`echo sanei_jpeg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sanei_jpeg.lo -MD -MP -MF $depbase.Tpo -c -o sanei_jpeg.lo sanei_jpeg.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT sanei_jpeg.lo -MD -MP -MF .deps/sanei_jpeg.Tpo -c sanei_jpeg.c  -fPIC -DPIC -o .libs/sanei_jpeg.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o libsanei.la  sanei_ab306.lo sanei_constrain_value.lo sanei_init_debug.lo sanei_net.lo sanei_wire.lo sanei_codec_ascii.lo sanei_codec_bin.lo sanei_scsi.lo sanei_config.lo sanei_config2.lo sanei_pio.lo sanei_pa4s2.lo sanei_auth.lo sanei_usb.lo sanei_thread.lo sanei_pv8630.lo sanei_pp.lo sanei_lm983x.lo sanei_access.lo sanei_tcp.lo sanei_udp.lo sanei_magic.lo sanei_ir.lo sanei_jpeg.lo  
libtool: link: ar cru .libs/libsanei.a .libs/sanei_ab306.o .libs/sanei_constrain_value.o .libs/sanei_init_debug.o .libs/sanei_net.o .libs/sanei_wire.o .libs/sanei_codec_ascii.o .libs/sanei_codec_bin.o .libs/sanei_scsi.o .libs/sanei_config.o .libs/sanei_config2.o .libs/sanei_pio.o .libs/sanei_pa4s2.o .libs/sanei_auth.o .libs/sanei_usb.o .libs/sanei_thread.o .libs/sanei_pv8630.o .libs/sanei_pp.o .libs/sanei_lm983x.o .libs/sanei_access.o .libs/sanei_tcp.o .libs/sanei_udp.o .libs/sanei_magic.o .libs/sanei_ir.o .libs/sanei_jpeg.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsanei.a
libtool: link: ( cd ".libs" && rm -f "libsanei.la" && ln -s "../libsanei.la" "libsanei.la" )
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird verlassen
Making all in backend
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
rm -f dll-preload.h
list=""; for be in $list; do \
  echo "PRELOAD_DECL($be)" >> dll-preload.h; \
done; \
echo "static struct backend preloaded_backends[] = {" >> dll-preload.h; \
sep=""; \
list=""; \
if test -z "${list}"; then \
  echo { 0, 0, 0, 0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }} >> dll-preload.h; \
else \
  for be in $list; do \
    echo "${sep}PRELOAD_DEFN($be)" >> dll-preload.h; \
    sep=","; \
  done; \
fi; \
echo "};" >> dll-preload.h
Generating abaton.conf from abaton.conf.in
Generating agfafocus.conf from agfafocus.conf.in
Generating apple.conf from apple.conf.in
Generating artec.conf from artec.conf.in
Generating artec_eplus48u.conf from artec_eplus48u.conf.in
Generating avision.conf from avision.conf.in
Generating bh.conf from bh.conf.in
Generating canon630u.conf from canon630u.conf.in
Generating canon.conf from canon.conf.in
Generating canon_dr.conf from canon_dr.conf.in
Generating canon_pp.conf from canon_pp.conf.in
Generating cardscan.conf from cardscan.conf.in
Generating coolscan2.conf from coolscan2.conf.in
Generating coolscan3.conf from coolscan3.conf.in
Generating coolscan.conf from coolscan.conf.in
Generating dc210.conf from dc210.conf.in
Generating dc240.conf from dc240.conf.in
Generating dc25.conf from dc25.conf.in
Generating dell1600n_net.conf from dell1600n_net.conf.in
Generating dmc.conf from dmc.conf.in
Generating epjitsu.conf from epjitsu.conf.in
Generating epson2.conf from epson2.conf.in
Generating epson.conf from epson.conf.in
Generating epsonds.conf from epsonds.conf.in
Generating fujitsu.conf from fujitsu.conf.in
Generating genesys.conf from genesys.conf.in
Generating gphoto2.conf from gphoto2.conf.in
Generating gt68xx.conf from gt68xx.conf.in
Generating hp3900.conf from hp3900.conf.in
Generating hp4200.conf from hp4200.conf.in
Generating hp5400.conf from hp5400.conf.in
Generating hp.conf from hp.conf.in
Generating hpsj5s.conf from hpsj5s.conf.in
Generating hs2p.conf from hs2p.conf.in
Generating ibm.conf from ibm.conf.in
Generating kodak.conf from kodak.conf.in
Generating kodakaio.conf from kodakaio.conf.in
Generating kvs1025.conf from kvs1025.conf.in
Generating leo.conf from leo.conf.in
Generating lexmark.conf from lexmark.conf.in
Generating ma1509.conf from ma1509.conf.in
Generating magicolor.conf from magicolor.conf.in
Generating matsushita.conf from matsushita.conf.in
Generating microtek2.conf from microtek2.conf.in
Generating microtek.conf from microtek.conf.in
Generating mustek.conf from mustek.conf.in
Generating mustek_pp.conf from mustek_pp.conf.in
Generating mustek_usb.conf from mustek_usb.conf.in
Generating nec.conf from nec.conf.in
Generating net.conf from net.conf.in
Generating p5.conf from p5.conf.in
Generating pie.conf from pie.conf.in
Generating pieusb.conf from pieusb.conf.in
Generating pixma.conf from pixma.conf.in
Generating plustek.conf from plustek.conf.in
Generating plustek_pp.conf from plustek_pp.conf.in
Generating qcam.conf from qcam.conf.in
Generating ricoh.conf from ricoh.conf.in
Generating rts8891.conf from rts8891.conf.in
Generating s9036.conf from s9036.conf.in
Generating sceptre.conf from sceptre.conf.in
Generating sharp.conf from sharp.conf.in
Generating sm3840.conf from sm3840.conf.in
Generating snapscan.conf from snapscan.conf.in
Generating sp15c.conf from sp15c.conf.in
Generating st400.conf from st400.conf.in
Generating stv680.conf from stv680.conf.in
Generating tamarack.conf from tamarack.conf.in
Generating teco1.conf from teco1.conf.in
Generating teco2.conf from teco2.conf.in
Generating teco3.conf from teco3.conf.in
Generating test.conf from test.conf.in
Generating u12.conf from u12.conf.in
Generating umax1220u.conf from umax1220u.conf.in
Generating umax.conf from umax.conf.in
Generating umax_pp.conf from umax_pp.conf.in
Generating v4l.conf from v4l.conf.in
Generating xerox_mfp.conf from xerox_mfp.conf.in
Generating dll.conf from dll.conf.in
Generating saned.conf from saned.conf.in
make  all-am
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
rm -f dll-s.c
ln -s ./stubs.c dll-s.c
/bin/bash ../libtool --silent  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=dll  -Wall -g -O2 -MT libsane_la-dll-s.lo -MD -MP -MF .deps/libsane_la-dll-s.Tpo -c -o libsane_la-dll-s.lo `test -f 'dll-s.c' || echo './'`dll-s.c
mv -f .deps/libsane_la-dll-s.Tpo .deps/libsane_la-dll-s.Plo
/bin/bash ../libtool --silent  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=dll -DENABLE_PRELOAD  -Wall -g -O2 -MT libdll_preload_la-dll.lo -MD -MP -MF .deps/libdll_preload_la-dll.Tpo -c -o libdll_preload_la-dll.lo `test -f 'dll.c' || echo './'`dll.c
mv -f .deps/libdll_preload_la-dll.Tpo .deps/libdll_preload_la-dll.Plo
/bin/bash ../libtool --silent  --tag=CC   --mode=link gcc -Wall -g -O2 -Wl,-z,defs  -o libdll_preload.la  libdll_preload_la-dll.lo  
ar: `u' modifier ignored since `D' is the default (see `U')
depbase=`echo sane_strstatus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --silent  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\""  -Wall -g -O2 -MT sane_strstatus.lo -MD -MP -MF $depbase.Tpo -c -o sane_strstatus.lo sane_strstatus.c &&\
mv -f $depbase.Tpo $depbase.Plo
/bin/bash ../libtool --silent  --tag=CC   --mode=link gcc -Wall -g -O2 -Wl,-z,defs -rpath '/usr/lib/i386-linux-gnu' -version-number 1:0:28  -o libsane.la -rpath /usr/lib/i386-linux-gnu libsane_la-dll-s.lo ../lib/liblib.la  libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo  -ldl 
rm -f genesys-s.cc
ln -s ./stubs.c genesys-s.cc
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libsane_genesys_la-genesys-s.lo -MD -MP -MF .deps/libsane_genesys_la-genesys-s.Tpo -c -o libsane_genesys_la-genesys-s.lo `test -f 'genesys-s.cc' || echo './'`genesys-s.cc
mv -f .deps/libsane_genesys_la-genesys-s.Tpo .deps/libsane_genesys_la-genesys-s.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys.lo -MD -MP -MF .deps/libgenesys_la-genesys.Tpo -c -o libgenesys_la-genesys.lo `test -f 'genesys.cc' || echo './'`genesys.cc
mv -f .deps/libgenesys_la-genesys.Tpo .deps/libgenesys_la-genesys.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_sanei.lo -MD -MP -MF .deps/libgenesys_la-genesys_sanei.Tpo -c -o libgenesys_la-genesys_sanei.lo `test -f 'genesys_sanei.cc' || echo './'`genesys_sanei.cc
mv -f .deps/libgenesys_la-genesys_sanei.Tpo .deps/libgenesys_la-genesys_sanei.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_error.lo -MD -MP -MF .deps/libgenesys_la-genesys_error.Tpo -c -o libgenesys_la-genesys_error.lo `test -f 'genesys_error.cc' || echo './'`genesys_error.cc
mv -f .deps/libgenesys_la-genesys_error.Tpo .deps/libgenesys_la-genesys_error.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl646.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl646.Tpo -c -o libgenesys_la-genesys_gl646.lo `test -f 'genesys_gl646.cc' || echo './'`genesys_gl646.cc
mv -f .deps/libgenesys_la-genesys_gl646.Tpo .deps/libgenesys_la-genesys_gl646.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl841.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl841.Tpo -c -o libgenesys_la-genesys_gl841.lo `test -f 'genesys_gl841.cc' || echo './'`genesys_gl841.cc
mv -f .deps/libgenesys_la-genesys_gl841.Tpo .deps/libgenesys_la-genesys_gl841.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl843.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl843.Tpo -c -o libgenesys_la-genesys_gl843.lo `test -f 'genesys_gl843.cc' || echo './'`genesys_gl843.cc
mv -f .deps/libgenesys_la-genesys_gl843.Tpo .deps/libgenesys_la-genesys_gl843.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl846.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl846.Tpo -c -o libgenesys_la-genesys_gl846.lo `test -f 'genesys_gl846.cc' || echo './'`genesys_gl846.cc
mv -f .deps/libgenesys_la-genesys_gl846.Tpo .deps/libgenesys_la-genesys_gl846.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl847.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl847.Tpo -c -o libgenesys_la-genesys_gl847.lo `test -f 'genesys_gl847.cc' || echo './'`genesys_gl847.cc
mv -f .deps/libgenesys_la-genesys_gl847.Tpo .deps/libgenesys_la-genesys_gl847.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_gl124.lo -MD -MP -MF .deps/libgenesys_la-genesys_gl124.Tpo -c -o libgenesys_la-genesys_gl124.lo `test -f 'genesys_gl124.cc' || echo './'`genesys_gl124.cc
mv -f .deps/libgenesys_la-genesys_gl124.Tpo .deps/libgenesys_la-genesys_gl124.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=genesys  -Wall -g -O2 -MT libgenesys_la-genesys_low.lo -MD -MP -MF .deps/libgenesys_la-genesys_low.Tpo -c -o libgenesys_la-genesys_low.lo `test -f 'genesys_low.cc' || echo './'`genesys_low.cc
mv -f .deps/libgenesys_la-genesys_low.Tpo .deps/libgenesys_la-genesys_low.Plo
/bin/bash ../libtool --silent  --tag=CXX   --mode=link g++ -Wall -g -O2 -Wl,-z,defs  -o libgenesys.la  libgenesys_la-genesys.lo libgenesys_la-genesys_sanei.lo libgenesys_la-genesys_error.lo libgenesys_la-genesys_gl646.lo libgenesys_la-genesys_gl841.lo libgenesys_la-genesys_gl843.lo libgenesys_la-genesys_gl846.lo libgenesys_la-genesys_gl847.lo libgenesys_la-genesys_gl124.lo libgenesys_la-genesys_low.lo  
ar: `u' modifier ignored since `D' is the default (see `U')
/bin/bash ../libtool --silent  --tag=CXX   --mode=link g++ -Wall -g -O2 -Wl,-z,defs -rpath '/usr/lib/i386-linux-gnu/sane' -version-number 1:0:28 -module  -o libsane-genesys.la  libsane_genesys_la-genesys-s.lo ../lib/liblib.la libgenesys.la  ../sanei/sanei_magic.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo sane_strstatus.lo ../sanei/sanei_usb.lo -lm -lusb-1.0  
/bin/bash ../libtool --silent  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=dll  -Wall -g -O2 -MT libsane_dll_la-dll-s.lo -MD -MP -MF .deps/libsane_dll_la-dll-s.Tpo -c -o libsane_dll_la-dll-s.lo `test -f 'dll-s.c' || echo './'`dll-s.c
mv -f .deps/libsane_dll_la-dll-s.Tpo .deps/libsane_dll_la-dll-s.Plo
/bin/bash ../libtool --silent  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -DLIBDIR="\"/usr/lib/i386-linux-gnu/sane\"" -DBACKEND_NAME=dll  -Wall -g -O2 -MT libdll_la-dll.lo -MD -MP -MF .deps/libdll_la-dll.Tpo -c -o libdll_la-dll.lo `test -f 'dll.c' || echo './'`dll.c
mv -f .deps/libdll_la-dll.Tpo .deps/libdll_la-dll.Plo
/bin/bash ../libtool --silent  --tag=CC   --mode=link gcc -Wall -g -O2 -Wl,-z,defs  -o libdll.la  libdll_la-dll.lo  
ar: `u' modifier ignored since `D' is the default (see `U')
/bin/bash ../libtool --silent  --tag=CC   --mode=link gcc -Wall -g -O2 -Wl,-z,defs -rpath '/usr/lib/i386-linux-gnu/sane' -version-number 1:0:28 -module  -o libsane-dll.la -rpath /usr/lib/i386-linux-gnu/sane libsane_dll_la-dll-s.lo ../lib/liblib.la libdll.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo sane_strstatus.lo -ldl 
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
Making all in frontend
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird betreten
depbase=`echo scanimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include  -Wall -g -O2 -MT scanimage.o -MD -MP -MF $depbase.Tpo -c -o scanimage.o scanimage.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sicc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include  -Wall -g -O2 -MT sicc.o -MD -MP -MF $depbase.Tpo -c -o sicc.o sicc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stiff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include  -Wall -g -O2 -MT stiff.o -MD -MP -MF $depbase.Tpo -c -o stiff.o stiff.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o scanimage scanimage.o sicc.o stiff.o ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la -lpng -ljpeg 
libtool: link: gcc -Wall -g -O2 -o .libs/scanimage scanimage.o sicc.o stiff.o  ../backend/.libs/libsane.so ../sanei/.libs/libsanei.a ../lib/.libs/liblib.a -lpng -ljpeg
depbase=`echo saned.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include  -Wall -g -O2 -MT saned.o -MD -MP -MF $depbase.Tpo -c -o saned.o saned.c &&\
mv -f $depbase.Tpo $depbase.Po
saned.c: In function ‘run_standalone’:
saned.c:3204:7: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
       chdir ("/");
       ^~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o saned saned.o ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la    
libtool: link: gcc -Wall -g -O2 -o .libs/saned saned.o  ../backend/.libs/libsane.so ../sanei/.libs/libsanei.a ../lib/.libs/liblib.a
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird verlassen
Making all in tools
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird betreten
for subdir in hal hotplug hotplug-ng udev; do \
  /bin/mkdir -p $subdir || exit 1; \
  done
make  all-am
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird betreten
depbase=`echo sane-find-scanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sane-find-scanner.o -MD -MP -MF $depbase.Tpo -c -o sane-find-scanner.o sane-find-scanner.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo check-usb-chip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT check-usb-chip.o -MD -MP -MF $depbase.Tpo -c -o check-usb-chip.o check-usb-chip.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o sane-find-scanner sane-find-scanner.o check-usb-chip.o ../sanei/libsanei.la ../lib/liblib.la -lusb-1.0   ../backend/sane_strstatus.lo 
libtool: link: gcc -Wall -g -O2 -o sane-find-scanner sane-find-scanner.o check-usb-chip.o ../backend/.libs/sane_strstatus.o  ../sanei/.libs/libsanei.a ../lib/.libs/liblib.a -lusb-1.0
depbase=`echo gamma4scanimage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT gamma4scanimage.o -MD -MP -MF $depbase.Tpo -c -o gamma4scanimage.o gamma4scanimage.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o gamma4scanimage gamma4scanimage.o -lm 
libtool: link: gcc -Wall -g -O2 -o gamma4scanimage gamma4scanimage.o  -lm
depbase=`echo sane-desc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT sane-desc.o -MD -MP -MF $depbase.Tpo -c -o sane-desc.o sane-desc.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o sane-desc sane-desc.o ../sanei/libsanei.la ../lib/liblib.la 
libtool: link: gcc -Wall -g -O2 -o sane-desc sane-desc.o  ../sanei/.libs/libsanei.a ../lib/.libs/liblib.a
depbase=`echo umax_pp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT umax_pp.o -MD -MP -MF $depbase.Tpo -c -o umax_pp.o umax_pp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo ../backend/umax_pp_low.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane  -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d 	  -DPATH_SANE_DATA_DIR=/usr/share 	  -DPATH_SANE_LOCK_DIR=/var/lock/sane 	  -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0  -Wall -g -O2 -MT ../backend/umax_pp_low.lo -MD -MP -MF $depbase.Tpo -c -o ../backend/umax_pp_low.lo ../backend/umax_pp_low.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/share -DPATH_SANE_LOCK_DIR=/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -I/usr/include/libusb-1.0 -Wall -g -O2 -MT ../backend/umax_pp_low.lo -MD -MP -MF ../backend/.deps/umax_pp_low.Tpo -c ../backend/umax_pp_low.c  -fPIC -DPIC -o ../backend/.libs/umax_pp_low.o
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -g -O2   -o umax_pp umax_pp.o ../sanei/libsanei.la ../lib/liblib.la -lm ../backend/umax_pp_low.lo 
libtool: link: gcc -Wall -g -O2 -o umax_pp umax_pp.o ../backend/.libs/umax_pp_low.o  ../sanei/.libs/libsanei.a ../lib/.libs/liblib.a -lm
epson2.desc: Warning: Backend `epson2': 13 devices without :interface
epson2.desc: Warning: Backend `epson2': 7 USB devices without :usbid
pieusb.desc: Warning: Backend `pieusb': 1 USB devices without :usbid
umax.desc: Warning: Backend `umax': 1 USB devices without :usbid
unsupported.desc: Warning: Backend `unsupported': 32 USB devices without :usbid
canon_dr.desc: Warning: Backend `canon_dr': 8 USB devices without :usbid
snapscan.desc: Warning: Backend `SnapScan': 1 USB devices without :usbid
samsung.desc: Warning: Backend `samsung': 6 USB devices without :usbid
utsushi.desc: Warning: Backend `utsushi': 10 USB devices without :usbid
panamfs.desc: Warning: Backend `panamfs': 7 devices without :interface
epkowa.desc: Warning: Backend `epkowa': 13 devices without :interface
epkowa.desc: Warning: Backend `epkowa': 8 USB devices without :usbid
viceo.desc: Warning: Backend `viceo': 1 USB devices without :usbid
hpaio.desc: Warning: Backend `hpaio': 743 devices without :interface
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird verlassen
Making all in doc
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird betreten
Generating manpage scanimage.1...
Generating manpage sane-config.1...
Generating manpage sane-find-scanner.1...
Generating manpage gamma4scanimage.1...
Generating manpage sane.7...
Generating manpage saned.8...
Generating manpage sane-abaton.5...
Generating manpage sane-agfafocus.5...
Generating manpage sane-apple.5...
Generating manpage sane-as6e.5...
Generating manpage sane-dll.5...
Generating manpage sane-dc25.5...
Generating manpage sane-dmc.5...
Generating manpage sane-epson.5...
Generating manpage sane-epson2.5...
Generating manpage sane-epsonds.5...
Generating manpage sane-hp.5...
Generating manpage sane-gphoto2.5...
Generating manpage sane-leo.5...
Generating manpage sane-lexmark.5...
Generating manpage sane-matsushita.5...
Generating manpage sane-microtek.5...
Generating manpage sane-microtek2.5...
Generating manpage sane-mustek.5...
Generating manpage sane-nec.5...
Generating manpage sane-net.5...
Generating manpage sane-pie.5...
Generating manpage sane-pieusb.5...
Generating manpage sane-pint.5...
Generating manpage sane-pnm.5...
Generating manpage sane-umax.5...
Generating manpage sane-qcam.5...
Generating manpage sane-scsi.5...
Generating manpage sane-artec.5...
Generating manpage sane-kodak.5...
Generating manpage sane-kodakaio.5...
Generating manpage sane-fujitsu.5...
Generating manpage sane-sharp.5...
Generating manpage sane-s9036.5...
Generating manpage sane-tamarack.5...
Generating manpage sane-ricoh.5...
Generating manpage sane-avision.5...
Generating manpage sane-plustek.5...
Generating manpage sane-st400.5...
Generating manpage sane-mustek_pp.5...
Generating manpage sane-dc210.5...
Generating manpage sane-v4l.5...
Generating manpage sane-snapscan.5...
Generating manpage sane-canon.5...
Generating manpage sane-coolscan.5...
Generating manpage sane-bh.5...
Generating manpage sane-dc240.5...
Generating manpage sane-umax_pp.5...
Generating manpage sane-umax1220u.5...
Generating manpage sane-sm3600.5...
Generating manpage sane-usb.5...
Generating manpage sane-mustek_usb.5...
Generating manpage sane-sceptre.5...
Generating manpage sane-canon_pp.5...
Generating manpage sane-canon630u.5...
Generating manpage sane-teco1.5...
Generating manpage sane-teco2.5...
Generating manpage sane-teco3.5...
Generating manpage sane-test.5...
Generating manpage sane-sp15c.5...
Generating manpage sane-coolscan2.5...
Generating manpage sane-hpsj5s.5...
Generating manpage sane-gt68xx.5...
Generating manpage sane-artec_eplus48u.5...
Generating manpage sane-ma1509.5...
Generating manpage sane-ibm.5...
Generating manpage sane-hp5400.5...
Generating manpage sane-plustek_pp.5...
Generating manpage sane-u12.5...
Generating manpage sane-niash.5...
Generating manpage sane-sm3840.5...
Generating manpage sane-genesys.5...
Generating manpage sane-hp4200.5...
Generating manpage sane-mustek_usb2.5...
Generating manpage sane-hp3500.5...
Generating manpage sane-pixma.5...
Generating manpage sane-stv680.5...
Generating manpage sane-hp5590.5...
Generating manpage sane-hpljm1005.5...
Generating manpage sane-cardscan.5...
Generating manpage sane-hp3900.5...
Generating manpage sane-epjitsu.5...
Generating manpage sane-hs2p.5...
Generating manpage sane-canon_dr.5...
Generating manpage sane-xerox_mfp.5...
Generating manpage sane-rts8891.5...
Generating manpage sane-coolscan3.5...
Generating manpage sane-kvs1025.5...
Generating manpage sane-kvs20xx.5...
Generating manpage sane-kvs40xx.5...
Generating manpage sane-p5.5...
Generating manpage sane-magicolor.5...
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird verlassen
Making all in po
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/po“ wird betreten
make[1]: Für das Ziel „all“ ist nichts zu tun.
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/po“ wird verlassen
Making all in testsuite
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird betreten
Making all in backend
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird betreten
Making all in genesys
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird betreten
make[3]: Für das Ziel „all“ ist nichts zu tun.
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird verlassen
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird betreten
make[3]: Für das Ziel „all-am“ ist nichts zu tun.
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird verlassen
Making all in sanei
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird betreten
run 'make check' to run tests
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird verlassen
Making all in tools
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird betreten
Use 'make check' to run the tests.
run 'make check' to run tests
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird betreten
make[2]: Für das Ziel „all-am“ ist nichts zu tun.
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird verlassen
Use 'make test' to run the tests.
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird betreten
make[1]: Für das Ziel „all-am“ ist nichts zu tun.
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird verlassen
[sudo] Passwort für monika: 
Making install in include
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
 /bin/mkdir -p '/usr/include'
 /bin/mkdir -p '/usr/include/sane'
 /usr/bin/install -c -m 644  sane/sane.h sane/saneopts.h '/usr/include/sane'
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/include“ wird verlassen
Making install in lib
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/lib“ wird verlassen
Making install in sanei
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/sanei“ wird verlassen
Making install in backend
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
make  install-am
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
 /bin/mkdir -p '/usr/lib/i386-linux-gnu'
 /bin/bash ../libtool --silent   --mode=install /usr/bin/install -c   libsane.la '/usr/lib/i386-linux-gnu'
 /bin/mkdir -p '/usr/lib/i386-linux-gnu/sane'
 /bin/bash ../libtool --silent   --mode=install /usr/bin/install -c   libsane-genesys.la libsane-dll.la '/usr/lib/i386-linux-gnu/sane'
make  install-data-hook
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird betreten
rm -f /usr/lib/i386-linux-gnu/sane/libsane.*
test -z "/etc/sane.d" || /bin/mkdir -p "/etc/sane.d"
test -z "/etc/sane.d/dll.d" || /bin/mkdir -p "/etc/sane.d/dll.d"
NOT overwriting genesys.conf in /etc/sane.d...
NOT overwriting saned.conf in /etc/sane.d...
NOT overwriting dll.conf in /etc/sane.d...
for dir in artec_eplus48u gt68xx snapscan epjitsu ; do \
  /bin/bash /home/monika/Downloads/sane-backends-1.0.28/install-sh -d /usr/share/sane/${dir} ; \
  done
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/backend“ wird verlassen
Making install in frontend
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird betreten
 /bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c scanimage '/usr/bin'
libtool: install: /usr/bin/install -c .libs/scanimage /usr/bin/scanimage
 /bin/mkdir -p '/usr/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c saned '/usr/sbin'
libtool: install: /usr/bin/install -c .libs/saned /usr/sbin/saned
make[2]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/frontend“ wird verlassen
Making install in tools
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird betreten
for subdir in hal hotplug hotplug-ng udev; do \
  /bin/mkdir -p $subdir || exit 1; \
  done
make  install-am
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird betreten
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird betreten
 /bin/mkdir -p '/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c sane-find-scanner gamma4scanimage '/usr/bin'
libtool: install: /usr/bin/install -c sane-find-scanner /usr/bin/sane-find-scanner
libtool: install: /usr/bin/install -c gamma4scanimage /usr/bin/gamma4scanimage
 /bin/mkdir -p '/usr/bin'
 /usr/bin/install -c sane-config '/usr/bin'
 /bin/mkdir -p '/usr/lib/i386-linux-gnu/pkgconfig'
 /usr/bin/install -c -m 644 sane-backends.pc '/usr/lib/i386-linux-gnu/pkgconfig'
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/tools“ wird verlassen
Making install in doc
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
test -z "/usr/share/man/man5" || /bin/mkdir -p "/usr/share/man/man5"
installing sane-genesys.5 in /usr/share/man/man5/sane-genesys.5...
installing sane-dll.5 in /usr/share/man/man5/sane-dll.5...
installing sane-scsi.5 in /usr/share/man/man5/sane-scsi.5...
installing sane-usb.5 in /usr/share/man/man5/sane-usb.5...
 /bin/mkdir -p '/usr/share/doc/sane-backends'
 /usr/bin/install -c -m 644 backend-writing.txt '/usr/share/doc/sane-backends'
 /bin/mkdir -p '/usr/share/doc/sane-backends'
 /usr/bin/install -c -m 644 sane-backends.html sane-backends-external.html sane-mfgs.html sane-mfgs-external.html '/usr/share/doc/sane-backends'
 /bin/mkdir -p '/usr/share/man/man1'
 /usr/bin/install -c -m 644 scanimage.1 sane-config.1 sane-find-scanner.1 gamma4scanimage.1 '/usr/share/man/man1'
 /bin/mkdir -p '/usr/share/man/man7'
 /usr/bin/install -c -m 644 sane.7 '/usr/share/man/man7'
 /bin/mkdir -p '/usr/share/man/man8'
 /usr/bin/install -c -m 644 saned.8 '/usr/share/man/man8'
 /bin/mkdir -p '/usr/share/doc/sane-backends'
 /bin/mkdir -p '/usr/share/doc/sane-backends/mustek_usb2'
 /usr/bin/install -c -m 644  mustek_usb2/mustek_usb2.CHANGES mustek_usb2/mustek_usb2.TODO '/usr/share/doc/sane-backends/mustek_usb2'
 /bin/mkdir -p '/usr/share/doc/sane-backends/plustek'
 /usr/bin/install -c -m 644  plustek/FAQ plustek/MakeModule.sh plustek/Makefile.kernel24 plustek/Makefile.kernel26 plustek/Plustek-PARPORT-TODO.txt plustek/Plustek-PARPORT.changes plustek/Plustek-PARPORT.txt plustek/Plustek-USB-TODO.txt plustek/Plustek-USB.changes plustek/Plustek-USB.txt '/usr/share/doc/sane-backends/plustek'
 /bin/mkdir -p '/usr/share/doc/sane-backends/sceptre'
 /usr/bin/install -c -m 644  sceptre/s1200.txt '/usr/share/doc/sane-backends/sceptre'
 /bin/mkdir -p '/usr/share/doc/sane-backends/niash'
 /usr/bin/install -c -m 644  niash/niash.TODO '/usr/share/doc/sane-backends/niash'
 /bin/mkdir -p '/usr/share/doc/sane-backends/teco'
 /usr/bin/install -c -m 644  teco/teco1.txt teco/teco2.txt teco/teco3.txt '/usr/share/doc/sane-backends/teco'
 /bin/mkdir -p '/usr/share/doc/sane-backends/canon'
 /usr/bin/install -c -m 644  canon/canon.changes canon/canon.install2700F.txt '/usr/share/doc/sane-backends/canon'
 /bin/mkdir -p '/usr/share/doc/sane-backends/u12'
 /usr/bin/install -c -m 644  u12/U12.changes u12/U12.todo '/usr/share/doc/sane-backends/u12'
 /bin/mkdir -p '/usr/share/doc/sane-backends/umax'
 /usr/bin/install -c -m 644  umax/negative-types.txt umax/sane-logo.jpg umax/sane-umax-advanced-options-doc.html umax/sane-umax-advanced.jpg umax/sane-umax-astra-doc.html umax/sane-umax-config-doc.html umax/sane-umax-doc.html umax/sane-umax-histogram.jpg umax/sane-umax-mirage-doc.html umax/sane-umax-not-listed-doc.html umax/sane-umax-others-doc.html umax/sane-umax-parport-doc.html umax/sane-umax-powerlook-doc.html umax/sane-umax-scanner-clones-doc.html umax/sane-umax-speed-doc.html umax/sane-umax-standard-options-doc.html umax/sane-umax-standard.jpg umax/sane-umax-text.jpg umax/sane-umax-text2.jpg umax/sane-umax-text4.jpg umax/sane-umax-uc-doc.html umax/sane-umax-vista-doc.html umax/sane-umax.jpg umax/umax.BUGS umax/umax.CHANGES umax/umax.FAQ umax/umax.TODO '/usr/share/doc/sane-backends/umax'
 /bin/mkdir -p '/usr/share/doc/sane-backends/matsushita'
 /usr/bin/install -c -m 644  matsushita/matsushita.txt '/usr/share/doc/sane-backends/matsushita'
 /bin/mkdir -p '/usr/share/doc/sane-backends/gt68xx'
 /usr/bin/install -c -m 644  gt68xx/gt68xx.CHANGES gt68xx/gt68xx.TODO '/usr/share/doc/sane-backends/gt68xx'
 /bin/mkdir -p '/usr/share/doc/sane-backends/mustek'
 /usr/bin/install -c -m 644  mustek/mustek.CHANGES '/usr/share/doc/sane-backends/mustek'
 /bin/mkdir -p '/usr/share/doc/sane-backends/mustek_usb'
 /usr/bin/install -c -m 644  mustek_usb/mustek_usb.CHANGES mustek_usb/mustek_usb.TODO '/usr/share/doc/sane-backends/mustek_usb'
 /bin/mkdir -p '/usr/share/doc/sane-backends/leo'
 /usr/bin/install -c -m 644  leo/leo.txt '/usr/share/doc/sane-backends/leo'
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/doc“ wird verlassen
Making install in po
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/po“ wird betreten
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/sane-backends.mo
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/sane-backends.mo
installing ca@valencia.gmo as /usr/share/locale/ca@valencia/LC_MESSAGES/sane-backends.mo
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/sane-backends.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/sane-backends.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/sane-backends.mo
installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/sane-backends.mo
installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/sane-backends.mo
installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/sane-backends.mo
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/sane-backends.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/sane-backends.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/sane-backends.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/sane-backends.mo
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/sane-backends.mo
installing he.gmo as /usr/share/locale/he/LC_MESSAGES/sane-backends.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/sane-backends.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/sane-backends.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/sane-backends.mo
installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/sane-backends.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/sane-backends.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/sane-backends.mo
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/sane-backends.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/sane-backends.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/sane-backends.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/sane-backends.mo
if test "sane-backends" = "gettext-tools"; then \
  /bin/mkdir -p /usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/po“ wird verlassen
Making install in testsuite
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird betreten
Making install in backend
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird betreten
Making install in genesys
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird betreten
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird betreten
make[4]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[4]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird verlassen
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys“ wird verlassen
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird betreten
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird betreten
make[4]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[4]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[4]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird verlassen
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend“ wird verlassen
Making install in sanei
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird betreten
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird betreten
make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[3]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/sanei“ wird verlassen
Making install in tools
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird betreten
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird betreten
make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[3]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite/tools“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird betreten
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird betreten
make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun.
make[3]: Für das Ziel „install-data-am“ ist nichts zu tun.
make[3]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird verlassen
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28/testsuite“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird betreten
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird betreten
make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun.
 /bin/mkdir -p '/usr/share/doc/sane-backends'
 /usr/bin/install -c -m 644 AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS README README.aix README.beos README.darwin README.djpeg README.freebsd README.hp-ux README.linux README.netbsd README.openbsd README.os2 README.solaris README.unixware2 README.unixware7 README.windows README.zeta '/usr/share/doc/sane-backends'
make[2]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird verlassen
make[1]: Verzeichnis „/home/monika/Downloads/sane-backends-1.0.28“ wird verlassen
sudo ldconfig -v | grep libsane
/sbin/ldconfig.real: »stat()« kann nicht für »/usr/local/lib/i386-linux-gnu« aufgerufen werden: Datei oder Verzeichnis nicht gefunden
/sbin/ldconfig.real: »stat()« kann nicht für »/usr/local/lib/i686-linux-gnu« aufgerufen werden: Datei oder Verzeichnis nicht gefunden
/sbin/ldconfig.real: »stat()« kann nicht für »/lib/i686-linux-gnu« aufgerufen werden: Datei oder Verzeichnis nicht gefunden
/sbin/ldconfig.real: »stat()« kann nicht für »/usr/lib/i686-linux-gnu« aufgerufen werden: Datei oder Verzeichnis nicht gefunden
/sbin/ldconfig.real: Pfad »/lib/i386-linux-gnu« mehrfach angegeben
/sbin/ldconfig.real: Pfad »/usr/lib/i386-linux-gnu« mehrfach angegeben
/sbin/ldconfig.real: /lib/i386-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

	libsane.so.1 -> libsane.so.1.0.28
/sbin/ldconfig.real: /lib/ld-lsb.so.3 is the dynamic linker, ignoring
sudo updatedb && locate genesys
/etc/sane.d/genesys.conf
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys-s.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys.conf
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys.conf.in
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_conv.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_conv_hlp.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_devices.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_error.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_error.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl124.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl124.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl646.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl646.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl841.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl841.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl843.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl843.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl846.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl846.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl847.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_gl847.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_low.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_low.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_sanei.cc
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_sanei.h
/home/monika/Downloads/sane-backends-1.0.28/backend/genesys_serialize.h
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys.la
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_error.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl124.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl646.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl841.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl843.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl846.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_gl847.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_low.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libgenesys_la-genesys_sanei.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/libsane-genesys.la
/home/monika/Downloads/sane-backends-1.0.28/backend/libsane_genesys_la-genesys-s.lo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_error.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl124.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl646.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl841.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl843.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl846.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_gl847.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_low.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libgenesys_la-genesys_sanei.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.deps/libsane_genesys_la-genesys-s.Plo
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys.a
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys.la
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_error.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl124.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl646.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl841.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl843.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl846.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_gl847.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_low.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libgenesys_la-genesys_sanei.o
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane-genesys.la
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane-genesys.lai
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane-genesys.so
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane-genesys.so.1
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane-genesys.so.1.0.28
/home/monika/Downloads/sane-backends-1.0.28/backend/.libs/libsane_genesys_la-genesys-s.o
/home/monika/Downloads/sane-backends-1.0.28/doc/doxygen-genesys.conf
/home/monika/Downloads/sane-backends-1.0.28/doc/doxygen-genesys.conf.in
/home/monika/Downloads/sane-backends-1.0.28/doc/sane-genesys.5
/home/monika/Downloads/sane-backends-1.0.28/doc/sane-genesys.man
/home/monika/Downloads/sane-backends-1.0.28/doc/descriptions/genesys.desc
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/.deps
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/Makefile
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/Makefile.am
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/Makefile.in
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/minigtest.cc
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/minigtest.h
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/tests.cc
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/tests.h
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/tests_calibration.cc
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/.deps/minigtest.Po
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/.deps/tests.Po
/home/monika/Downloads/sane-backends-1.0.28/testsuite/backend/genesys/.deps/tests_calibration.Po
/usr/lib/i386-linux-gnu/sane/libsane-genesys.a
/usr/lib/i386-linux-gnu/sane/libsane-genesys.la
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.27.bak
/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1.0.28
/usr/share/man/man5/sane-genesys.5
/usr/share/man/man5/sane-genesys.5.gz
/var/tmp/genesysXXfpgZlL.conf
ls -l /usr/lib/x86_64-linux-gnu/libsane.so
ls: Zugriff auf '/usr/lib/x86_64-linux-gnu/libsane.so' nicht möglich: Datei oder Verzeichnis nicht gefunden
export SANE_DEBUG_DLL=255 && scanimage -L
[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.13 from sane-backends 1.0.28
[dll] sane_init/read_dlld: attempting to open directory `./dll.d'
[dll] sane_init/read_dlld: attempting to open directory `/etc/sane.d/dll.d'
[dll] sane_init/read_dlld: using config directory `/etc/sane.d/dll.d'
[dll] sane_init/read_dlld: considering /etc/sane.d/dll.d/hplip
[dll] sane_init/read_config: reading dll.d/hplip
[dll] add_backend: adding backend `hpaio'
[dll] sane_init/read_dlld: done.
[dll] sane_init/read_config: reading dll.conf
[dll] add_backend: adding backend `net'
[dll] add_backend: adding backend `abaton'
[dll] add_backend: adding backend `agfafocus'
[dll] add_backend: adding backend `apple'
[dll] add_backend: adding backend `avision'
[dll] add_backend: adding backend `artec'
[dll] add_backend: adding backend `artec_eplus48u'
[dll] add_backend: adding backend `as6e'
[dll] add_backend: adding backend `bh'
[dll] add_backend: adding backend `canon'
[dll] add_backend: adding backend `canon630u'
[dll] add_backend: adding backend `canon_dr'
[dll] add_backend: adding backend `cardscan'
[dll] add_backend: adding backend `coolscan'
[dll] add_backend: adding backend `coolscan3'
[dll] add_backend: adding backend `dell1600n_net'
[dll] add_backend: adding backend `dmc'
[dll] add_backend: adding backend `epjitsu'
[dll] add_backend: adding backend `epson2'
[dll] add_backend: adding backend `epsonds'
[dll] add_backend: adding backend `fujitsu'
[dll] add_backend: adding backend `genesys'
[dll] add_backend: adding backend `gt68xx'
[dll] add_backend: adding backend `hp'
[dll] add_backend: adding backend `hp3900'
[dll] add_backend: adding backend `hpsj5s'
[dll] add_backend: adding backend `hp3500'
[dll] add_backend: adding backend `hp4200'
[dll] add_backend: adding backend `hp5400'
[dll] add_backend: adding backend `hp5590'
[dll] add_backend: adding backend `hpljm1005'
[dll] add_backend: adding backend `hs2p'
[dll] add_backend: adding backend `ibm'
[dll] add_backend: adding backend `kodak'
[dll] add_backend: adding backend `kodakaio'
[dll] add_backend: adding backend `kvs1025'
[dll] add_backend: adding backend `kvs20xx'
[dll] add_backend: adding backend `leo'
[dll] add_backend: adding backend `lexmark'
[dll] add_backend: adding backend `ma1509'
[dll] add_backend: adding backend `magicolor'
[dll] add_backend: adding backend `matsushita'
[dll] add_backend: adding backend `microtek'
[dll] add_backend: adding backend `microtek2'
[dll] add_backend: adding backend `mustek'
[dll] add_backend: adding backend `mustek_usb'
[dll] add_backend: adding backend `mustek_usb2'
[dll] add_backend: adding backend `nec'
[dll] add_backend: adding backend `niash'
[dll] add_backend: adding backend `pie'
[dll] add_backend: adding backend `pint'
[dll] add_backend: adding backend `pixma'
[dll] add_backend: adding backend `plustek'
[dll] add_backend: adding backend `qcam'
[dll] add_backend: adding backend `ricoh'
[dll] add_backend: adding backend `rts8891'
[dll] add_backend: adding backend `s9036'
[dll] add_backend: adding backend `sceptre'
[dll] add_backend: adding backend `sharp'
[dll] add_backend: adding backend `sm3600'
[dll] add_backend: adding backend `sm3840'
[dll] add_backend: adding backend `snapscan'
[dll] add_backend: adding backend `sp15c'
[dll] add_backend: adding backend `tamarack'
[dll] add_backend: adding backend `teco1'
[dll] add_backend: adding backend `teco2'
[dll] add_backend: adding backend `teco3'
[dll] add_backend: adding backend `u12'
[dll] add_backend: adding backend `umax'
[dll] add_backend: adding backend `umax1220u'
[dll] add_backend: adding backend `v4l'
[dll] add_backend: adding backend `xerox_mfp'
[dll] sane_get_devices
[dll] load: searching backend `xerox_mfp' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-xerox_mfp.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-xerox_mfp.so.1'
[dll] init: initializing backend `xerox_mfp'
[dll] init: backend `xerox_mfp' is version 1.0.13
[dll] load: searching backend `v4l' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-v4l.so.1'
[dll] load: couldn't open `/usr/lib/i386-linux-gnu/sane/libsane-v4l.so.1' (No such file or directory)
[dll] load: couldn't find backend `v4l' (No such file or directory)
[dll] load: searching backend `umax1220u' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-umax1220u.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-umax1220u.so.1'
[dll] init: initializing backend `umax1220u'
[dll] init: backend `umax1220u' is version 1.0.2
[dll] load: searching backend `umax' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-umax.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-umax.so.1'
[dll] init: initializing backend `umax'
[dll] init: backend `umax' is version 1.0.45
[dll] load: searching backend `u12' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-u12.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-u12.so.1'
[dll] init: initializing backend `u12'
[dll] init: backend `u12' is version 1.0.0
[dll] load: searching backend `teco3' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-teco3.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-teco3.so.1'
[dll] init: initializing backend `teco3'
[dll] init: backend `teco3' is version 1.0.1
[dll] load: searching backend `teco2' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-teco2.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-teco2.so.1'
[dll] init: initializing backend `teco2'
[dll] init: backend `teco2' is version 1.0.10
[dll] load: searching backend `teco1' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-teco1.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-teco1.so.1'
[dll] init: initializing backend `teco1'
[dll] init: backend `teco1' is version 1.0.10
[dll] load: searching backend `tamarack' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-tamarack.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-tamarack.so.1'
[dll] init: initializing backend `tamarack'
[dll] init: backend `tamarack' is version 1.0.0
[dll] load: searching backend `sp15c' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-sp15c.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-sp15c.so.1'
[dll] init: initializing backend `sp15c'
[dll] init: backend `sp15c' is version 1.0.0
[dll] load: searching backend `snapscan' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-snapscan.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-snapscan.so.1'
[dll] init: initializing backend `snapscan'
[dll] init: backend `snapscan' is version 1.4.53
[dll] load: searching backend `sm3840' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-sm3840.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-sm3840.so.1'
[dll] init: initializing backend `sm3840'
[dll] init: backend `sm3840' is version 1.0.0
[dll] load: searching backend `sm3600' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-sm3600.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-sm3600.so.1'
[dll] init: initializing backend `sm3600'
[dll] init: backend `sm3600' is version 1.0.6
[dll] load: searching backend `sharp' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-sharp.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-sharp.so.1'
[dll] init: initializing backend `sharp'
[dll] init: backend `sharp' is version 1.0.0
[dll] load: searching backend `sceptre' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-sceptre.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-sceptre.so.1'
[dll] init: initializing backend `sceptre'
[dll] init: backend `sceptre' is version 1.0.10
[dll] load: searching backend `s9036' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-s9036.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-s9036.so.1'
[dll] init: initializing backend `s9036'
[dll] init: backend `s9036' is version 1.0.0
[dll] load: searching backend `rts8891' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-rts8891.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-rts8891.so.1'
[dll] init: initializing backend `rts8891'
[dll] init: backend `rts8891' is version 1.0.2401
[dll] load: searching backend `ricoh' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-ricoh.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-ricoh.so.1'
[dll] init: initializing backend `ricoh'
[dll] init: backend `ricoh' is version 1.0.0
[dll] load: searching backend `qcam' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-qcam.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-qcam.so.1'
[dll] init: initializing backend `qcam'
[dll] init: backend `qcam' is version 1.0.0
[dll] load: searching backend `plustek' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-plustek.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-plustek.so.1'
[dll] init: initializing backend `plustek'
[dll] init: backend `plustek' is version 1.0.0
[dll] load: searching backend `pixma' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-pixma.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-pixma.so.1'
[dll] init: initializing backend `pixma'
[dll] init: backend `pixma' is version 1.0.17
[dll] load: searching backend `pint' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-pint.so.1'
[dll] load: couldn't open `/usr/lib/i386-linux-gnu/sane/libsane-pint.so.1' (No such file or directory)
[dll] load: couldn't find backend `pint' (No such file or directory)
[dll] load: searching backend `pie' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-pie.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-pie.so.1'
[dll] init: initializing backend `pie'
[dll] init: backend `pie' is version 1.0.9
[dll] load: searching backend `niash' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-niash.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-niash.so.1'
[dll] init: initializing backend `niash'
[dll] init: backend `niash' is version 1.0.1
[dll] load: searching backend `nec' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-nec.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-nec.so.1'
[dll] init: initializing backend `nec'
[dll] init: backend `nec' is version 1.0.0
[dll] load: searching backend `mustek_usb2' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-mustek_usb2.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-mustek_usb2.so.1'
[dll] init: initializing backend `mustek_usb2'
[dll] init: backend `mustek_usb2' is version 1.0.10
[dll] load: searching backend `mustek_usb' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-mustek_usb.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-mustek_usb.so.1'
[dll] init: initializing backend `mustek_usb'
[dll] init: backend `mustek_usb' is version 1.0.18
[dll] load: searching backend `mustek' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-mustek.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-mustek.so.1'
[dll] init: initializing backend `mustek'
[dll] init: backend `mustek' is version 1.0.138
[dll] load: searching backend `microtek2' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-microtek2.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-microtek2.so.1'
[dll] init: initializing backend `microtek2'
[dll] init: backend `microtek2' is version 1.0.0
[dll] load: searching backend `microtek' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-microtek.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-microtek.so.1'
[dll] init: initializing backend `microtek'
[dll] init: backend `microtek' is version 1.0.0
[dll] load: searching backend `matsushita' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-matsushita.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-matsushita.so.1'
[dll] init: initializing backend `matsushita'
[dll] init: backend `matsushita' is version 1.0.7
[dll] load: searching backend `magicolor' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-magicolor.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-magicolor.so.1'
[dll] init: initializing backend `magicolor'
[dll] init: backend `magicolor' is version 1.0.1
[dll] load: searching backend `ma1509' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-ma1509.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-ma1509.so.1'
[dll] init: initializing backend `ma1509'
[dll] init: backend `ma1509' is version 1.0.3
[dll] load: searching backend `lexmark' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-lexmark.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-lexmark.so.1'
[dll] init: initializing backend `lexmark'
[dll] init: backend `lexmark' is version 1.0.32
[dll] load: searching backend `leo' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-leo.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-leo.so.1'
[dll] init: initializing backend `leo'
[dll] init: backend `leo' is version 1.0.11
[dll] load: searching backend `kvs20xx' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-kvs20xx.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-kvs20xx.so.1'
[dll] init: initializing backend `kvs20xx'
[dll] init: backend `kvs20xx' is version 1.0.2
[dll] load: searching backend `kvs1025' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-kvs1025.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-kvs1025.so.1'
[dll] init: initializing backend `kvs1025'
[dll] init: backend `kvs1025' is version 1.0.5
[dll] load: searching backend `kodakaio' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-kodakaio.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-kodakaio.so.1'
[dll] init: initializing backend `kodakaio'
[dll] init: backend `kodakaio' is version 1.0.3
[dll] load: searching backend `kodak' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-kodak.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-kodak.so.1'
[dll] init: initializing backend `kodak'
[dll] init: backend `kodak' is version 1.0.7
[dll] load: searching backend `ibm' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-ibm.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-ibm.so.1'
[dll] init: initializing backend `ibm'
[dll] init: backend `ibm' is version 1.0.0
[dll] load: searching backend `hs2p' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hs2p.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hs2p.so.1'
[dll] init: initializing backend `hs2p'
[dll] init: backend `hs2p' is version 1.0.0
[dll] load: searching backend `hpljm1005' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hpljm1005.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hpljm1005.so.1'
[dll] init: initializing backend `hpljm1005'
[dll] init: backend `hpljm1005' is version 1.0.1
[dll] load: searching backend `hp5590' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp5590.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp5590.so.1'
[dll] init: initializing backend `hp5590'
[dll] init: backend `hp5590' is version 1.0.7
[dll] load: searching backend `hp5400' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp5400.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp5400.so.1'
[dll] init: initializing backend `hp5400'
[dll] init: backend `hp5400' is version 1.0.3
[dll] load: searching backend `hp4200' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp4200.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp4200.so.1'
[dll] init: initializing backend `hp4200'
[dll] init: backend `hp4200' is version 1.0.0
[dll] load: searching backend `hp3500' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp3500.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp3500.so.1'
[dll] init: initializing backend `hp3500'
[dll] init: backend `hp3500' is version 1.0.0
[dll] load: searching backend `hpsj5s' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hpsj5s.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hpsj5s.so.1'
[dll] init: initializing backend `hpsj5s'
[dll] init: backend `hpsj5s' is version 1.0.3
[dll] load: searching backend `hp3900' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp3900.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp3900.so.1'
[dll] init: initializing backend `hp3900'
[dll] init: backend `hp3900' is version 1.0.0
[dll] load: searching backend `hp' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hp.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-hp.so.1'
[dll] init: initializing backend `hp'
[dll] init: backend `hp' is version 1.0.8
[dll] load: searching backend `gt68xx' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-gt68xx.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-gt68xx.so.1'
[dll] init: initializing backend `gt68xx'
[dll] init: backend `gt68xx' is version 1.0.84
[dll] load: searching backend `genesys' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1'
[dll] init: initializing backend `genesys'
[dll] init: backend `genesys' is version 1.0.2511
[dll] load: searching backend `fujitsu' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-fujitsu.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-fujitsu.so.1'
[dll] init: initializing backend `fujitsu'
[dll] init: backend `fujitsu' is version 1.0.133
[dll] load: searching backend `epsonds' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-epsonds.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-epsonds.so.1'
[dll] init: initializing backend `epsonds'
[dll] init: backend `epsonds' is version 1.0.0
[dll] load: searching backend `epson2' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-epson2.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-epson2.so.1'
[dll] init: initializing backend `epson2'
[dll] init: backend `epson2' is version 1.0.124
[dll] load: searching backend `epjitsu' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-epjitsu.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-epjitsu.so.1'
[dll] init: initializing backend `epjitsu'
[dll] init: backend `epjitsu' is version 1.0.31
[dll] load: searching backend `dmc' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-dmc.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-dmc.so.1'
[dll] init: initializing backend `dmc'
[dll] init: backend `dmc' is version 1.0.0
[dll] load: searching backend `dell1600n_net' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-dell1600n_net.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-dell1600n_net.so.1'
[dll] init: initializing backend `dell1600n_net'
[dll] init: backend `dell1600n_net' is version 1.0.0
[dll] load: searching backend `coolscan3' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-coolscan3.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-coolscan3.so.1'
[dll] init: initializing backend `coolscan3'
[dll] init: backend `coolscan3' is version 1.0.0
[dll] load: searching backend `coolscan' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-coolscan.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-coolscan.so.1'
[dll] init: initializing backend `coolscan'
[dll] init: backend `coolscan' is version 1.0.0
[dll] load: searching backend `cardscan' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-cardscan.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-cardscan.so.1'
[dll] init: initializing backend `cardscan'
[dll] init: backend `cardscan' is version 1.0.3
[dll] load: searching backend `canon_dr' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-canon_dr.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-canon_dr.so.1'
[dll] init: initializing backend `canon_dr'
[dll] init: backend `canon_dr' is version 1.0.56
[dll] load: searching backend `canon630u' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-canon630u.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-canon630u.so.1'
[dll] init: initializing backend `canon630u'
[dll] init: backend `canon630u' is version 1.0.1
[dll] load: searching backend `canon' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-canon.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-canon.so.1'
[dll] init: initializing backend `canon'
[dll] init: backend `canon' is version 1.0.0
[dll] load: searching backend `bh' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-bh.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-bh.so.1'
[dll] init: initializing backend `bh'
[dll] init: backend `bh' is version 1.0.4
[dll] load: searching backend `as6e' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-as6e.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-as6e.so.1'
[dll] init: initializing backend `as6e'
[dll] load: searching backend `artec_eplus48u' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-artec_eplus48u.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-artec_eplus48u.so.1'
[dll] init: initializing backend `artec_eplus48u'
[dll] init: backend `artec_eplus48u' is version 1.0.0
[dll] load: searching backend `artec' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-artec.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-artec.so.1'
[dll] init: initializing backend `artec'
[dll] init: backend `artec' is version 1.0.0
[dll] load: searching backend `avision' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-avision.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-avision.so.1'
[dll] init: initializing backend `avision'
[dll] init: backend `avision' is version 1.0.297
[dll] load: searching backend `apple' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-apple.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-apple.so.1'
[dll] init: initializing backend `apple'
[dll] init: backend `apple' is version 1.0.0
[dll] load: searching backend `agfafocus' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-agfafocus.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-agfafocus.so.1'
[dll] init: initializing backend `agfafocus'
[dll] init: backend `agfafocus' is version 1.0.0
[dll] load: searching backend `abaton' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-abaton.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-abaton.so.1'
[dll] init: initializing backend `abaton'
[dll] init: backend `abaton' is version 1.0.0
[dll] load: searching backend `net' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-net.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-net.so.1'
[dll] init: initializing backend `net'
[dll] init: backend `net' is version 1.0.27
[dll] load: searching backend `hpaio' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-hpaio.so.1'
[dll] load: couldn't open `/usr/lib/i386-linux-gnu/sane/libsane-hpaio.so.1' (No such file or directory)
[dll] load: couldn't find backend `hpaio' (No such file or directory)
[dll] sane_get_devices: found 0 devices

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[dll] sane_exit: exiting
[dll] sane_exit: calling backend `xerox_mfp's exit function
[dll] sane_exit: calling backend `umax1220u's exit function
[dll] sane_exit: calling backend `umax's exit function
[dll] sane_exit: calling backend `u12's exit function
[dll] sane_exit: calling backend `teco3's exit function
[dll] sane_exit: calling backend `teco2's exit function
[dll] sane_exit: calling backend `teco1's exit function
[dll] sane_exit: calling backend `tamarack's exit function
[dll] sane_exit: calling backend `sp15c's exit function
[dll] sane_exit: calling backend `snapscan's exit function
[dll] sane_exit: calling backend `sm3840's exit function
[dll] sane_exit: calling backend `sm3600's exit function
[dll] sane_exit: calling backend `sharp's exit function
[dll] sane_exit: calling backend `sceptre's exit function
[dll] sane_exit: calling backend `s9036's exit function
[dll] sane_exit: calling backend `rts8891's exit function
[dll] sane_exit: calling backend `ricoh's exit function
[dll] sane_exit: calling backend `qcam's exit function
[dll] sane_exit: calling backend `plustek's exit function
[dll] sane_exit: calling backend `pixma's exit function
[dll] sane_exit: calling backend `pie's exit function
[dll] sane_exit: calling backend `niash's exit function
[dll] sane_exit: calling backend `nec's exit function
[dll] sane_exit: calling backend `mustek_usb2's exit function
[dll] sane_exit: calling backend `mustek_usb's exit function
[dll] sane_exit: calling backend `mustek's exit function
[dll] sane_exit: calling backend `microtek2's exit function
[dll] sane_exit: calling backend `microtek's exit function
[dll] sane_exit: calling backend `matsushita's exit function
[dll] sane_exit: calling backend `magicolor's exit function
[dll] sane_exit: calling backend `ma1509's exit function
[dll] sane_exit: calling backend `lexmark's exit function
[dll] sane_exit: calling backend `leo's exit function
[dll] sane_exit: calling backend `kvs20xx's exit function
[dll] sane_exit: calling backend `kvs1025's exit function
[dll] sane_exit: calling backend `kodakaio's exit function
[dll] sane_exit: calling backend `kodak's exit function
[dll] sane_exit: calling backend `ibm's exit function
[dll] sane_exit: calling backend `hs2p's exit function
[dll] sane_exit: calling backend `hpljm1005's exit function
[dll] sane_exit: calling backend `hp5590's exit function
[dll] sane_exit: calling backend `hp5400's exit function
[dll] sane_exit: calling backend `hp4200's exit function
[dll] sane_exit: calling backend `hp3500's exit function
[dll] sane_exit: calling backend `hpsj5s's exit function
[dll] sane_exit: calling backend `hp3900's exit function
[dll] sane_exit: calling backend `hp's exit function
[dll] sane_exit: calling backend `gt68xx's exit function
[dll] sane_exit: calling backend `genesys's exit function
[dll] sane_exit: calling backend `fujitsu's exit function
[dll] sane_exit: calling backend `epsonds's exit function
[dll] sane_exit: calling backend `epson2's exit function
[dll] sane_exit: calling backend `epjitsu's exit function
[dll] sane_exit: calling backend `dmc's exit function
[dll] sane_exit: calling backend `dell1600n_net's exit function
[dll] sane_exit: calling backend `coolscan3's exit function
[dll] sane_exit: calling backend `coolscan's exit function
[dll] sane_exit: calling backend `cardscan's exit function
[dll] sane_exit: calling backend `canon_dr's exit function
[dll] sane_exit: calling backend `canon630u's exit function
[dll] sane_exit: calling backend `canon's exit function
[dll] sane_exit: calling backend `bh's exit function
[dll] sane_exit: calling backend `artec_eplus48u's exit function
[dll] sane_exit: calling backend `artec's exit function
[dll] sane_exit: calling backend `avision's exit function
[dll] sane_exit: calling backend `apple's exit function
[dll] sane_exit: calling backend `agfafocus's exit function
[dll] sane_exit: calling backend `abaton's exit function
[dll] sane_exit: calling backend `net's exit function
[dll] sane_exit: finished

Bitte sieh dir das nochmal an.

Danke und Gruß

Monika

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Moin Monika,

ist eigentlich gut gelaufen – siehe (Zusammengestaucht)

[dll] load: searching backend `genesys' in `/usr/lib/i386-linux-gnu/sane'
[dll] load: trying to load `/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1'
[dll] load: dlopen()ing `/usr/lib/i386-linux-gnu/sane/libsane-genesys.so.1'
[dll] init: initializing backend `genesys'
[dll] init: backend `genesys' is version 1.0.2511

export SANE_DEBUG_DLL=255 && scanimage -L
[sanei_debug] Setting debug level of dll to 255.
[dll] sane_init: SANE dll backend version 1.0.13 from sane-backends 1.0.28

/sbin/ldconfig.real: /lib/i386-linux-gnu/ld-2.27.so is the dynamic linker, ignoring

	libsane.so.1 -> libsane.so.1.0.28
/sbin/ldconfig.real: /lib/ld-lsb.so.3 is the dynamic linker, ignoring

Zeige nochmal

cat /etc/sane.d/genesys.conf | grep 0x04a9

journalctl -xb -p err

export SANE_DEBUG_GENESYS=6 && scanimage -L

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Na, das hört sich ja schon mal erfreulich an. ☺ Es muss nur noch funktionieren... Hier die letzten Ausgaben:

cat /etc/sane.d/genesys.conf | grep 0x04a9
usb 0x04a9 0x2213
usb 0x04a9 0x221c
usb 0x04a9 0x2214
usb 0x04a9 0x2228
usb 0x04a9 0x2229
usb 0x04a9 0x1904
usb 0x04a9 0x1909
usb 0x04a9 0x1905
usb 0x04a9 0x1906
usb 0x04a9 0x1907
usb 0x04a9 0x190a
usb 0x04a9 0x190e
usb 0x04a9 0x190f
usb 0x04a9 0x1906
journalctl -xb -p err
-- Logs begin at Thu 2016-02-11 17:28:05 CET, end at Tue 2019-09-24 20:49:48 CES
Sep 24 19:28:43 monika-Dell-DC051 gnome-session-binary[931]: CRITICAL: Unable to
Sep 24 19:30:03 monika-Dell-DC051 spice-vdagent[1080]: Cannot access vdagent vir
Sep 24 19:30:39 monika-Dell-DC051 spice-vdagent[1434]: Cannot access vdagent vir
Sep 24 19:30:58 monika-Dell-DC051 pulseaudio[1337]: [pulseaudio] bluez5-util.c: 
lines 1-5/5 (END)
export SANE_DEBUG_GENESYS=6 && scanimage -L
[sanei_debug] Setting debug level of genesys to 6.
[genesys] SANE Genesys backend version 1.0 build 2511 from sane-backends 1.0.27
[genesys] SANE Genesys backend built with libusb-1.0
[genesys] sane_init: authorize != null
[genesys] sane_init: little endian machine
[genesys] probe_genesys_devices start
[genesys] attach: start: devp != NULL, may_wait = 0
[genesys] attach: trying to open device `libusb:001:003'
[genesys] attach: device `libusb:001:003' successfully opened
[genesys] attach: vendor 1193 product 8745 is not supported by this backend
[genesys] attach_one_device: Invalid argument
[genesys] probe_genesys_devices: 0 devices currently attached
[genesys] probe_genesys_devices completed
[genesys] sane_genesys_init completed
[genesys] sane_get_devices: start: local_only = false
[genesys] probe_genesys_devices start
[genesys] attach: start: devp != NULL, may_wait = 0
[genesys] attach: trying to open device `libusb:001:003'
[genesys] attach: couldn't open device `libusb:001:003': Invalid argument
[genesys] attach_one_device: Invalid argument
[genesys] probe_genesys_devices: 0 devices currently attached
[genesys] probe_genesys_devices completed
[genesys] sane_genesys_get_devices completed

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[genesys] sane_genesys_exit start
[genesys] sane_genesys_exit completed

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Ist der Scanner direkt an dem PC angeschlossen?? Weil ich nicht weiß was genesys da versucht zu öffnen 😕

[genesys] attach: device `libusb:001:003' successfully opened
[genesys] attach: vendor 1193 product 8745 is not supported by this backend

Meine Hoffnung sinkt gerade den Scanner ans laufen zu bringen 🙄

Starte mal ein 18.04 64 Bit Live und teste den Scanner mal.Das wäre jetzt der Sinnvollste Weg. https://wiki.ubuntuusers.de/Downloads/Bionic_Beaver/

Nachtrag

Bei mir (Habe aber kein Canon Scanner!)

stephan@stephan-Desktop:~$ export SANE_DEBUG_GENESYS=6 && scanimage -L
[sanei_debug] Setting debug level of genesys to 6.
[genesys] SANE Genesys backend version 1.0 from sane-backends 1.0.28
[genesys] sane_init_impl: authorize != null
[genesys] sane_init_impl: little endian machine
[genesys] probe_genesys_devices start
[genesys] probe_genesys_devices: 0 devices currently attached
[genesys] probe_genesys_devices completed
[genesys] sane_init_impl completed
[genesys] sane_get_devices_impl: start: local_only = false
[genesys] probe_genesys_devices start
[genesys] probe_genesys_devices: 0 devices currently attached
[genesys] probe_genesys_devices completed
[genesys] sane_get_devices_impl completed
device `brother4:net1;dev0' is a Brother *Netzwerkscanner MFC‑6490CW
[genesys] sane_exit_impl start
[genesys] sane_exit_impl completed
stephan@stephan-Desktop:~$ 

Nur zur Kenntnisnahme 😉

Darum mal

sudo rm /usr/lib/i386-linux-gnu/sane/libsane-genesys*
cd ~/Downloads/sane-backends-1.0.28
sudo make install

Dann nochmal die Ausgabe von

export SANE_DEBUG_GENESYS=6 && scanimage -L

Moroga

(Themenstarter)

Anmeldungsdatum:
23. März 2019

Beiträge: 18

Moin Stephan,

danke für die Tipps. Ich habe die nächsten Tage wenig Zeit, werde das alles aber bei Gelegenheit ausprobieren und dir dann Feedback geben.

Mein Scanner ist direkt an den PC angeschlossen. Kann man irgendwie herausfinden, wer "vendor 1193" ist?

Gruß
Monika

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Moin Monika,

Moroga schrieb:

Kann man irgendwie herausfinden, wer "vendor 1193" ist?

Das hab ich nur gefunden https://devicehunt.com/view/type/pci/vendor/1193 https://patents.justia.com/assignee/zeitnet-inc

Brauchst doch nur noch

sudo rm /usr/lib/i386-linux-gnu/sane/libsane-genesys*
cd ~/Downloads/sane-backends-1.0.28
sudo make install

Ausführen.Wenn danach keine Funktion,kann ich auch nicht weiter Helfen.

Gruß Stephan

Antworten |