Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Development
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #101 (permalink)  
Old 07-24-2005
Registered User
 
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ruttnahajen is on a distinguished road
Hi guys,

I have followed the generic instructions, and even erased everything and started from scratch twice. Almost everything goes well, except this annoying build error. I have configured for dm500.

Any suggestions?

Making all in fx2
make[3]: Entering directory `/home/dreambox/tuxbox-cvs/apps/tuxbox/plugins/fx2'
Making all in lib
make[4]: Entering directory `/home/dreambox/tuxbox-cvs/apps/tuxbox/plugins/fx2/lib'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/dreambox/tuxbox-cvs/apps/tuxbox/plugins/fx2/lib'
Making all in mines
make[4]: Entering directory `/home/dreambox/tuxbox-cvs/apps/tuxbox/plugins/fx2/mines'
/bin/sh ../../libtool --mode=link powerpc-tuxbox-linux-gnu-gcc -Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -I/home/dreambox/tuxbox-cvs/root/cdkroot/include -I/home/dreambox/tuxbox-cvs/driver/include -o mines.la -rpath /home/dreambox/tuxbox-cvs/root/cdkroot/lib/tuxbox/plugins -R -module -avoid-version board.lo somain.lo ../lib/libfx2.la
libtool: link: only absolute run-paths are allowed
make[4]: *** [mines.la] Error 1

(should there not be a path after the -R ?)
Reply With Quote
Sponsored links
  #102 (permalink)  
Old 07-26-2005
Registered User
 
Join Date: Dec 2004
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts
poika01 is on a distinguished road
Anyone know what's going wrong here. I'm stuck. Can't figure anything
to even test anymore...
It's so close. Running on Fedora3.
--
...
make[1]: Leaving directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
make -C linux-2.6.9 modules_install \
ARCH=ppc \
CROSS_COMPILE=powerpc-tuxbox-linux-gnu- \
DEPMOD=/bin/true \
INSTALL_MOD_PATH=/mnt1/dreamCVS/root/cdkroot
make[1]: Entering directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
Warning: you may need to install module-init-tools
See http://www.codemonkey.org.uk/docs/po...loween-2.6.txt
if [ -r System.map ]; then /bin/true -ae -F System.map -b /mnt1/dreamCVS/root/cd
kroot -r 2.6.9; fi
make[1]: Leaving directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
touch .linuxkernel
( rm -rf dreamfiles_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamfiles_20
050620.tar.bz2 | tar -x
( rm -rf dreamdriver_dm500_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamd
river_dm500_20050620.tar.bz2 | tar -x
touch .dreamfiles
make -C etc install
make: *** etc: No such file or directory. Stop.
make: *** [.etc] Error 2

real 397m59.112s
user 354m53.614s
sys 35m49.585s
(running on PII 350, my NFS srv )
--
I already installed module-init-tools. Do I need to recompile
something after module-init-tools install?
Any help appreciated. Thanks.
Wouldn't like to compile everything again.
Reply With Quote
  #103 (permalink)  
Old 07-26-2005
sat-turner's Avatar
Registered User
 
Join Date: Jun 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
sat-turner is on a distinguished road
This error is due to a small problem that sneaked into the cvs this weekend. It was solved this evening, so after a new "make checkout" the image should build fine.

Best regards,
Sat-Turner
Reply With Quote
  #104 (permalink)  
Old 07-26-2005
Registered User
 
Join Date: Dec 2004
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts
poika01 is on a distinguished road
Thanks for your quick answer!
Done this now:
#make checkout
...
# make dreamboximage_root
make -C etc install
make: *** etc: No such file or directory. Stop.
make: *** [.etc] Error 2

Hopefully I don't need to do distclean...?
Done that now...Let's see the result in the morning

Last edited by poika01 : 07-26-2005 at 07:13 AM. Reason: Done distclean
Reply With Quote
  #105 (permalink)  
Old 07-26-2005
Registered User
 
Join Date: Dec 2004
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts
poika01 is on a distinguished road
Aargh...didn't help.
More suggestions?
--
if [ -r System.map ]; then /bin/true -ae -F System.map -b /mnt1/dreamCVS/root/cdkroot -r 2.6.9; fi
make[1]: Leaving directory `/mnt1/dreamCVS/cdk/linux-2.6.9'
touch .linuxkernel
( rm -rf dreamfiles_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamfiles_20050620.tar.bz2 | tar -x
( rm -rf dreamdriver_dm500_20050620 || /bin/true ) && bunzip2 -cd Archive/dreamdriver_dm500_20050620.tar.bz2 | tar -x
touch .dreamfiles
make -C etc install
make: *** etc: No such file or directory. Stop.
make: *** [.etc] Error 2
--
Now done rm -rf to all files except Archive. For sure clean start.
Now compiling...for 6 hours again.

Last edited by poika01 : 07-26-2005 at 04:09 PM. Reason: rm -rf
Reply With Quote
  #106 (permalink)  
Old 07-26-2005
sat-turner's Avatar
Registered User
 
Join Date: Jun 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
sat-turner is on a distinguished road
Oops, make checkout does not update the files in the cdk directory.

Did you download a full new fileset from cvs? If not, use the following command in the cdk directory:

cvs update -d -P

This wil update at least Makefile.am. Then the built will go fine without a full recompile of the cdk.

Regards,
Sat-Turner
Reply With Quote
  #107 (permalink)  
Old 07-26-2005
Registered User
 
Join Date: Dec 2004
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts
poika01 is on a distinguished road
Quote:
Originally Posted by sat-turner
Oops, make checkout does not update the files in the cdk directory.

Did you download a full new fileset from cvs?
Done that. Cleaned up everything
Hopefully I get it right this time.
Thank you for your support!
Reply With Quote
  #108 (permalink)  
Old 07-26-2005
Registered User
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
NeSi is on a distinguished road
Arrow

with make checkout I get that:
Code:
Generating configuration files for tuxbox-cdk, please wait....
  aclocal
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
  libtoolize --automake
  autoconf
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
  automake --add-missing
configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
configure.ac:13: the top level
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
can someone help me?

Regards
NeSi
Reply With Quote
  #109 (permalink)  
Old 07-27-2005
Registered User
 
Join Date: Dec 2004
Posts: 106
Thanks: 1
Thanked 0 Times in 0 Posts
poika01 is on a distinguished road
Now it compiled fine! My setup w/ Fedora3:

automake: 1.9.2
autoconf: 2.59
cvs: 1.11.17
libtool: 1.5.6
make: 3.80
gettext: 0.14.1
makeinfo: 4.8
tar: 1.14
bunzip2: 1.0.2
gunzip: 1.3.3
patch: 2.5.4
infocmp: 5.4.20040724
gcc: gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++: g++ (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
yacc: 1.9-28
bison: 1.875c
flex: 2.5.4
pkg-config: 0.15.0
Reply With Quote
  #110 (permalink)  
Old 07-27-2005
Registered User
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
NeSi is on a distinguished road
where can I find automake 1.9.2 for suse?

i have 1.9.1
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
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 07:17 AM.


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