====== Scan- und Druckstation ====== Nachdem mein letzter All-In-One-Drucker, trotz einhalten aller Herstellerangaben, exakt am Ende der Garantie komisch wurde habe Ich mich entschieden wieder auf getrennte Geräte zu setzen. So steht mir aktuell ein HP FarbLaser sowie ein Canon Scan Lide 90 Flachbettscanner tapfer zur Seite. Da der letzte immer wieder Probleme mit aktuelleren Systemen macht möchte Ich beide Geräte nun über einen ungenutzten Rapsberry Pi anbinden und so auf Knopfdruck Scannen zu können und über normale Freigaben die Dateien abrufen zu können. Genauso soll dann der Drucker via Relais eingeschaltet werden können und über den Druckserver dem Netzwerk die Aufträge gezielt abnehmen. Meine Hoffnung ist das dann bei Gerätewechsel die Einrichtung nur einmal geändert werden muss. Download Link vom gezippten Build Folder: [[https://wiki.fabianhorst.com/lib/exe/fetch.php?media=sane-backends-rpi1-1.0.32.zip|sane-backends-rpi1-1.0.32.zip]] Samba: \\ip\SambaPi\pi\ nach: https://www.elektronik-kompendium.de/sites/raspberry-pi/2007071.htm ===== Teil 1: Der Scanner ===== Habt Ihr schon mal ein Packe auf einem RPI1/Zero gebaut? KATASTROPHE! Dazu später mehr. Install: Links: [[https://wiki.ubuntuusers.de/SANE/Kompilieren/]] [[http://woshub.com/too-many-open-files-error-linux/]] [[https://stackoverflow.com/questions/22603163/automake-error-ltmain-sh-not-found]] sudo apt-get install build-essential gettext git libusb-dev linux-headers-generic libtool autoconf automake autopoint cd ~/src git clone https://gitlab.com/sane-project/backends.git Problem: beim ausführen von "./autoconfiure.sh" kommt immer Cant reopen file ltmain.sh patch: **** Can't reopen file ./ltmain.sh./autogen.sh: Zeile 28: 858 Speicherzugriffsfehler patch "$srcdir/ltmain.sh" "$patchdir/ltmain.sh.patch" patching file ./po/Rules-quot Hunk #1 FAILED at 22. patch: **** Can't reopen file ./po/Rules-quot : No such file or directory ++++**HIER AUFKLAPPEN UM DIE KOMPLETTEN LOG-FILES EINZUSEHEN!** | **HIER AUFKLAPPEN UM DIE KOMPLETTEN LOG-FILES EINZUSEHEN!** [[https://www.raspberrypi.org/forums/viewtopic.php?t=297142]] Oben in die Liste mit aufgenommen und siehe da: Es geht weiter <3 pi@raspberrypi:~/sane/backends $ ./autogen.sh Copying file to ./m4/ax_create_stdint_h.m4 patching file ./m4/ax_create_stdint_h.m4 to #serial 20 patching file ./m4/ax_create_stdint_h.m4 to #serial 21 autoreconf: Entering directory `.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file config.rpath Copying file m4/codeset.m4 Copying file m4/extern-inline.m4 Copying file m4/fcntl-o.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal --force --warnings=all -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force --warnings=all autoreconf: running: /usr/bin/autoheader --force --warnings=all autoreconf: running: automake --add-missing --copy --force-missing --warnings=all configure.ac:56: installing './ar-lib' configure.ac:37: installing './compile' configure.ac:57: installing './config.guess' configure.ac:57: installing './config.sub' configure.ac:13: installing './install-sh' configure.ac:13: installing './missing' Makefile.am: installing './INSTALL' backend/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension backend/Makefile.am:37: warning: '%'-style pattern rules are a GNU make extension backend/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf: Leaving directory `.' patching file ./ltmain.sh patching file ./po/Rules-quot backend/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension backend/Makefile.am:37: warning: '%'-style pattern rules are a GNU make extension ./configure BACKENDS="canon genesys net" pi@raspberrypi:~/sane/backends $ ./configure BACKENDS="canon genesys net" 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 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 whether make supports the include directive... yes (GNU style) 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 a Python interpreter with version >= 2.7... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/dist-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages 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... armv6l-unknown-linux-gnueabihf checking host system type... armv6l-unknown-linux-gnueabihf 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 armv6l-unknown-linux-gnueabihf file names to armv6l-unknown-linux-gnueabihf format... func_convert_file_noop checking how to convert armv6l-unknown-linux-gnueabihf 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... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no 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... no checking for TIFFFdOpen in -ltiff... no 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... no checking for snmp_timeout in -lnetsnmp... no checking for proper SNMP version... no configure: WARNING: net-snmp library disabled, autodetecting network scanners will not be supported. 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 tiffio.h usability... no checking tiffio.h presence... no checking for tiffio.h... no 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 ... yes checking for union semun in ... 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... no checking for USB... yes checking for libcurl... no checking for POPPLER_GLIB... no checking for XML... no 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 ... 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: canon genesys net *** pnm backend not manually selected - disabling 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 -Wextra -pedantic" AM_CXXFLAGS=" -Wall -Wextra -pedantic" AM_LDFLAGS="" LIBS="" -> Installation directories: Configuration: /usr/local/etc Libraries: /usr/local/lib Binaries: /usr/local/bin and /usr/local/sbin Manpages: /usr/local/share/man Documentation: /usr/local/share/doc/sane-backends Lockfiles: Feature is disabled! -> Network parameters: Build saned: yes IPv6 support: yes Avahi support: no cURL support: no POPPLER_GLIB support: no SNMP support: no -> The following backends will be built: canon genesys net -> 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. * **************************************************************** make && sudo make install geht nicht bzw. brach ab .... pi@raspberrypi:~/sane/backends $ make && sudo make install echo 1.0.32.37-df34f > .version-t && mv .version-t .version make all-recursive make[1]: Verzeichnis „/home/pi/sane/backends“ wird betreten Making all in include make[2]: Verzeichnis „/home/pi/sane/backends/include“ wird betreten make[2]: Für das Ziel „all“ ist nichts zu tun. make[2]: Verzeichnis „/home/pi/sane/backends/include“ wird verlassen Making all in lib make[2]: Verzeichnis „/home/pi/sane/backends/lib“ wird betreten /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane -I../include -Wall -Wextrcho './'`md5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -I../include -Wall -Wextra -pedantic -g -O2 -MT liblib_l mv -f .deps/liblib_la-md5.Tpo .deps/liblib_la-md5.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wextra -pedantic -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[2]: Verzeichnis „/home/pi/sane/backends/lib“ wird verlassen Making all in sanei make[2]: Verzeichnis „/home/pi/sane/backends/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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_ab306 mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_ab306.lo -MD -MP -MF .deps/sanei_ab306.Tpo -c sanei_ab306 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_const mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_constrain_value.lo -MD -MP -MF .deps/sanei_constrain_valu 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_init_ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_init_debug.lo -MD -MP -MF .deps/sanei_init_debug.Tpo -c s 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_net.l mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_net.lo -MD -MP -MF .deps/sanei_net.Tpo -c sanei_net.c -f 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_wire. mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_wire.lo -MD -MP -MF .deps/sanei_wire.Tpo -c sanei_wire.c 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_codec mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_codec_ascii.lo -MD -MP -MF .deps/sanei_codec_ascii.Tpo -c 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_codec mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_codec_bin.lo -MD -MP -MF .deps/sanei_codec_bin.Tpo -c san 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_scsi. mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_scsi.lo -MD -MP -MF .deps/sanei_scsi.Tpo -c sanei_scsi.c 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_confi mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_config.lo -MD -MP -MF .deps/sanei_config.Tpo -c sanei_con 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_confi mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_config2.lo -MD -MP -MF .deps/sanei_config2.Tpo -c sanei_c 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pio.l mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pio.lo -MD -MP -MF .deps/sanei_pio.Tpo -c sanei_pio.c -f 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pa4s2 mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pa4s2.lo -MD -MP -MF .deps/sanei_pa4s2.Tpo -c sanei_pa4s2 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_auth. mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_auth.lo -MD -MP -MF .deps/sanei_auth.Tpo -c sanei_auth.c 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_usb.l mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_usb.lo -MD -MP -MF .deps/sanei_usb.Tpo -c sanei_usb.c -f sanei_usb.c: In function ‘sanei_usb_open’: sanei_usb.c:2582:13: warning: unused variable ‘address’ [-Wunused-variable] int address, direction, transfer_type; ^~~~~~~ sanei_usb.c: In function ‘libusb_scan_devices’: sanei_usb.c:1784:49: warning: ‘%s’ directive output may be truncated writing up to 4096 bytes into a region of size 1 snprintf (devname, sizeof (devname), "libusb:%s:%s", ^~ sanei_usb.c:1784:4: note: ‘snprintf’ output between 9 and 8201 bytes into a destination of size 1024 snprintf (devname, sizeof (devname), "libusb:%s:%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dev->bus->dirname, dev->filename); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_threa mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_thread.lo -MD -MP -MF .deps/sanei_thread.Tpo -c sanei_thr 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pv863 mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pv8630.lo -MD -MP -MF .deps/sanei_pv8630.Tpo -c sanei_pv8 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pp.lo mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_pp.lo -MD -MP -MF .deps/sanei_pp.Tpo -c sanei_pp.c -fPIC sanei_pp.c:127: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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_lm983 mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_lm983x.lo -MD -MP -MF .deps/sanei_lm983x.Tpo -c sanei_lm9 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_acces mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_access.lo -MD -MP -MF .deps/sanei_access.Tpo -c sanei_acc 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_tcp.l mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_tcp.lo -MD -MP -MF .deps/sanei_tcp.Tpo -c sanei_tcp.c -f 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_udp.l mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_udp.lo -MD -MP -MF .deps/sanei_udp.Tpo -c sanei_udp.c -f 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_magic mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_magic.lo -MD -MP -MF .deps/sanei_magic.Tpo -c sanei_magic 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_C/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_ir.lo mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.clude -I../include -Wall -Wextra -pedantic -g -O2 -MT sanei_ir.lo -MD -MP -MF .deps/sanei_ir.Tpo -c sanei_ir.c -fPIC sanei_ir.c: In function ‘sanei_ir_create_norm_histo’: sanei_ir.c:93:65: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘unsigned int’ [ DBG (1, "sanei_ir_create_norm_histo: histo_data[] with %d x %ld bytes\n", HISTOGRAM_SIZE, sizeof(int)); ~~^ ~~~~~~~~~~~ %d /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wextra -pedantic -g -O2 -o libsanei.la sanei_ab306.lo saneo sanei_config.lo sanei_config2.lo sanei_pio.lo sanei_pa4s2.lo sanei_auth.lo sanei_usb.lo sanei_thread.lo sanei_pv863 libtool: link: ar cru .libs/libsanei.a .libs/sanei_ab306.o .libs/sanei_constrain_value.o .libs/sanei_init_debug.o .lig.o .libs/sanei_config2.o .libs/sanei_pio.o .libs/sanei_pa4s2.o .libs/sanei_auth.o .libs/sanei_usb.o .libs/sanei_thre .libs/sanei_magic.o .libs/sanei_ir.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[2]: Verzeichnis „/home/pi/sane/backends/sanei“ wird verlassen Making all in backend make[2]: Verzeichnis „/home/pi/sane/backends/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_lide70.conf from canon_lide70.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 escl.conf from escl.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[3]: Verzeichnis „/home/pi/sane/backends/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 -DPAocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACne_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 -DPAocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACload_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 -Wextra -pedantic -g -O2 -Wl,-z,defs -o libdll_prelo 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 -DPAocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -Wal mv -f $depbase.Tpo $depbase.Plo /bin/bash ../libtool --silent --tag=CC --mode=link gcc -Wall -Wextra -pedantic -g -O2 -Wl,-z,defs -rpath '/usr/locd.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo -ldl rm -f canon-s.c ln -s ./stubs.c canon-s.c /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPAocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBAC-s.Tpo -c -o libsane_canon_la-canon-s.lo `test -f 'canon-s.c' || echo './'`canon-s.c mv -f .deps/libsane_canon_la-canon-s.Tpo .deps/libsane_canon_la-canon-s.Plo /bin/bash ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPAocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACibcanon_la-canon.lo `test -f 'canon.c' || echo './'`canon.c mv -f .deps/libcanon_la-canon.Tpo .deps/libcanon_la-canon.Plo /bin/bash ../libtool --silent --tag=CC --mode=link gcc -Wall -Wextra -pedantic -g -O2 -Wl,-z,defs -o libcanon.la ar: `u' modifier ignored since `D' is the default (see `U') /bin/bash ../libtool --silent --tag=CC --mode=link gcc -Wall -Wextra -pedantic -g -O2 -Wl,-z,defs -rpath '/usr/loc.la ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo rm -f genesys-s.cpp ln -s ./stubs.c genesys-s.cpp /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACla-genesys-s.Tpo -c -o libsane_genesys_la-genesys-s.lo `test -f 'genesys-s.cpp' || echo './'`genesys-s.cpp 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 -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACsys_la-genesys.Tpo -c -o genesys/libgenesys_la-genesys.lo `test -f 'genesys/genesys.cpp' || echo './'`genesys/genesys mv -f genesys/.deps/libgenesys_la-genesys.Tpo genesys/.deps/libgenesys_la-genesys.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACeps/libgenesys_la-command_set_common.Tpo -c -o genesys/libgenesys_la-command_set_common.lo `test -f 'genesys/command_ mv -f genesys/.deps/libgenesys_la-command_set_common.Tpo genesys/.deps/libgenesys_la-command_set_common.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACys_la-device.Tpo -c -o genesys/libgenesys_la-device.lo `test -f 'genesys/device.cpp' || echo './'`genesys/device.cpp mv -f genesys/.deps/libgenesys_la-device.Tpo genesys/.deps/libgenesys_la-device.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-enums.Tpo -c -o genesys/libgenesys_la-enums.lo `test -f 'genesys/enums.cpp' || echo './'`genesys/enums.cpp mv -f genesys/.deps/libgenesys_la-enums.Tpo genesys/.deps/libgenesys_la-enums.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-error.Tpo -c -o genesys/libgenesys_la-error.lo `test -f 'genesys/error.cpp' || echo './'`genesys/error.cpp mv -f genesys/.deps/libgenesys_la-error.Tpo genesys/.deps/libgenesys_la-error.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl646.Tpo -c -o genesys/libgenesys_la-gl646.lo `test -f 'genesys/gl646.cpp' || echo './'`genesys/gl646.cpp mv -f genesys/.deps/libgenesys_la-gl646.Tpo genesys/.deps/libgenesys_la-gl646.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl124.Tpo -c -o genesys/libgenesys_la-gl124.lo `test -f 'genesys/gl124.cpp' || echo './'`genesys/gl124.cpp mv -f genesys/.deps/libgenesys_la-gl124.Tpo genesys/.deps/libgenesys_la-gl124.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl841.Tpo -c -o genesys/libgenesys_la-gl841.lo `test -f 'genesys/gl841.cpp' || echo './'`genesys/gl841.cpp mv -f genesys/.deps/libgenesys_la-gl841.Tpo genesys/.deps/libgenesys_la-gl841.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl842.Tpo -c -o genesys/libgenesys_la-gl842.lo `test -f 'genesys/gl842.cpp' || echo './'`genesys/gl842.cpp mv -f genesys/.deps/libgenesys_la-gl842.Tpo genesys/.deps/libgenesys_la-gl842.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl843.Tpo -c -o genesys/libgenesys_la-gl843.lo `test -f 'genesys/gl843.cpp' || echo './'`genesys/gl843.cpp mv -f genesys/.deps/libgenesys_la-gl843.Tpo genesys/.deps/libgenesys_la-gl843.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl846.Tpo -c -o genesys/libgenesys_la-gl846.lo `test -f 'genesys/gl846.cpp' || echo './'`genesys/gl846.cpp mv -f genesys/.deps/libgenesys_la-gl846.Tpo genesys/.deps/libgenesys_la-gl846.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-gl847.Tpo -c -o genesys/libgenesys_la-gl847.lo `test -f 'genesys/gl847.cpp' || echo './'`genesys/gl847.cpp mv -f genesys/.deps/libgenesys_la-gl847.Tpo genesys/.deps/libgenesys_la-gl847.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACbgenesys_la-image_buffer.Tpo -c -o genesys/libgenesys_la-image_buffer.lo `test -f 'genesys/image_buffer.cpp' || echo mv -f genesys/.deps/libgenesys_la-image_buffer.Tpo genesys/.deps/libgenesys_la-image_buffer.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBAClibgenesys_la-image_pipeline.Tpo -c -o genesys/libgenesys_la-image_pipeline.lo `test -f 'genesys/image_pipeline.cpp' mv -f genesys/.deps/libgenesys_la-image_pipeline.Tpo genesys/.deps/libgenesys_la-image_pipeline.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACgenesys_la-image_pixel.Tpo -c -o genesys/libgenesys_la-image_pixel.lo `test -f 'genesys/image_pixel.cpp' || echo './' mv -f genesys/.deps/libgenesys_la-image_pixel.Tpo genesys/.deps/libgenesys_la-image_pixel.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-image.Tpo -c -o genesys/libgenesys_la-image.lo `test -f 'genesys/image.cpp' || echo './'`genesys/image.cpp genesys/image.cpp: In function ‘void genesys::write_tiff_file(const string&, const void*, int, int, int, int)’: genesys/image.cpp:206:41: warning: unused parameter ‘filename’ [-Wunused-parameter] void write_tiff_file(const std::string& filename, const void* data, int depth, int channels, ~~~~~~~~~~~~~~~~~~~^~~~~~~~ genesys/image.cpp:206:63: warning: unused parameter ‘data’ [-Wunused-parameter] void write_tiff_file(const std::string& filename, const void* data, int depth, int channels, ~~~~~~~~~~~~^~~~ mv -f genesys/.deps/libgenesys_la-image.Tpo genesys/.deps/libgenesys_la-image.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACs_la-motor.Tpo -c -o genesys/libgenesys_la-motor.lo `test -f 'genesys/motor.cpp' || echo './'`genesys/motor.cpp mv -f genesys/.deps/libgenesys_la-motor.Tpo genesys/.deps/libgenesys_la-motor.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACps/libgenesys_la-scanner_interface.Tpo -c -o genesys/libgenesys_la-scanner_interface.lo `test -f 'genesys/scanner_int mv -f genesys/.deps/libgenesys_la-scanner_interface.Tpo genesys/.deps/libgenesys_la-scanner_interface.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBAC/.deps/libgenesys_la-scanner_interface_usb.Tpo -c -o genesys/libgenesys_la-scanner_interface_usb.lo `test -f 'genesys mv -f genesys/.deps/libgenesys_la-scanner_interface_usb.Tpo genesys/.deps/libgenesys_la-scanner_interface_usb.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACys_la-sensor.Tpo -c -o genesys/libgenesys_la-sensor.lo `test -f 'genesys/sensor.cpp' || echo './'`genesys/sensor.cpp mv -f genesys/.deps/libgenesys_la-sensor.Tpo genesys/.deps/libgenesys_la-sensor.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACesys_la-settings.Tpo -c -o genesys/libgenesys_la-settings.lo `test -f 'genesys/settings.cpp' || echo './'`genesys/set mv -f genesys/.deps/libgenesys_la-settings.Tpo genesys/.deps/libgenesys_la-settings.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACgenesys_la-static_init.Tpo -c -o genesys/libgenesys_la-static_init.lo `test -f 'genesys/static_init.cpp' || echo './' mv -f genesys/.deps/libgenesys_la-static_init.Tpo genesys/.deps/libgenesys_la-static_init.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACys_la-status.Tpo -c -o genesys/libgenesys_la-status.lo `test -f 'genesys/status.cpp' || echo './'`genesys/status.cpp mv -f genesys/.deps/libgenesys_la-status.Tpo genesys/.deps/libgenesys_la-status.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBAC/libgenesys_la-tables_frontend.Tpo -c -o genesys/libgenesys_la-tables_frontend.lo `test -f 'genesys/tables_frontend.c mv -f genesys/.deps/libgenesys_la-tables_frontend.Tpo genesys/.deps/libgenesys_la-tables_frontend.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACenesys_la-tables_gpo.Tpo -c -o genesys/libgenesys_la-tables_gpo.lo `test -f 'genesys/tables_gpo.cpp' || echo './'`gen mv -f genesys/.deps/libgenesys_la-tables_gpo.Tpo genesys/.deps/libgenesys_la-tables_gpo.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBAC.deps/libgenesys_la-tables_memory_layout.Tpo -c -o genesys/libgenesys_la-tables_memory_layout.lo `test -f 'genesys/ta mv -f genesys/.deps/libgenesys_la-tables_memory_layout.Tpo genesys/.deps/libgenesys_la-tables_memory_layout.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACbgenesys_la-tables_model.Tpo -c -o genesys/libgenesys_la-tables_model.lo `test -f 'genesys/tables_model.cpp' || echo mv -f genesys/.deps/libgenesys_la-tables_model.Tpo genesys/.deps/libgenesys_la-tables_model.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACbgenesys_la-tables_motor.Tpo -c -o genesys/libgenesys_la-tables_motor.lo `test -f 'genesys/tables_motor.cpp' || echo mv -f genesys/.deps/libgenesys_la-tables_motor.Tpo genesys/.deps/libgenesys_la-tables_motor.Plo /bin/bash ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include/sane -D_REENTRANT -DPocal/var/lock -DV_MAJOR=1 -DV_MINOR=0 -I. -I. -I../include -I../include -DLIBDIR="\"/usr/local/lib/sane\"" -DBACibgenesys_la-tables_sensor.Tpo -c -o genesys/libgenesys_la-tables_sensor.lo `test -f 'genesys/tables_sensor.cpp' || e g++: fatal error: Getötet signal terminated program cc1plus compilation terminated. make[3]: *** [Makefile:6395: genesys/libgenesys_la-tables_sensor.lo] Fehler 1 make[3]: Verzeichnis „/home/pi/sane/backends/backend“ wird verlassen make[2]: *** [Makefile:3340: all] Fehler 2 make[2]: Verzeichnis „/home/pi/sane/backends/backend“ wird verlassen make[1]: *** [Makefile:609: all-recursive] Fehler 1 make[1]: Verzeichnis „/home/pi/sane/backends“ wird verlassen make: *** [Makefile:499: all] Fehler 2 pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ pi@raspberrypi:~/sane/backends $ Syslog Apr 5 12:13:54 raspberrypi systemd-timesyncd[203]: Synchronized to time server for the first time 195.50.171.101:123 (2.debian.pool.ntp.org). Apr 5 12:14:01 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded. Apr 5 12:17:01 raspberrypi CRON[642]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Apr 5 12:28:48 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories... Apr 5 12:28:48 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Succeeded. Apr 5 12:28:48 raspberrypi systemd[1]: Started Cleanup of Temporary Directories. Apr 5 13:13:23 raspberrypi rngd[257]: stats: bits received from HRNG source: 80064 Apr 5 13:13:23 raspberrypi rngd[257]: stats: bits sent to kernel pool: 33824 Apr 5 13:13:23 raspberrypi rngd[257]: stats: entropy added to kernel pool: 33824 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2 successes: 4 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2 failures: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Monobit: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Poker: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Runs: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Long run: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Continuous run: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: HRNG source speed: (min=108.730; avg=173.411; max=685.692)Kibits/s Apr 5 13:13:23 raspberrypi rngd[257]: stats: FIPS tests speed: (min=6.183; avg=6.613; max=8.311)Mibits/s Apr 5 13:13:23 raspberrypi rngd[257]: stats: Lowest ready-buffers level: 2 Apr 5 13:13:23 raspberrypi rngd[257]: stats: Entropy starvations: 0 Apr 5 13:13:23 raspberrypi rngd[257]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us Apr 5 13:17:02 raspberrypi CRON[11565]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Apr 5 14:15:48 raspberrypi kernel: [ 7370.776136] INFO: task kworker/0:0:12409 blocked for more than 122 seconds. Apr 5 14:15:51 raspberrypi kernel: [ 7370.776169] Tainted: G C 5.10.17+ #1403 Apr 5 14:15:54 raspberrypi kernel: [ 7370.776179] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:15:56 raspberrypi kernel: [ 7370.776191] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:15:56 raspberrypi rngd[257]: stats: bits received from HRNG source: 120064 Apr 5 14:15:59 raspberrypi kernel: [ 7370.776243] Workqueue: events_freezable mmc_rescan Apr 5 14:16:01 raspberrypi kernel: [ 7370.776263] Backtrace: Apr 5 14:16:04 raspberrypi kernel: [ 7370.776315] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:16:07 raspberrypi kernel: [ 7370.776339] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:16:11 raspberrypi kernel: [ 7370.776353] r4:ffffe000 Apr 5 14:16:13 raspberrypi kernel: [ 7370.776376] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:16:15 raspberrypi kernel: [ 7370.776390] r5:00000002 r4:60000113 Apr 5 14:16:17 raspberrypi kernel: [ 7370.776408] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:16:19 raspberrypi kernel: [ 7370.776428] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:16:22 raspberrypi kernel: [ 7370.776440] r4:c18f5000 Apr 5 14:16:24 raspberrypi kernel: [ 7370.776466] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:16:27 raspberrypi kernel: [ 7370.776482] r5:c18f4000 r4:c18f4000 Apr 5 14:16:30 raspberrypi kernel: [ 7370.776502] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:16:32 raspberrypi kernel: [ 7370.776515] r5:c18f4000 r4:c18f4264 Apr 5 14:16:36 raspberrypi kernel: [ 7370.776547] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:16:43 raspberrypi kernel: [ 7370.776567] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:16:46 raspberrypi kernel: [ 7370.776587] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:16:49 raspberrypi kernel: [ 7370.776606] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:16:52 raspberrypi kernel: [ 7370.776617] r4:c252cd80 Apr 5 14:16:54 raspberrypi kernel: [ 7370.776639] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:16:57 raspberrypi kernel: [ 7370.776658] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:16:59 raspberrypi kernel: [ 7370.776673] r4:c374cdc0 r3:00000000 Apr 5 14:17:02 raspberrypi kernel: [ 7370.776692] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:17:05 raspberrypi kernel: [ 7370.776705] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:17:07 raspberrypi kernel: [ 7370.776719] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:17:14 raspberrypi kernel: [ 7370.776736] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:17:17 raspberrypi kernel: [ 7370.776751] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:17:20 raspberrypi kernel: [ 7370.776769] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:17:23 raspberrypi kernel: [ 7370.776780] r4:c3467200 Apr 5 14:17:51 raspberrypi kernel: [ 7493.657044] INFO: task kworker/0:0:12409 blocked for more than 245 seconds. Apr 5 14:17:54 raspberrypi kernel: [ 7493.657076] Tainted: G C 5.10.17+ #1403 Apr 5 14:17:56 raspberrypi kernel: [ 7493.657086] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:17:59 raspberrypi kernel: [ 7493.657098] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:18:03 raspberrypi kernel: [ 7493.657152] Workqueue: events_freezable mmc_rescan Apr 5 14:18:06 raspberrypi kernel: [ 7493.657171] Backtrace: Apr 5 14:18:09 raspberrypi kernel: [ 7493.657221] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:18:11 raspberrypi kernel: [ 7493.657244] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:18:14 raspberrypi kernel: [ 7493.657258] r4:ffffe000 Apr 5 14:18:16 raspberrypi kernel: [ 7493.657280] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:18:19 raspberrypi kernel: [ 7493.657293] r5:00000002 r4:60000113 Apr 5 14:18:22 raspberrypi kernel: [ 7493.657311] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:18:25 raspberrypi kernel: [ 7493.657332] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:18:27 raspberrypi kernel: [ 7493.657343] r4:c18f5000 Apr 5 14:18:28 raspberrypi kernel: [ 7493.657372] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:18:31 raspberrypi kernel: [ 7493.657387] r5:c18f4000 r4:c18f4000 Apr 5 14:18:33 raspberrypi kernel: [ 7493.657406] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:18:35 raspberrypi kernel: [ 7493.657419] r5:c18f4000 r4:c18f4264 Apr 5 14:18:38 raspberrypi kernel: [ 7493.657451] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:18:43 raspberrypi kernel: [ 7493.657470] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:18:45 raspberrypi kernel: [ 7493.657492] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:18:48 raspberrypi kernel: [ 7493.657513] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:18:51 raspberrypi kernel: [ 7493.657525] r4:c252cd80 Apr 5 14:18:56 raspberrypi kernel: [ 7493.657546] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:18:58 raspberrypi kernel: [ 7493.657565] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:19:00 raspberrypi kernel: [ 7493.657578] r4:c374cdc0 r3:00000000 Apr 5 14:19:03 raspberrypi kernel: [ 7493.657597] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:19:06 raspberrypi kernel: [ 7493.657611] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:19:09 raspberrypi kernel: [ 7493.657626] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:19:12 raspberrypi kernel: [ 7493.657642] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:19:14 raspberrypi kernel: [ 7493.657657] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:19:17 raspberrypi kernel: [ 7493.657675] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:19:20 raspberrypi kernel: [ 7493.657686] r4:c3467200 Apr 5 14:19:54 raspberrypi kernel: [ 7616.537932] INFO: task kworker/0:0:12409 blocked for more than 368 seconds. Apr 5 14:19:57 raspberrypi kernel: [ 7616.537964] Tainted: G C 5.10.17+ #1403 Apr 5 14:19:59 raspberrypi kernel: [ 7616.537974] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:20:02 raspberrypi kernel: [ 7616.537987] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:20:05 raspberrypi kernel: [ 7616.538037] Workqueue: events_freezable mmc_rescan Apr 5 14:20:07 raspberrypi kernel: [ 7616.538058] Backtrace: Apr 5 14:20:10 raspberrypi kernel: [ 7616.538108] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:20:13 raspberrypi kernel: [ 7616.538130] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:20:16 raspberrypi kernel: [ 7616.538142] r4:ffffe000 Apr 5 14:20:18 raspberrypi kernel: [ 7616.538163] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:20:21 raspberrypi kernel: [ 7616.538180] r5:00000002 r4:60000113 Apr 5 14:20:25 raspberrypi kernel: [ 7616.538198] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:20:28 raspberrypi kernel: [ 7616.538216] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:20:30 raspberrypi kernel: [ 7616.538228] r4:c18f5000 Apr 5 14:20:35 raspberrypi kernel: [ 7616.538255] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:20:38 raspberrypi kernel: [ 7616.538269] r5:c18f4000 r4:c18f4000 Apr 5 14:20:41 raspberrypi kernel: [ 7616.538288] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:20:45 raspberrypi kernel: [ 7616.538304] r5:c18f4000 r4:c18f4264 Apr 5 14:20:49 raspberrypi kernel: [ 7616.538335] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:20:52 raspberrypi kernel: [ 7616.538355] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:20:54 raspberrypi kernel: [ 7616.538376] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:20:58 raspberrypi kernel: [ 7616.538395] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:21:01 raspberrypi kernel: [ 7616.538407] r4:c252cd80 Apr 5 14:21:03 raspberrypi kernel: [ 7616.538430] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:21:07 raspberrypi kernel: [ 7616.538449] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:21:08 raspberrypi kernel: [ 7616.538462] r4:c374cdc0 r3:00000000 Apr 5 14:21:12 raspberrypi kernel: [ 7616.538481] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:21:16 raspberrypi kernel: [ 7616.538494] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:21:19 raspberrypi kernel: [ 7616.538509] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:21:21 raspberrypi kernel: [ 7616.538525] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:21:27 raspberrypi kernel: [ 7616.538540] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:21:30 raspberrypi kernel: [ 7616.538561] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:21:32 raspberrypi kernel: [ 7616.538572] r4:c3467200 Apr 5 14:21:57 raspberrypi kernel: [ 7739.418833] INFO: task kworker/0:0:12409 blocked for more than 491 seconds. Apr 5 14:22:00 raspberrypi kernel: [ 7739.418865] Tainted: G C 5.10.17+ #1403 Apr 5 14:22:03 raspberrypi kernel: [ 7739.418876] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:22:06 raspberrypi kernel: [ 7739.418890] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:22:08 raspberrypi kernel: [ 7739.418940] Workqueue: events_freezable mmc_rescan Apr 5 14:22:10 raspberrypi kernel: [ 7739.418960] Backtrace: Apr 5 14:22:12 raspberrypi kernel: [ 7739.419010] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:22:15 raspberrypi kernel: [ 7739.419034] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:22:18 raspberrypi kernel: [ 7739.419046] r4:ffffe000 Apr 5 14:22:19 raspberrypi kernel: [ 7739.419067] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:22:23 raspberrypi kernel: [ 7739.419082] r5:00000002 r4:60000113 Apr 5 14:22:25 raspberrypi kernel: [ 7739.419099] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:22:28 raspberrypi kernel: [ 7739.419119] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:22:32 raspberrypi kernel: [ 7739.419130] r4:c18f5000 Apr 5 14:22:35 raspberrypi kernel: [ 7739.419159] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:22:38 raspberrypi kernel: [ 7739.419173] r5:c18f4000 r4:c18f4000 Apr 5 14:22:41 raspberrypi kernel: [ 7739.419192] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:22:45 raspberrypi kernel: [ 7739.419207] r5:c18f4000 r4:c18f4264 Apr 5 14:22:48 raspberrypi kernel: [ 7739.419239] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:22:51 raspberrypi kernel: [ 7739.419259] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:22:55 raspberrypi kernel: [ 7739.419281] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:23:02 raspberrypi kernel: [ 7739.419300] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:23:05 raspberrypi kernel: [ 7739.419312] r4:c252cd80 Apr 5 14:23:08 raspberrypi kernel: [ 7739.419334] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:23:10 raspberrypi kernel: [ 7739.419353] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:23:15 raspberrypi kernel: [ 7739.419367] r4:c374cdc0 r3:00000000 Apr 5 14:23:18 raspberrypi kernel: [ 7739.419386] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:23:21 raspberrypi kernel: [ 7739.419399] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:23:24 raspberrypi kernel: [ 7739.419414] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:23:29 raspberrypi kernel: [ 7739.419430] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:23:32 raspberrypi kernel: [ 7739.419444] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:23:36 raspberrypi kernel: [ 7739.419464] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:23:39 raspberrypi kernel: [ 7739.419474] r4:c3467200 Apr 5 14:24:00 raspberrypi kernel: [ 7862.299718] INFO: task kworker/0:0:12409 blocked for more than 614 seconds. Apr 5 14:24:03 raspberrypi kernel: [ 7862.299750] Tainted: G C 5.10.17+ #1403 Apr 5 14:24:06 raspberrypi kernel: [ 7862.299760] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:24:08 raspberrypi kernel: [ 7862.299773] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:24:10 raspberrypi kernel: [ 7862.299827] Workqueue: events_freezable mmc_rescan Apr 5 14:24:13 raspberrypi kernel: [ 7862.299846] Backtrace: Apr 5 14:24:16 raspberrypi kernel: [ 7862.299896] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:24:20 raspberrypi kernel: [ 7862.299919] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:24:23 raspberrypi kernel: [ 7862.299932] r4:ffffe000 Apr 5 14:24:27 raspberrypi kernel: [ 7862.299954] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:24:31 raspberrypi kernel: [ 7862.299968] r5:00000002 r4:60000113 Apr 5 14:24:37 raspberrypi kernel: [ 7862.299986] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:24:40 raspberrypi kernel: [ 7862.300005] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:24:44 raspberrypi kernel: [ 7862.300016] r4:c18f5000 Apr 5 14:24:49 raspberrypi kernel: [ 7862.300044] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:24:52 raspberrypi kernel: [ 7862.300060] r5:c18f4000 r4:c18f4000 Apr 5 14:24:54 raspberrypi kernel: [ 7862.300080] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:24:56 raspberrypi kernel: [ 7862.300093] r5:c18f4000 r4:c18f4264 Apr 5 14:24:59 raspberrypi kernel: [ 7862.300125] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:25:02 raspberrypi kernel: [ 7862.300144] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:25:04 raspberrypi kernel: [ 7862.300163] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:25:05 raspberrypi kernel: [ 7862.300185] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:25:12 raspberrypi kernel: [ 7862.300197] r4:c252cd80 Apr 5 14:25:16 raspberrypi kernel: [ 7862.300219] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:25:20 raspberrypi kernel: [ 7862.300238] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300252] r4:c374cdc0 r3:00000000 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300270] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:25:22 raspberrypi kernel: [ 7862.300283] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:25:22 raspberrypi kernel: [ 7862.300299] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300315] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300330] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300348] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:25:22 raspberrypi kernel: [ 7862.300359] r4:c3467200 Apr 5 14:28:05 raspberrypi kernel: [ 8108.061473] INFO: task kworker/0:0:12409 blocked for more than 122 seconds. Apr 5 14:28:09 raspberrypi kernel: [ 8108.061504] Tainted: G C 5.10.17+ #1403 Apr 5 14:28:14 raspberrypi kernel: [ 8108.061513] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:28:19 raspberrypi kernel: [ 8108.061526] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:28:23 raspberrypi kernel: [ 8108.061581] Workqueue: events_freezable mmc_rescan Apr 5 14:28:27 raspberrypi kernel: [ 8108.061599] Backtrace: Apr 5 14:28:33 raspberrypi kernel: [ 8108.061649] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:28:38 raspberrypi kernel: [ 8108.061672] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:28:42 raspberrypi kernel: [ 8108.061686] r4:ffffe000 Apr 5 14:28:46 raspberrypi kernel: [ 8108.061707] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:28:51 raspberrypi kernel: [ 8108.061721] r5:00000002 r4:60000113 Apr 5 14:28:56 raspberrypi kernel: [ 8108.061739] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:28:59 raspberrypi kernel: [ 8108.061757] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:29:03 raspberrypi kernel: [ 8108.061768] r4:c18f5000 Apr 5 14:29:08 raspberrypi kernel: [ 8108.061796] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:29:11 raspberrypi kernel: [ 8108.061810] r5:c18f4000 r4:c18f4000 Apr 5 14:29:15 raspberrypi kernel: [ 8108.061831] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:29:21 raspberrypi kernel: [ 8108.061844] r5:c18f4000 r4:c18f4264 Apr 5 14:29:24 raspberrypi kernel: [ 8108.061874] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:29:28 raspberrypi kernel: [ 8108.061893] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:29:33 raspberrypi kernel: [ 8108.061913] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:29:37 raspberrypi kernel: [ 8108.061934] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:29:42 raspberrypi kernel: [ 8108.061947] r4:c252cd80 Apr 5 14:29:46 raspberrypi kernel: [ 8108.061968] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:29:50 raspberrypi kernel: [ 8108.061987] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:29:59 raspberrypi kernel: [ 8108.062000] r4:c374cdc0 r3:00000000 Apr 5 14:30:07 raspberrypi kernel: [ 8108.062020] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:30:12 raspberrypi kernel: [ 8108.062032] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:30:18 raspberrypi kernel: [ 8108.062048] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:30:23 raspberrypi kernel: [ 8108.062065] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:30:31 raspberrypi kernel: [ 8108.062080] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:30:35 raspberrypi kernel: [ 8108.062098] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:30:40 raspberrypi kernel: [ 8108.062109] r4:c3467200 Apr 5 14:30:50 raspberrypi kernel: [ 8230.942398] INFO: task kworker/0:0:12409 blocked for more than 245 seconds. Apr 5 14:30:57 raspberrypi kernel: [ 8230.942429] Tainted: G C 5.10.17+ #1403 Apr 5 14:31:02 raspberrypi kernel: [ 8230.942439] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:31:08 raspberrypi kernel: [ 8230.942451] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:31:12 raspberrypi kernel: [ 8230.942503] Workqueue: events_freezable mmc_rescan Apr 5 14:31:16 raspberrypi kernel: [ 8230.942523] Backtrace: Apr 5 14:31:24 raspberrypi kernel: [ 8230.942574] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:31:29 raspberrypi kernel: [ 8230.942596] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:31:33 raspberrypi kernel: [ 8230.942609] r4:ffffe000 Apr 5 14:31:41 raspberrypi kernel: [ 8230.942630] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:31:45 raspberrypi kernel: [ 8230.942644] r5:00000002 r4:60000113 Apr 5 14:31:50 raspberrypi kernel: [ 8230.942661] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:31:55 raspberrypi kernel: [ 8230.942679] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:31:57 raspberrypi kernel: [ 8230.942691] r4:c18f5000 Apr 5 14:32:01 raspberrypi kernel: [ 8230.942717] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:32:05 raspberrypi kernel: [ 8230.942733] r5:c18f4000 r4:c18f4000 Apr 5 14:32:10 raspberrypi kernel: [ 8230.942752] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:32:13 raspberrypi kernel: [ 8230.942765] r5:c18f4000 r4:c18f4264 Apr 5 14:32:17 raspberrypi kernel: [ 8230.942795] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:32:21 raspberrypi kernel: [ 8230.942814] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:32:28 raspberrypi kernel: [ 8230.942834] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:32:31 raspberrypi kernel: [ 8230.942853] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:32:35 raspberrypi kernel: [ 8230.942866] r4:c252cd80 Apr 5 14:32:38 raspberrypi kernel: [ 8230.942888] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:32:45 raspberrypi kernel: [ 8230.942907] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:32:49 raspberrypi kernel: [ 8230.942920] r4:c374cdc0 r3:00000000 Apr 5 14:32:54 raspberrypi kernel: [ 8230.942939] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:32:58 raspberrypi kernel: [ 8230.942952] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:33:04 raspberrypi kernel: [ 8230.942966] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:33:08 raspberrypi kernel: [ 8230.942984] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:33:11 raspberrypi kernel: [ 8230.942999] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:33:16 raspberrypi kernel: [ 8230.943018] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:33:25 raspberrypi kernel: [ 8230.943029] r4:c3467200 Apr 5 14:33:30 raspberrypi kernel: [ 8353.823295] INFO: task kworker/0:0:12409 blocked for more than 368 seconds. Apr 5 14:33:34 raspberrypi kernel: [ 8353.823327] Tainted: G C 5.10.17+ #1403 Apr 5 14:33:38 raspberrypi kernel: [ 8353.823337] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:33:45 raspberrypi kernel: [ 8353.823349] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:33:50 raspberrypi kernel: [ 8353.823402] Workqueue: events_freezable mmc_rescan Apr 5 14:33:57 raspberrypi kernel: [ 8353.823422] Backtrace: Apr 5 14:34:07 raspberrypi kernel: [ 8353.823473] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:34:12 raspberrypi kernel: [ 8353.823495] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:34:15 raspberrypi kernel: [ 8353.823507] r4:ffffe000 Apr 5 14:34:20 raspberrypi kernel: [ 8353.823529] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:34:24 raspberrypi kernel: [ 8353.823543] r5:00000002 r4:60000113 Apr 5 14:34:28 raspberrypi kernel: [ 8353.823562] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:34:31 raspberrypi kernel: [ 8353.823580] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:34:36 raspberrypi kernel: [ 8353.823591] r4:c18f5000 Apr 5 14:34:40 raspberrypi kernel: [ 8353.823618] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:34:43 raspberrypi kernel: [ 8353.823631] r5:c18f4000 r4:c18f4000 Apr 5 14:34:48 raspberrypi kernel: [ 8353.823650] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:34:58 raspberrypi kernel: [ 8353.823664] r5:c18f4000 r4:c18f4264 Apr 5 14:35:05 raspberrypi kernel: [ 8353.823696] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:35:10 raspberrypi kernel: [ 8353.823717] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:35:17 raspberrypi kernel: [ 8353.823737] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:35:24 raspberrypi kernel: [ 8353.823757] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:35:29 raspberrypi kernel: [ 8353.823770] r4:c252cd80 Apr 5 14:35:33 raspberrypi kernel: [ 8353.823792] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:35:37 raspberrypi kernel: [ 8353.823812] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:35:40 raspberrypi kernel: [ 8353.823825] r4:c374cdc0 r3:00000000 Apr 5 14:35:45 raspberrypi kernel: [ 8353.823845] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:35:48 raspberrypi kernel: [ 8353.823856] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:35:52 raspberrypi kernel: [ 8353.823870] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:35:57 raspberrypi kernel: [ 8353.823887] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:36:06 raspberrypi kernel: [ 8353.823903] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:36:09 raspberrypi kernel: [ 8353.823921] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:36:13 raspberrypi kernel: [ 8353.823933] r4:c3467200 Apr 5 14:36:17 raspberrypi kernel: [ 8476.704208] INFO: task kworker/0:0:12409 blocked for more than 491 seconds. Apr 5 14:36:27 raspberrypi kernel: [ 8476.704240] Tainted: G C 5.10.17+ #1403 Apr 5 14:36:31 raspberrypi kernel: [ 8476.704251] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:36:35 raspberrypi kernel: [ 8476.704264] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:36:39 raspberrypi kernel: [ 8476.704314] Workqueue: events_freezable mmc_rescan Apr 5 14:36:42 raspberrypi kernel: [ 8476.704333] Backtrace: Apr 5 14:36:50 raspberrypi kernel: [ 8476.704385] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:36:57 raspberrypi kernel: [ 8476.704408] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:37:04 raspberrypi kernel: [ 8476.704420] r4:ffffe000 Apr 5 14:37:10 raspberrypi kernel: [ 8476.704441] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:37:18 raspberrypi kernel: [ 8476.704454] r5:00000002 r4:60000113 Apr 5 14:37:24 raspberrypi kernel: [ 8476.704472] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:37:29 raspberrypi kernel: [ 8476.704492] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:37:33 raspberrypi kernel: [ 8476.704504] r4:c18f5000 Apr 5 14:37:38 raspberrypi kernel: [ 8476.704532] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:37:46 raspberrypi kernel: [ 8476.704546] r5:c18f4000 r4:c18f4000 Apr 5 14:37:52 raspberrypi kernel: [ 8476.704565] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:37:58 raspberrypi kernel: [ 8476.704578] r5:c18f4000 r4:c18f4264 Apr 5 14:38:06 raspberrypi kernel: [ 8476.704609] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:38:12 raspberrypi kernel: [ 8476.704629] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:38:23 raspberrypi kernel: [ 8476.704649] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:38:27 raspberrypi kernel: [ 8476.704668] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:38:34 raspberrypi kernel: [ 8476.704679] r4:c252cd80 Apr 5 14:38:38 raspberrypi kernel: [ 8476.704700] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:38:44 raspberrypi kernel: [ 8476.704719] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:38:58 raspberrypi kernel: [ 8476.704733] r4:c374cdc0 r3:00000000 Apr 5 14:39:02 raspberrypi kernel: [ 8476.704752] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:39:07 raspberrypi kernel: [ 8476.704764] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:39:10 raspberrypi kernel: [ 8476.704779] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:39:14 raspberrypi kernel: [ 8476.704795] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:39:21 raspberrypi kernel: [ 8476.704810] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:39:25 raspberrypi kernel: [ 8476.704828] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:39:29 raspberrypi kernel: [ 8476.704840] r4:c3467200 Apr 5 14:39:34 raspberrypi kernel: [ 8599.585050] INFO: task kworker/0:0:12409 blocked for more than 614 seconds. Apr 5 14:39:37 raspberrypi kernel: [ 8599.585081] Tainted: G C 5.10.17+ #1403 Apr 5 14:39:42 raspberrypi kernel: [ 8599.585090] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 5 14:39:47 raspberrypi kernel: [ 8599.585103] task:kworker/0:0 state:D stack: 0 pid:12409 ppid: 2 flags:0x00000000 Apr 5 14:39:52 raspberrypi kernel: [ 8599.585153] Workqueue: events_freezable mmc_rescan Apr 5 14:39:59 raspberrypi kernel: [ 8599.585174] Backtrace: Apr 5 14:40:05 raspberrypi kernel: [ 8599.585224] [] (__schedule) from [] (schedule+0x64/0xe4) Apr 5 14:40:12 raspberrypi kernel: [ 8599.585246] r10:ffffe000 r9:c1be8000 r8:00000000 r7:00000000 r6:c18f4000 r5:c1be8000 Apr 5 14:40:15 raspberrypi kernel: [ 8599.585258] r4:ffffe000 Apr 5 14:40:22 raspberrypi kernel: [ 8599.585280] [] (schedule) from [] (__mmc_claim_host+0x114/0x248) Apr 5 14:40:26 raspberrypi kernel: [ 8599.585295] r5:00000002 r4:60000113 Apr 5 14:40:31 raspberrypi kernel: [ 8599.585313] [] (__mmc_claim_host) from [] (mmc_get_card+0x38/0x3c) Apr 5 14:40:36 raspberrypi kernel: [ 8599.585332] r10:c18f4268 r9:00000000 r8:00000000 r7:00000000 r6:60000113 r5:00000000 Apr 5 14:40:42 raspberrypi kernel: [ 8599.585344] r4:c18f5000 Apr 5 14:40:55 raspberrypi kernel: [ 8599.585372] [] (mmc_get_card) from [] (mmc_sd_detect+0x24/0x7c) Apr 5 14:41:03 raspberrypi kernel: [ 8599.585385] r5:c18f4000 r4:c18f4000 Apr 5 14:41:09 raspberrypi kernel: [ 8599.585406] [] (mmc_sd_detect) from [] (mmc_rescan+0xf0/0x46c) Apr 5 14:41:15 raspberrypi kernel: [ 8599.585421] r5:c18f4000 r4:c18f4264 Apr 5 14:41:25 raspberrypi kernel: [ 8599.585450] [] (mmc_rescan) from [] (process_one_work+0x208/0x4e0) Apr 5 14:41:31 raspberrypi kernel: [ 8599.585470] r9:00000000 r8:00000000 r7:dbfb9600 r6:00000000 r5:c252cd80 r4:c18f4264 Apr 5 14:41:35 raspberrypi kernel: [ 8599.585490] [] (process_one_work) from [] (worker_thread+0x34/0x594) Apr 5 14:41:42 raspberrypi kernel: [ 8599.585510] r10:c0bae28c r9:00000008 r8:c0c19e40 r7:c0bae2a0 r6:c252cd94 r5:c0bae28c Apr 5 14:41:52 raspberrypi kernel: [ 8599.585521] r4:c252cd80 Apr 5 14:42:00 raspberrypi kernel: [ 8599.585544] [] (worker_thread) from [] (kthread+0x148/0x15c) Apr 5 14:42:06 raspberrypi kernel: [ 8599.585563] r10:c2685e88 r9:c252cd80 r8:c003dee4 r7:c53d6000 r6:00000000 r5:c3467200 Apr 5 14:42:11 raspberrypi kernel: [ 8599.585576] r4:c374cdc0 r3:00000000 Apr 5 14:42:15 raspberrypi kernel: [ 8599.585597] [] (kthread) from [] (ret_from_fork+0x14/0x28) Apr 5 14:42:19 raspberrypi kernel: [ 8599.585609] Exception stack(0xc53d7fb0 to 0xc53d7ff8) Apr 5 14:42:23 raspberrypi kernel: [ 8599.585623] 7fa0: 00000000 00000000 00000000 00000000 Apr 5 14:42:27 raspberrypi kernel: [ 8599.585879] 7fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Apr 5 14:42:37 raspberrypi kernel: [ 8599.585900] 7fe0: 00000000 00000000 00000000 00000000 00000013 00000000 Apr 5 14:42:41 raspberrypi kernel: [ 8599.585924] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0043700 Apr 5 14:42:45 raspberrypi kernel: [ 8599.585936] r4:c3467200 Apr 5 17:04:44 raspberrypi kernel: [17477.318975] systemd-journal invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 Apr 5 17:04:44 raspberrypi kernel: [17477.319011] CPU: 0 PID: 78 Comm: systemd-journal Tainted: G C 5.10.17+ #1403 Apr 5 17:04:44 raspberrypi kernel: [17477.319023] Hardware name: BCM2835 Apr 5 17:04:44 raspberrypi kernel: [17477.319033] Backtrace: Apr 5 17:04:44 raspberrypi kernel: [17477.319081] [] (dump_backtrace) from [] (show_stack+0x20/0x24) Apr 5 17:04:44 raspberrypi kernel: [17477.319100] r7:c0ba8260 r6:c0a724e0 r5:c441b980 r4:c0a637c4 Apr 5 17:04:44 raspberrypi kernel: [17477.319125] [] (show_stack) from [] (dump_stack+0x28/0x30) Apr 5 17:04:44 raspberrypi kernel: [17477.319146] [] (dump_stack) from [] (dump_header+0x60/0x1d4) Apr 5 17:04:44 raspberrypi kernel: [17477.319159] r5:c441b980 r4:c34d9d78 Apr 5 17:04:44 raspberrypi kernel: [17477.319185] [] (dump_header) from [] (oom_kill_process+0x15c/0x16c) Apr 5 17:04:44 raspberrypi kernel: [17477.319316] r7:c0ba8260 r6:c0a724e0 r5:c34d9d78 r4:c441b980 Apr 5 17:04:44 raspberrypi kernel: [17477.319344] [] (oom_kill_process) from [] (out_of_memory+0x29c/0x384) Apr 5 17:04:44 raspberrypi kernel: [17477.319362] r7:c0ba8260 r6:c0ba5028 r5:c441b980 r4:c34d9d78 Apr 5 17:04:44 raspberrypi kernel: [17477.319393] [] (out_of_memory) from [] (__alloc_pages_nodemask+0xbd4/0xf5c) Apr 5 17:04:44 raspberrypi kernel: [17477.319411] r7:0000102e r6:00000000 r5:00000000 r4:00100cca Apr 5 17:04:44 raspberrypi kernel: [17477.319431] [] (__alloc_pages_nodemask) from [] (pagecache_get_page+0x130/0x320) Apr 5 17:04:44 raspberrypi kernel: [17477.319451] r10:c0cd728e r9:c0ba5960 r8:000001a4 r7:c1c4e1c0 r6:00100cca r5:00000044 Apr 5 17:04:44 raspberrypi kernel: [17477.319462] r4:112c0003 Apr 5 17:04:44 raspberrypi kernel: [17477.319479] [] (pagecache_get_page) from [] (filemap_fault+0x7b0/0xa7c) Apr 5 17:04:44 raspberrypi kernel: [17477.319501] r10:c1c4e1c0 r9:c0ba5028 r8:000001a4 r7:c1c4e0c0 r6:c34d9ec8 r5:c350ce40 Apr 5 17:04:44 raspberrypi kernel: [17477.319512] r4:c350ce40 Apr 5 17:04:44 raspberrypi kernel: [17477.319544] [] (filemap_fault) from [] (ext4_filemap_fault+0x38/0x4c) Apr 5 17:04:44 raspberrypi kernel: [17477.319564] r10:c34d9fb0 r9:00000000 r8:c0ba5028 r7:00000040 r6:000001c7 r5:c34d9ec8 Apr 5 17:04:44 raspberrypi kernel: [17477.319575] r4:c1c4e0b0 Apr 5 17:04:44 raspberrypi kernel: [17477.319599] [] (ext4_filemap_fault) from [] (__do_fault+0x48/0x190) Apr 5 17:04:44 raspberrypi kernel: [17477.319612] r5:c2750c60 r4:c34d9ec8 Apr 5 17:04:44 raspberrypi kernel: [17477.319634] [] (__do_fault) from [] (handle_mm_fault+0x820/0xd84) Apr 5 17:04:44 raspberrypi kernel: [17477.319651] r7:00000040 r6:000001c7 r5:b6d82000 r4:00000254 Apr 5 17:04:44 raspberrypi kernel: [17477.319675] [] (handle_mm_fault) from [] (do_page_fault+0x138/0x330) Apr 5 17:04:44 raspberrypi kernel: [17477.319695] r10:00000254 r9:00000000 r8:c269e904 r7:c269e8c0 r6:00000017 r5:b6d823e0 Apr 5 17:04:44 raspberrypi kernel: [17477.319706] r4:c34d9fb0 Apr 5 17:04:44 raspberrypi kernel: [17477.319734] [] (do_page_fault) from [] (do_DataAbort+0x48/0xc8) Apr 5 17:04:44 raspberrypi kernel: [17477.319756] r10:00000006 r9:00f6eee0 r8:c34d9fb0 r7:b6d823e0 r6:c08764f8 r5:00000017 Apr 5 17:04:44 raspberrypi kernel: [17477.319767] r4:c0baa3dc Apr 5 17:04:44 raspberrypi kernel: [17477.319789] [] (do_DataAbort) from [] (__dabt_usr+0x44/0x60) Apr 5 17:04:44 raspberrypi kernel: [17477.319801] Exception stack(0xc34d9fb0 to 0xc34d9ff8) Apr 5 17:04:44 raspberrypi kernel: [17477.319816] 9fa0: 000000e8 00000000 000000e8 b6d823b0 Apr 5 17:04:44 raspberrypi kernel: [17477.319834] 9fc0: 00016a80 00000000 b6f90968 beb2d064 b5cc8a80 00f6eee0 00000006 beb2d018 Apr 5 17:04:44 raspberrypi kernel: [17477.319850] 9fe0: 00000030 beb2cfd8 00000006 b6c9c9c4 80000010 ffffffff Apr 5 17:04:44 raspberrypi kernel: [17477.319867] r8:00c5387d r7:00c5387d r6:ffffffff r5:80000010 r4:b6c9c9c4 Apr 5 17:04:44 raspberrypi kernel: [17477.319877] Mem-Info: Apr 5 17:04:44 raspberrypi kernel: [17477.319902] active_anon:49368 inactive_anon:49463 isolated_anon:0 Apr 5 17:04:44 raspberrypi kernel: [17477.319902] active_file:13 inactive_file:34 isolated_file:1 Apr 5 17:04:44 raspberrypi kernel: [17477.319902] unevictable:4 dirty:0 writeback:0 Apr 5 17:04:44 raspberrypi kernel: [17477.319902] slab_reclaimable:1862 slab_unreclaimable:2349 Apr 5 17:04:44 raspberrypi kernel: [17477.319902] mapped:114 shmem:137 pagetables:572 bounce:0 Apr 5 17:04:44 raspberrypi kernel: [17477.319902] free:4095 free_pcp:184 free_cma:52 Apr 5 17:04:44 raspberrypi kernel: [17477.319924] Node 0 active_anon:197472kB inactive_anon:197852kB active_file:52kB inactive_file:136kB unevictable:16kB isolated(anon):0kB isolated(file):4kB mapped:456kB dirty:0kB writeback:0kB shmem:548kB writeback_tmp:0kB kernel_stack:776kB all_unreclaimable? yes Apr 5 17:04:44 raspberrypi kernel: [17477.319952] Normal free:16380kB min:16384kB low:20480kB high:24576kB reserved_highatomic:0KB active_anon:197472kB inactive_anon:197852kB active_file:52kB inactive_file:136kB unevictable:16kB writepending:0kB present:458752kB managed:440412kB mlocked:16kB pagetables:2288kB bounce:0kB free_pcp:736kB local_pcp:736kB free_cma:208kB Apr 5 17:04:44 raspberrypi kernel: [17477.319961] lowmem_reserve[]: 0 0 Apr 5 17:04:44 raspberrypi kernel: [17477.319993] Normal: 165*4kB (UMEC) 185*8kB (UMEC) 160*16kB (UMEC) 105*32kB (UMEC) 54*64kB (UE) 16*128kB (UME) 9*256kB (UME) 1*512kB (U) 0*1024kB 0*2048kB 0*4096kB = 16380kB Apr 5 17:04:44 raspberrypi kernel: [17477.320157] 210 total pagecache pages Apr 5 17:04:44 raspberrypi kernel: [17477.320170] 25 pages in swap cache Apr 5 17:04:44 raspberrypi kernel: [17477.320181] Swap cache stats: add 29527, delete 29502, find 702/2498 Apr 5 17:04:44 raspberrypi kernel: [17477.320190] Free swap = 0kB Apr 5 17:04:44 raspberrypi kernel: [17477.320198] Total swap = 102396kB Apr 5 17:04:44 raspberrypi kernel: [17477.320207] 114688 pages RAM Apr 5 17:04:44 raspberrypi kernel: [17477.320215] 0 pages HighMem/MovableOnly Apr 5 17:04:44 raspberrypi kernel: [17477.320224] 4585 pages reserved Apr 5 17:04:44 raspberrypi kernel: [17477.320232] 16384 pages cma reserved Apr 5 17:04:44 raspberrypi kernel: [17477.320241] Tasks state (memory values in pages): Apr 5 17:04:44 raspberrypi kernel: [17477.320251] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name Apr 5 17:04:44 raspberrypi kernel: [17477.320281] [ 78] 0 78 3949 167 63488 158 0 systemd-journal Apr 5 17:04:44 raspberrypi kernel: [17477.320298] [ 112] 0 112 4560 12 18432 189 -1000 systemd-udevd Apr 5 17:04:44 raspberrypi kernel: [17477.320317] [ 203] 100 203 5600 21 24576 146 0 systemd-timesyn Apr 5 17:04:44 raspberrypi kernel: [17477.320333] [ 248] 0 248 3257 17 20480 144 0 systemd-logind Apr 5 17:04:44 raspberrypi kernel: [17477.320349] [ 250] 0 250 6184 72 20480 127 0 rsyslogd Apr 5 17:04:44 raspberrypi kernel: [17477.320364] [ 254] 0 254 1983 14 14336 31 0 cron Apr 5 17:04:44 raspberrypi kernel: [17477.320381] [ 256] 104 256 1633 46 14336 71 -900 dbus-daemon Apr 5 17:04:44 raspberrypi kernel: [17477.320396] [ 257] 0 257 6910 26 16384 9 0 rngd Apr 5 17:04:44 raspberrypi kernel: [17477.320412] [ 266] 65534 266 1076 5 12288 39 0 thd Apr 5 17:04:44 raspberrypi kernel: [17477.320427] [ 280] 0 280 2682 12 18432 89 0 wpa_supplicant Apr 5 17:04:44 raspberrypi kernel: [17477.320442] [ 287] 108 287 1471 41 12288 47 0 avahi-daemon Apr 5 17:04:44 raspberrypi kernel: [17477.320457] [ 310] 108 310 1438 2 12288 60 0 avahi-daemon Apr 5 17:04:44 raspberrypi kernel: [17477.320472] [ 349] 0 349 2747 18 18432 132 0 wpa_supplicant Apr 5 17:04:44 raspberrypi kernel: [17477.320488] [ 374] 0 374 531 0 10240 32 0 hciattach Apr 5 17:04:44 raspberrypi kernel: [17477.320504] [ 376] 0 376 2380 0 16384 93 0 bluetoothd Apr 5 17:04:44 raspberrypi kernel: [17477.320520] [ 443] 0 443 722 8 10240 94 0 dhcpcd Apr 5 17:04:44 raspberrypi kernel: [17477.320535] [ 445] 109 445 606 18 10240 7 0 vnstatd Apr 5 17:04:44 raspberrypi kernel: [17477.320550] [ 451] 0 451 2678 31 18432 113 -1000 sshd Apr 5 17:04:44 raspberrypi kernel: [17477.320566] [ 452] 0 452 1073 0 12288 26 0 agetty Apr 5 17:04:44 raspberrypi kernel: [17477.320581] [ 461] 0 461 1845 1 12288 47 0 xinetd Apr 5 17:04:44 raspberrypi kernel: [17477.320596] [ 462] 0 462 3056 39 18432 160 0 sshd Apr 5 17:04:44 raspberrypi kernel: [17477.320611] [ 465] 1000 465 3646 56 20480 169 0 systemd Apr 5 17:04:44 raspberrypi kernel: [17477.320628] [ 466] 1000 466 4204 14 22528 394 0 (sd-pam) Apr 5 17:04:44 raspberrypi kernel: [17477.320643] [ 479] 1000 479 3056 51 18432 150 0 sshd Apr 5 17:04:44 raspberrypi kernel: [17477.320658] [ 480] 1000 480 2154 0 16384 261 0 bash Apr 5 17:04:44 raspberrypi kernel: [17477.320674] [ 9663] 1000 9663 1703 0 14336 70 0 make Apr 5 17:04:44 raspberrypi kernel: [17477.320689] [ 9665] 1000 9665 1722 0 14336 73 0 make Apr 5 17:04:44 raspberrypi kernel: [17477.320704] [ 9666] 1000 9666 1913 12 14336 51 0 bash Apr 5 17:04:44 raspberrypi kernel: [17477.320720] [ 10372] 1000 10372 1913 12 10240 51 0 bash Apr 5 17:04:44 raspberrypi kernel: [17477.320735] [ 10373] 1000 10373 1918 0 14336 271 0 make Apr 5 17:04:44 raspberrypi kernel: [17477.320751] [ 10622] 1000 10622 1918 237 14336 36 0 make Apr 5 17:04:44 raspberrypi kernel: [17477.320767] [ 12359] 1000 12359 2077 1 14336 218 0 bash Apr 5 17:04:44 raspberrypi kernel: [17477.320782] [ 12396] 1000 12396 1980 1 14336 36 0 g++ Apr 5 17:04:44 raspberrypi kernel: [17477.320798] [ 12397] 1000 12397 127826 97650 520192 21427 0 cc1plus Apr 5 17:04:44 raspberrypi kernel: [17477.320814] [ 12411] 0 12411 2347 61 16384 11 0 cron Apr 5 17:04:44 raspberrypi kernel: [17477.320829] [ 12414] 0 12414 2621 71 14336 0 0 sshd Apr 5 17:04:44 raspberrypi kernel: [17477.320844] [ 12428] 0 12428 2132 40 16384 11 0 cron Apr 5 17:04:44 raspberrypi kernel: [17477.320860] [ 12445] 0 12445 2132 42 16384 9 0 cron Apr 5 17:04:44 raspberrypi kernel: [17477.320876] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),global_oom,task_memcg=/,task=cc1plus,pid=12397,uid=1000 Apr 5 17:04:44 raspberrypi kernel: [17477.320942] Out of memory: Killed process 12397 (cc1plus) total-vm:511304kB, anon-rss:390600kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:508kB oom_score_adj:0 Apr 5 17:04:44 raspberrypi kernel: [17477.719207] oom_reaper: reaped process 12397 (cc1plus), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB Apr 5 17:04:46 raspberrypi rngd[257]: stats: bits sent to kernel pool: 63584 Apr 5 17:04:46 raspberrypi systemd[1]: systemd-journald.service: Watchdog timeout (limit 3min)! Apr 5 17:04:46 raspberrypi rngd[257]: stats: entropy added to kernel pool: 63584 Apr 5 17:04:46 raspberrypi systemd[1]: systemd-journald.service: Killing process 78 (systemd-journal) with signal SIGABRT. Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 successes: 6 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 failures: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Monobit: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Poker: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Runs: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Long run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Continuous run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: HRNG source speed: (min=108.730; avg=198.540; max=685.692)Kibits/s Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS tests speed: (min=1.258; avg=3.966; max=8.847)Mibits/s Apr 5 17:04:46 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage... Apr 5 17:04:46 raspberrypi rngd[257]: stats: Lowest ready-buffers level: 2 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Entropy starvations: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us Apr 5 17:04:46 raspberrypi rngd[257]: stats: bits received from HRNG source: 140064 Apr 5 17:04:46 raspberrypi rngd[257]: stats: bits sent to kernel pool: 94336 Apr 5 17:04:46 raspberrypi rngd[257]: stats: entropy added to kernel pool: 94336 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 successes: 7 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 failures: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Monobit: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Poker: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Runs: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Long run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Continuous run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: HRNG source speed: (min=58.911; avg=148.320; max=685.692)Kibits/s Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS tests speed: (min=817.412; avg=2591.825; max=9059.021)Kibits/s Apr 5 17:04:46 raspberrypi rngd[257]: stats: Lowest ready-buffers level: 2 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Entropy starvations: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us Apr 5 17:04:46 raspberrypi rngd[257]: stats: bits received from HRNG source: 180064 Apr 5 17:04:46 raspberrypi rngd[257]: stats: bits sent to kernel pool: 126144 Apr 5 17:04:46 raspberrypi rngd[257]: stats: entropy added to kernel pool: 126144 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 successes: 9 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2 failures: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Monobit: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Poker: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Runs: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Long run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS 140-2(2001-10-10) Continuous run: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: HRNG source speed: (min=46.455; avg=115.296; max=685.692)Kibits/s Apr 5 17:04:46 raspberrypi rngd[257]: stats: FIPS tests speed: (min=41.714; avg=335.982; max=9059.021)Kibits/s Apr 5 17:04:46 raspberrypi rngd[257]: stats: Lowest ready-buffers level: 2 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Entropy starvations: 0 Apr 5 17:04:46 raspberrypi rngd[257]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us Apr 5 17:04:46 raspberrypi CRON[12458]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Apr 5 17:04:46 raspberrypi CRON[12459]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Apr 5 17:04:46 raspberrypi CRON[12460]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Apr 5 17:04:47 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage. Apr 5 17:17:01 raspberrypi CRON[12486]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) pi@raspberrypi:~/sane/backends $ ++++ AHHH SWAPfile kann größer werden ... sudo nano /etc/dphys-swapfile CONF_SWAPSIZE=4096 sudo /etc/init.d/dphys-swapfile stop sudo /etc/init.d/dphys-swapfile start Swap File Deutlich größer gemacht, Voila: cd in den Build Ordner und: make && sudo make install pi@raspberrypi:~/sane/backends $ sudo ldconfig -v | grep libsane ldconfig: Kann »stat()« für »/usr/local/lib/arm-linux-gnueabihf« nicht aufrufen: Datei oder Verzeichnis nicht gefunden ldconfig: Pfad »/lib/arm-linux-gnueabihf« mehrfach angegeben ldconfig: Pfad »/usr/lib/arm-linux-gnueabihf« mehrfach angegeben ldconfig: /lib/arm-linux-gnueabihf/ld-2.28.so is the dynamic linker, ignoring libsane.so.1 -> libsane.so.1.0.27 libsane.so.1 -> libsane.so.1.0.32 ldconfig: /lib/ld-linux.so.3 is the dynamic linker, ignoring Dort muss die neue Version oben stehen! pi@raspberrypi:~/sane/backends $ echo "/usr/local/lib" | sudo tee -a /etc/ld.so.conf.d/1-sane.conf /usr/local/lib sudo ldconfig -v | grep libsane ldconfig: Kann »stat()« für »/usr/local/lib/arm-linux-gnueabihf« nicht aufrufen: Datei oder Verzeichnis nicht gefunden ldconfig: Pfad »/usr/local/lib« mehrfach angegeben ldconfig: Pfad »/lib/arm-linux-gnueabihf« mehrfach angegeben ldconfig: Pfad »/usr/lib/arm-linux-gnueabihf« mehrfach angegeben libsane.so.1 -> libsane.so.1.0.32 ldconfig: /lib/arm-linux-gnueabihf/ld-2.28.so is the dynamic linker, ignoring libsane.so.1 -> libsane.so.1.0.27 ldconfig: /lib/ld-linux.so.3 is the dynamic linker, ignoring pi@raspberrypi:~/sane/backends $ cd /usr/share/locale/de/LC_MESSAGES pi@raspberrypi:/usr/share/locale/de/LC_MESSAGES $ sudo ln -sf /usr/local/share/locale/de/LC_MESSAGES/sane-backends.mo . sudo cp ~/sane/backends/tools/udev/libsane.rules /etc/udev/rules.d pi@raspberrypi:~/sane/backends $ sudo service udev restart pi@raspberrypi:~/sane/backends $ scanimage -v Output format is not set, using pnm as a default. scanimage: output is not a file, exiting pi@raspberrypi:~/sane/backends $ scanimage -L device `genesys:libusb:001:006' is a Canon LiDE 90 flatbed scanner pi@raspberrypi:~/sane/backends $ scanimage > ~/test.pnm Output format is not set, using pnm as a default. JUBEL!!!!!! Todo: - Script für Scannen via SSH etc. sudo scanimage --mode=Color --depth=8 --resolution=300 --format=png > test12.png -v - Script für Scannen nach Knopfdruck für JPG/PDF/etc. - DruckerServer - Backup SD-Kartenimage!!!!