Opened 11 years ago

Closed 11 years ago

#37855 closed defect (duplicate)

HandBrake build fails with automake 1.13

Reported by: whcordis@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: cooljeanius (Eric Gallager)
Port: HandBrake

Description

HandBrake build fails on OS 10.8.2 with the following errors.

:info:build touch contrib/libmkv/.stamp.configure
:info:build Showing first 200 notices only
:info:build
:info:build
:info:build ** BUILD FAILED **
:info:build
:info:build
:info:build The following build commands failed:
:info:build     ExternalBuildToolExecution external
:info:build (1 failure)
:info:build make: *** [macosx.build] Error 65
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_HandBrake/HandBrake/work/HandBrake-0.9.8/build'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_HandBrake/HandBrake/work/HandBrake-0.9.8/build" && /usr/bin/make -j8 -w
:info:build Exit code: 2
:error:build org.macports.build for port HandBrake returned: command execution failed
:debug:build Error code: CHILDSTATUS 57187 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for HandBrake: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port HandBrake for details:

Attachments (1)

main.log (164.8 KB) - added by whcordis@… 11 years ago.
Build Log

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by whcordis@…

Attachment: main.log added

Build Log

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

Found the relevant part of the log:

configure.in:9: error: 'AM_CONFIG_HEADER': this macro is obsolete.
:info:build     You should use the 'AC_CONFIG_HEADERS' macro instead.
:info:build /opt/local/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
:info:build configure.in:9: the top level
:info:build autom4te: /opt/local/bin/gm4 failed with exit status: 1
:info:build aclocal: error: echo failed with exit status: 1
:info:build autoreconf: aclocal failed with exit status: 1
:info:build make[1]: *** [contrib/a52dec/.stamp.configure] Error 1
:info:build make[1]: *** Waiting for unfinished jobs....

It's an automake-1.13 error; the fix for these issues is pretty standard.

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Port: HandBrake added; handbrake removed
Resolution: duplicate
Status: newclosed
Summary: HandBrake build fails on 10.8.2HandBrake build fails with automake 1.13

Duplicate of #37434.

Note: See TracTickets for help on using tickets.