Error Makefile [Linux 3.1.1]

Seku

BH Lover
Hello I have this error, with the last makefile.

Code:
seku@seku-laptop:~/vuplus$ make -f Makefile-vuplus image
git clone -n http://code.vuplus.com/git/bitbake.git bb
Initialized empty Git repository in /home/seku/vuplus/bb/.git/
cd bb && ( \
        if [ -n "" ]; then git config user.email ""; fi; \
        if [ -n "" ]; then git config user.name ""; fi; \
        git branch --track 1.8-dream origin/1.8-dream || true; \
        git checkout -f 1.8-dream \
    )
Branch 1.8-dream set up to track remote branch 1.8-dream from origin.
Switched to branch '1.8-dream'
cd bb && git pull origin 1.8-dream 
From http://code.vuplus.com/git/bitbake
 * branch            1.8-dream  -> FETCH_HEAD
Already up-to-date.
mkdir -p /home/seku/vuplus/vuultimo/cache
mkdir -p sources
mkdir -p /home/seku/vuplus/vuultimo/build
mkdir -p /home/seku/vuplus/vuultimo/build/conf
mkdir -p /home/seku/vuplus/vuultimo/build/tmp
git clone -n http://code.vuplus.com/git/openembedded.git /home/seku/vuplus/vuultimo/openembedded
Initialized empty Git repository in /home/seku/vuplus/vuultimo/openembedded/.git/
cd /home/seku/vuplus/vuultimo/openembedded && ( \
        if [ -n "" ]; then git config user.email ""; fi; \
        if [ -n "" ]; then git config user.name ""; fi; \
        git branch --track vuplus-1.6k origin/vuplus-1.6k || true; \
        git checkout -f vuplus-1.6k \
    )
Branch vuplus-1.6k set up to track remote branch vuplus-1.6k from origin.
Checking out files: 100% (23777/23777), done.
Switched to branch 'vuplus-1.6k'
echo 'DL_DIR = "/home/seku/vuplus/sources"' > /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'OE_BASE = "/home/seku/vuplus/vuultimo"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'BBFILES = "/home/seku/vuplus/vuultimo/openembedded/recipes/*/*.bb"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'MACHINE = "vuultimo"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'TARGET_OS = "linux"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'DISTRO = "vuplus"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'CACHE = "/home/seku/vuplus/vuultimo/cache/oe-cache.${USER}"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'OE_ALLOW_INSECURE_DOWNLOADS = "1"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'BB_NUMBER_THREADS = "2"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'PARALLEL_MAKE = "-j2"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'TOPDIR = "${OE_BASE}/build"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'IMAGE_KEEPROOTFS = "0"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'CVS_TARBALL_STASH = "http://archive.vuplus.com/download/"' >> /home/seku/vuplus/vuultimo/build/conf/local.conf
echo 'OE_BASE=/home/seku/vuplus/vuultimo' > /home/seku/vuplus/vuultimo/build/env.source
echo 'export BBPATH="/home/seku/vuplus/vuultimo/openembedded/:/home/seku/vuplus/bb/:${OE_BASE}/build/"' >> /home/seku/vuplus/vuultimo/build/env.source
echo 'PATH=/home/seku/vuplus/bb/bin:${OE_BASE}/build/tmp/cross/mipsel/bin:${PATH}' >> /home/seku/vuplus/vuultimo/build/env.source
echo 'export PATH' >> /home/seku/vuplus/vuultimo/build/env.source
echo 'export LD_LIBRARY_PATH=' >> /home/seku/vuplus/vuultimo/build/env.source
echo 'export LANG=C' >> /home/seku/vuplus/vuultimo/build/env.source
cat /home/seku/vuplus/vuultimo/build/env.source
OE_BASE=/home/seku/vuplus/vuultimo
export BBPATH="/home/seku/vuplus/vuultimo/openembedded/:/home/seku/vuplus/bb/:${OE_BASE}/build/"
PATH=/home/seku/vuplus/bb/bin:${OE_BASE}/build/tmp/cross/mipsel/bin:${PATH}
export PATH
export LD_LIBRARY_PATH=
export LANG=C
cd /home/seku/vuplus/vuultimo/openembedded && git pull origin vuplus-1.6k 
From http://code.vuplus.com/git/openembedded
 * branch            vuplus-1.6k -> FETCH_HEAD
