Em 30-07-2013 11:15, Dave Wagler escreveu:
> On Tue, Jul 30, 2013 at 8:48 AM, Fernando de Oliveira
> <[email protected] <mailto:[email protected]>> wrote:
> 
>     Em 30-07-2013 10:22, Dave Wagler escreveu:
>     > On Tue, Jul 30, 2013 at 6:34 AM, Dave Wagler <[email protected]
>     <mailto:[email protected]>
>     > <mailto:[email protected] <mailto:[email protected]>>> wrote:
>     >
>     >     Trying to install SANE-1.0.23 (BLFS 7.3) and the make terminates
>     >     with this sequence:
>     >
>     >     installing p5.conf in /etc/sane.d/p5.conf...
>     >     installing saned.conf in /etc/sane.d/saned.conf...
>     >     installing dll.conf in /etc/sane.d/dll.conf...
>     >     make[4]: Leaving directory `/usr/src/sane-backends-1.0.23/backend'
>     >     make[3]: *** [install-data-am] Error 2
>     >     make[3]: Leaving directory `/usr/src/sane-backends-1.0.23/backend'
>     >     make[2]: *** [install-am] Error 2
>     >     make[2]: Leaving directory `/usr/src/sane-backends-1.0.23/backend'
>     >     make[1]: *** [install] Error 2
>     >     make[1]: Leaving directory `/usr/src/sane-backends-1.0.23/backend'
>     >     make: *** [install-recursive] Error 1
>     >
>     >     I suppose I either didn't install something or installed something
>     >     wrong, but I can't tell what from this. Can you?
>     >
>     >     Thanks,
>     >     Dave
>     >
>     >


> 
> Actually, I meant does it have anything to do with the problem I'm
> having installing SANE?
> 
> Dave
> 
> 

OK.

You mention make, perhaps forgot install, it is at make install that
error above.

Why is it failing to install something in /etc/sane.d? The file has not
been found or you have no permission to do it? Of course it is root who
is executing make install, right?

Also, you are doing everything in the book:

{{
The SANE daemon should run with its own group. Create this group by
issuing the following commands as the root user:

groupadd -g 70 scanner
 Note
The user *building* SANE-backends should be a *member of the scanner*
group *before* proceeding. After you have added the user building the
package to the scanner group, issue the following command to create a
new shell:

su $(whoami)
Check the output of the *groups* command and ensure the user is a member
of the scanner group.
}}

And only after, start building as member of the scanner group.

Please, let us know if you did everything by the book.

That is all I can remember to help, unfortunately. Bruce updated, last
time, the page, perhaps he can tell more.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to