Ticket #21390 (closed defect: fixed)
mlt build error
| Reported by: | t.fellinger@… | Owned by: | dan@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Port: | mlt |
Description
---> Building mlt 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" && make all " returned error 2 Command output: list='src/framework src/mlt++ src/melt src/modules profiles'; \ for subdir in $list; do \ make -s -C $subdir depend || exit 1; \ make -C $subdir all || exit 1; \ done make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. list='avformat core dgraft dv effectv feeds frei0r gtk2 jackrack kdenlive kino 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 make -C $subdir all || exit 1; \ fi \ done make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all'. cc -o have_mmx.o -c have_mmx.S have_mmx.S:3:unknown section type: %progbits have_mmx.S:6:Alignment too large: 15. assumed. have_mmx.S:11:Unknown pseudo-op: .type have_mmx.S:11:Rest of line ignored. 1st junk character valued 112 (p). make[2]: *** [have_mmx.o] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 Error: Status 1 encountered during processing.
Change History
comment:2 Changed 4 years ago by jmr@…
- Cc t.fellinger@… removed
- Owner changed from macports-tickets@… to dan@…
- Keywords mlt build removed
comment:3 Changed 4 years ago by dan@…
I am aware of this problem when building on OS X 10.4. I was waiting for an imminent new release of mlt before updating the Portfile to include the fix:
After configure.args, add:
platform darwin 8 {
configure.args-append --disable-mmx
}
If you are unable or unwilling to make that change yourself, then please wait a few days for the MLT release and Portfile update. I will update this ticket when it is ready.
comment:4 Changed 4 years ago by dan@…
Fixed in Portfile patch submitted with ticket:21925
Note: See
TracTickets for help on using
tickets.


Cc Me!