[gelöst] Gamesbuild teilweise broken?

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

[gelöst] Gamesbuild teilweise broken?

Beitrag von dbt »

Grad passiert. Geht bis Solitair und dann Ende:

Code: Alles auswählen

make flash-tetris-fx2
make[1]: Entering directory `/home/dbt/build/tuxbox-cvs/cdk'
make -C /home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib all install prefix=/home/dbt/build/dbox2/cdkflash/root
make[2]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[3]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
install -d /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
/bin/sh ../../libtool --mode=install install libfx2.la /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
libtool: install: install .libs/libfx2.so /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/libfx2.so
libtool: install: install .libs/libfx2.lai /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/libfx2.la
libtool: install: warning: remember to run `libtool --finish /home/dbt/build/dbox2/cdkroot/lib/tuxbox/plugins'
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make[2]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make -C /home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/tetris all install prefix=/home/dbt/build/dbox2/cdkflash/root
make[2]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/tetris'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[3]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/tetris'
install -d /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
install -d /home/dbt/build/dbox2/cdkflash/root/var/tuxbox/config
/bin/sh ../../libtool --mode=install install tetris.la /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
libtool: install: error: cannot install `tetris.la' to a directory not ending in /home/dbt/build/dbox2/cdkroot/lib/tuxbox/plugins
make[3]: *** [install-exec-local] Fehler 1
make[3]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/tetris'
make[2]: *** [install-am] Fehler 2
make[2]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/tetris'
make[1]: *** [flash-tetris-fx2] Fehler 2
make[1]: Leaving directory `/home/dbt/build/tuxbox-cvs/cdk'
make: *** [/home/dbt/build/dbox2/cdkflash/root] Fehler 2
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Gamesbuild teilweise broken?

Beitrag von seife »

Hast du zufällig deine Distribution updated seit es das letzte mal funktioniert hat?
tomworld
Einsteiger
Einsteiger
Beiträge: 247
Registriert: Sonntag 24. August 2008, 03:44

Re: Gamesbuild teilweise broken?

Beitrag von tomworld »

sollte man jetzt kein Update machen :(

wenn ich "--enable-fx2-pac" mache, kann ich auch andere Spiele laden, obwohl nicht mitgebaut
auch Tetris
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

seife hat geschrieben:Hast du zufällig deine Distribution updated seit es das letzte mal funktioniert hat?
Nur kleine automatische Online-Updates. Frag mich aber jetzt nicht was das alles so war, aber so ein richtig Großes wars sicher nicht.
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Gamesbuild teilweise broken?

Beitrag von seife »

Ok. Ich hatte eine neuere libtool-Version im Verdacht oder sowas :-)
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Re: Gamesbuild teilweise broken?

Beitrag von dietmarw »

Code: Alles auswählen

make flash-tetris-fx2
mit der configure option probiert?
--enable-fx2-tetris
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

dietmarw hat geschrieben:

Code: Alles auswählen

make flash-tetris-fx2
mit der configure option probiert?
--enable-fx2-tetris

ich mache das nicht einzeln, der Aufruf kommt vom make,
vorher klappts ja auch schon mit solitair ohne Probleme:

Code: Alles auswählen

