Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#54491 closed defect (fixed)

lftp @ 4.7.7.1 automake version error

Reported by: almage (Roy Miller) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: nriley (Nicholas Riley)
Port: lftp

Description (last modified by mf2k (Frank Schima))

lftp fails to build, the definition of AM_INIT_AUTOMAKE is from automake 1.15, while the current version of automake is 1.15.1_0.

snippet of lftp main log says:

:info:build  cd .. && /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_lftp/lftp/work/lftp-4.7.7/build-aux/missing automake-1.15 --gnu src/Makefile
:info:build configure.ac:9: error: version mismatch.  This is Automake 1.15.1,
:info:build configure.ac:9: but the definition used by this AM_INIT_AUTOMAKE
:info:build configure.ac:9: comes from Automake 1.15.  You should recreate
:info:build configure.ac:9: aclocal.m4 with aclocal and run automake again.
:info:build WARNING: 'automake-1.15' is probably too old.

I've successfully built lftp, by using a local Port repository containing the automake 1.15 Portfile. This should still be fixed...

Attachments (1)

main.log (175.6 KB) - added by almage (Roy Miller) 7 years ago.
lftp-4.7.7.1 main.log

Download all attachments as: .zip

Change History (8)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Cc: Schamschula removed
Description: modified (diff)
Owner: set to Schamschula
Port: automake removed
Status: newassigned

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Please attach the complete main.log file.

Changed 7 years ago by almage (Roy Miller)

Attachment: main.log added

lftp-4.7.7.1 main.log

comment:3 Changed 7 years ago by almage (Roy Miller)

main.log now attached. I had to redo the attempt at compilation/installation on another macOS computer, as I'd already completed the port stack install on the one from which the main.log snippet was pasted into the original ticket. I've now run into this repeatable issue on a half dozen computers.

comment:4 Changed 7 years ago by nriley (Nicholas Riley)

Cc: nriley added

comment:5 Changed 7 years ago by jbrinchmann

I have the same issue and it also causes the upgrade instructions for MacPorts to fail (xargs sudo port setrequested < requested.txt requires lftp).

comment:6 Changed 7 years ago by Schamschula (Marius Schamschula)

Resolution: fixed
Status: assignedclosed

In fa9e6255edd3cf0e04ef619e83e97125ff6e59de/macports-ports:

lftp: fix automake version error

Closes: #54491

comment:7 Changed 7 years ago by nriley (Nicholas Riley)

Thanks!

Note: See TracTickets for help on using tickets.