PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme beim Imagebau



logisch0
16.02.2014, 18:01
Hi, also ich möchte mal auch ein Enigma2 Image bauen, zumindest versuche ich es gerade. Leider sind alle bisherigen versuche fehlgeschlagen :(

1.) Mein System:
Open Suse 12.3 und das läuft unter dem VMware Player
Bin halt ein Windows User, habe aber schon Images für die D-Box2 erstellt.

2.) Meine Hardware
Ich habe eine Golden Media Box, diese betreibe ich derzeit mit dem "HDMU_11183_E2_spark7162_211_git_5513_nodebug_gst_F lash" Image. Muss sagen, das alles OK ist.:)

3.) Meine Vorgehensweise
Habe im Internet viel gesucht, und keine "aktuelle" Anleitung finden können. So und nun zu meinen Versuchen.

- Nach dieser Anleitung gehe ich vor -> https://gitorious.org/open-duckbox-project-sh4/pages/Installation

Nachfolgende Fehlermeldung bekomme ich:



cc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT modinfo.o -MD -MP -MF .deps/modinfo.Tpo -c -o modinfo.o ../modinfo.c
mv -f .deps/modinfo.Tpo .deps/modinfo.Po
gcc -g -O2 -Wunused -Wall -o modinfo modinfo.o zlibsupport.o libmodtools.a
gcc -g -O2 -Wunused -Wall -static -o insmod.static insmod.o libmodtools.a
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make[1]: *** [insmod.static] Error 1
make[1]: Leaving directory `/home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/objdir'
error: Bad exit status from /var/tmp/rpm-tmp.QYSJZq (%build)

RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.QYSJZq (%build)
make: *** [RPMS/sh4/stlinux24-host-module-init-tools-3.16-3.sh4.rpm] Fehler 1
logisch@linux12:~/cvs/max-tdt/tdt/cvs/cdk> git clone git://gitorious.org/open-duckbox-project-sh4/tdt.git^C
logisch@linux12:~/cvs/max-tdt/tdt/cvs/cdk>



komme da einfach nicht weiter, liegt das Problem am Linux 12.3 ??? oder was mache ich falsch.

morly
16.02.2014, 18:03
Bitte mehr von der Ausgabe!
Problem liegt hier:

cannot find -lc
... lib nicht gefunden

santa
16.02.2014, 18:13
Clone dir bitte das Max-tdt und da den enigma2 branch.
Da dann die setuptdt.sh ausführen.
Das normale tdt wird nicht wirklich gepflegt, also wirst du immer Probleme haben.

logisch0
16.02.2014, 18:20
Hi...vermute ich auch nur habe ich da noch zu wenig Ahnung...

Log:


make[1]: Entering directory `/home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/objdir'
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/missing --run aclocal-1.11 -I m4
main::scan_file() called too early to check prototype at /home/logisch/cvs/max-tdt/tdt/tufsbox/host/bin/aclocal-1.11 line 644.
cd .. && /bin/sh /home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/missing --run automake-1.11 --gnu
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/missing --run autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ../configure --prefix=/home/logisch/cvs/max-tdt/tdt/tufsbox/host --exec-prefix=/home/logisch/cvs/max-tdt/tdt/tufsbox/host --bindir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/bin --sbindir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/bin --sysconfdir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/etc --datadir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/share --includedir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/include --libdir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/lib --libexecdir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/libexec --localstatedir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/var --sharedstatedir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/share --mandir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/man --infodir=/home/logisch/cvs/max-tdt/tdt/tufsbox/host/info CFLAGS=-g -O2 --no-create --no-recursion
configure: loading site script /usr/share/site/i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for docbook-to-man... no
checking for docbook2man... no
configure: WARNING: docbook2man not found
configure: Adding gcc options: -g -O2 -Wunused -Wall
configure: creating ./config.status
/bin/sh ./config.status
config.status: creating Makefile
config.status: executing buildir commands
config.status: skipping top_srcdir/Makefile - not created
config.status: executing depfiles commands
make[1]: Leaving directory `/home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/objdir'
make[1]: Entering directory `/home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/objdir'
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -ffunction-sections -g -O2 -Wunused -Wall -MT libmodtools_a-util.o -MD -MP -MF .deps/libmodtools_a-util.Tpo -c -o libmodtools_a-util.o `test -f 'util.c' || echo '../'`util.c
mv -f .deps/libmodtools_a-util.Tpo .deps/libmodtools_a-util.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -ffunction-sections -g -O2 -Wunused -Wall -MT libmodtools_a-logging.o -MD -MP -MF .deps/libmodtools_a-logging.Tpo -c -o libmodtools_a-logging.o `test -f 'logging.c' || echo '../'`logging.c
mv -f .deps/libmodtools_a-logging.Tpo .deps/libmodtools_a-logging.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -ffunction-sections -g -O2 -Wunused -Wall -MT libmodtools_a-index.o -MD -MP -MF .deps/libmodtools_a-index.Tpo -c -o libmodtools_a-index.o `test -f 'index.c' || echo '../'`index.c
mv -f .deps/libmodtools_a-index.Tpo .deps/libmodtools_a-index.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -ffunction-sections -g -O2 -Wunused -Wall -MT libmodtools_a-config_filter.o -MD -MP -MF .deps/libmodtools_a-config_filter.Tpo -c -o libmodtools_a-config_filter.o `test -f 'config_filter.c' || echo '../'`config_filter.c
mv -f .deps/libmodtools_a-config_filter.Tpo .deps/libmodtools_a-config_filter.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -ffunction-sections -g -O2 -Wunused -Wall -MT libmodtools_a-elfops.o -MD -MP -MF .deps/libmodtools_a-elfops.Tpo -c -o libmodtools_a-elfops.o `test -f 'elfops.c' || echo '../'`elfops.c
mv -f .deps/libmodtools_a-elfops.Tpo .deps/libmodtools_a-elfops.Po
rm -f libmodtools.a
ar cru libmodtools.a libmodtools_a-util.o libmodtools_a-logging.o libmodtools_a-index.o libmodtools_a-config_filter.o libmodtools_a-elfops.o
ranlib libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT lsmod.o -MD -MP -MF .deps/lsmod.Tpo -c -o lsmod.o ../lsmod.c
mv -f .deps/lsmod.Tpo .deps/lsmod.Po
gcc -g -O2 -Wunused -Wall -o lsmod lsmod.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT modindex.o -MD -MP -MF .deps/modindex.Tpo -c -o modindex.o ../modindex.c
mv -f .deps/modindex.Tpo .deps/modindex.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT zlibsupport.o -MD -MP -MF .deps/zlibsupport.Tpo -c -o zlibsupport.o ../zlibsupport.c
mv -f .deps/zlibsupport.Tpo .deps/zlibsupport.Po
gcc -g -O2 -Wunused -Wall -o modindex modindex.o zlibsupport.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT insmod.o -MD -MP -MF .deps/insmod.Tpo -c -o insmod.o ../insmod.c
../insmod.c: In function 'main':
../insmod.c:110:8: warning: variable 'p' set but not used [-Wunused-but-set-variable]
mv -f .deps/insmod.Tpo .deps/insmod.Po
gcc -g -O2 -Wunused -Wall -o insmod insmod.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT modprobe.o -MD -MP -MF .deps/modprobe.Tpo -c -o modprobe.o ../modprobe.c
mv -f .deps/modprobe.Tpo .deps/modprobe.Po
gcc -g -O2 -Wunused -Wall -o modprobe modprobe.o zlibsupport.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT rmmod.o -MD -MP -MF .deps/rmmod.Tpo -c -o rmmod.o ../rmmod.c
../rmmod.c: In function 'main':
../rmmod.c:165:14: warning: variable 'all' set but not used [-Wunused-but-set-variable]
mv -f .deps/rmmod.Tpo .deps/rmmod.Po
gcc -g -O2 -Wunused -Wall -o rmmod rmmod.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT depmod.o -MD -MP -MF .deps/depmod.Tpo -c -o depmod.o ../depmod.c
mv -f .deps/depmod.Tpo .deps/depmod.Po
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT tables.o -MD -MP -MF .deps/tables.Tpo -c -o tables.o ../tables.c
mv -f .deps/tables.Tpo .deps/tables.Po
gcc -g -O2 -Wunused -Wall -o depmod depmod.o zlibsupport.o tables.o libmodtools.a
gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.16\" -DPACKAGE_STRING=\"module-init-tools\ 3.16\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.16\" -I. -I.. -g -O2 -Wunused -Wall -MT modinfo.o -MD -MP -MF .deps/modinfo.Tpo -c -o modinfo.o ../modinfo.c
mv -f .deps/modinfo.Tpo .deps/modinfo.Po
gcc -g -O2 -Wunused -Wall -o modinfo modinfo.o zlibsupport.o libmodtools.a
gcc -g -O2 -Wunused -Wall -static -o insmod.static insmod.o libmodtools.a
/usr/lib/gcc/i586-suse-linux/4.7/../../../../i586-suse-linux/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make[1]: *** [insmod.static] Error 1
make[1]: Leaving directory `/home/logisch/cvs/max-tdt/tdt/cvs/cdk/BUILD/module-init-tools-3.16/objdir'
error: Bad exit status from /var/tmp/rpm-tmp.ia8uco (%build)

RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.ia8uco (%build)
make: *** [RPMS/sh4/stlinux24-host-module-init-tools-3.16-3.sh4.rpm] Fehler 1
logisch@linux12:~/cvs/max-tdt/tdt/cvs/cdk>

santa
16.02.2014, 18:22
Hast du den enigma2 branch ausgecheckt? Mit dem master wirst du mit e2 nicht zufrieden werden.
Der ist nur für neutrino gut.

logisch0
16.02.2014, 18:27
@santa

so habe ich das gemacht "git clone -b enigma2 git://gitorious.org/~max10/open-duckbox-project-sh4/max-tdt.git" ist doch richtig oder !

dann "sudo ./setuptdt.sh" ausgeführt.

usw...

santa
16.02.2014, 18:29
Sieht auf dem Handy gut aus.

Vielleicht kann Max dazu was sagen.

santa
16.02.2014, 20:36
schau dir mal die setuptdt.sh mal genau an und versuch mal per hand alles zu installieren
was du so brauchst, kann sein das suse nicht automatisch geht.

logisch0
17.02.2014, 18:57
Hi,

also ich habe mal die Logausgaben beim ausführen von setuptdt.sh



Metadaten von Repository 'Downloads' werden abgerufen .................................................. .................................................. ............[fertig]
Repository 'devel:languages:perl' ist aktuell.
Repository 'devel:languages:perl:CPAN-M' ist aktuell.
Repository 'fakeroot' ist aktuell.
Repository 'openSUSE:12.3' ist aktuell.
Alle Repositories wurden aktualisiert.
Daten des Repositories laden ...
Installierte Pakete lesen ...
'patch' ist bereits installiert.
Kein Aktualisierungskandidat für 'patch-2.7.1-2.1.1.i586'. Die neueste Version ist bereits installiert.
'xfsprogs-devel' ist bereits installiert.
Kein Aktualisierungskandidat für 'xfsprogs-devel-3.1.6-12.1.1.i586'. Die neueste Version ist bereits installiert.
'make' ist bereits installiert.
Kein Aktualisierungskandidat für 'make-3.82-154.1.1.i586'. Die neueste Version ist bereits installiert.
'gcc' ist bereits installiert.
Kein Aktualisierungskandidat für 'gcc-4.7-7.1.1.i586'. Die neueste Version ist bereits installiert.
'gcc-c++' ist bereits installiert.
Kein Aktualisierungskandidat für 'gcc-c++-4.7-7.1.1.i586'. Die neueste Version ist bereits installiert.
'subversion' ist bereits installiert.
Kein Aktualisierungskandidat für 'subversion-1.7.8-2.1.1.i586'. Die neueste Version ist bereits installiert.
'pkg-config' ist bereits installiert.
Kein Aktualisierungskandidat für 'pkg-config-0.27.1-2.1.1.i586'. Die neueste Version ist bereits installiert.
'zlib-devel' ist bereits installiert.
Kein Aktualisierungskandidat für 'zlib-devel-1.2.7-7.1.1.i586'. Die neueste Version ist bereits installiert.
'ncurses-devel' ist bereits installiert.
Kein Aktualisierungskandidat für 'ncurses-devel-5.9-26.1.1.i586'. Die neueste Version ist bereits installiert.
'libtool' ist bereits installiert.
Kein Aktualisierungskandidat für 'libtool-2.4.2-8.1.1.i586'. Die neueste Version ist bereits installiert.
'glib2-devel' ist bereits installiert.
Kein Aktualisierungskandidat für 'glib2-devel-2.34.3-2.1.1.i586'. Die neueste Version ist bereits installiert.
'fakeroot' ist bereits installiert.
Kein Aktualisierungskandidat für 'fakeroot-1.14.5-1.3.i586'. Die neueste Version ist bereits installiert.
'wget' ist bereits installiert.
Kein Aktualisierungskandidat für 'wget-1.13.4-15.1.1.i586'. Die neueste Version ist bereits installiert.
'git-core' ist bereits installiert.
Kein Aktualisierungskandidat für 'git-core-1.8.1.4-1.1.1.i586'. Die neueste Version ist bereits installiert.
'bison' ist bereits installiert.
Kein Aktualisierungskandidat für 'bison-2.6.5-2.1.1.i586'. Die neueste Version ist bereits installiert.
'swig' ist bereits installiert.
Kein Aktualisierungskandidat für 'swig-2.0.9-3.1.1.i586'. Die neueste Version ist bereits installiert.
'texinfo' ist bereits installiert.
Kein Aktualisierungskandidat für 'texinfo-4.13a-32.1.1.i586'. Die neueste Version ist bereits installiert.
'ccache' ist bereits installiert.
Kein Aktualisierungskandidat für 'ccache-3.1.8-4.1.1.i586'. Die neueste Version ist bereits installiert.
'flex' ist bereits installiert.
Kein Aktualisierungskandidat für 'flex-2.5.37-2.1.1.i586'. Die neueste Version ist bereits installiert.
'dialog' ist bereits installiert.
Kein Aktualisierungskandidat für 'dialog-1.1-51.1.1.i586'. Die neueste Version ist bereits installiert.
'gettext-devel' wurde in den Paketnamen nicht gefunden. Fähigkeiten werden durchsucht.
'gettext-tools', welches 'gettext-devel' anbietet, ist bereits installiert.
Paketabhängigkeiten auflösen ...



Da ist alles OK. Und dann die Paketversionen zur Sicherheit nochmals abgefragt:




GNU Make 3.82
subversion 1.7.8-2.1.1
ccache version 3.1.8
flex 2.5.37
bison (GNU Bison) 2.6.5
texinfo 4.13a-32.1.1
libtool (GNU libtool) 2.4.2
SWIG Version 2.0.9
dialog 1.1-20080727
wget 1.1-20080727
LSB Version: n/a
git-core 1.8.1.4-1.1.1
ncurses-devel 5.9-26.1.1
gettext-devel nicht vorhanden, dafür aber
gettext-runtime 0.18.1.1-21.1.1
gettext-tools 0.18.1.1-21.1.1
zlib-devel 1.2.7-7.1.1
gcc 4.7-7.1.1
gcc-c++ 4.7-7.1.1
automake 1.12.1-3.1.1
make 3.82-154.1.1
xfsprogs-devel 3.1.6-12.1.1
pkg-config 0.27.1-2.1.1
patch 2.7.1-2.1.1
glib2-devel 2.34.3-2.1.1
fakeroot 1.14.5-1.3



also da scheint alles OK zu sein...

santa
17.02.2014, 19:10
Was baust du denn?
Also welche config?

logisch0
17.02.2014, 19:17
Hi,

das steht in der "lastChoice.txt"




-enable-maintainer-mode --prefix=/home/logisch/cvs/max-tdt/tdt/tufsbox --with-cvsdir=/home/logisch/cvs/max-tdt/tdt/cvs --with-customizationsdir=/home/logisch/cvs/max-tdt/tdt/custom --with-flashscriptdir=/home/logisch/cvs/max-tdt/tdt/flash --with-archivedir=/home/logisch/Archive --enable-ccache --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --enable-spark --with-boxtype=spark --enable-stm24 --enable-p0207 --enable-gcc47 --enable-player191 --enable-multicom324 --enable-buildinplayer



sorry vergessen...

das führe ich aus, um das Image zu bauen. "make yaud-enigma2-pli-nightly"

santa
17.02.2014, 19:28
die ansicht ist kacke, aber bau mal so:


Targets: 1) Kathrein UFS-910
3) Kathrein UFS-912
4) Kathrein UFS-922
5) Topfield 7700 HDPVR
6) Fortis based (HDBOX)
7) SpiderBox HL-101
8) Edision Argus vip
9) Cuberevo (IPBOX 9000)
10) Cuberevo mini (IPBOX 900)
11) Cuberevo mini2 (IPBOX 910)
12) Cuberevo 250 (IPBOX 91)
13) Cuberevo 9500HD (7000HD)
14) Cuberevo 2000HD
15) Cuberevo mini_fta (200HD)
16) Homecast 5101
17) Octagon 1008
18) SPARK
19) Atevio7500
20) SPARK7162
21) IPBOX9900
22) IPBOX99
23) IPBOX55
24) Fortis HS7810A
25) B4Team ADB 5800S
26) Fortis HS7110
27) WHITEBOX
28) Kathrein UFS-913
29) Kathrein UFC-960
30) Vitamin HD5000

Selected target: 18


Kernel:
1) STM 24 P0207
2) STM 24 P0209
3) STM 24 P0210
4) STM 24 P0211

Selected kernel: 4


Kernel debug:
Activate debug (y/N)?

Selected option: N


Player:
1) Player 191 (stmfb-3.1_stm24_0102)
2) Player 191 (stmfb-3.1_stm24_0104)

Selected player: 2


Multicom:
1) Multicom 3.2.4 (Player191)
2) Multicom 4.0.6 (Player191)

Selected multicom: 1


Media Framework:
1) eplayer3
2) gstreamer
3) use build-in
4) gstreamer+eplayer3

Selected media framework: 4


External LCD support:
1) No external LCD
2) graphlcd for external LCD

Selected LCD support: 2


Graphic Framework:
1) Framebuffer
2) DirectFB (Recommended XBMC)
Selected Graphic Framework: 1

logisch0
17.02.2014, 19:45
also geht auch nicht.

Habe erst ein make clean ausgeführt, danach die ./make.sh ausgeführt. Nachfolgende Einstellungen:




Targets:
1) Kathrein UFS-910
3) Kathrein UFS-912
4) Kathrein UFS-922
5) Topfield 7700 HDPVR
6) Fortis based (HDBOX)
7) SpiderBox HL-101
8) Edision Argus vip
9) Cuberevo (IPBOX 9000)
10) Cuberevo mini (IPBOX 900)
11) Cuberevo mini2 (IPBOX 910)
12) Cuberevo 250 (IPBOX 91)
13) Cuberevo 9500HD (7000HD)
14) Cuberevo 2000HD
15) Cuberevo mini_fta (200HD)
16) Homecast 5101
17) Octagon 1008
18) SPARK
19) Atevio7500
20) SPARK7162
21) IPBOX9900
22) IPBOX99
23) IPBOX55
24) Fortis HS7810A
25) B4Team ADB 5800S
26) Fortis HS7110
27) WHITEBOX
28) Kathrein UFS-913
29) Kathrein UFC-960
30) Vitamin HD5000
Select target (1-30)? 18
Kernel:
1) STM 24 P0207
2) STM 24 P0209
3) STM 24 P0210
4) STM 24 P0211
Select kernel (1-4)? 4
Kernel debug:
Activate debug (y/N)? N
Player:
1) Player 191 (stmfb-3.1_stm24_0102)
2) Player 191 (stmfb-3.1_stm24_0104)
Select player (1-2)? 2
Multicom:
1) Multicom 3.2.4 (Player191)
2) Multicom 4.0.6 (Player191)
Select multicom (1-2)? 1
Media Framework:
1) eplayer3
2) gstreamer
3) use build-in
4) gstreamer+eplayer3
Select media framework (1-3)? 4
External LCD support:
1) No external LCD
2) graphlcd for external LCD
Select external LCD support (1-2)? 2
Graphic Framework:
1) Framebuffer
2) DirectFB (Recommended XBMC)
Select Graphic Framework (1-2)? 1



und dann noch restliche ausgaben



Performing autogen.sh...
------------------------
I am testing that you have the required versions of libtool, autoconf,
automake, make, gettext, gcc, and g++.
checking for libtool >= 1.4.2 ... yes (version 2.4.2)
checking for autoconf >= 2.57a ... yes (version 2.69)
checking for automake >= 1.8 ... yes (version 1.12.1)
checking for gettext >= 0.12.1 ... yes (version 0.18.1)
checking for make >= 3.80 ... yes (version 3.82)
checking for gcc >= 3.0 or = 2.95 ... yes (version Linux))
checking for g++ >= 3.0 or = 2.95 ... yes (version Linux))
Generating configuration files for tufsbox-cdk, please wait....
Performing configure...
-----------------------
configure: loading site script /usr/share/site/i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... sh4-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for i686-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for apps directory... yes
checking for boot directory... yes
checking for driver directory... yes
checking for hostapps directory... yes
checking for m4... /usr/bin/m4
checking for bzip2... /usr/bin/bzip2
checking for makeinfo... /usr/bin/makeinfo
checking for i686-pc-linux-gnu-g++... no
checking for i686-pc-linux-gnu-c++... no
checking for i686-pc-linux-gnu-gpp... no
checking for i686-pc-linux-gnu-aCC... no
checking for i686-pc-linux-gnu-CC... no
checking for i686-pc-linux-gnu-cxx... no
checking for i686-pc-linux-gnu-cc++... no
checking for i686-pc-linux-gnu-cl.exe... no
checking for i686-pc-linux-gnu-FCC... no
checking for i686-pc-linux-gnu-KCC... no
checking for i686-pc-linux-gnu-RCC... no
checking for i686-pc-linux-gnu-xlC_r... no
checking for i686-pc-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking linuxp0207 rules... done
checking linuxp0209 rules... done
checking linuxp0210 rules... done
checking linuxp0211 rules... done
checking squashfs rules... done
checking ccache rules... done
checking cramfs rules... done
checking host_libtool rules... done
checking host_pkgconfig rules... done
checking host_automake rules... done
checking host_autoconf rules... done
checking busybox rules... done
checking lsb rules... done
checking ipkg rules... done
checking module_init_tools rules... done
checking bzip2 rules... done
checking grep rules... done
checking openrdate rules... done
checking mc rules... done
checking sg3_utils rules... done
checking console_data rules... done
checking nano rules... done
checking rsync rules... done
checking fuse rules... done
checking curlftpfs rules... done
checking fbset rules... done
checking pngquant rules... done
checking mplayer rules... done
checking mencoder rules... done
checking opkg rules... done
checking sysstat rules... done
checking imagemagick rules... done
checking shairport rules... done
checking liblua rules... done
checking libao rules... done
checking howl rules... done
checking libopenthreads rules... done
checking libboost rules... done
checking libz rules... done
checking libreadline rules... done
checking libfreetype rules... done
checking lirc rules... done
checking libjpeg rules... done
checking libjpeg_turbo rules... done
checking libpng12 rules... done
checking libpng rules... done
checking libungif rules... done
checking libgif rules... done
checking libgif_current rules... done
checking libcurl rules... done
checking libfribidi rules... done
checking libsigc rules... done
checking libmad rules... done
checking libid3tag rules... done
checking libvorbisidec rules... done
checking glib2 rules... done
checking libiconv rules... done
checking libmng rules... done
checking lcms rules... done
checking directfb rules... done
checking dfbpp rules... done
checking libstgles rules... done
checking libexpat rules... done
checking fontconfig rules... done
checking libxmlccwrap rules... done
checking a52dec rules... done
checking libdvdcss rules... done
checking libdvdnav rules... done
checking libdvdread rules... done
checking ffmpeg_old rules... done
checking ffmpeg rules... done
checking libass rules... done
checking webkitdfb rules... done
checking icu4c rules... done
checking enchant rules... done
checking lite rules... done
checking sqlite rules... done
checking libsoup rules... done
checking pixman rules... done
checking cairo rules... done
checking libogg rules... done
checking libflac rules... done
checking libcap rules... done
checking evebrowser rules... done
checking brofs rules... done
checking libalsa rules... done
checking alsautils rules... done
checking rtmpdump rules... done
checking libdvbsipp rules... done
checking libdreamdvd rules... done
checking libdreamdvd2 rules... done
checking libmpeg2 rules... done
checking libsamplerate rules... done
checking libvorbis rules... done
checking libmodplug rules... done
checking tiff rules... done
checking lzo rules... done
checking yajl rules... done
checking libpcre rules... done
checking libcdio rules... done
checking jasper rules... done
checking mysql rules... done
checking libmicrohttpd rules... done
checking libexif rules... done
checking minidlna rules... done
checking djmount rules... done
checking libupnp rules... done
checking rarfs rules... done
checking sshfs rules... done
checking gmediarender rules... done
checking tinyxml rules... done
checking libnfs rules... done
checking taglib rules... done
checking elementtree rules... done
checking libxml2 rules... done
checking libxslt rules... done
checking lxml rules... done
checking setuptools rules... done
checking twisted rules... done
checking twistedweb2 rules... done
checking twistedmail rules... done
checking pilimaging rules... done
checking host_python rules... done
checking python rules... done
checking pycrypto rules... done
checking pyusb rules... done
checking pyopenssl rules... done
checking pythonwifi rules... done
checking pythoncheetah rules... done
checking zope_interface rules... done
checking gstreamer rules... done
checking gst_plugins_base rules... done
checking gst_plugins_good rules... done
checking gst_plugins_bad rules... done
checking gst_plugins_ugly rules... done
checking gst_ffmpeg rules... done
checking gst_plugins_fluendo_mpegdemux rules... done
checking gst_plugins_dvbmediasink rules... done
checking gst_plugin_subsink rules... done
checking tuxtxtlib rules... done
checking tuxtxt32bpp rules... done
checking enigma2_networkbrowser rules... done
checking enigma2_webinterface rules... done
checking enigma2_openwebif rules... done
checking enigma2_plugins_all rules... done
checking hotplug_e2 rules... done
checking graphlcd rules... done
checking lcd4_linux rules... done
checking libusb rules... done
checking libusb2 rules... done
checking libusbcompat rules... done
checking libgd2 rules... done
checking libdpfax rules... done
checking libdpf rules... done
checking dosfstools rules... done
checking e2fsprogs rules... done
checking fdisk rules... done
checking hddtemp rules... done
checking hdparm rules... done
checking jfsutils rules... done
checking lm_sensors rules... done
checking parted rules... done
checking sdparm rules... done
checking utillinux rules... done
checking xfsprogs rules... done
checking autofs rules... done
checking portmap rules... done
checking nfs_utils rules... done
checking libevent rules... done
checking libnfsidmap rules... done
checking vsftpd rules... done
checking netkit_ftp rules... done
checking samba rules... done
checking netio rules... done
checking ntp rules... done
checking lighttpd rules... done
checking wireless_tools rules... done
checking zd1211 rules... done
checking wpa_supplicant rules... done
checking ethtool rules... done
summary:
----------------------------------------
target cpu/boxtype : sh4 / spark
linux kernel : 2.6.32
kernelversion : 2.6.32.59_stm24_0211
localversion : _stm24_0211
STLinux 2.4 : yes
GCC 4.7.2 : yes
Patchlevel P0207 : no
Patchlevel P0209 : no
Patchlevel P0210 : no
Patchlevel P0211 : yes
ccache : yes
target prefix : /home/logisch/cvs/max-tdt/tdt/tufsbox/cdkroot
boot prefix : /home/logisch/cvs/max-tdt/tdt/tufsbox/cdkroot-tftpboot
host prefix : /home/logisch/cvs/max-tdt/tdt/tufsbox/host
cross prefix : /home/logisch/cvs/max-tdt/tdt/tufsbox/devkit/sh4
build prefix : /home/logisch/cvs/max-tdt/tdt/cvs/cdk
root partition size : 0x240000
data partition size : 0x400000
serversupport : /home/logisch/cvs/max-tdt/tdt/tufsbox/serversupport
checkImage : true
target apps directory : /home/logisch/cvs/max-tdt/tdt/cvs/apps
boot directory : /home/logisch/cvs/max-tdt/tdt/cvs/boot
driver directory : /home/logisch/cvs/max-tdt/tdt/cvs/driver
host apps directory : /home/logisch/cvs/max-tdt/tdt/cvs/hostapps
customization directory : /home/logisch/cvs/max-tdt/tdt/custom
archive directory : /home/logisch/Archive
DEBUG : no
Player191 : yes
Multicom324 : yes
Multicom406 : no
MediaFw Gstreamer : yes
MediaFw : gstreamer
MediaFw Dep : gst_plugins_dvbmediasink
GraphicFw DirectFB : no
GraphicFw : framebuffer
GraphicFw Dep :
EXTERNALLCD : yes
EXTERNALLCD_DEP : graphlcd
ccache support : yes

----------------------------------------
ccache installdir : /usr/bin
cache directory /home/logisch/.ccache
cache hit (direct) 681
cache hit (preprocessed) 35
cache miss 122
called for link 262
called for preprocessing 109
compile failed 6
preprocessor error 24
bad compiler arguments 59
unsupported source language 18
autoconf compile/link 299
no input file 159
files in cache 343
cache size 3.5 Mbytes
max cache size 1.0 Gbytes
----------------------------------------
checking that generated files are newer than configure... done
configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rules-downcheck.pl
config.status: executing depfiles commands
config.status: executing rules-downcheck-chmod commands

----------------------------------------
Your build enivroment is ready :-)
Your next step could be:
----------------------------------------
make yaud-neutrino
make yaud-neutrino-mp
make yaud-neutrino-hd2-exp
make yaud-enigma2-pli-nightly
make yaud-xbmc-nightly
----------------------------------------
logisch@linux12:~/cvs/max-tdt/tdt/cvs/cdk>



gleicher Fehler wieder, wie im ersten posting zu sehen ist... :(

santa
17.02.2014, 19:49
schonmal über nen anderes linux nachgedacht?
kann dann eigentlich nur noch daran liegen, ggf noch mal alles löschen,
auch den archives Ordner und nochmal neu probieren.

logisch0
17.02.2014, 20:18
Der Gedanke ist mir auch schon gekommen. Nur welches sollte ich dann nehmen. Suse kenne ich halt schon etwas, bei anderen müsste ich mich erst mal einarbeiten, was aber nicht so schlimm wäre. Also mit welchem sollte es gehen. Bzw. bräuchte ich einen Link wo ich mir eine *.iso herbekomme.

P.S.
Gelöscht und neu angefangen habe ich schon mehrmals...immer mit dem gleichem Ergebnis. :(

santa
17.02.2014, 20:47
alles auf ubuntu basis geht ohne probleme, das aktuelle 14.04 aber noch nicht.
auf server baue ich noch mit dem 12.04, aber die 2013er sollten auch gehen.
mint ist recht nett, musst du mal googlen, aber da geht eben version 16 noch nicht.

TheChip
17.02.2014, 20:52
Ich hatte auch mit Ubuntu 12.04 LTS angefangen, bin dann aber zu Mint 14 gewechselt und dabei geblieben. Fühlt sich um einiges flotter an als Ubuntu (obwohl Ubuntu die Basis dafür ist). Aber imho ist das Mint schlanker als Ubuntu und das merkt man auch.

logisch0
17.02.2014, 21:14
OK,

dann werde ich das mal mit "Mint 14" Versuchen. Das Iso-Image lade ich gerade runter. Es wird also ein bisschen dauern, bis ich mich wieder Melde. Auf jeden fall schon mal Danke für eure Hilfe. :icon_thumbs1:

logisch0
17.02.2014, 23:40
Update:

Also das Linux Mint14 Installiert (VMWare) Klappte reibungslos.
Dann die ganzen Pakete Installiert. (mit ./setup.sh wurden 3 Pakete nicht Installiert, diese habe ich dann von Hand installiert)

Und danach eben alles wie gehabt gestartet. Leuft nun seit ca. 1,5 Stunden, vorher lief es ja gerade mal 5 Minuten. Mal schauen ob es durchleuft, bin da aber guter hoffnung. :)

P.S. Das "Linux Mint 14" kannte ich nicht, aber man findet sich da schnell zurecht....

santa
18.02.2014, 08:46
Deswegen haben wir es ja empfohlen, weil es recht nett ist.

logisch0
18.02.2014, 20:27
Hi...leider mit fehler stehengeblieben....



make: Circular .deps/cross-sh4-libgcc <- .deps/glibc dependency dropped.
false || mkdir -p /home/logisch/Archive && ( \
wget -t 2 -T 10 -c -P /home/logisch/Archive http://src.evolux.yourweb.de/opkg-0.1.8+svnr587.tar.gz || \
false )
--2014-02-17 23:50:44-- http://src.evolux.yourweb.de/opkg-0.1.8+svnr587.tar.gz
Resolving src.evolux.yourweb.de (src.evolux.yourweb.de)... 80.156.86.78, 62.157.140.133
Connecting to src.evolux.yourweb.de (src.evolux.yourweb.de)|80.156.86.78|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://navigationshilfe1.t-online.de/dnserror?url=http://src.evolux.yourweb.de/ [following]
--2014-02-17 23:50:44-- http://navigationshilfe1.t-online.de/dnserror?url=http://src.evolux.yourweb.de/
Resolving navigationshilfe1.t-online.de (navigationshilfe1.t-online.de)... 62.157.140.133, 80.156.86.78
Reusing existing connection to src.evolux.yourweb.de:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz'

[ <=> ] 560 --.-K/s in 0s

2014-02-17 23:50:44 (34,0 MB/s) - `/home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz' saved [560]

