Error when I run make-f Makefile-vuplus-5.1

Rogga

Vu+ Newbie
Hello
I am trying to download my own images to vuduo but I get this error message.
vuduo@debian:~/311010$ make -f Makefile-vuplus-5.1
mkdir -p /home/vuduo/311010/bm750/cache
mkdir -p sources
mkdir -p /home/vuduo/311010/bm750/build
mkdir -p /home/vuduo/311010/bm750/build/conf
mkdir -p /home/vuduo/311010/bm750/build/tmp
git clone -n http://archive.vuplus.com/git/openembedded.git /home/vuduo/311010/bm750/openembedded
/usr/bin/git-clone: line 30: curl: command not found
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
make: *** [/home/vuduo/311010/bm750/openembedded/.git] Error 1
vuduo@debian:~/311010$

I use a debian server to create this test image Can someone help me a bit on the way?
 

angelofsky1980

BlackHole Driver Specialist
Hello
I am trying to download my own images to vuduo but I get this error message.
vuduo@debian:~/311010$ make -f Makefile-vuplus-5.1
mkdir -p /home/vuduo/311010/bm750/cache
mkdir -p sources
mkdir -p /home/vuduo/311010/bm750/build
mkdir -p /home/vuduo/311010/bm750/build/conf
mkdir -p /home/vuduo/311010/bm750/build/tmp
git clone -n http://archive.vuplus.com/git/openembedded.git /home/vuduo/311010/bm750/openembedded
/usr/bin/git-clone: line 30: curl: command not found
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
make: *** [/home/vuduo/311010/bm750/openembedded/.git] Error 1
vuduo@debian:~/311010$

I use a debian server to create this test image Can someone help me a bit on the way?

I'm preparing an howto about build from scratch a Vu+ image.

I hope you have a little patience.

To solve your problem, seems that you don't have curl package installed.
 

Rogga

Vu+ Newbie
Yes I have plenty of time and wait for a guid :) but I tried this now apt-get install curl php5-curl libcurl3-dev but I got the same error.
 

angelofsky1980

BlackHole Driver Specialist
Yes I have plenty of time and wait for a guid :) but I tried this now apt-get install curl php5-curl libcurl3-dev but I got the same error.

It's a very strange error.

I've checked on my dev server with Ubuntu 10.04.1 (LTS) and I haven't installed curl package but I've compiled correctly images and single packages.

I suggest you to try to change linux distro.
 

Rogga

Vu+ Newbie
Now I've got in ubuntu on a PC. It has taken time because it has been very busy at work, little time after work to play with my hobby:huh:
I've come so far that I get this:
Openembedded for the Vuplus environment has been initialized
properly. Now you can either:
- make the 'image'-target to build an image, or
- go into bm750/build/, source env.source and start on your own!
and what do I do next?:fie: I have not done this before so therefore I ask :) I can wait until there is a How to guid ::rolleyes:
 
Top