Jump to content


Photo

How to compile pli for vuduo?


  • Please log in to reply
7 replies to this topic

#1 gareth41

  • Member
  • 27 posts

0
Neutral

Posted 6 August 2010 - 02:21

Ive compiled other images and oscam before from a set of instructions using ubuntu, how do I go about compiling pli for a vuduo?

Re: How to compile pli for vuduo? #2 updatelee

  • Senior Member
  • 631 posts

0
Neutral

Posted 6 August 2010 - 03:10

same as any other box, follow the instructions in the wiki and in the Makefile change the boxtype to 'vuduo'
DM500, DM7000, DM800 Fortec Mercury II, sg2100, winegard 39", invacom qph-031 Toshiba TRX-2220 ku-linear

Re: How to compile pli for vuduo? #3 gareth41

  • Member
  • 27 posts

0
Neutral

Posted 6 August 2010 - 10:44

I installed the required packages on unbuntu, changed the machine in make file to "vuduo"

It now reads:
# target platform: dm500plus, dm600pvr, dm7020, dm7025, dm800, dm8000
MACHINE &= vuduo
BUILDDIR = build-${MACHINE}


Bu I still can not get past the make command.

I get this:

user@iserver:~/openpli$ sudo make
git clone -n git://openpli.git.sourceforge.net/gitroot/openpli/openembedded /home/user/openpli/openembedded
make: git: Command not found
make: *** [/home/user/openpli/openembedded/.git] Error 127

How to fix this? Im sure its something very simple

Re: How to compile pli for vuduo? #4 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 6 August 2010 - 10:50

install git (or git-core, or whatever it's called on your distro)

Re: How to compile pli for vuduo? #5 gareth41

  • Member
  • 27 posts

0
Neutral

Posted 6 August 2010 - 10:58

I did that, also searched ubuntu forums for "git command not found" and found I had to install gitweb

so issued:
sudo apt-get install gitweb
then re-issued
sudo make

now it seems to be downloading and compressing a whole lot of objects

user@iserver:~/openpli$ sudo make
git clone -n git://openpli.git.sourceforge.net/gitroot/openpli/openembedded /hom																															  e/user/openpli/openembedded
Initialized empty Git repository in /home/user/openpli/openembedded/.git/
remote: Counting objects: 356409, done.
remote: Compressing objects: 100% (115921/115921), done.
Receiving objects:  19% (70286/356409), 63.01 MiB | 144 KiB/s


Re: How to compile pli for vuduo? #6 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 6 August 2010 - 10:58

And "sudo make" is a really, really, really, bad idea! Some packages attempt to write to /etc for example... No sudo!
Real musicians never die - they just decompose

Re: How to compile pli for vuduo? #7 gareth41

  • Member
  • 27 posts

0
Neutral

Posted 6 August 2010 - 11:01

thanks, I will cancel it and start again

Re: How to compile pli for vuduo? #8 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 6 August 2010 - 14:50

You'll probably have to "sudo rm" your previous work, because "root" pwns that now.
Real musicians never die - they just decompose


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users