mjpegtools errore nella compilazione

Freee

Vu+ Newbie
Ottengo questo errore nel compilare mjpegtools:
Code:
NOTE: Running task 233 of 350 (ID: 5, /home/freee/Scrivania/vuplus/bm750/openembedded/recipes/mjpegtools/mjpegtools_1.9.0rc3.bb, do_configure)
ERROR: function do_configure failed
ERROR: see log in /home/freee/Scrivania/vuplus/bm750/build/tmp/work/mipsel-oe-linux/mjpegtools-1.9.0rc3-r0/temp/log.do_configure.31459
NOTE: Task failed: /home/freee/Scrivania/vuplus/bm750/build/tmp/work/mipsel-oe-linux/mjpegtools-1.9.0rc3-r0/temp/log.do_configure.31459
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/freee/Scrivania/vuplus/bm750/openembedded/recipes/mjpegtools/mjpegtools_1.9.0rc3.bb do_configure failed
ERROR: Task 5 (/home/freee/Scrivania/vuplus/bm750/openembedded/recipes/mjpegtools/mjpegtools_1.9.0rc3.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 340 tasks of which 340 didn't need to be rerun and 1 failed.
ERROR: '/home/freee/Scrivania/vuplus/bm750/openembedded/recipes/mjpegtools/mjpegtools_1.9.0rc3.bb' failed
Questo il log
Code:
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
AUTOV is 1.10
NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint -I/home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal-1.10 -I /home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal-1.10 -I /home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /home/freee/Scrivania/vuplus/bm750/build/tmp/staging/x86_64-linux/usr/bin/autoconf --include=/home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal-1.10 --include=/home/freee/Scrivania/vuplus/bm750/build/tmp/staging/mipsel-oe-linux/usr/share/aclocal --force --warnings=cross
configure.ac:94: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /home/freee/Scrivania/vuplus/bm750/build/tmp/staging/x86_64-linux/usr/bin/autoconf failed with exit status: 1
FATAL: autoreconf execution failed.
:cry::thanks:
 
trovato...
libreria mancante!
Code:
...
checking if more special flags are required for pthreads... no
checking for cc_r... mipsel-oe-linux-gcc -march=mips32
checking for pthread_attr_getstacksize... yes
checking for jpeg_start_compress in -ljpeg... no
configure: error: JPEG 6b library missing - Go to http://www.ijg.org/
FATAL: oe_runconf failed
risolto con
Code:
bitbake jpeg_6b
anche se ho questo "warning"
Code:
NOTE: Multiple libraries (libmpeg2encpp-1.9.so.0, liblavplay-1.9.so.0, libmplex2-1.9.so.0, liblavjpeg-1.9.so.0, libmjpegutils-1.9.so.0, liblavrec-1.9.so.0, liblavfile-1.9.so.0) found and LEAD_SONAME not defined
è da trascurare?
 
anche se sono riuscito a compilare, nel pacchetto manca il file "png2yuv" necessario al plugin "DVD Burn" per creare i menu durante la masterizzazione dei dvd.
Come si può risolvere?
 
anche se sono riuscito a compilare, nel pacchetto manca il file "png2yuv" necessario al plugin "DVD Burn" per creare i menu durante la masterizzazione dei dvd.
Come si può risolvere?

Dai un occhio al package libpng...


Sent from my iPad using Tapatalk
 
Già avevo installato libpng, ma il problema sembra essere più complesso, ovvero dai sorgenti risulta essere presente png2yuv ma non viene compilato ne inserito nel pacchetto, e sembra essere incompleto e sostituito da ppmtoy4v, presente nel pacchetto mjpegtools.
Volevo provare con un link simbolico ma risultano diversi anche i parametri da passare a ppmtoy4v.
Continuo a provare.
 
modificato in bm750/openembedded/recipes/mjpegtools/mjpegtools_1.9.0rc3.bb
Code:
EXTRA_OECONF = "--with-libpng=yes --without-x"
e ora viene compilato.
Verificherò se il plugin funziona correttamente.
 
Back
Top