( rm -rf opkg-0.1.8+svnr587 || /bin/true ) && gunzip -cd /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz | TAPE=- tar -x && ( cd opkg-0.1.8+svnr587 && chmod +w -R .; patch -p1 < ../Patches/opkg-0.1.8-dont-segfault.diff )

gzip: /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz: not in gzip format
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make: *** [.deps/opkg] Error 2
logisch@logisch-virtual-machine ~/Projekte/cvs/max-tdt/tdt/cvs/cdk $ make yaud-enigma2-pli-nightly
make: Circular .deps/cross-sh4-libgcc <- .deps/glibc dependency dropped.
false || mkdir -p /home/logisch/Archive && ( \
wget -t 2 -T 10 -c -P /home/logisch/Archive http://src.evolux.yourweb.de/opkg-0.1.8+svnr587.tar.gz || \
false )
--2014-02-17 23:54:20-- http://src.evolux.yourweb.de/opkg-0.1.8+svnr587.tar.gz
Resolving src.evolux.yourweb.de (src.evolux.yourweb.de)... 62.157.140.133, 80.156.86.78
Connecting to src.evolux.yourweb.de (src.evolux.yourweb.de)|62.157.140.133|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://navigationshilfe1.t-online.de/dnserror?url=http://src.evolux.yourweb.de/ [following]
--2014-02-17 23:54:20-- http://navigationshilfe1.t-online.de/dnserror?url=http://src.evolux.yourweb.de/
Resolving navigationshilfe1.t-online.de (navigationshilfe1.t-online.de)... 80.156.86.78, 62.157.140.133
Reusing existing connection to src.evolux.yourweb.de:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz'

