ports/147548: [PATCH] graphics/libjpeg-turbo: Fix build - depend upon automake 1.10 instead of 1.9
Mario Sergio Fujikawa Ferreira
lioux at FreeBSD.org
Sun Jun 6 03:30:10 UTC 2010
>Number: 147548
>Category: ports
>Synopsis: [PATCH] graphics/libjpeg-turbo: Fix build - depend upon automake 1.10 instead of 1.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 06 03:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Mario Sergio Fujikawa Ferreira
>Release: FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #6: Thu Jun 3 20:30:23 BRT
>Description:
- Build is broken under FreeBSD 8.1-PRERELEASE amd64 with the following message
- It requires automake 1.10 instead of 1.9
- A patch fix is attached.
- Port maintainer (bytestore at yandex.ru) is cc'd.
Script started on Sun Jun 6 00:19:26 2010
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Extracting for libjpeg-turbo-0.0.93
=> MD5 Checksum OK for libjpeg-turbo-0.0.93.tar.gz.
=> SHA256 Checksum OK for libjpeg-turbo-0.0.93.tar.gz.
===> Patching for libjpeg-turbo-0.0.93
===> libjpeg-turbo-0.0.93 depends on file: /usr/local/bin/nasm - found
===> libjpeg-turbo-0.0.93 depends on file: /usr/local/bin/automake-1.9 - found
===> libjpeg-turbo-0.0.93 depends on file: /usr/local/bin/autoconf-2.62 - found
===> libjpeg-turbo-0.0.93 depends on package: libtool>=2.2 - found
===> Configuring for libjpeg-turbo-0.0.93
configure jpeg-turbo library
autoreconf-2.62: Entering directory `.'
autoreconf-2.62: configure.ac: not using Gettext
autoreconf-2.62: running: aclocal --force
/usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/local/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
/usr/local/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf-2.62: configure.ac: tracing
autoreconf-2.62: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
/usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/local/share/aclocal/smpeg.m4:13: run info '(automake)Extending aclocal'
/usr/local/share/aclocal/smpeg.m4:13: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf-2.62: running: /usr/local/bin/autoconf-2.62 --force
autoreconf-2.62: running: /usr/local/bin/autoheader-2.62 --force
autoreconf-2.62: running: automake --add-missing --copy --force-missing
autoreconf-2.62: Leaving directory `.'
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:8: version mismatch. This is Automake 1.9.6,
configure.ac:8: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:8: comes from Automake 1.10.1. You should recreate
configure.ac:8: aclocal.m4 with aclocal and run automake again.
*** Error code 63
Stop in /usr/home/lioux/src/myports/tmp/libjpeg-turbo.
Script done on Sun Jun 6 00:19:52 2010
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- libjpeg-turbo-0.0.93.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/libjpeg-turbo/Makefile,v
retrieving revision 1.4
diff -d -u -u -r1.4 Makefile
--- Makefile 3 Jun 2010 06:28:12 -0000 1.4
+++ Makefile 6 Jun 2010 03:23:31 -0000
@@ -18,7 +18,7 @@
CONFLICTS= jpeg-[0-9]*
ONLY_FOR_ARCH= amd64 i386
-USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22
+USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
--- libjpeg-turbo-0.0.93.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list