[cairo] Setting up scratchbox (was: Speedup _cairo_matrix_to_pixman_matrix)

Bryce Harrington bryce at osdl.org
Wed Nov 22 19:08:45 PST 2006


On Wed, Nov 22, 2006 at 11:34:57AM -0800, Bryce Harrington wrote:
> On Wed, Nov 22, 2006 at 12:23:50PM +0200, Tommi Komulainen wrote:
> > On Tue, 2006-11-21 at 16:45 -0800, ext Bryce Harrington wrote:
> > > /scratchbox/tools/share/aclocal/pkg.m4:5: error: m4_defn: undefined
> > > macro: _m4_divert_diversion
> > > /usr/share/aclocal/pkg.m4:114: PKG_CHECK_MODULES is expanded from...
> > > /scratchbox/tools/share/aclocal/pkg.m4:5: the top level
> > > autom4te: /scratchbox/tools/bin/m4 failed with exit status: 1
> > > aclocal: autom4te failed with exit status: 1
> > 
> > I don't know this one, might be related to the other problem below.
> > 
> > 
> > > [sbox-SDK_ARMEL: ~/hello-world] > ./autogen.sh

Working on it a bit more, I've gotten further.  It looks like where it
is failing is in trying to establish a mount to the host.  E.g.:

 Nokia770-45:~# mkdir /root/foo
 Nokia770-45:~# mount 192.168.2.14:/scratchbox/users/crucible/targets/SDK_ARMEL /root/foo
 mount: Mounting
 192.168.2.14:/scratchbox/users/crucible/targets/SDK_ARMEL on /root/foo failed: No such device

On the host, there is evidence that the mount attempt was seen though:

 Nov 23 02:58:05 nfs08 mountd[7558]: authenticated mount request from
 192.168.2.15:798 for /opt/scratchbox/users/crucible/targets/SDK_ARMEL
 (/opt/scratchbox/users/crucible/targets) 

Here's my exports on the host:

 /opt/scratchbox/users/crucible/targets
                <world>(rw,wdelay,root_squash,all_squash,no_subtree_check,anonuid=1000,anongid=441)
 /opt/scratchbox/users/crucible/home
                <world>(rw,wdelay,root_squash,all_squash,no_subtree_check,anonuid=1000,anongid=441)

I've also attempted with 'no_root_squash' and a few other nfs options,
but no go.

Anyone got ideas?

Bryce


More information about the cairo mailing list