News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Help with install

Started by tux-box1, July 29, 2010, 09:26:52 PM

Previous topic - Next topic

tux-box1

Maybe I'm missing some thing simple, but I've been trying to build LMCE form source. For what feels like days.
Some back data.

I'm following this guide http://wiki.linuxmce.com/index.php/Building_LinuxMCE_0810. I have a fresh install of 8.10. So naturaly I start with the getting started section under building from source, I get to the Installing the build scripts section and run the command. sh ./install.sh

well, I get the following output.
Installing Default Configs For intrepid-i386
Creating symlink in /usr/local/lmce-build
./install.sh: 36: [[: not found


When I go looking for the file. I don't find one.
???

Zaerc

#1
Make sure your default shell (/bin/sh) is bash and not dash.  Either that or somebody made a boo boo.  
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

tux-box1

QuoteMake sure your default shell (/bin/sh) is bash and not dash
It should be by default. I went in and edited one of the files, and commented out the "else part" and added the line to the statement so it would run the command any way. It work after that. but error-ed out some where else. I would give more info, but I've moved on form that to using the snap shot image. I have installation errors there as well.

grep: /etc/asterisk/modules.conf: No such file or directory
sed: can't read /etc/asterisk/modules.conf: No such file or directory

and
E: Couldn't find package alsa-modules-2.6.27-17-generic
update-initramfs: Generating /boot/initrd.img-2.6.27-7-generic
Installing the latest v4l2 modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package v4l2-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package v4l2-firmware
Remove softlink to start KDM
Leaving `local diversion of /etc/init.d/kdm to /etc/init.d/kdm.wraped'


I don't what I'm doing wrong.  ???