[ <=> ] 560 --.-K/s in 0s

2014-02-17 23:54:20 (4,03 MB/s) - `/home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz' saved [560]

( rm -rf opkg-0.1.8+svnr587 || /bin/true ) && gunzip -cd /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz | TAPE=- tar -x && ( cd opkg-0.1.8+svnr587 && chmod +w -R .; patch -p1 < ../Patches/opkg-0.1.8-dont-segfault.diff )

gzip: /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz: not in gzip format
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make: *** [.deps/opkg] Error 2



also das Arcive "opkg-0.1.8+svnr587.tar.gz" ist kaputt, bzw. beschädigt. Habe mehrmals Versucht, es herunter zu laden, immer mit dem gleichem fehler. Mit Ark kann ich das auch nicht öffnen.

Meldung


Loading the archive /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz failed with the following error: Could not open the archive /home/logisch/Archive/opkg-0.1.8+svnr587.tar.gz, libarchive cannot handle it


Habe im Netz das Archiv gesucht, aber bis dato nichts gefunden. Wäre nett, wenn einer das Arciv mir zukommen lässt, oder mir sagt, wo ich das ggf. herunterladen kann.

ciccio81
20.02.2014, 13:34
ihr hast se

logisch0
20.02.2014, 19:32
Hi...erster erfolg

Erst mal Danke an euch, mit dem richtigem opkg-paket ist nun alles fehlerfrei durchgelaufen. :ba1:


Dann kann ich nun mal weiterbasteln......

P.S.
Die nächsten fragen kommen bestimmt. :)

b711
29.03.2014, 16:48
Hallo,

kann mir jemand helfen? Bauen bricht an folgender Stelle ab:
make[5]: Betrete Verzeichnis '/home/ubuntu/e2/max-tdt/tdt/cvs/apps/enigma2-nightly/lib'
CXX base/eenv.o
AR base/libenigma_base.a
GEN python/enigma_python.cpp
/bin/sh: -c++: Kommando nicht gefunden.
make[5]: *** [python/enigma_python.cpp] Fehler 127

c++ bzw. g++ ist natürlich installiert, auch als crosscompiler. Hat vielleicht noch jemand an dieser Stelle ähnliche Probleme gehabt?

santa
29.03.2014, 18:02
Setuptdt.sh ausgeführt?
Welches ubuntu hast du?

b711
29.03.2014, 18:41
Ubuntu 12.04.03, bauen wollte ich ein spark image. setuptdt.sh habe ich NICHT ausgeführt, nur make.sh.... Werde das noch heute Abend ausprobieren. Vielen Dank für den support, santa!

b711
29.03.2014, 22:39
Jetzt ist es sauber durchgelaufen, vielen Dank, im Ordner max-tdt\tdt\tufsbox\release liegt das fertige Dateisystem. Aber wie bekomme ich jetzt ein "flashfähiges" Image, idealerweise mit uimage und e2jffs.img? Vielen Dank für einen kurzen Hinweis

TheChip
29.03.2014, 23:05
Da musst Du mal schauen, da gibt es einen Folder "Flash", da ist ein shellscript drinnen, was Dir das Flashimage zusammenbaut.

b711
29.03.2014, 23:29
Vielen Dank, habe ich gefunden, e2jffs2.img und uImage wurden erfolgreich erstellt, allerdings ist e2jffs2.img über 65MB groß, während die HDMU-Images bei ca. 45MB liegen... Keine Ahnung, wie ich das geschafft habe. Leider kann ich das Ding noch nicht per USB flaschen, Spark reloaded meldet 7 70 im Display, aber ich arbeite dran. Grüße

comag
06.02.2015, 19:12
problem end of compilation kubuntu 12.04 64 bit




:~/bpanther-tdt/tdt/cvs/cdk$ git pull
Already up-to-date.
tas@tas-Lenovo-G500:~/bpanther-tdt/tdt/cvs/cdk$ ./make.sh

_______ _____ _ _ _
|__ __| | __ \ | | | | | |
| | ___ __ _ _ __ ___ | | | |_ _ ____| | __| |_ __ _| | ___ ___
| |/ _ \/ _` | '_ ` _ \ | | | | | | |/ __| |/ /| __|/ _` | |/ _ | __|
| | __/ (_| | | | | | | | |__| | |_| | (__| < | |_| (_| | | __|__ \
|_|\___|\__,_|_| |_| |_| |_____/ \__,_|\____|_|\_\ \__|\__,_|_|\___|___/


Targets:
1) Kathrein UFS-910
3) Kathrein UFS-912
4) Kathrein UFS-922
5) Topfield 7700 HDPVR
6) Fortis based (HDBOX)
7) SpiderBox HL-101
8) Edision Argus vip
9) Cuberevo (IPBOX 9000)
10) Cuberevo mini (IPBOX 900)
11) Cuberevo mini2 (IPBOX 910)
12) Cuberevo 250 (IPBOX 91)
13) Cuberevo 9500HD (7000HD)
14) Cuberevo 2000HD
15) Cuberevo mini_fta (200HD)
16) Homecast 5101
17) Octagon 1008
18) SPARK
19) Atevio7500
20) SPARK7162
21) IPBOX9900
22) IPBOX99
23) IPBOX55
24) Fortis HS7810A
25) B4Team ADB 5800S
26) Fortis HS7110
27) Atemio520
28) Kathrein UFS-913
29) Kathrein UFC-960
30) Vitamin HD5000
31) Atemio530
Select target (1-31)? 18

