#1
Posted 14 March 2013 - 19:29
libtoolize --automake
libtoolize: You should add the contents of `./libtool.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltoptions.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltsugar.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./ltversion.m4' to `aclocal.m4'.
libtoolize: You should add the contents of `./lt~obsolete.m4' to `aclocal.m4'.
and in buildlog .txt has ...
cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h
/bin/sh ./libtool --mode=compile --tag=CC powerpc-tuxbox-linux-gnu-gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=0 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
./libtool: 1564: ./libtool: preserve_args+= --tag CC: not found
./libtool: 1: eval: base_compile+= powerpc-tuxbox-linux-gnu-gcc: not found
./libtool: 1: eval: base_compile+= -g: not found
./libtool: 1: eval: base_compile+= -O2: not found
./libtool: 1: eval: base_compile+= -DSQLITE_OS_UNIX=1: not found
./libtool: 1: eval: base_compile+= -I.: not found
./libtool: 1: eval: base_compile+= -I./src: not found
./libtool: 1: eval: base_compile+= -D_HAVE_SQLITE_CONFIG_H: not found
./libtool: 1: eval: base_compile+= -DNDEBUG: not found
./libtool: 1: eval: base_compile+= -DSQLITE_THREADSAFE=0: not found
./libtool: 1: eval: base_compile+= -DSQLITE_THREAD_OVERRIDE_LOCK=-1: not found
./libtool: 1: eval: base_compile+= -DSQLITE_OMIT_LOAD_EXTENSION=1: not found
./libtool: 1: eval: base_compile+= -c: not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
make[1]: *** [alter.lo] Error 1
make[1]: Leaving directory `/home/xalanaseon/openpli/cdk/cdk/sqlite-3.6.4'
make: *** [.sqlite] Error 2
which make my image (although finished) has only 3.4 MB, Please help.
buildlog.txt 96.05KB 1 downloads
Re: DM500 build CDK libtool error #2
Posted 16 March 2013 - 12:50
Did you use "make_cdk_image" from the cdk directory?
Re: DM500 build CDK libtool error #3
Posted 16 March 2013 - 15:20
Welcome on our forum.
Did you use "make_cdk_image" from the cdk directory?
Hi, thanks for your reply, I was hopeless until now
yes, I've used that command since start. with a few setup from
http://openpli.org/f...ebian-3264-bit/
on my environment is Ubuntu 12.04 LTS ... x86-64, and now I got only 1.8 MB Images after
delete everything and run make_cdk_image again resulted in libtool error on openpli/cdk/cdk/libvorbisidec-1.0.2+svn14261
I also change libtool version but no luck, the problem remains here regardless to how many times I retry.
make[1]: Entering directory `/home/xalanaseon/openpli/cdk/cdk/libvorbisidec-1.0.2+svn14261'
make all-am
make[2]: Entering directory `/home/xalanaseon/openpli/cdk/cdk/libvorbisidec-1.0.2+svn14261'
/bin/bash ./libtool --tag=CC --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./ -O2 -Wall -fsigned-char -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -DHAVE_DREAMBOX_DM500 -D_REENTRANT -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
./libtool: line 859: X--tag=CC: command not found
./libtool: line 892: libtool: ignoring unknown tag : command not found
./libtool: line 859: X--mode=compile: command not found
./libtool: line 1026: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1027: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1170: Xpowerpc-tuxbox-linux-gnu-gcc: command not found
./libtool: line 1170: X-DHAVE_CONFIG_H: command not found
./libtool: line 1170: X-I.: command not found
./libtool: line 1170: X-I./: No such file or directory
./libtool: line 1170: X-O2: command not found
./libtool: line 1170: X-Wall: command not found
./libtool: line 1170: X-fsigned-char: command not found
./libtool: line 1170: X-mcpu=405: command not found
./libtool: line 1170: X-msoft-float: command not found
./libtool: line 1170: X-mmultiple: command not found
./libtool: line 1170: X-mstring: command not found
./libtool: line 1170: X-meabi: command not found
./libtool: line 1170: X-pipe: command not found
./libtool: line 1170: X-Os: command not found
./libtool: line 1170: X-ggdb3: command not found
./libtool: line 1170: X-DHAVE_DREAMBOX_HARDWARE: command not found
./libtool: line 1170: X-DHAVE_DREAMBOX_DM500: command not found
./libtool: line 1170: X-D_REENTRANT: command not found
./libtool: line 1170: X-DUSE_MEMORY_H: command not found
./libtool: line 1170: X-MT: command not found
./libtool: line 1170: Xmdct.lo: command not found
./libtool: line 1170: X-MD: command not found
./libtool: line 1170: X-MP: command not found
./libtool: line 1170: X-MF: command not found
./libtool: line 1170: X.deps/mdct.Tpo: No such file or directory
./libtool: line 1170: X-c: command not found
./libtool: line 1222: Xmdct.lo: command not found
./libtool: line 1227: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [mdct.lo] Error 1
make[2]: Leaving directory `/home/xalanaseon/openpli/cdk/cdk/libvorbisidec-1.0.2+svn14261'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/xalanaseon/openpli/cdk/cdk/libvorbisidec-1.0.2+svn14261'
make: *** [.libvorbisidec] Error 2
buildlog.txt.zip 459.95KB 0 downloads
Thank you.
Re: DM500 build CDK libtool error #4
Re: DM500 build CDK libtool error #5
Re: DM500 build CDK libtool error #6
Posted 16 March 2013 - 20:29
Hmm, I really quite confusing, I just though boxes, left for dm500 are all clones, if I could get new item, I will.we don't support clone boxes!!!
however, I found none, that's why I got some of clone box and use as testbed instead of the real one. sorry if this make you a trouble.
Re: DM500 build CDK libtool error #7
Posted 16 March 2013 - 22:27
We have been confronted with this for years now, with as a result people complaining that our software is faulty because it behaves "strange" on their clone box. While in effect is it the inferior hardware that is causing the problem.
Not to mention the fact that we use the original hardware drivers from the manufacturer, and these drivers contain anti-clone measures too (some have even been known to completely brick a clone box).
Because we don't want to waste our time chasing these ghosts, and be blamed when it doesn't work as it should, we have decided long ago not to provide any support whatsoever to people owning clones and wanting to use OpenPLi.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: DM500 build CDK libtool error #8
Posted 17 March 2013 - 07:41
The problem is that everyone assumes a clone is the same as the original. It isn't.
We have been confronted with this for years now, with as a result people complaining that our software is faulty because it behaves "strange" on their clone box. While in effect is it the inferior hardware that is causing the problem.
Not to mention the fact that we use the original hardware drivers from the manufacturer, and these drivers contain anti-clone measures too (some have even been known to completely brick a clone box).
Because we don't want to waste our time chasing these ghosts, and be blamed when it doesn't work as it should, we have decided long ago not to provide any support whatsoever to people owning clones and wanting to use OpenPLi.
Hi,
you're right, it's logical. I also don't want to chase ghost in many variation of clones, and I respect any engineers who try to help out. I won't go as far as a working clones, but this was all about compiling (make image) error and I even original dream-box would have had a problem from corrupted image, isn't it?
anyway, thanks , it's not like I don't understand you.
Re: DM500 build CDK libtool error #9
Posted 17 March 2013 - 11:41
sudo aptitude install automake
sudo aptitude install patch
sudo aptitude install flex
sudo aptitude install bison
sudo aptitude install libogg-dev
sudo aptitude install gettext gettext-base
sudo aptitude install libtool
Re: DM500 build CDK libtool error #10
Posted 17 March 2013 - 16:47
Did you install these packages? (just to be sure)
sudo aptitude install automake
sudo aptitude install patch
sudo aptitude install flex
sudo aptitude install bison
sudo aptitude install libogg-dev
sudo aptitude install gettext gettext-base
sudo aptitude install libtool
Hi,
for dAF2000 question, Yes, they are installed.
and for the walk-around solution (unconfirmed, need to check if there are any errors left but work on ...ermm... clone)
I follow instruction in http://idream-team.o...-a-compilation/
and end with ./make-image
this also help make_cdk_image working, it seems one of package is needed.
anyway, Thank you very much to everyone, I can move on coding now
Also tagged with one or more of these keywords: DM500, CDK, LIBTOOL, ACLOCAL.M4
Canal digitaal probleem met kaart heractivatieStarted by Lutz, 7 Jun 2014 dm500, et9000 |
|
|||
HDD problems DM500HD!Started by Elgreco, 4 Nov 2013 DM500, HDD |
|
|||
E1 build failsStarted by pr.malek, 16 Oct 2013 build, enigma1, dm500 |
|
|||
DM500 is not workingStarted by wonder4, 12 Mar 2013 dm500 |
|
|||
DM500 streaming IPAD2Started by fernan50, 10 Jan 2013 DM500, IPAD2, STREAMING |
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users