make flash-solitair-fx2
make[1]: Entering directory `/home/dbt/build/tuxbox-cvs/cdk'
make -C /home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib all install prefix=/home/dbt/build/dbox2/cdkflash/root
make[2]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[3]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
install -d /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
/bin/sh ../../libtool --mode=install install libfx2.la /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
libtool: install: install .libs/libfx2.so /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/libfx2.so
libtool: install: install .libs/libfx2.lai /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/libfx2.la
libtool: install: warning: remember to run `libtool --finish /home/dbt/build/dbox2/cdkroot/lib/tuxbox/plugins'
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make[2]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/lib'
make -C /home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/solitair all install prefix=/home/dbt/build/dbox2/cdkflash/root
make[2]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/solitair'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[3]: Entering directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/solitair'
install -d /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
/bin/sh ../../libtool --mode=install install solitair.la /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
libtool: install: install .libs/solitair.so /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/solitair.so
libtool: install: install .libs/solitair.lai /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins/solitair.la
libtool: install: warning: remember to run `libtool --finish /home/dbt/build/dbox2/cdkroot/lib/tuxbox/plugins'
install -m 0644 ./solitair.cfg /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/solitair'
make[2]: Leaving directory `/home/dbt/build/git-repository/dbt-projects/tuxbox/plugins/fx2/solitair'
touch /home/dbt/build/dbox2/cdkflash/root
make[1]: Leaving directory `/home/dbt/build/tuxbox-cvs/cdk'
fx2 habe ich so drin:

Code: Alles auswählen

	--enable-fx2-lemm \
	--enable-fx2-pac \
	--enable-fx2-solitair \
	--enable-fx2-sudoko \
	--enable-fx2-tetris \
	--enable-fx2-vierg \
	--enable-fx2-lemmings \
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Re: Gamesbuild teilweise broken?

Beitrag von dietmarw »

dann hab ich bei den neuen --enable optionen scheinbar das prinzip nicht verstanden..
ich dachte --enable-xxx reicht..
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

seife hat geschrieben:Ok. Ich hatte eine neuere libtool-Version im Verdacht oder sowas :-)
Da war doch ein "heimliches" Update, meinst du das:
suse hat geschrieben:libtool
GNU libtool is a set of shell scripts to automatically configure UNIX architectures to build shared libraries in a generic fashion.

Webseite: http://www.gnu.org/software/libtool/
Lizenz: GPL v2 or later
Größe: 2,3 M
Installiert am: 07.01.2010...
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

dietmarw hat geschrieben:dann hab ich bei den neuen --enable optionen scheinbar das prinzip nicht verstanden..
ich dachte --enable-xxx reicht..
Leider nein, da es satfind als Plugin (--enable-satfind) und als FX2-Plugin gibt.
Deshalb musste ich --enable-fx2-xxx erstellen...
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

nebenbei mit --enable-fx2-vierg \ das gleiche Problem wenn das Spiel da reingebügelt werden soll :wink:
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

Schaue ich mir an
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

dbt hat geschrieben:nebenbei mit --enable-fx2-vierg \ das gleiche Problem wenn das Spiel da reingebügelt werden soll :wink:
Hier funktioniert es, leeres Verzeichnis, CVS reinkopiert, Vier gewinnt aktiviert, make flash-neutrino-squashfs-all

Code: Alles auswählen

make flash-vierg-fx2                                                                                    
make[1]: Entering directory `/root/tuxbox/work_glibc/compile/cdk'                                       
make -C /root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib all install prefix=/root/tuxbox/work_glibc/image/cdkflash/root
make[2]: Entering directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib'                                         
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c -o draw.lo draw.c                                                                                                                                                                   
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.c  -fPIC -DPIC -o .libs/draw.o        
mv -f .deps/draw.Tpo .deps/draw.Plo                                                                                                                                           
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT pig.lo -MD -MP -MF .deps/pig.Tpo -c -o pig.lo pig.c                                                                                                                                                                       
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT pig.lo -MD -MP -MF .deps/pig.Tpo -c pig.c  -fPIC -DPIC -o .libs/pig.o            
pig.c:62: warning: 'l_x' defined but not used                                                                                                                                 
pig.c:63: warning: 'l_y' defined but not used                                                                                                                                 
pig.c:64: warning: 'l_width' defined but not used                                                                                                                             
pig.c:65: warning: 'l_height' defined but not used                                                                                                                            
mv -f .deps/pig.Tpo .deps/pig.Plo                                                                                                                                             
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT rcinput.lo -MD -MP -MF .deps/rcinput.Tpo -c -o rcinput.lo rcinput.c                                                                                                                                                       
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT rcinput.lo -MD -MP -MF .deps/rcinput.Tpo -c rcinput.c  -fPIC -DPIC -o .libs/rcinput.o                                                                                                                                                                          
mv -f .deps/rcinput.Tpo .deps/rcinput.Plo                                                                                                                                     
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT math.lo -MD -MP -MF .deps/math.Tpo -c -o math.lo math.c                                                                                                                                                                   
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.c  -fPIC -DPIC -o .libs/math.o        
mv -f .deps/math.Tpo .deps/math.Plo                                                                                                                                           
/bin/bash ../../libtool --tag=CC   --mode=link powerpc-tuxbox-linux-gnu-gcc  -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -rpath /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -module -avoid-version -Wl,-O1 -o libfx2.la  draw.lo pig.lo rcinput.lo math.lo        
libtool: link: powerpc-tuxbox-linux-gnu-gcc -shared  .libs/draw.o .libs/pig.o .libs/rcinput.o .libs/math.o    -Wl,-O1   -Wl,-soname -Wl,libfx2.so -o .libs/libfx2.so          
libtool: link: ( cd ".libs" && rm -f "libfx2.la" && ln -s "../libfx2.la" "libfx2.la" )                                                                                        
make[3]: Entering directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib'                                                                                     
install -d /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                                                     
/bin/bash ../../libtool --mode=install install libfx2.la /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                       
libtool: install: install .libs/libfx2.so /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins/libfx2.so                                                            
libtool: install: install .libs/libfx2.lai /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins/libfx2.la                                                           
libtool: finish: PATH="/root/tuxbox/work_glibc/image/cdk/bin:/root/tuxbox/work_glibc/image/cdk/bin:/usr/lib/ccache:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/sbin" ldconfig -n /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                    
----------------------------------------------------------------------                                                                                                        
Libraries have been installed in:                                                                                                                                             
   /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                                                             

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:      
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable  
     during execution                                          
   - add LIBDIR to the `LD_RUN_PATH' environment variable      
     during linking                                            
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag               
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.   
----------------------------------------------------------------------
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.            
make[3]: Leaving directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib'
make[2]: Leaving directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib'
make -C /root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg all install prefix=/root/tuxbox/work_glibc/image/cdkflash/root
make[2]: Entering directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg'                                         
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I./../lib -I../../include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT board.lo -MD -MP -MF .deps/board.Tpo -c -o board.lo board.c       
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../lib -I../../include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT board.lo -MD -MP -MF .deps/board.Tpo -c board.c  -fPIC -DPIC -o .libs/board.o                          
board.c: In function `BoardInitialize':                                                                                                                                       
board.c:68: warning: implicit declaration of function `memset'                                                                                                                
board.c: At top level:                                                                                                                                                        
board.c:194: warning: 'outmaze' defined but not used                                                                                                                          
mv -f .deps/board.Tpo .deps/board.Plo                                                                                                                                         
/bin/bash ../../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -I./../lib -I../../include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include    -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -MT somain.lo -MD -MP -MF .deps/somain.Tpo -c -o somain.lo somain.c   
libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../lib -I../../include -I/root/tuxbox/work_glibc/compile/driver/dvb/include -I/root/tuxbox/work_glibc/compile/driver/include -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -MT somain.lo -MD -MP -MF .deps/somain.Tpo -c somain.c  -fPIC -DPIC -o .libs/somain.o                      
mv -f .deps/somain.Tpo .deps/somain.Plo                                                                                                                                       
/bin/bash ../../libtool --tag=CC   --mode=link powerpc-tuxbox-linux-gnu-gcc  -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include   -rpath /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -R/lib/tuxbox/plugins -module -avoid-version -Wl,-O1 -o vierg.la  board.lo somain.lo ../lib/libfx2.la                                                                                                                                                               

*** Warning: Linking the shared library vierg.la against the loadable module
*** libfx2.so is not portable!                                              
libtool: link: powerpc-tuxbox-linux-gnu-gcc -shared  .libs/board.o .libs/somain.o   -Wl,-rpath -Wl,/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/lib/.libs -Wl,-rpath -Wl,/root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -Wl,-rpath -Wl,/lib/tuxbox/plugins ../lib/.libs/libfx2.so  -Wl,-O1   -Wl,-soname -Wl,vierg.so -o .libs/vierg.so                                                                                                                                                                        
libtool: link: ( cd ".libs" && rm -f "vierg.la" && ln -s "../vierg.la" "vierg.la" )                                                                                           
make[3]: Entering directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg'                                                                                   
install -d /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                                                     
/bin/bash ../../libtool --mode=install install vierg.la /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                        
libtool: install: warning: relinking `vierg.la'                                                                                                                               
libtool: install: (cd /root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg; /bin/bash /root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/libtool  --tag CC --mode=relink powerpc-tuxbox-linux-gnu-gcc -Wall -pipe -Os -I/root/tuxbox/work_glibc/image/cdkroot/include -I/root/tuxbox/work_glibc/compile/driver/include -rpath /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -R/lib/tuxbox/plugins -module -avoid-version -Wl,-O1 -o vierg.la board.lo somain.lo ../lib/libfx2.la )                             

