PDA

Bekijk de volledige versie : Mediatomb 0.12.1 egrep Problem



!gm
20-07-2010, 01:55
Hallo

ich versuche Mediatomb 0.12.1 zu kompilieren

bin dabei nach wptes Anleitung vorgegangen:
http://wl500g.info/showpost.php?p=98535&postcount=1

es scheitert dann gleich zu beginn:

Wo bekomme ich egrep her?


[admin@WL-002215329E61 mediatomb-0.12.1]$ pwd
/opt/mediatomb-0.12.1
[admin@WL-002215329E61 mediatomb-0.12.1]$ ./configure --prefix=/opt --disable-mysql --enable-sqlite-backup-defaults
checking for a BSD-compatible install... /opt/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... mipsel-unknown-linux-gnu
checking host system type... mipsel-unknown-linux-gnu
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... configure: error: no acceptable egrep could be found in /opt/sbin:/opt/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/xpg4/bin


vielen dank schonmal

darkside40
22-07-2010, 15:16
Ich würde an deiner stelle erst einmal das richtige grep per ipkg installieren, denn auf deinem Router ist bestimmt nur die grep Variante aus Busybox drauf, die im funktionsumfang ja ein wenig beschränkt ist.

Wenn du glück hast läuft das ganze dann durch.

!gm
23-07-2010, 19:54
jups, als heute dann irgendwann das ipkg repository verfügbar war, hab ich es nachinstalliert und taglib gleich mit

aber hab nun probleme beim make - naja ich probier erstmal und melde mich dann

danke

darkside40
26-07-2010, 09:11
Wie sieht dein make problem denn aus?

!gm
25-09-2010, 17:04
so jetzt hatte ich mal zeit das ganze weiterzubearbeiten (bin kränk :()

hier noch einmal die configure Zusammenfassung:

CONFIGURATION SUMMARY ----

sqlite3 : yes
mysql : disabled
libjs : missing
libmagic : yes
inotify : missing
libexif : yes
id3lib : yes
taglib : missing
libmp4v2 : missing
ffmpeg : yes
ffmpegthumbnailer : missing
lastfmlib : missing
external transcoding : yes
curl : missing
YouTube : missing
libextractor : disabled
db-autocreate : yes



das make bricht ab bei


g++ -DHAVE_CONFIG_H -I. -I.. -I../tombupnp/upnp/inc -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I.. -pthread -I/opt/include -g -O2 -MT libmediatomb_a-autoscan.o -MD -MP -MF .deps/libmediatomb_a-autoscan.Tpo -c -o libmediatomb_a-autoscan.o `test -f '../src/autoscan.cc' || echo './'`../src/autoscan.cc
../src/autoscan.cc: In member function 'void AutoscanDirectory::setLocation(zmm::String)':
../src/autoscan.cc:371: internal compiler error: Segmentation fault


kann mir einer helfen? wo kann ich irgendwelche Logs einsehen?