Date: Wed, 24 Apr 2019 08:08:56 +0100 From: Dima Pasechnik <dimpase+freebsd@gmail.com> To: Willem Offermans <Willem@offermans.rompen.nl> Cc: FreeBSD Ports <freebsd-ports@freebsd.org>, freebsd-stable@freebsd.org Subject: Re: ltmain.sh not found Message-ID: <CAAWYfq0ysssAeZQWF3L%2BJGvQaPwkshDMQ5L%2BL%2BPOhyb0WDp=og@mail.gmail.com> In-Reply-To: <083A2F75-E5A5-4A5E-AB70-63EC0217DE19@Offermans.Rompen.nl> References: <083A2F75-E5A5-4A5E-AB70-63EC0217DE19@Offermans.Rompen.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 24, 2019 at 7:58 AM Willem Offermans <Willem@offermans.rompen.nl> wrote: > Almost every third port update ends with ``configure.ac:6: error: required file './ltmain.sh' not found``. > See output below! > > I can copy ltmain manually: cp -p /usr/local/share/libtool/build-aux/ltmain.sh ., but this is quite > cumbersome. > > Does anyone know a more elegant solution? see https://www.gnu.org/software/automake/manual/html_node/Error-required-file-ltmain_002esh-not-found.html That is, teach the script in question to run autoreconf, if you want this to work. HTH Dima > > > Erroneous example: > > > => SHA256 Checksum OK for libinotify-kqueue-libinotify-kqueue-20180201_GH0.tar.gz. > ===> Patching for libinotify-20180201_1 > ===> libinotify-20180201_1 depends on package: autoconf>=2.69 - found > ===> libinotify-20180201_1 depends on package: automake>=1.16.1 - found > ===> libinotify-20180201_1 depends on executable: libtoolize - found > ===> Configuring for libinotify-20180201_1 > configure.ac:6: installing './compile' > configure.ac:6: installing './config.guess' > configure.ac:6: installing './config.sub' > configure.ac:2: installing './install-sh' > configure.ac:6: error: required file './ltmain.sh' not found > configure.ac:2: installing './missing' > Makefile.am: installing './depcomp' > autoreconf-2.69: automake failed with exit status: 1 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/libinotify > > ===>>> make build failed for devel/libinotify > ===>>> Aborting update > > ===>>> Update for libinotify-20180201 failed > ===>>> Aborting update > > > Wiel Offermans > Willem@Offermans.Rompen.nl > > > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAWYfq0ysssAeZQWF3L%2BJGvQaPwkshDMQ5L%2BL%2BPOhyb0WDp=og>