Already up-to-date.
cd /home/seku/vuplus/vuultimo/build; . ./env.source; bitbake -f vuplus-image 
ERROR:  Openembedded's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please install following missing utilities: help2man,texi2html,makeinfo,svn

make: *** [image] Error 1
seku@seku-laptop:~/vuplus$

It's the first time that I use it, I'm trying to do a openembeddeb file for my next Vu+ Ultimo

Regards from Spain ;)
 

setifien

Vu+ Newbie
Hi, first wich file do you use ?
You should take the newest file from vuplus web site : http://code.vuplus.com/download/makefiles.zip
You used the file name "Makefile-vuplus" and the new file name is "Makefile-vuplus-1.6k"


And second, there is some package needed : help2man,texi2html,makeinfo,svn
You need to install them with "aptitude" (debian user)
Code:
aptitude update
aptitude install help2man texi2html svn


And when you will compile, there is some files missing, telle us what you need and we will send them to you, like the daniel's libdvd.
 

Attachments

  • makefiles.zip
    1.6 KB · Views: 7
  • git_git.debian-maintainers.org.git.daniel.rar
    1.6 MB · Views: 17

angelofsky1980

BlackHole Driver Specialist
Dear user your Linux installati has not all packages who OE (OpenEmbedded) requires to work correctly.

Please use your distribution package manager to install these dependencies:
Code:
help2man
texi2html
makeinfo
svn

And re-launch makefile
 

Seku

BH Lover
New errors...

Code:
seku@seku-laptop:~/vuplus$ sudo apt-get install makeinfo
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias     
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete makeinfo
seku@seku-laptop:~/vuplus$ sudo apt-get install svn
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias     
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete svn
seku@seku-laptop:~/vuplus$
 

Seku

BH Lover
Thx now:

Code:
    Please install following missing utilities: makeinfo

Try to install makeinfo and show me an error:

Code:
seku@seku-laptop:~/vuplus$ sudo apt-get install makeinfo
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias     
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete makeinfo
seku@seku-laptop:~/vuplus$
 

angelofsky1980

BlackHole Driver Specialist
Thx now:

Code:
    Please install following missing utilities: makeinfo

Try to install makeinfo and show me an error:

Code:
seku@seku-laptop:~/vuplus$ sudo apt-get install makeinfo
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete makeinfo
seku@seku-laptop:~/vuplus$
Try this command:
Code:
sudo apt-get install texinfo
 

Seku

BH Lover
New error :mad:

Code:
NOTE: Running task 922 of 2736 (ID: 476, /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch)
NOTE: Running task 929 of 2736 (ID: 1825, /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_compile)
NOTE: fetch http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
--2012-01-04 19:27:26--  http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
Resolving kernel.org... 149.20.4.69
Connecting to kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 19:27:26 ERROR 404: Not Found.
 
NOTE: fetch http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 19:27:26--  http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: No route to host.
NOTE: fetch http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 19:27:29--  http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving sources.openembedded.org... 140.211.169.152
Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 19:27:31 ERROR 404: Not Found.
 
NOTE: Task failed: Fetch failed: http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2;name=archive
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb do_fetch failed
ERROR: Task 476 (/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_compile (26997)
NOTE: Tasks Summary: Attempted 927 tasks of which 927 didn't need to be rerun and 1 failed.
ERROR: '/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb' failed
make: *** [image] Error 1
seku@seku-laptop:~/vuplus$
 

setifien

Vu+ Newbie
Hi Seku, some files are missinf : Error 404.

Here, it's the "util-linux-ng-2.18.tar.bz2"

Get the file joined this message and put him to the directory :
Code:
~/vuplus/sources

You'll have some other files missing, we will help you to find them.

I found some of them on the web (google), and others gived to me by angelofsky1980

Have fun ;)
 

