* sane-backends-1.0.20 failing to build
@ 2009-11-25 17:12 Mike Westerhof
2009-11-25 18:18 ` Koen Kooi
2009-12-06 21:37 ` Mike Westerhof
0 siblings, 2 replies; 3+ messages in thread
From: Mike Westerhof @ 2009-11-25 17:12 UTC (permalink / raw)
To: openembedded-devel
Something is rather fishy with the sane-backends that was just committed
-- anyone else see failures similar to this? (Looks like the
mkinstalldirs script doesn't take the -g option?)
-Mike (mwester)
Here's the pertinent part of
armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/temp/log.do_install.nnnn:
---------------------------------------------------
for dir in artec_eplus48u gt68xx snapscan epjitsu ; do \
/bin/sh ../mkinstalldirs
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/usr/sha\
re/sane/${dir} ; \
done
mkdir -p --
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/usr/share/sane/artec_eplus48u
mkdir -p --
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/usr/share/sane/gt68xx
mkdir -p --
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/usr/share/sane/snapscan
mkdir -p --
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/usr/share/sane/epjitsu
/bin/sh ../mkinstalldirs -m 775 -g uucp
/u/slug/slugos/tmp/work/armv5teb-linux-gnueabi/sane-backends-1.0.20-r0/image/va\
r/lock/sane
Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
Create each directory DIR (with mode MODE, if specified), including all
leading file name components.
Report bugs to <bug-automake@gnu.org>.
make[4]: *** [install-lockpath] Error 1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sane-backends-1.0.20 failing to build
2009-11-25 17:12 sane-backends-1.0.20 failing to build Mike Westerhof
@ 2009-11-25 18:18 ` Koen Kooi
2009-12-06 21:37 ` Mike Westerhof
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-11-25 18:18 UTC (permalink / raw)
To: openembedded-devel
On 25-11-09 18:12, Mike Westerhof wrote:
> Something is rather fishy with the sane-backends that was just committed
> -- anyone else see failures similar to this?
I just tried over here:
NOTE: Running task 1774 of 1774 (ID: 0,
/OE/org.openembedded.dev/recipes/sane/sane-backends_1.0.20.bb,
do_rm_work_all)
NOTE: Tasks Summary: Attempted 1774 tasks of which 1755 didn't need to
be rerun and 0 failed.
does mkinstalldirs come from gettext or coreutils?
regards,
Koen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sane-backends-1.0.20 failing to build
2009-11-25 17:12 sane-backends-1.0.20 failing to build Mike Westerhof
2009-11-25 18:18 ` Koen Kooi
@ 2009-12-06 21:37 ` Mike Westerhof
1 sibling, 0 replies; 3+ messages in thread
From: Mike Westerhof @ 2009-12-06 21:37 UTC (permalink / raw)
To: openembedded-devel
Mike Westerhof wrote:
> Something is rather fishy with the sane-backends that was just committed
> -- anyone else see failures similar to this? (Looks like the
> mkinstalldirs script doesn't take the -g option?)
Digging into this to find out why it works on one of my build machines
and not on the other reveals that the failure only occurs if the user
doing the build is a member of the "uucp" group.
The configure script is attempting to determine if it should/can change
the group ownership of the lock directory during install.
We can fix this by disabling the lockfile mechanism by passing the
appropriate --without or --disable flags to configure, if anyone cares
enough. In the meantime, I've fixed it for my builder by removing
myself from the "uucp" group.
-Mike (mwester)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-06 21:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 17:12 sane-backends-1.0.20 failing to build Mike Westerhof
2009-11-25 18:18 ` Koen Kooi
2009-12-06 21:37 ` Mike Westerhof
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.