On 01/07/15 00:24, Thomas Mueller wrote: > I ran automake -v in the WRKSRC directory (/usr/ports/multimedia/libva-1.5.0) > and failed on error > > configure.ac:166: error: required file './ltmain.sh' not found
I have found one important difference between your output and mine. > > You asked for the log from failed build of libva-1.5.0, here it is: > > ]0;portmaster: multimedia/libva > ===>>> Port directory: /usr/ports/multimedia/libva [...] > ===> Configuring for libva-1.5.0 > aclocal-1.14: warning: couldn't open directory 'm4': No such file or directory here I also have: libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' which seems quite important, since you're missing one of the files it is copying. This looks like the cause of your failures. libtoolize is part of libtool and it is called by USES containing both autoreconf and libtool. It should be run automatically. Do you have any local configuration which could interfere with this? Are you merging some external ports tree with the official one? Have you modified files in /usr/ports/Mk? What's in your make.conf? -- Guido Falsi <madpi...@freebsd.org> _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"