Kernel:
1) STM 24 P0209
2) STM 24 P0211 (recommended)
3) STM 24 P0214 (experimental)
4) STM 24 P0215 (experimental)
Select kernel (1-4)? 4

Kernel debug:
Activate debug (y/N)? n

Player:
1) Player 191 (stmfb-3.1_stm24_0102)
2) Player 191 (stmfb-3.1_stm24_0104, recommended)
Select player (1-2)? 2

Media Framework:
1) eplayer3
2) gstreamer
3) use build-in (recommended)
4) gstreamer+eplayer3
Select media framework (1-4)? 4

External LCD support:
1) No external LCD
2) graphlcd for external LCD
Select external LCD support (1-2)? 2

GCC Version:
1) GCC 4.6.3 (recommended)
2) GCC 4.7.3 (experimental)
3) GCC 4.8.3 (experimental)
Select GCC Version (1-3)? 1

Performing autogen.sh...
------------------------

I am testing that you have the required versions of libtool, autoconf,
automake, make, gettext, gcc, and g++.

checking for libtool >= 1.4.2 ... yes (version 2.4.2)
checking for autoconf >= 2.57a ... yes (version 2.68)
checking for automake >= 1.8 ... yes (version 1.11.3)
checking for gettext >= 0.12.1 ... yes (version 0.18.1)
checking for make >= 3.80 ... yes (version 3.81)
checking for gcc >= 3.0 or = 2.95 ... yes (version 4.6.4-1ubuntu1~12.04))
checking for g++ >= 3.0 or = 2.95 ... yes (version 4.6.4-1ubuntu1~12.04))

