<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I have the same problem on the Debian Stable 64 bit. The problem is likely within the script:<div><br></div><div>/bin/bash ../mkinstalldirs -m 775 -g uucp /usr/local/var/lock/sane<br>Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...</div><div><br>Both the help info (./mkinstalldit --help) and looking inside the script does not make clear that "-g uucp" is allowed as a parameter. Besides -m only directories are.</div><div><br></div><div>Regards</div><div>Olaf<br><br>--- On <b>Thu, 12/15/11, Gernot Hassenpflug <i><aikishugyo@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Gernot Hassenpflug <aikishugyo@gmail.com><br>Subject: Re: [sane-devel] Support for CanoScan 9000F and others: splitting pixma_mp150.c into two drivers<br>To:
sane-devel@lists.alioth.debian.org<br>Date: Thursday, December 15, 2011, 5:11 PM<br><br><div class="plainMail">I am having trouble compiling the development version of SANE now,<br>unfortunately, straight from the repository.<br><br>System:<br>32-bit Debian unstable<br>installed version of SANE: 1.0.2<br><br>I do the following as root:<br><br>cd ~/src<br>git clone git://git.debian.org/sane/sane-backends.git<br>cd sane-backends<br>autoconf<br>automake<br>BACKENDS="pixma epson2" ./configure<br>make<br>make install<br><br>Everything up to and including "make" seems to end perfectly.<br>Unfortunately, make install fails. Here is the last part of the<br>output:<br><br>...<br>make install-data-hook<br>make[4]: Entering directory `/home/gernot/src/sane-CVS/sane-backends/backend'<br>rm -f /usr/local/lib/sane/libsane.*<br>test -z "/usr/local/etc/sane.d" || /bin/mkdir -p "/usr/local/etc/sane.d"<br>test -z "/usr/local/etc/sane.d/dll.d" || /bin/mkdir
-p<br>"/usr/local/etc/sane.d/dll.d"<br>NOT overwriting pixma.conf in /usr/local/etc/sane.d...<br>NOT overwriting epson2.conf in /usr/local/etc/sane.d...<br>NOT overwriting saned.conf in /usr/local/etc/sane.d...<br>NOT overwriting dll.conf in /usr/local/etc/sane.d...<br>for dir in artec_eplus48u gt68xx snapscan epjitsu ; do \<br> /bin/bash ../mkinstalldirs /usr/local/share/sane/${dir} ; \<br> done<br>/bin/bash ../mkinstalldirs -m 775 -g uucp /usr/local/var/lock/sane<br>Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...<br><br>Create each directory DIR (with mode MODE, if specified), including all<br>leading file name components.<br><br>Report bugs to <<a ymailto="mailto:bug-automake@gnu.org" href="/mc/compose?to=bug-automake@gnu.org">bug-automake@gnu.org</a>>.<br>make[4]: *** [install-lockpath] Error 1<br>make[4]: Leaving directory
`/home/gernot/src/sane-CVS/sane-backends/backend'<br>make[3]: *** [install-data-am] Error 2<br>make[3]: Leaving directory `/home/gernot/src/sane-CVS/sane-backends/backend'<br>make[2]: *** [install-am] Error 2<br>make[2]: Leaving directory `/home/gernot/src/sane-CVS/sane-backends/backend'<br>make[1]: *** [install] Error 2<br>make[1]: Leaving directory `/home/gernot/src/sane-CVS/sane-backends/backend'<br>make: *** [install-recursive] Error 1<br><br><br>I don't see an explicit reason given (such as permissions missing).<br>Searching for comments regarding the actual error line yields no<br>recent results (an error like this apparently existed in 1.0.20 in<br>2009 for some gentoo users, according to search results).<br><br>Any pointers much appreciated.<br>Regards,<br>Gernot Hassenpflug<br><br>I wonder if there is<br><br>-- <br>sane-devel mailing list: <a ymailto="mailto:sane-devel@lists.alioth.debian.org"
href="/mc/compose?to=sane-devel@lists.alioth.debian.org">sane-devel@lists.alioth.debian.org</a><br><a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel</a><br>Unsubscribe: Send mail with subject "unsubscribe your_password"<br> to <a ymailto="mailto:sane-devel-request@lists.alioth.debian.org" href="/mc/compose?to=sane-devel-request@lists.alioth.debian.org">sane-devel-request@lists.alioth.debian.org</a><br></div></blockquote></div></td></tr></table>