Hi,

I'm running Ubuntu 7.10 in a VMware image on my WinXP machine.

According to:

http://wiki.slimdevices.com/index.php/SqueezeOS_Build_Instructions

I have installed all the required packages and made sure the installed
versions on my system matches the instructions.

Then I have checked out the source from 7.1 repos using:

svn co http://svn.slimdevices.com/repos/jive/7.1/trunk/squeezeos

svn co http://svn.slimdevices.com/repos/jive/7.1/trunk/squeezeplay

I have made the symlink using:

mkdir /usr/local/arm

ln -s <checkout dir>/squeezeos/toolchain/2.95.3 /usr/local/arm/2.95.3

and setup the PATH variable in .bashrc as 

export PATH=<checkout
dir>/squeezeos/toolchain/gcc-4.2.2-glibc-2.6.1/arm-926ejs-linux-gnueabi/bin:$PATH

But when I try building using:

cd <checkout dir>/squeezeos/src

fakeroot make

It starts building and goes on for about 15 minutes and then fails with
the messages:

<OUTPUT BEGIN>

[...]
make[2]: Entering directory
`/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay_jive'
cd . && /bin/bash
/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay_jive/config/missing
--run autoheader
rm -f src/stamp-h1
touch src/config.h.in
cd . && /bin/bash ./config.status src/config.h
config.status: creating src/config.h
config.status: src/config.h is unchanged
if /bin/bash ./libtool --tag=CC --mode=compile
arm-926ejs-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I. -I./src    -Wall
-Werror -D_GNU_SOURCE
-I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include
-I/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay/src/ui
-Os -I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -Wall -Werror -MT jive_bsp.lo -MD -MP -MF
".deps/jive_bsp.Tpo" -c -o jive_bsp.lo `test -f 'src/jive_bsp.c' ||
echo './'`src/jive_bsp.c; \
then mv -f ".deps/jive_bsp.Tpo" ".deps/jive_bsp.Plo"; else rm
-f ".deps/jive_bsp.Tpo"; exit 1; fi
arm-926ejs-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wall
-Werror -D_GNU_SOURCE
-I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include
-I/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay/src/ui
-Os -I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -Wall -Werror -MT jive_bsp.lo -MD -MP -MF
.deps/jive_bsp.Tpo -c src/jive_bsp.c  -fPIC -DPIC -o .libs/jive_bsp.o
arm-926ejs-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wall
-Werror -D_GNU_SOURCE
-I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include
-I/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay/src/ui
-Os -I/home/dengamle/code/squeezebox/7.1/squeezeos/build/usr/include/SDL
-D_GNU_SOURCE=1 -D_REENTRANT -Wall -Werror -MT jive_bsp.lo -MD -MP -MF
.deps/jive_bsp.Tpo -c src/jive_bsp.c -o jive_bsp.o >/dev/null 2>&1
find: luac: No such file or directory
find: luac: No such file or directory
[...]
find: luac: No such file or directory
find: luac: No such file or directory
make[2]: *** [check_lua] Error 1
make[2]: Leaving directory
`/home/dengamle/code/squeezebox/7.1/squeezeplay/src/squeezeplay_jive'
make[1]: *** [squeezeplay_jive] Error 2
make[1]: Leaving directory
`/home/dengamle/code/squeezebox/7.1/squeezeplay/src'
make: *** [squeezeplay] Error 2
[EMAIL PROTECTED]:~/code/squeezebox/7.1/squeezeos/src$ 

<OUTPUT END>

Is there something I am missing in order to build? Do I need to
explicitly install some lua packages in order to successfully build?

Hope someone can help me on this one :)

Best regards

dengamle


-- 
dengamle
------------------------------------------------------------------------
dengamle's Profile: http://forums.slimdevices.com/member.php?userid=17379
View this thread: http://forums.slimdevices.com/showthread.php?t=47339

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive

Reply via email to