Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Hardware > DM-7020s
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 03-21-2005
satboy2005's Avatar
Registered User
 
Join Date: Mar 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
satboy2005 is on a distinguished road
Smile

thank you man very good
Reply With Quote
Sponsored links
  #32 (permalink)  
Old 03-21-2005
Registered User
 
Join Date: Sep 2004
Posts: 339
Thanks: 0
Thanked 0 Times in 0 Posts
noggie is on a distinguished road
Quote:
Originally Posted by mikev
I am out of ideas..Anyone maybe with a final solution ?
PS: I have the file in the source dir ..

thx
No solutions, I'm afraid. The only thing I can think of is that somehow you have the wrong sources downloaded, maybe an error during download. In my .../packages/freetype I have:

Code:
drwxrwsr-x  3  4096 2005-01-09 16:04 freetype-2.0.9/
-r--r--r--  1   859 2005-01-09 16:04 freetype_2.0.9.oe
drwxrwsr-x  3  4096 2005-01-09 16:04 freetype-2.1.7/
-r--r--r--  1   953 2005-01-09 16:04 freetype_2.1.7.oe
drwxrwsr-x  3  4096 2005-01-09 16:04 freetype-2.1.8/
-r--r--r--  1   691 2005-01-09 16:04 freetype_2.1.8.oe
-r--r--r--  1   689 2005-01-09 16:04 freetype-native_2.1.7.oe
-r--r--r--  1   711 2005-01-09 16:04 freetype-native_2.1.8.oe
drwxrwsr-x  2  4096 2005-01-09 16:01 SCCS/

./freetype-2.0.9:
total 8
-r--r--r--  1  3751 2005-01-09 16:04 install.mk.patch
drwxrwsr-x  2  4096 2005-01-09 16:01 SCCS/

./freetype-2.0.9/SCCS:
total 4
-r--r--r--  1  1240 2005-01-09 16:01 s.install.mk.patch

./freetype-2.1.7:
total 44
-r--r--r--  1    991 2005-01-09 16:04 configure.patch
-r--r--r--  1  32940 2005-01-09 16:04 ftoption.h
drwxrwsr-x  2   4096 2005-01-09 16:01 SCCS/

./freetype-2.1.7/SCCS:
total 12
-r--r--r--  1  1140 2005-01-09 16:01 s.configure.patch
-r--r--r--  1  6935 2005-01-09 16:01 s.ftoption.h

./freetype-2.1.8:
total 8
-r--r--r--  1   991 2005-01-09 16:04 configure.patch
drwxrwsr-x  2  4096 2005-01-09 16:01 SCCS/

./freetype-2.1.8/SCCS:
total 4
-r--r--r--  1  1174 2005-01-09 16:01 s.configure.patch

./SCCS:
total 20
-r--r--r--  1   947 2005-01-09 16:01 s.freetype_2.0.9.oe
-r--r--r--  1  3615 2005-01-09 16:01 s.freetype_2.1.7.oe
-r--r--r--  1  1639 2005-01-09 16:01 s.freetype_2.1.8.oe
-r--r--r--  1  3114 2005-01-09 16:01 s.freetype-native_2.1.7.oe
-r--r--r--  1  1241 2005-01-09 16:01 s.freetype-native_2.1.8.oe
And in my .../sources I have:
Code:
-rw-rw-r--  1  621244 2005-01-11 20:38 freetype-2.0.9.tar.bz2
-rw-rw-r--  1      32 2005-01-11 20:40 freetype-2.0.9.tar.bz2.md5
-rw-rw-r--  1  930766 2004-06-09 17:45 freetype-2.1.7.tar.bz2
-rw-rw-r--  1      32 2005-01-09 19:08 freetype-2.1.7.tar.bz2.md5
The md5 checksum for version 2.0.9 says "09bd932beeb5fc483ebb653033aeefca", which matches the actual md5sum of the .bz2 file. And even though the 2.1.7 version has been downloaded, the build uses version 2.0.9

Compare this to your own installation, and see if it matches.
Reply With Quote
  #33 (permalink)  
Old 04-06-2005
Registered User
 
Join Date: May 2004
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
karlmoran is on a distinguished road
hi
can someone help please
I made all the steps untill Ireached the step : oemake dreambox-image
I got this message:

Quote:
openembedded needs Python 2.3 or heigher
what is this ?
I use fedora core 1 , because core 3 didn't work
Reply With Quote
  #34 (permalink)  
Old 04-06-2005
Registered User
 
Join Date: Nov 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
bbouchaib2002 is on a distinguished road
Quote:
Originally Posted by karlmoran
hi
can someone help please
I made all the steps untill Ireached the step : oemake dreambox-image
I got this message:


what is this ?
I use fedora core 1 , because core 3 didn't work
Python is a script interpreter (like perl) and you need a newer version.
Install the last version of Python and also psyco (sf.net/projects/psyco) to accelerate executing python scripts.
Reply With Quote
  #35 (permalink)  
Old 04-07-2005
Registered User
 
Join Date: May 2004
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
karlmoran is on a distinguished road
thanks a lot
can u please help how to get and install this pyton

thanks a lot for your response
Reply With Quote
  #36 (permalink)  
Old 04-07-2005
Registered User
 
Join Date: Nov 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
bbouchaib2002 is on a distinguished road
Quote:
Originally Posted by karlmoran
thanks a lot
can u please help how to get and install this pyton
I do not know how with fedora but you can find a package manager to do that.
In Debian I do :
~>apt-get install python

For psyco, download and uncompress it then do :
~/psyco-src-1.4>python setup.py install
Reply With Quote
  #37 (permalink)  
Old 04-08-2005
Registered User
 
Join Date: May 2004
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
karlmoran is on a distinguished road
thanks a lot for great help
I returned to fedora core 3 , itś ok - I installed psyco
when I tried
./oemake dreambox-image

I got this message:
Quote:
NOTE: Not using a cache. Set CACHE = <directory> to enable.
ERROR: no files to build.
NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0 masked.

ERROR: Nothing provides dreambox-image
thanks for help
Reply With Quote
  #38 (permalink)  
Old 04-08-2005
Registered User
 
Join Date: Nov 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
bbouchaib2002 is on a distinguished road
Quote:
Originally Posted by karlmoran
./oemake dreambox-image
it suppose that your are in "tuxbox-oe/oe/bin/" and you should be in "tuxbox-oe/build/" then do :

~/tuxbox-oe/build>. ./env.source
~/tuxbox-oe/build>oemake dreambox-image

(do not forgot the dots in the first command : dot{space}dot/env.source)

if it still not work, edit and check file tuxbox-oe/conf/local.conf
Reply With Quote
  #39 (permalink)  
Old 04-10-2005
djlex's Avatar
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
djlex is on a distinguished road
hello

ich have a little problem

when i make oemake dreambox-image

ask:

/usr/bin/env: python: no such file or directory

what is for problem what i must making
give me please a ask
my english is not good

mfg DJLEX
Reply With Quote
  #40 (permalink)  
Old 04-12-2005
spanik's Avatar
Registered User
 
Join Date: Mar 2004
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
spanik is on a distinguished road
Thumbs up

well well I must congratulate you x phile for this great post; I don't even have a 7020 but it loved every bit

Last edited by spanik : 04-12-2005 at 12:59 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto build a complete Image for any dreambox! hemertje Dreambox Development 266 09-29-2008 02:42 AM
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
How to build a Dreambox Source Raph4el DB Images 27 12-09-2005 05:06 AM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM


All times are GMT +10. The time now is 11:08 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Page generated in 0.32532 seconds with 11 queries