autoreconf fails on debian by unknown automake 1.11 and more

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

autoreconf fails on debian by unknown automake 1.11 and more

Ulrich Leiseder
Hi,
as a new user of smalltalk I'm looking for VisualGST, too. After
installing smalltalk on debian-lenny by the package manager I got
smalltalk and gst-blox running, but VisualGST (or gst-browser) wasn't seen.

New approach: Installing from scratch by cvs:

Following "Building" at http://smalltalk.gnu.org/download/cvs , I dated
up all tools (by lenny/backports) correctly, especially to automake1.10
as prompted, but

autoreconf -vi

wanted automake 1.11, the cited automake 1.10 is to old. Any attempt to
get the version regardless of a distribution 1.11 failed.

Thanks in advance for help

Ulrich


Output of autoreconf -vi:
-----
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I build-aux
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory libffi to autoreconf
autoreconf: Entering directory `libffi'
autoreconf: running: aclocal -I ../build-aux
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `libffi'
autoreconf: configure.ac: adding subdirectory snprintfv to autoreconf
autoreconf: Entering directory `snprintfv'
snprintfv/Makefile.am:105: `%'-style pattern rules are a GNU make extension
snprintfv/Makefile.am:108: `%'-style pattern rules are a GNU make extension
autoreconf: Leaving directory `snprintfv'
autoreconf: configure.ac: adding subdirectory sigsegv to autoreconf
autoreconf: Entering directory `sigsegv'
autoreconf: Leaving directory `sigsegv'
doc/Makefile.am:92: patsubst %, %/package.xml, $(^D: non-POSIX variable name
doc/Makefile.am:92: (probably a GNU make extension)
doc/Makefile.am:101: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:101: (probably a GNU make extension)
doc/Makefile.am:110: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:110: (probably a GNU make extension)
doc/Makefile.am:119: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:119: (probably a GNU make extension)
doc/Makefile.am:128: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:128: (probably a GNU make extension)
doc/Makefile.am:137: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:137: (probably a GNU make extension)
doc/Makefile.am:146: patsubst %, %/package.xml, $(^D: non-POSIX variable
name
doc/Makefile.am:146: (probably a GNU make extension)
packages/gtk/Makefile.am:57: `%'-style pattern rules are a GNU make
extension
Makefile.am:19: require Automake 1.11, but have 1.10.1
autoreconf: automake failed with exit status: 1








_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: autoreconf fails on debian by unknown automake 1.11 and more

Thomas Girard
Hello,

Le 01/12/2010 19:49, Ulrich Leiseder a écrit :
> as a new user of smalltalk I'm looking for VisualGST, too. After
> installing smalltalk on debian-lenny by the package manager I got
> smalltalk and gst-blox running, but VisualGST (or gst-browser) wasn't seen.
>
> New approach: Installing from scratch by cvs:
>
> Following "Building" at http://smalltalk.gnu.org/download/cvs , I dated
> up all tools (by lenny/backports) correctly, especially to automake1.10
> as prompted, but

How about recompiling the package from Debian unstable? I guess it
would be easier.

Regards,

Thomas

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk