Opened 15 years ago
Closed 15 years ago
#24467 closed defect (invalid)
mlt fail to install
Reported by: | mohtac@… | Owned by: | ddennedy (Dan Dennedy) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | mlt |
Description (last modified by jmroot (Joshua Root))
I'm trying to install kdenlive for a while, i encountered many issues : Qt4-mac opencv ffmpeg vs ffmepg-devel which have been all solved finally i reach the final step : installing mlt before kdenlive itself.
unfortunately, mlt doesn't install, and i get the error below. here are some infos concerning my system, and an extract from the log-mlt-debug.
thank you for your help.
Version du système : Mac OS X 10.6.2 (10C2234) Version du noyau : Darwin 10.2.0 Mémoire virtuelle sécurisée : non activée Noyau et extensions 64 bits : Non
Nom du processeur : Intel Core i5 Vitesse du processeur : 2,66 GHz
Mac-de-mtimac:~ mt$ sudo port clean mlt Password: ---> Cleaning mlt iMac-de-mtimac:~ mt$ sudo port -d install mlt DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/mlt DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/mlt DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 . . . . all dependencies are well installed . . DEBUG: Executing org.macports.main (mlt) ---> Fetching mlt DEBUG: Executing org.macports.fetch (mlt) DEBUG: Executing: /opt/local/bin/git clone -q git://mltframework.org/mlt.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt 2>&1 remote: Generating pack... remote: Done counting 15648 objects. remote: Deltifying 15648 objects. remote: 100% (15648/15648) done remote: Total 15648, written 15648 (delta 12966), reused 12799 (delta 10806) DEBUG: Executing GIT_DIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt/.git GIT_WORK_TREE=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt /opt/local/bin/git checkout -q v0.5.2 2>&1 ---> Verifying checksum(s) for mlt DEBUG: Executing org.macports.checksum (mlt) ---> Extracting mlt DEBUG: Executing org.macports.extract (mlt) DEBUG: Executing org.macports.patch (mlt) ---> Configuring mlt DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing org.macports.configure (mlt) DEBUG: Environment: CFLAGS='-O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' MACOSX_DEPLOYMENT_TARGET='10.6' PKG_CONFIG_PATH='/opt/local/lib/pkgconfig:/opt/local/libexec/qt4-mac/lib/pkgconfig' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -L/opt/local/lib' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC='/usr/bin/gcc-4.2' PKG_CONFIG='/opt/local/bin/pkg-config' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt" && ./configure --prefix=/opt/local --enable-gpl --qimage-libdir=/opt/local/libexec/qt4-mac/lib --qimage-includedir=/opt/local/libexec/qt4-mac/include/Qt --disable-jackrack' Configuring framework: Configuring modules: Configuring modules/avformat: Configuring modules/core: Configuring modules/dgraft: Configuring modules/dv: Configuring modules/effectv: Configuring modules/feeds: Configuring modules/frei0r: Configuring modules/gtk2: Configuring modules/kdenlive: Configuring modules/kino: - does not build on Darwin: disabling Configuring modules/linsys: Configuring modules/lumas: Configuring modules/melt: Configuring modules/motion_est: Configuring modules/normalize: Configuring modules/oldfilm: Configuring modules/plus: Configuring modules/qimage: Qt version 4.x detected, will compile Qt4 qimage producer Configuring modules/resample: Configuring modules/sdl: Configuring modules/sox: Configuring modules/vmfx: Configuring modules/vorbis: Configuring modules/xine: Configuring modules/xml: Configuring melt: Configuring mlt++: Configuring swig: GPL License Used ---> Building mlt DEBUG: Executing org.macports.build (mlt) DEBUG: Environment: CFLAGS='-O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include' MACOSX_DEPLOYMENT_TARGET='10.6' LDFLAGS='-L/opt/local/lib -L/opt/local/lib' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt" && /usr/bin/make -j4 all' list='src/framework src/mlt++ src/melt src/modules src/swig profiles'; \ for subdir in $list; do \ /usr/bin/make -s -C $subdir depend || exit 1; \ /usr/bin/make -C $subdir all || exit 1; \ done cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_frame.o mlt_frame.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_geometry.o mlt_geometry.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_deque.o mlt_deque.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_property.o mlt_property.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_properties.o mlt_properties.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_events.o mlt_events.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_parser.o mlt_parser.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_service.o mlt_service.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_producer.o mlt_producer.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_multitrack.o mlt_multitrack.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_playlist.o mlt_playlist.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_consumer.o mlt_consumer.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_filter.o mlt_filter.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_transition.o mlt_transition.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_field.o mlt_field.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_tractor.o mlt_tractor.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_factory.o mlt_factory.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_repository.o mlt_repository.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_pool.o mlt_pool.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_tokeniser.o mlt_tokeniser.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_profile.o mlt_profile.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_log.o mlt_log.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -DPREFIX="\"/opt/local\"" -DLIBDIR="\"/opt/local/lib\"" -c -o mlt_cache.o mlt_cache.c cc -dynamiclib -install_name /opt/local/lib/libmlt.2.dylib -current_version 0.5.2 -compatibility_version 2 -o libmlt.0.5.2.dylib mlt_frame.o mlt_geometry.o mlt_deque.o mlt_property.o mlt_properties.o mlt_events.o mlt_parser.o mlt_service.o mlt_producer.o mlt_multitrack.o mlt_playlist.o mlt_consumer.o mlt_filter.o mlt_transition.o mlt_field.o mlt_tractor.o mlt_factory.o mlt_repository.o mlt_pool.o mlt_tokeniser.o mlt_profile.o mlt_log.o mlt_cache.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -lpthread ln -sf libmlt.0.5.2.dylib libmlt.dylib ln -sf libmlt.0.5.2.dylib libmlt.2.dylib g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltConsumer.o MltConsumer.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltDeque.o MltDeque.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltEvent.o MltEvent.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltFactory.o MltFactory.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltField.o MltField.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltFilter.o MltFilter.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltFilteredConsumer.o MltFilteredConsumer.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltFilteredProducer.o MltFilteredProducer.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltFrame.o MltFrame.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltGeometry.o MltGeometry.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltMultitrack.o MltMultitrack.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltParser.o MltParser.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltPlaylist.o MltPlaylist.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltProducer.o MltProducer.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltProfile.o MltProfile.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltProperties.o MltProperties.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltPushConsumer.o MltPushConsumer.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltRepository.o MltRepository.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltService.o MltService.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltTokeniser.o MltTokeniser.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltTractor.o MltTractor.cpp g++ -D__DARWIN__ -Wall -fPIC -I.. -DVERSION=\"0.5.2\" -c -o MltTransition.o MltTransition.cpp g++ -dynamiclib -single_module -install_name /opt/local/lib/libmlt++.3.dylib -current_version 0.5.2 -compatibility_version 3 -o libmlt++.0.5.2.dylib MltConsumer.o MltDeque.o MltEvent.o MltFactory.o MltField.o MltFilter.o MltFilteredConsumer.o MltFilteredProducer.o MltFrame.o MltGeometry.o MltMultitrack.o MltParser.o MltPlaylist.o MltProducer.o MltProfile.o MltProperties.o MltPushConsumer.o MltRepository.o MltService.o MltTokeniser.o MltTractor.o MltTransition.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L../framework -lmlt ln -sf libmlt++.0.5.2.dylib libmlt++.dylib ln -sf libmlt++.0.5.2.dylib libmlt++.3.dylib cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I.. -DVERSION=\"0.5.2\" -c -o melt.o melt.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I.. -DVERSION=\"0.5.2\" -c -o io.o io.c cc -o melt melt.o io.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L../framework -lmlt -lpthread list='avformat core dgraft dv effectv feeds frei0r gtk2 jackrack kdenlive kino linsys lumas melt motion_est normalize oldfilm plus qimage resample sdl sox vmfx vorbis xine xml'; \ for subdir in $list; do \ if [ -f $subdir/Makefile -a ! -f disable-$subdir ] ; \ then /usr/bin/make -C $subdir all || exit 1; \ fi \ done cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o factory.o factory.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o filter_avcolour_space.o filter_avcolour_space.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o filter_avresample.o filter_avresample.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o filter_avdeinterlace.o filter_avdeinterlace.c filter_avcolour_space.c: In function 'filter_avcolour_space_init': filter_avcolour_space.c:169: warning: cast from pointer to integer of different size cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o filter_swscale.o filter_swscale.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o producer_avformat.o producer_avformat.c cc -O2 -I/opt/local/include -I/opt/local/libexec/qt4-mac/include -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I../.. -Wall -fPIC -DPIC -O2 -pipe -fomit-frame-pointer -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -D__DARWIN__ -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/libavformat -I/opt/local/include/libavcodec -I/opt/local/include/libavdevice -I/opt/local/include/libswscale -DFILTERS -DCODECS -DSWSCALE -c -o consumer_avformat.o consumer_avformat.c filter_swscale.c: In function 'filter_swscale_init': filter_swscale.c:187: warning: cast from pointer to integer of different size producer_avformat.c: In function 'producer_get_image': producer_avformat.c:848: warning: cast to pointer from integer of different size producer_avformat.c:849: warning: passing argument 2 of 'mlt_cache_item_data' from incompatible pointer type producer_avformat.c:1244: warning: cast to pointer from integer of different size cc -dynamiclib -o ../libmltavformat.dylib factory.o filter_avcolour_space.o filter_avresample.o filter_avdeinterlace.o filter_swscale.o producer_avformat.o consumer_avformat.o -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L../../framework -lmlt -lpthread -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -L/opt/local/lib -lavformat -lavcodec -lavutil -lavdevice -lswscale Undefined symbols: "_mlt_image_format_name", referenced from: _convert_image in filter_avcolour_space.o _convert_image in filter_avcolour_space.o "_mlt_frame_set_audio", referenced from: _resample_get_audio in filter_avresample.o _producer_get_audio in producer_avformat.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [../libmltavformat.dylib] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt" && /usr/bin/make -j4 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt" && /usr/bin/make -j4 all " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for mlt): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Change History (8)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to dan@… |
Type: | submission → defect |
comment:3 Changed 15 years ago by mohtac@…
sorry i have posted the ticket twice, it's the same description
comment:4 Changed 15 years ago by ddennedy (Dan Dennedy)
Are you sure you do not have an old installation of mlt libs lying around in your lib dirs? The new build seems to be trying to link against old libs. In that case you need to 'port deactivate mlt' before doing the install.
comment:5 Changed 15 years ago by mohtac@…
well the complete history is as follow :
in a first time, as mlt didn't install with macport, i installed all dependencies with macport and tried to compile mlt by hand using these commands :
cd /Users/mt/dev/mlt
export CFLAGS='-I/opt/local/include/ -I/opt/local/libexec/Qt4-mac/include ' export LDFLAGS='-L/opt/local/lib -L/opt/local/libexec/Qt4-mac/lib '
./configure --prefix=/opt/local --libdir=/opt/local/lib --enable-gpl --enable-qimage --qimage-libdir=/opt/local/libexec/qt4-mac/lib --qimage-includedir=/opt/local/libexec/qt4-mac/include/Qt --kde-libdir=/opt/local/lib/kde4 --kde-includedir=/opt/local/include --avformat-swscale --avformat-ldextra="-lmp3lame -lfaad -lfaac -lxvidcore -lx264 -lvorbis -ltheora -lvorbisenc -logg -lbz2"
it did install without problem.
after this, i tried to install kdenlive using macports, but it didn't see mlt already installed, as macport uses his own tree.
I tried to install kdenlive from svn, and had the same issue with mlt, kdenlive didn't see mlt.
finally i performed a "make disclean" and removed by hand all mlt files before retrying the installation with macport. which gives me the present error .
otherwise, when i search for "filter_avcolour_space.o" "filter_avcolour_space.o" "filter_avresample.o" "producer_avformat.o" i find them in :
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mlt/work/mlt/src/modules/avformat/
(it is the present mlt port being installed by macport)
but a search for the library "libmltavformat.dylib" give no result.
regards
comment:6 Changed 15 years ago by mohtac@…
your remark was pertinent dan, i performed a deep search with locate an found those files :
/opt/local/lib/libmlt.0.3.9.dylib /opt/local/lib/libmlt.1.dylib /opt/local/lib/libmlt.dylib /usr/olib/0.3.0/lib/libmlt++.0.2.2.dylib /usr/olib/0.3.0/lib/libmlt++.dylib /usr/olib/0.3.0/lib/libmlt.0.2.2.dylib /usr/olib/0.3.0/lib/libmlt.dylib /usr/olib/0.3.0/lib/openlibraries-0.3.0/openmedialib/plugins/libopenmedialib_mlt.0.0.3.dylib /usr/olib/0.3.0/lib/openlibraries-0.3.0/openmedialib/plugins/libopenmedialib_mlt.0.dylib /usr/olib/0.3.0/lib/openlibraries-0.3.0/openmedialib/plugins/libopenmedialib_mlt.dylib /usr/olib/0.3.0/lib/openlibraries-0.3.0/openmedialib/plugins/libopenmedialib_mlt.la /usr/olib/0.3.0/lib/openlibraries-0.3.0/openmedialib/plugins/mlt_plugin.opl /usr/olib/0.3.0/share/mlt /usr/olib/0.3.0/share/mlt/modules /usr/olib/0.3.0/share/mlt/modules/consumers.dat /usr/olib/0.3.0/share/mlt/modules/data_fx.properties /usr/olib/0.3.0/share/mlt/modules/feeds /usr/olib/0.3.0/share/mlt/modules/feeds/NTSC /usr/olib/0.3.0/share/mlt/modules/feeds/NTSC/data_fx.properties /usr/olib/0.3.0/share/mlt/modules/feeds/NTSC/obscure.properties /usr/olib/0.3.0/share/mlt/modules/feeds/PAL /usr/olib/0.3.0/share/mlt/modules/feeds/PAL/border.properties /usr/olib/0.3.0/share/mlt/modules/feeds/PAL/data_fx.properties /usr/olib/0.3.0/share/mlt/modules/feeds/PAL/etv.properties /usr/olib/0.3.0/share/mlt/modules/feeds/PAL/example.properties /usr/olib/0.3.0/share/mlt/modules/feeds/PAL/obscure.properties /usr/olib/0.3.0/share/mlt/modules/fezzik.dict /usr/olib/0.3.0/share/mlt/modules/fezzik.ini /usr/olib/0.3.0/share/mlt/modules/filters.dat /usr/olib/0.3.0/share/mlt/modules/libmltavformat.dylib /usr/olib/0.3.0/share/mlt/modules/libmltcore.dylib /usr/olib/0.3.0/share/mlt/modules/libmltfezzik.dylib /usr/olib/0.3.0/share/mlt/modules/libmltinigo.dylib /usr/olib/0.3.0/share/mlt/modules/libmltnormalize.dylib /usr/olib/0.3.0/share/mlt/modules/libmltplus.dylib /usr/olib/0.3.0/share/mlt/modules/libmltqimage.dylib /usr/olib/0.3.0/share/mlt/modules/libmltvalerie.dylib /usr/olib/0.3.0/share/mlt/modules/libmltvmfx.dylib /usr/olib/0.3.0/share/mlt/modules/libmltwestley.dylib /usr/olib/0.3.0/share/mlt/modules/lumas /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma01.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma02.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma03.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma04.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma05.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma06.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma07.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma08.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma09.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma10.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma11.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma12.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma13.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma14.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma15.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma16.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma17.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma18.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma19.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma20.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma21.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/NTSC/luma22.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma01.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma02.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma03.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma04.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma05.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma06.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma07.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma08.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma09.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma10.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma11.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma12.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma13.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma14.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma15.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma16.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma17.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma18.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma19.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma20.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma21.pgm /usr/olib/0.3.0/share/mlt/modules/lumas/PAL/luma22.pgm /usr/olib/0.3.0/share/mlt/modules/producers.dat /usr/olib/0.3.0/share/mlt/modules/transitions.dat /usr/olib/0.3.0/share/mlt/modules/westley.dtd /usr/olib/0.3.0/share/mlt/packages.dat
i don't remember when and how theses libraries have landed there (/usr/olib/). and i see there is a libmltavformat (/usr/olib/0.3.0/share/mlt/modules/libmltavformat.dylib).
a quick goggling give this result : changeset 367 for trunk/installer jahshaka echo "export PATH=/usr/olib/0.3.0/bin:\$PATH" >> jahplayer
Indeed i had installed this app (jahshaka) but never used it. well, i try to remove it and install mlt again. thanks a lot dan for the advice.
comment:7 Changed 15 years ago by mohtac@…
fixed !
i trashed all the files above, cleaned port and tried again, it did install without problem thanks a lot
comment:8 Changed 15 years ago by mf2k (Frank Schima)
Cc: | mohtac@… removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Please remember to cc the maintainer.