Generating configuration files for tufsbox-cdk, please wait....

Performing configure...
-----------------------

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... sh4-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for apps directory... yes
checking for boot directory... yes
checking for driver directory... yes
checking for hostapps directory... yes
checking for m4... /usr/bin/m4
checking for bzip2... /bin/bzip2
checking for makeinfo... /usr/bin/makeinfo
checking for x86_64-unknown-linux-gnu-g++... no
checking for x86_64-unknown-linux-gnu-c++... no
checking for x86_64-unknown-linux-gnu-gpp... no
checking for x86_64-unknown-linux-gnu-aCC... no
checking for x86_64-unknown-linux-gnu-CC... no
checking for x86_64-unknown-linux-gnu-cxx... no
checking for x86_64-unknown-linux-gnu-cc++... no
checking for x86_64-unknown-linux-gnu-cl.exe... no
checking for x86_64-unknown-linux-gnu-FCC... no
checking for x86_64-unknown-linux-gnu-KCC... no
checking for x86_64-unknown-linux-gnu-RCC... no
checking for x86_64-unknown-linux-gnu-xlC_r... no
checking for x86_64-unknown-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking linuxp0215 rules... done
checking squashfs rules... done
checking ccache rules... done
checking texinfo rules... done
checking cramfs rules... done
checking host_libtool rules... done
checking host_pkgconfig rules... done
checking host_automake rules... done
checking host_autoconf rules... done
checking busybox rules... done
checking lsb rules... done
checking ipkg rules... done
checking module_init_tools rules... done
checking bzip2 rules... done
checking grep rules... done
checking openrdate rules... done
checking mc rules... done
checking sg3_utils rules... done
checking console_data rules... done
checking nano rules... done
checking rsync rules... done
checking fuse rules... done
checking curlftpfs rules... done
checking fbset rules... done
checking pngquant rules... done
checking mplayer rules... done
checking mencoder rules... done
checking opkg rules... done
checking sysstat rules... done
checking imagemagick rules... done
checking shairport rules... done
checking wget rules... done
checking wput rules... done
checking liblua rules... done
checking libao rules... done
checking howl rules... done
checking libopenthreads rules... done
checking libboost rules... done
checking libz rules... done
checking libreadline rules... done
checking libfreetype rules... done
checking lirc rules... done
checking libjpeg rules... done
checking libjpeg_turbo rules... done
checking libpng12 rules... done
checking libpng rules... done
checking libungif rules... done
checking libgif rules... done
checking libgif_e2 rules... done
checking libcurl rules... done
checking libfribidi rules... done
checking libsigc rules... done
checking libmad rules... done
checking libid3tag rules... done
checking libvorbisidec rules... done
checking glib2 rules... done
checking libiconv rules... done
checking libmng rules... done
checking lcms rules... done
checking directfb rules... done
checking dfbpp rules... done
checking libstgles rules... done
checking libexpat rules... done
checking fontconfig rules... done
checking libxmlccwrap rules... done
checking a52dec rules... done
checking libdvdcss rules... done
checking libdvdnav rules... done
checking libdvdread rules... done
checking ffmpeg_old rules... done
checking ffmpeg rules... done
checking libass rules... done
checking webkitdfb rules... done
checking icu4c rules... done
checking enchant rules... done
checking lite rules... done
checking sqlite rules... done
checking libsoup rules... done
checking pixman rules... done
checking cairo rules... done
checking libogg rules... done
checking libflac rules... done
checking libcap rules... done
checking evebrowser rules... done
checking brofs rules... done
checking libalsa rules... done
checking alsautils rules... done
checking rtmpdump rules... done
checking libdvbsipp rules... done
checking libdreamdvd rules... done
checking libdreamdvd2 rules... done
checking libmpeg2 rules... done
checking libsamplerate rules... done
checking libvorbis rules... done
checking libmodplug rules... done
checking tiff rules... done
checking lzo rules... done
checking yajl rules... done
checking libpcre rules... done
checking libcdio rules... done
checking jasper rules... done
checking mysql rules... done
checking libmicrohttpd rules... done
checking libexif rules... done
checking minidlna rules... done
checking djmount rules... done
checking libupnp rules... done
checking rarfs rules... done
checking sshfs rules... done
checking gmediarender rules... done
checking tinyxml rules... done
checking libnfs rules... done
checking taglib rules... done
checking elementtree rules... done
checking libxml2 rules... done
checking libxslt rules... done
checking lxml rules... done
checking setuptools rules... done
checking twisted rules... done
checking twistedweb2 rules... done
checking twistedmail rules... done
checking pilimaging rules... done
checking host_python rules... done
checking python rules... done
checking pycrypto rules... done
checking pyusb rules... done
checking pyopenssl rules... done
checking pythonwifi rules... done
checking pythoncheetah rules... done
checking zope_interface rules... done
checking gstreamer rules... done
checking gst_plugins_base rules... done
checking gst_plugins_good rules... done
checking gst_plugins_bad rules... done
checking gst_plugins_ugly rules... done
checking gst_ffmpeg rules... done
checking gst_plugins_fluendo_mpegdemux rules... done
checking gst_plugins_dvbmediasink rules... done
checking gst_plugin_subsink rules... done
checking tuxtxtlib rules... done
checking tuxtxt32bpp rules... done
checking enigma2_networkbrowser rules... done
checking enigma2_webinterface rules... done
checking enigma2_openwebif rules... done
checking enigma2_plugins_all rules... done
checking hotplug_e2 rules... done
checking graphlcd rules... done
checking lcd4_linux rules... done
checking libusb rules... done
checking libusbcompat rules... done
checking libgd2 rules... done
checking libdpfax rules... done
checking dosfstools rules... done
checking e2fsprogs rules... done
checking fdisk rules... done
checking hddtemp rules... done
checking hdparm rules... done
checking jfsutils rules... done
checking lm_sensors rules... done
checking parted rules... done
checking sdparm rules... done
checking utillinux rules... done
checking xfsprogs rules... done
checking autofs rules... done
checking portmap rules... done
checking nfs_utils rules... done
checking libevent rules... done
checking libnfsidmap rules... done
checking vsftpd rules... done
checking netkit_ftp rules... done
checking samba rules... done
checking netio rules... done
checking ntp rules... done
checking lighttpd rules... done
checking wireless_tools rules... done
checking zd1211 rules... done
checking wpa_supplicant rules... done
checking ethtool rules... done
checking xupnpd rules... done

