Dear visitor, welcome to Dreamboard.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Error motonone compiling for 7025
Compiling a cvs for 7025 I have this error (after enter "bitbake dreambox-image):
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
OE Build Configuration:
TARGET_ARCH = "INVALID"
TARGET_OS = "linux"
MACHINE = "dm7025"
DISTRO = "opendreambox-1.2"
TARGET_FPU = ""
ERROR: The following variable(s) were not set: TARGET_ARCH
Please set them directly, or choose a MACHINE or DISTRO that sets them.
eagle@kubuntu:~/7025-bb/build$ bitbake dreambox-image
NOTE: Using cache in '/home/eagle/7025-bb/cache/oe-cache.eagle'
NOTE: Parsing finished. 2445 cached, 0 parsed, 88 skipped, 36 masked.
NOTE: build 200603052243: started
OE Build Configuration:
TARGET_ARCH = "INVALID"
TARGET_OS = "linux"
MACHINE = "dm7025"
DISTRO = "opendreambox-1.2"
TARGET_FPU = ""
ERROR: The following variable(s) were not set: TARGET_ARCH
Please set them directly, or choose a MACHINE or DISTRO that sets them.
|
Someone can help me?
Thanks in advanced..
dm500 - dm7000 - dm7025 - dm800 - dm8000
dm500 - dm7000 - dm7025 - dm800 - dm8000
This post has been edited 1 times, last edit by "eagle" (Mar 6th 2006, 4:09pm)
Die Datei existiert nicht mehr auf dem Server!
Ich nehme an:
Endweder wird grad ne neue gemacht oder der Patch ist eingearbeitet und nicht mehr nötig...
Nachtrag:
3 min ago enigma2
Commit by thedoc :: enigma2/lib/python/Screens/About.py:
fix about box to be usable on one tuner boxes (7020)
#
14:40 today enigma2
Commit by ghost :: enigma2/lib/dvb/frontend.cpp:
another fix
#
14:38 today enigma2
Commit by ghost :: enigma2/lib/dvb/frontend.cpp:
fix for old api
#
14:31 today enigma2
Commit by ghost :: enigma2/lib/dvb/frontend.cpp:
implement getFrontendData for DVB-T
#
13:36 today enigma2
Commit by ghost :: enigma2/lib/dvb/frontend.cpp:
fix #defines
#
12:52 today enigma2
Commit by ghost :: enigma2/lib/ (4 files in 2 dirs):
add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)
use like this:
from enigma import fbClass, fbClassPtr (*)
fbClass.getInstance().lock() ... unlock() ... islocked()
==> Es wird grad gebastelt!
marthom
www.dreambox-tools.info Merlin-Project
This post has been edited 1 times, last edit by "marthom" (Mar 6th 2006, 4:46pm)
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
|
NOTE: package dreambox-image-1.0: started
NOTE: package dreambox-image-1.0-r0: task do_fetch: started
NOTE: package dreambox-image-1.0-r0: task do_fetch: completed
NOTE: package dreambox-image-1.0-r0: task do_rootfs: started
ERROR: function do_rootfs failed
ERROR: see log in /home/eagle/7025oe/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.11050
NOTE: Task failed:
NOTE: package dreambox-image-1.0-r0: task do_rootfs: failed
ERROR: TaskFailed event exception, aborting
NOTE: package dreambox-image-1.0: failed
ERROR: Build of dreambox-image failed
make: *** [image] Error 1
|
??????
dm500 - dm7000 - dm7025 - dm800 - dm8000
Dann schau da mal nach, was schief gelaufen ist:
/home/eagle/7025oe/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.11050
This post has been edited 2 times, last edit by "Seddi" (Mar 6th 2006, 5:23pm)
Extract from log.do_rootfs.11050
|
Source code
|
1
2
3
4
5
6
7
|
..............
ipkg: Cannot create directory `/usr/lib/ipkg': Permission denied
Installing ncurses-terminfo (5.4-r8) to root...
Downloading file:/home/eagle/7025oe/build/tmp/deploy/ipk/ncurses-terminfo_5.4-r8_mipsel.ipk
package ncurses suggests installing ncurses-terminfo
Installing ncurses (5.4-r8) to root...
Downloading file:/home/eagle/7025oe/build/tmp/deploy/ipk/ncurses_5.4-r8_mipsel.ipk
|
|
Source code
|
1
2
3
4
5
6
|
An error ocurred, return value: 4.
Collected errors:
Cannot find package enigma2-plugin-systemplugins-frontprocessorupgrade.
Check the spelling or perhaps run 'ipkg update'
Cannot find package enigma2-plugin-systemplugins-softwareupdate.
Check the spelling or perhaps run 'ipkg update'
|
? This is?
dm500 - dm7000 - dm7025 - dm800 - dm8000
This post has been edited 2 times, last edit by "eagle" (Mar 6th 2006, 8:03pm)
How I make to prevent that it tries these plugin? or where I can find them? (to put in /.../build/tmp/deploy/ipk)
They are not indispensable! (or not?)
THANKS Please help me
dm500 - dm7000 - dm7025 - dm800 - dm8000
I think that you need to change the variable CVSDATE on the file ./openembedded/packages/enigma2/enigma2.bb .
I'm not sure, but i think that this variable must to be today (CVSDATE = "20060307").
Bye,
Originally posted by pellix
I think that you need to change the variable CVSDATE on the file ./openembedded/packages/enigma2/enigma2.bb .
I'm not sure, but i think that this variable must to be today (CVSDATE = "20060307").
Bye,
THANK YOU!! it works!!!!
dm500 - dm7000 - dm7025 - dm800 - dm8000
Good!
dm500 - dm7000 - dm7025 - dm800 - dm8000
This post has been edited 1 times, last edit by "eagle" (Mar 30th 2006, 8:53pm)