*** Warning: Linking the shared library vierg.la against the loadable module
*** libfx2.so is not portable!                                              
libtool: relink: powerpc-tuxbox-linux-gnu-gcc -shared  .libs/board.o .libs/somain.o   -Wl,-rpath -Wl,/root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -Wl,-rpath -Wl,/lib/tuxbox/plugins -L/root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins -lfx2  -Wl,-O1   -Wl,-soname -Wl,vierg.so -o .libs/vierg.so                         
libtool: install: install .libs/vierg.soT /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins/vierg.so                                                             
libtool: install: install .libs/vierg.lai /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins/vierg.la                                                             
libtool: finish: PATH="/root/tuxbox/work_glibc/image/cdk/bin:/root/tuxbox/work_glibc/image/cdk/bin:/usr/lib/ccache:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/sbin" ldconfig -n /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                    
----------------------------------------------------------------------                                                                                                        
Libraries have been installed in:                                                                                                                                             
   /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins                                                                                                             

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:      
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable  
     during execution                                          
   - add LIBDIR to the `LD_RUN_PATH' environment variable      
     during linking                                            
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag               
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.   
----------------------------------------------------------------------
install -m 0644 ./vierg.cfg /root/tuxbox/work_glibc/image/cdkflash/root/lib/tuxbox/plugins
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.                                
make[3]: Leaving directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg'
make[2]: Leaving directory `/root/tuxbox/work_glibc/compile/apps/tuxbox/plugins/fx2/vierg'
bruno71
Interessierter
Interessierter
Beiträge: 84
Registriert: Freitag 25. Dezember 2009, 12:03

