Jump to content


xalanaseon

Member Since 4 Mar 2013
Offline Last Active 27 Mar 2013 19:09
-----

Posts I've Made

In Topic: DM500 build CDK libtool error

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 :ph34r:

In Topic: DM500 build CDK libtool error

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.

In Topic: DM500 build CDK libtool error

16 March 2013 - 20:29

we don't support clone boxes!!!

Hmm, I really quite confusing, I just though boxes, left for dm500 are all clones, if I could get new item, I will.
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.

In Topic: DM500 build CDK libtool error

16 March 2013 - 15:28

Hi,
Just want to update here, run make_cdk_image as root make 3.4 mb IMG file and less error in buildlog.txt (left only libtool error as above), but still kill my dm500 clone.
:(

In Topic: DM500 build CDK libtool error

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 :D
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


Attached File  buildlog.txt.zip   459.95KB   0 downloads

Thank you.