summary:
----------------------------------------
target cpu/boxtype : sh4 / spark
linux kernel : 2.6.32
kernelversion : 2.6.32.61_stm24_0215
localversion : _stm24_0215
STLinux 2.4 : yes
GCC 4.7.3 : no
GCC 4.8.3 : no
Patchlevel P0209 : no
Patchlevel P0211 : no
Patchlevel P0214 : no
Patchlevel P0215 : yes
ccache : yes
target prefix : /home/tas/bpanther-tdt/tdt/tufsbox/cdkroot
boot prefix : /home/tas/bpanther-tdt/tdt/tufsbox/cdkroot-tftpboot
host prefix : /home/tas/bpanther-tdt/tdt/tufsbox/host
cross prefix : /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4
build prefix : /home/tas/bpanther-tdt/tdt/cvs/cdk
root partition size : 0x240000
data partition size : 0x400000
serversupport : /home/tas/bpanther-tdt/tdt/tufsbox/serversupport
checkImage : true
target apps directory : /home/tas/bpanther-tdt/tdt/cvs/apps
boot directory : /home/tas/bpanther-tdt/tdt/cvs/boot
driver directory : /home/tas/bpanther-tdt/tdt/cvs/driver
host apps directory : /home/tas/bpanther-tdt/tdt/cvs/hostapps
customization directory : /home/tas/bpanther-tdt/tdt/custom
archive directory : /home/tas/Archive
DEBUG : no
Player191 : yes
Multicom324 : yes
Multicom406 : no
MediaFw Gstreamer : yes
MediaFw : gstreamer
MediaFw Dep : gst_plugins_dvbmediasink
EXTERNALLCD : yes
EXTERNALLCD_DEP : graphlcd
ccache support : yes

