Opened 7 weeks ago

Closed 7 weeks ago

#70485 closed defect (fixed)

gimp-lqr-plugin does not recognize MacPorts automake

Reported by: barracuda156 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc:
Port: gimp-lqr-plugin

Description

--->  Configuring gimp-lqr-plugin
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gimp-lqr-plugin/gimp-lqr-plugin/work/gimp-lqr-plugin-0.7.2" && ./autogen.sh --prefix=/opt/local --disable-silent-rules 

I am testing that you have the required versions of autoconf,
automake, glib-gettextize and intltoolize...

-n checking for autoconf >= 2.54 ... 
yes (version 2.72)
-n checking for automake >= 1.6 ... 
Too old (found version 1.16.5)!
-n checking for glib-gettextize >= 2.0.0 ... 
yes (version 2.78.4)
-n checking for intltool >= 0.17 ... 
yes (version 0.51.0)

Please install/upgrade the missing tools and call me again.

Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gimp-lqr-plugin/gimp-lqr-plugin/work/gimp-lqr-plugin-0.7.2" && ./autogen.sh --prefix=/opt/local --disable-silent-rules 
Exit code: 1

Attachments (1)

main.log (10.0 KB) - added by barracuda156 7 weeks ago.

Download all attachments as: .zip

Change History (4)

Changed 7 weeks ago by barracuda156

Attachment: main.log added

comment:1 Changed 7 weeks ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Status: newaccepted

Ah, now I understand the line I removed from the autogen.sh patch in [23d5145e1c0c46128856e36c0f10a2a332d808da/macports-ports] that changed the value of AUTOMAKE_REQUIRED_VERSION. It looked unnecessary, but it was to counteract the fact that its check_version function doesn't work correctly.

comment:2 Changed 7 weeks ago by ryandesign (Ryan Carsten Schmidt)

comment:3 Changed 7 weeks ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In ca509f5325d9becb0c4555e0408580c80d602cce/macports-ports (master):

gimp-lqr-plugin: Fix autogen.sh breakage from last commit

Closes: #70485

Note: See TracTickets for help on using tickets.