[Slackbuilds-users] Can't build libquicktime, mlt, and kdenlive using sboinstall

Andreas Guldstrand andreas.guldstrand at gmail.com
Tue Sep 13 20:24:00 UTC 2016


I've just tried with sboinstall kdenlive here, and everything built
and installed correctly.

This was my install queue:
Install queue: amrnb dvdauthor libavc1394 libdv libiec61883 dvgrab
libmp4v2 faac faad2 gsm lame ffmpeg libquicktime mlt schroedinger x264
xvidcore kdenlive

Perhaps you already had one or more of the prerequisites installed?
Perhaps with an old version? Or perhaps built with non-default
options? For example ffmpeg has a lot of options for its SlackBuild,
and I didn't enable any of them when I tried just now. And seeing as
ffmpeg is mentioned in one of the places where things fail for you,
that would be my first suspect.

Good luck / Andreas (current maintainer of sbotools)

On 13 September 2016 at 20:23, Fellype do Nascimento <fellype at gmail.com> wrote:
> Hi all,
>
> I can't build libquicktime, mlt, and kdenlive using sboinstall.
>
> I discovered this issue trying to install kdenlive (by using sboinstall
> kdenlive), all other deps installed fine, but these three packages failed to
> install.
>
> The errors I got are listed below:
>
> ##### libquicktime ERRORS - START #####
>
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include
> -I../../include -DLOCALE_DIR=\"/usr/share/locale\" -O2 -march=i486
> -mtune=i686 -finline-functions -Wall -Winline -Wmissing-declarations
> -Wdeclaration-after-statement -fvisibility=hidden -MT lqt_ffmpeg.lo -MD -MP
> -MF .deps/lqt_ffmpeg.Tpo -c lqt_ffmpeg.c  -fPIC -DPIC -o .libs/lqt_ffmpeg.o
> lqt_ffmpeg.c:389:13: error: 'CODEC_ID_MPEG1VIDEO' undeclared here (not in a
> function)
>        .id = CODEC_ID_MPEG1VIDEO,
>              ^
> lqt_ffmpeg.c:400:13: error: 'CODEC_ID_MPEG4' undeclared here (not in a
> function)
>        .id = CODEC_ID_MPEG4,
>              ^
> lqt_ffmpeg.c:418:13: error: 'CODEC_ID_MSMPEG4V1' undeclared here (not in a
> function)
>        .id = CODEC_ID_MSMPEG4V1,
>              ^
> lqt_ffmpeg.c:429:13: error: 'CODEC_ID_MSMPEG4V2' undeclared here (not in a
> function)
>        .id = CODEC_ID_MSMPEG4V2,
>              ^
> lqt_ffmpeg.c:440:13: error: 'CODEC_ID_MSMPEG4V3' undeclared here (not in a
> function)
>        .id = CODEC_ID_MSMPEG4V3,
>              ^
> lqt_ffmpeg.c:484:13: error: 'CODEC_ID_H263' undeclared here (not in a
> function)
>        .id = CODEC_ID_H263,
>              ^
> lqt_ffmpeg.c:511:13: error: 'CODEC_ID_H264' undeclared here (not in a
> function)
>        .id = CODEC_ID_H264,
>              ^
> lqt_ffmpeg.c:522:13: error: 'CODEC_ID_H263P' undeclared here (not in a
> function)
>        .id = CODEC_ID_H263P,
>              ^
> lqt_ffmpeg.c:536:13: error: 'CODEC_ID_H263I' undeclared here (not in a
> function)
>        .id = CODEC_ID_H263I,
>              ^
> lqt_ffmpeg.c:547:13: error: 'CODEC_ID_SVQ1' undeclared here (not in a
> function)
>        .id = CODEC_ID_SVQ1,
>              ^
> lqt_ffmpeg.c:558:13: error: 'CODEC_ID_SVQ3' undeclared here (not in a
> function)
>        .id = CODEC_ID_SVQ3,
>              ^
> lqt_ffmpeg.c:569:13: error: 'CODEC_ID_MJPEG' undeclared here (not in a
> function)
>        .id = CODEC_ID_MJPEG,
>              ^
> lqt_ffmpeg.c:583:13: error: 'CODEC_ID_MJPEGB' undeclared here (not in a
> function)
>        .id = CODEC_ID_MJPEGB,
>              ^
> lqt_ffmpeg.c:597:13: error: 'CODEC_ID_TARGA' undeclared here (not in a
> function)
>        .id = CODEC_ID_TARGA,
>              ^
> lqt_ffmpeg.c:609:13: error: 'CODEC_ID_TIFF' undeclared here (not in a
> function)
>        .id = CODEC_ID_TIFF,
>              ^
> lqt_ffmpeg.c:620:13: error: 'CODEC_ID_8BPS' undeclared here (not in a
> function)
>        .id = CODEC_ID_8BPS,
>              ^
> lqt_ffmpeg.c:630:13: error: 'CODEC_ID_INDEO3' undeclared here (not in a
> function)
>        .id = CODEC_ID_INDEO3,
>              ^
> lqt_ffmpeg.c:641:13: error: 'CODEC_ID_RPZA' undeclared here (not in a
> function)
>        .id = CODEC_ID_RPZA,
>              ^
> lqt_ffmpeg.c:651:13: error: 'CODEC_ID_SMC' undeclared here (not in a
> function)
>        .id = CODEC_ID_SMC,
>              ^
> lqt_ffmpeg.c:661:13: error: 'CODEC_ID_CINEPAK' undeclared here (not in a
> function)
>        .id = CODEC_ID_CINEPAK,
>              ^
> lqt_ffmpeg.c:672:13: error: 'CODEC_ID_CYUV' undeclared here (not in a
> function)
>        .id = CODEC_ID_CYUV,
>              ^
> lqt_ffmpeg.c:683:13: error: 'CODEC_ID_QTRLE' undeclared here (not in a
> function)
>        .id = CODEC_ID_QTRLE,
>              ^
> lqt_ffmpeg.c:696:13: error: 'CODEC_ID_MSRLE' undeclared here (not in a
> function)
>        .id = CODEC_ID_MSRLE,
>              ^
> lqt_ffmpeg.c:706:13: error: 'CODEC_ID_DVVIDEO' undeclared here (not in a
> function)
>        .id = CODEC_ID_DVVIDEO,
>              ^
> lqt_ffmpeg.c:775:13: error: 'CODEC_ID_FFVHUFF' undeclared here (not in a
> function)
>        .id = CODEC_ID_FFVHUFF,
>              ^
> lqt_ffmpeg.c:788:13: error: 'CODEC_ID_FFV1' undeclared here (not in a
> function)
>        .id = CODEC_ID_FFV1,
>              ^
> lqt_ffmpeg.c:804:13: error: 'CODEC_ID_DNXHD' undeclared here (not in a
> function)
>        .id = CODEC_ID_DNXHD,
>              ^
> lqt_ffmpeg.c:820:13: error: 'CODEC_ID_MPEG2VIDEO' undeclared here (not in a
> function)
>        .id = CODEC_ID_MPEG2VIDEO,
>              ^
> lqt_ffmpeg.c:842:13: error: 'CODEC_ID_MP3' undeclared here (not in a
> function)
>        .id = CODEC_ID_MP3,
>              ^
> lqt_ffmpeg.c:842:13: error: initializer element is not constant
> lqt_ffmpeg.c:842:13: note: (near initialization for 'codecidmap_a[0].id')
> lqt_ffmpeg.c:854:13: error: 'CODEC_ID_MP2' undeclared here (not in a
> function)
>        .id = CODEC_ID_MP2,
>              ^
> lqt_ffmpeg.c:854:13: error: initializer element is not constant
> lqt_ffmpeg.c:854:13: note: (near initialization for 'codecidmap_a[1].id')
> lqt_ffmpeg.c:869:13: error: 'CODEC_ID_AC3' undeclared here (not in a
> function)
>        .id = CODEC_ID_AC3,
>              ^
> lqt_ffmpeg.c:869:13: error: initializer element is not constant
> lqt_ffmpeg.c:869:13: note: (near initialization for 'codecidmap_a[2].id')
> lqt_ffmpeg.c:884:13: error: 'CODEC_ID_QDM2' undeclared here (not in a
> function)
>        .id = CODEC_ID_QDM2,
>              ^
> lqt_ffmpeg.c:884:13: error: initializer element is not constant
> lqt_ffmpeg.c:884:13: note: (near initialization for 'codecidmap_a[3].id')
> lqt_ffmpeg.c:899:13: error: 'CODEC_ID_ALAC' undeclared here (not in a
> function)
>        .id = CODEC_ID_ALAC,
>              ^
> lqt_ffmpeg.c:899:13: error: initializer element is not constant
> lqt_ffmpeg.c:899:13: note: (near initialization for 'codecidmap_a[4].id')
> lqt_ffmpeg.c:912:13: error: 'CODEC_ID_ADPCM_MS' undeclared here (not in a
> function)
>        .id = CODEC_ID_ADPCM_MS,
>              ^
> lqt_ffmpeg.c:912:13: error: initializer element is not constant
> lqt_ffmpeg.c:912:13: note: (near initialization for 'codecidmap_a[5].id')
> lqt_ffmpeg.c:925:13: error: 'CODEC_ID_ADPCM_IMA_WAV' undeclared here (not in
> a function)
>        .id = CODEC_ID_ADPCM_IMA_WAV,
>              ^
> lqt_ffmpeg.c:925:13: error: initializer element is not constant
> lqt_ffmpeg.c:925:13: note: (near initialization for 'codecidmap_a[6].id')
> make[3]: *** [lqt_ffmpeg.lo] Error 1
> Makefile:407: recipe for target 'lqt_ffmpeg.lo' failed
> make[3]: Leaving directory '/tmp/SBo/libquicktime-1.2.4/plugins/ffmpeg'
> make[2]: *** [all-recursive] Error 1
> Makefile:371: recipe for target 'all-recursive' failed
> make[2]: Leaving directory '/tmp/SBo/libquicktime-1.2.4/plugins'
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> Makefile:444: recipe for target 'all-recursive' failed
> make[1]: Leaving directory '/tmp/SBo/libquicktime-1.2.4'
> Makefile:351: recipe for target 'all' failed
> Failure encountered while building libquicktime:
>   libquicktime.SlackBuild return non-zero
>
> Do you want to proceed [n]
>
> ###### libquicktime ERRORS - END #####
>
> ##### mlt ERRORS - START #####
> /usr/include/libavcodec/avcodec.h:4414:6: note: declared here
>  void av_free_packet(AVPacket *pkt);
>       ^
> make[2]: *** [producer_avformat.o] Error 1
> <builtin>: recipe for target 'producer_avformat.o' failed
> make[2]: Leaving directory '/tmp/SBo/mlt-6.0.0/src/modules/avformat'
> make[1]: *** [all] Error 1
> Makefile:5: recipe for target 'all' failed
> make[1]: Leaving directory '/tmp/SBo/mlt-6.0.0/src/modules'
> make: *** [all] Error 1
> Makefile:9: recipe for target 'all' failed
> Failure encountered while building mlt:
>   mlt.SlackBuild return non-zero
>
> Do you want to proceed [n]
>
> ##### mlt ERRORS - END #####
>
> ##### kdenlive ERRORS - START #####
> CMake Error at
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148
> (message):
>   Could NOT find MLT (missing: MLT_LIBRARIES MLTPP_LIBRARIES MLT_INCLUDE_DIR
>   MLTPP_INCLUDE_DIR) (Required is at least version "0.9.0")
> Call Stack (most recent call first):
> /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388
> (_FPHSA_FAILURE_MESSAGE)
>   cmake/modules/FindMLT.cmake:59 (find_package_handle_standard_args)
>   CMakeLists.txt:67 (find_package)
>
> ##### kdenlive ERRORS - END #####
>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>


More information about the SlackBuilds-users mailing list