Re: Gamesbuild teilweise broken?

Beitrag von bruno71 »

Bei mir habe ich damit auch keine probleme, funktioniert alles mit dem aktuellen cvs.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

@dbt: Welches make target nutzt Du?
Brichst Du den build zwischendurch mit STRG+C ab und startest ihn dann neu?
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

Baue mit make flash-neutrino, abbrechen tu' ich nix, das läuft durch bis eben zu diesem Fehler, aber halt nicht bei allen Spielen, was mich schon mal stutzig macht, warum da mal was installiert wird und dann wieder nicht, hätte sein können, dass hier kein Platz mehr ist, aber da ist noch GB-weise platz :wink:

Code: Alles auswählen

/bin/sh ../../libtool --mode=install install tetris.la /home/dbt/build/dbox2/cdkflash/root/lib/tuxbox/plugins
libtool: install: error: cannot install `tetris.la' to a directory not ending in /home/dbt/build/dbox2/cdkroot/lib/tuxbox/plugins
make[3]: *** [install-exec-local] Fehler 1
und geändert ist da auch nichts dran und warum es den Pfad versemmelt, komisch :-?
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: Gamesbuild teilweise broken?

Beitrag von Houdini »

hmm, der Aufruf übergibt cdkflash aber die Ausgabe sagt cdkroot :gruebel:
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

Ist mir auch suspekt :-?
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Gamesbuild teilweise broken?

Beitrag von seife »

Libtool beschwert sich ja, dass es *nicht* cdkroot ist.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

dbt hat geschrieben:fx2 habe ich so drin:

Code: Alles auswählen

	--enable-fx2-sudoko \
Diese Option heißt --enable-fx2-sudoku
dbt hat geschrieben:

Code: Alles auswählen

	--enable-fx2-lemmings \
Diese Option gibt es nicht ;)
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

Hab ich inzwischen auch gemerkt, es ist halt noch Mühsal im Spiel. :wink:
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

make flash-neutrino-squashfs-all
mit

Code: Alles auswählen

--enable-fx2-lemm \
--enable-fx2-pac \
--enable-fx2-solitair \
--enable-fx2-sudoku \
--enable-fx2-tetris \
--enable-fx2-vierg \
funktioniert hier auf Debian Squeeze.
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

enable-dingenskirchen schön und gut, aber kann es sein, dass es da überhaupt keine Regeln für make flash-fx2-[gamexyz] gibt? Ich werd' damit nicht wirklich warm!
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Gamesbuild teilweise broken?

Beitrag von rhabarber1848 »

dbt hat geschrieben:aber kann es sein, dass es da überhaupt keine Regeln für make flash-fx2-[gamexyz] gibt?
http://cvs.tuxbox-cvs.sourceforge.net/c ... 28&r2=1.29
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: Gamesbuild teilweise broken?

Beitrag von dbt »

:dash: :blind Ich glaube du dürftes langsam dein Versprechen einlösen! :wink: damit allgemein etwas mehr Klarheit reinkommt.