New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21390 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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:1 Changed 4 years ago by t.fellinger@…

  • Cc t.fellinger@… added

Cc Me!

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

comment:5 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed

Make sure you mention to a committer (e.g. on the -dev list) when your tickets are resolved so they can be closed. :-)

Note: See TracTickets for help on using tickets.