----------------------------------------
ccache installdir /usr/bin
cache directory /home/tas/.ccache
cache hit (direct) 25548
cache hit (preprocessed) 6333
cache miss 58403
called for link 9739
called for preprocessing 11862
multiple source files 14
compiler produced stdout 4
compile failed 3038
preprocessor error 1719
couldn't find the compiler 5
bad compiler arguments 2104
unsupported source language 1064
autoconf compile/link 17619
unsupported compiler option 73
no input file 14010
files in cache 158263
cache size 2.2 Gbytes
max cache size 3.0 Gbytes
----------------------------------------

configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rules-downcheck.pl
config.status: executing depfiles commands
config.status: executing rules-downcheck-chmod commands

----------------------------------------
Your build enivroment is ready :-)
Your next step could be:
----------------------------------------
make yaud-neutrino
make yaud-neutrino-mp
make yaud-neutrino-mp-next
make yaud-neutrino-mp-github-next-cst
make yaud-neutrino-hd2-exp
make yaud-enigma2-pli-nightly
----------------------------------------
~/bpanther-tdt/tdt/cvs/cdk$ make yaud-enigma2-pli-nightly
make: Okrężna dyrektywa .deps/cross-sh4-libgcc <- .deps/glibc porzucona.
export PATH=/home/tas/bpanther-tdt/tdt/tufsbox/host/bin:/home/tas/bpanther-tdt/tdt/tufsbox/host/ccache-bin:/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/sbin && \
cd /home/tas/bpanther-tdt/tdt/cvs/apps/enigma2-nightly && \
./autogen.sh && \
sed -e 's|#!/usr/bin/python|#!/home/tas/bpanther-tdt/tdt/tufsbox/host/bin/python|' -i po/xml2po.py && \
./configure \
--build=x86_64-unknown-linux-gnu \
--host=sh4-linux \
--with-libsdl=no \
--datadir=/usr/local/share \
--libdir=/usr/lib \
--bindir=/usr/bin \
--prefix=/usr \
--sysconfdir=/etc \
--with-boxtype=none \
STAGING_INCDIR=/home/tas/bpanther-tdt/tdt/tufsbox/host/usr/include \
STAGING_LIBDIR=/home/tas/bpanther-tdt/tdt/tufsbox/host/usr/lib \
PKG_CONFIG=/home/tas/bpanther-tdt/tdt/tufsbox/host/bin/pkg-config \
PY_PATH=/home/tas/bpanther-tdt/tdt/tufsbox/cdkroot/usr \
CPPFLAGS=" -DPLATFORM_SPARK -I/home/tas/bpanther-tdt/tdt/cvs/driver/include -I /home/tas/bpanther-tdt/tdt/cvs/cdk/linux-sh4-2.6.32.61_stm24_0215/include" --with-graphlcd --enable-libeplayer3 --enable-mediafwgstreamer
Duckbox-libtoolize: Remember to add `LT_INIT' to configure.ac.
configure: WARNING: unrecognized options: --enable-mediafwgstreamer
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for sh4-linux-strip... sh4-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for sh4-linux-gcc... sh4-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether sh4-linux-gcc accepts -g... yes
checking for sh4-linux-gcc option to accept ISO C89... none needed
checking dependency style of sh4-linux-gcc... gcc3
checking how to run the C preprocessor... sh4-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for sh4-linux-gcc... (cached) sh4-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether sh4-linux-gcc accepts -g... (cached) yes
checking for sh4-linux-gcc option to accept ISO C89... (cached) none needed
checking dependency style of sh4-linux-gcc... (cached) gcc3
checking for sh4-linux-g++... sh4-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether sh4-linux-g++ accepts -g... yes
checking dependency style of sh4-linux-g++... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... sh4-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by sh4-linux-gcc... /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld
checking if the linker (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/bin/sh4-linux-nm -B
checking the name lister (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/bin/sh4-linux-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to sh4-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld option to reload object files... -r
checking for sh4-linux-objdump... sh4-linux-objdump
checking how to recognize dependent libraries... pass_all
checking for sh4-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for sh4-linux-ar... sh4-linux-ar
checking for archiver @FILE support... @
checking for sh4-linux-strip... (cached) sh4-linux-strip
checking for sh4-linux-ranlib... sh4-linux-ranlib
checking command to parse /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/bin/sh4-linux-nm -B output from sh4-linux-gcc object... ok
checking for sysroot... no
checking for sh4-linux-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if sh4-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for sh4-linux-gcc option to produce PIC... -fPIC -DPIC
checking if sh4-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if sh4-linux-gcc static flag -static works... yes
checking if sh4-linux-gcc supports -c -o file.o... yes
checking if sh4-linux-gcc supports -c -o file.o... (cached) yes
checking whether the sh4-linux-gcc linker (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... sh4-linux-g++ -E
checking for ld used by sh4-linux-g++... /home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld
checking if the linker (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld) is GNU ld... yes
checking whether the sh4-linux-g++ linker (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld) supports shared libraries... yes
checking for sh4-linux-g++ option to produce PIC... -fPIC -DPIC
checking if sh4-linux-g++ PIC flag -fPIC -DPIC works... yes
checking if sh4-linux-g++ static flag -static works... yes
checking if sh4-linux-g++ supports -c -o file.o... yes
checking if sh4-linux-g++ supports -c -o file.o... (cached) yes
checking whether the sh4-linux-g++ linker (/home/tas/bpanther-tdt/tdt/tufsbox/devkit/sh4/sh4-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for msgfmt... /usr/bin/msgfmt
checking for python... /home/tas/bpanther-tdt/tdt/tufsbox/host/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for python2.7... (cached) /home/tas/bpanther-tdt/tdt/tufsbox/host/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/home/tas/bpanther-tdt/tdt/tufsbox/cdkroot/usr/include/python2.7
checking for Python library path... -L/home/tas/bpanther-tdt/tdt/tufsbox/cdkroot/usr/include/python2.7 -lpython2.7
checking for Python site-packages path... /home/tas/bpanther-tdt/tdt/tufsbox/cdkroot/usr/lib/python2.7/site-packages
checking python extra libraries... -ldl -lutil
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking for swig... /usr/bin/swig
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking ost/dmx.h usability... no
checking ost/dmx.h presence... no
checking for ost/dmx.h... no
checking linux/dvb/version.h usability... yes
checking linux/dvb/version.h presence... yes
checking for linux/dvb/version.h... yes
configure: found dvb version 5
checking for BASE... no
configure: error: Package requirements (freetype2 fribidi libdvbsi++ libpng libxml-2.0 sigc++-1.2 libssl libcrypto) were not met:

No package 'sigc++-1.2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_CFLAGS
and BASE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** [/home/tas/bpanther-tdt/tdt/cvs/apps/enigma2-pli-nightly/config.status] Błąd 1





locate 'sigc++-1.2




~/bpanther-tdt/tdt/cvs/cdk$ locate sigc++-1.2
/usr/include/sigc++-1.2
/usr/include/sigc++-1.2/sigc++
/usr/include/sigc++-1.2/sigc++/adaptor.h
/usr/include/sigc++-1.2/sigc++/bind.h
/usr/include/sigc++-1.2/sigc++/bind_return.h
/usr/include/sigc++-1.2/sigc++/class_slot.h
/usr/include/sigc++-1.2/sigc++/connection.h
/usr/include/sigc++-1.2/sigc++/hide.h
/usr/include/sigc++-1.2/sigc++/macros
/usr/include/sigc++-1.2/sigc++/marshal.h
/usr/include/sigc++-1.2/sigc++/method_slot.h
/usr/include/sigc++-1.2/sigc++/node.h
/usr/include/sigc++-1.2/sigc++/object.h
/usr/include/sigc++-1.2/sigc++/object_slot.h
/usr/include/sigc++-1.2/sigc++/retype.h
/usr/include/sigc++-1.2/sigc++/retype_return.h
/usr/include/sigc++-1.2/sigc++/sigc++.h
/usr/include/sigc++-1.2/sigc++/signal.h
/usr/include/sigc++-1.2/sigc++/slot.h
/usr/include/sigc++-1.2/sigc++/trait.h
/usr/include/sigc++-1.2/sigc++/macros/bind.h.m4
/usr/include/sigc++-1.2/sigc++/macros/bind_return.h.m4
/usr/include/sigc++-1.2/sigc++/macros/class_slot.h.m4
/usr/include/sigc++-1.2/sigc++/macros/hide.h.m4
/usr/include/sigc++-1.2/sigc++/macros/method_slot.h.m4
/usr/include/sigc++-1.2/sigc++/macros/object_slot.h.m4
/usr/include/sigc++-1.2/sigc++/macros/retype.h.m4
/usr/include/sigc++-1.2/sigc++/macros/retype_return.h.m4
/usr/include/sigc++-1.2/sigc++/macros/signal.h.m4
/usr/include/sigc++-1.2/sigc++/macros/slot.h.m4
/usr/include/sigc++-1.2/sigc++/macros/template.macros.m4
/usr/lib/sigc++-1.2
/usr/lib/pkgconfig/sigc++-1.2.pc
/usr/lib/sigc++-1.2/include
/usr/lib/sigc++-1.2/include/sigcconfig.h
/var/lib/dpkg/info/libsigc++-1.2-5c2.list
/var/lib/dpkg/info/libsigc++-1.2-5c2.md5sums
/var/lib/dpkg/info/libsigc++-1.2-5c2.postinst
/var/lib/dpkg/info/libsigc++-1.2-5c2.postrm
/var/lib/dpkg/info/libsigc++-1.2-5c2.shlibs
/var/lib/dpkg/info/libsigc++-1.2-dev.list
/var/lib/dpkg/info/libsigc++-1.2-dev.md5sums
~/bpanther-tdt/tdt/cvs/cdk$