Opened 6 years ago

Closed 6 years ago

#56845 closed defect (fixed)

gmpc @11.8.16_2 doesn't see automake-1.16

Reported by: soulflyer (Iain) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: gmpc

Description

The build fails doing this command:

sudo port install gmpc

In the logfile I see that it is checking for different versions of automake, but only up to automake-15. I have automake-16 installed. Installing an older build of automake and re-running the command works ok. Apologies for incomplete information, but this also overwrote the logfile. I managed to capture the relevant section (appended). I hope this is enough to be useful.

regards, Iain

:info:configure  checking for automake >= 1.11...
:info:configure    testing automake-1.15...  not found.
:info:configure   testing automake-1.14...  not found.
:info:configure   testing automake-1.13...  not found.
:info:configure   testing automake-1.12...  not found.
:info:configure   testing automake-1.11...  not found.
:info:configure ***Error***: You must have automake >= 1.11 installed
:info:configure   to build Package.  Download the appropriate package for
:info:configure   from your distribution or get the source tarball at
:info:configure     http://ftp.gnu.org/pub/gnu/automake/automake-1.11.tar.gz
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_gmpc/gmpc/work/gmpc-11.8.16" && ./autogen.sh --prefix=/opt/local
:info:configure Exit code: 1
:error:configure Failed to configure gmpc: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
:debug:configure     while executing
:debug:configure "$procedure $targetname"
:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_gmpc/gmpc/main.log for details.

Change History (3)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: raimue@… removed
Owner: set to raimue
Status: newassigned
Summary: gmpc-11.8.16-2 doesn't see automake-1.16gmpc @11.8.16_2 doesn't see automake-1.16

comment:2 Changed 6 years ago by raimue (Rainer Müller)

Thank you for the report. I will commit a fix shortly to make it work with automake-1.16.

comment:3 Changed 6 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

In 3fe002c20d5eaf6cf3362252cae8a83052c31a0d/macports-ports (master):

gmpc: Fix configure phase due to automake-1.16

Closes: #56845

Note: See TracTickets for help on using tickets.