Opened 2 months ago

Closed 2 months ago

#70389 closed defect (fixed)

nslint @3.1: error copying "/opt/local/share/automake-1.16/config.guess /opt/local/share/automake-1.7/config.guess"

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

Description

--->  Extracting nslint
--->  Extracting nslint-3.1.tar.gz
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_nslint/nslint/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/nslint/nslint-3.1.tar.gz' | /usr/bin/gnutar --no-same-owner -xf - 
--->  Applying patches to nslint
--->  Applying patch-Makefile.in.diff
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_nslint/nslint/work/nslint-3.1" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/net/nslint/files/patch-Makefile.in.diff'
patching file Makefile.in
--->  Configuring nslint
Error: Failed to configure nslint: error copying "/opt/local/share/automake-1.16/config.guess /opt/local/share/automake-1.7/config.guess": no such file or directory

Change History (3)

comment:1 Changed 2 months ago by jmroot (Joshua Root)

It's assuming its glob will only match one file, but it matches multiple because you have multiple automake versions installed.

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

Owner: set to ryandesign
Status: newaccepted
Summary: nslint build error: error copying "/opt/local/share/automake-1.16/config.guess /opt/local/share/automake-1.7/config.guess"nslint @3.1: error copying "/opt/local/share/automake-1.16/config.guess /opt/local/share/automake-1.7/config.guess"

A new version was released this year which was hopefully built with recent enough config.guess and config.sub files that we can just remove the code that updated them.

comment:3 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 002ba7a01489647a7d00c56e169205a301f39648/macports-ports (master):

nslint: Update to 3.2

Closes: #70389

Note: See TracTickets for help on using tickets.