Attachments

  • util-linux-ng-2.18.tar.bz2
    7.3 MB · Views: 25

tobler

Vu+ User
testing....
a question:
# target platform: bm750 vusolo vuuno vuultimo

why not vuduo instead bm750?
just a curiosity
 

Seku

BH Lover
Hi Seku, some files are missinf : Error 404.

Here, it's the "util-linux-ng-2.18.tar.bz2"

Get the file joined this message and put him to the directory :
Code:
~/vuplus/sources

You'll have some other files missing, we will help you to find them.

I found some of them on the web (google), and others gived to me by angelofsky1980

Have fun ;)

You're my guardian angel :) thx

But errors continue:

Code:
NOTE: Running task 922 of 2736 (ID: 476, /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch)
NOTE: Running task 930 of 2736 (ID: 1826, /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_install)
NOTE: fetch http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:29--  http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
Resolving kernel.org... 149.20.4.69
Connecting to kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 23:20:29 ERROR 404: Not Found.
 
NOTE: fetch http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:29--  http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: No route to host.
NOTE: fetch http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:33--  http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving sources.openembedded.org... 140.211.169.152
Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 23:20:34 ERROR 404: Not Found.
 
NOTE: Task failed: Fetch failed: http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2;name=archive
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb do_fetch failed
ERROR: Task 476 (/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_install (936)
NOTE: Tasks Summary: Attempted 928 tasks of which 928 didn't need to be rerun and 1 failed.
ERROR: '/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb' failed
make: *** [image] Error 1
 

tobler

Vu+ User
i'm trying with bm750 (vuduo) and nano package:
ERROR: '/home/user/Documenti/vu+compile/bm750/openembedded/recipes/eglibc/eglibc-initial_2.10.bb' failed
 

angelofsky1980

BlackHole Driver Specialist
You're my guardian angel :) thx

But errors continue:

Code:
NOTE: Running task 922 of 2736 (ID: 476, /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch)
NOTE: Running task 930 of 2736 (ID: 1826, /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_install)
NOTE: fetch http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:29--  http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2
Resolving kernel.org... 149.20.4.69
Connecting to kernel.org|149.20.4.69|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 23:20:29 ERROR 404: Not Found.
 
NOTE: fetch http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:29--  http://mirrors.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: No route to host.
NOTE: fetch http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
--2012-01-04 23:20:33--  http://sources.openembedded.org//util-linux-ng-2.18.tar.bz2
Resolving sources.openembedded.org... 140.211.169.152
Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-04 23:20:34 ERROR 404: Not Found.
 
NOTE: Task failed: Fetch failed: http://kernel.org/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2;name=archive
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb do_fetch failed
ERROR: Task 476 (/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb, do_fetch) failed
NOTE: Waiting for 1 active tasks to finish
NOTE: 1: /home/seku/vuplus/vuultimo/openembedded/recipes/gstreamer/gst-plugins-ugly_0.10.18.bb, do_install (936)
NOTE: Tasks Summary: Attempted 928 tasks of which 928 didn't need to be rerun and 1 failed.
ERROR: '/home/seku/vuplus/vuultimo/openembedded/recipes/util-linux-ng/util-linux-ng_2.18.bb' failed
make: *** [image] Error 1
Remove all *.lock files into your sources directory.
 

angelofsky1980

BlackHole Driver Specialist
i'm trying with bm750 (vuduo) and nano package:
ERROR: '/home/user/Documenti/vu+compile/bm750/openembedded/recipes/eglibc/eglibc-initial_2.10.bb' failed
Look inside the logfile who bitbake generates for the task you report...
 
Top