Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#43089 - build fails when 'libtool' is not installed

Attached to Project: Community Packages
Opened by Oliver Kurz (okurz) - Friday, 12 December 2014, 11:00 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 12 December 2014, 15:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
building the package fails. output:
==> Starting build()...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:25: installing './compile'
Makefile.am:282: warning: confexecdir multiply defined in condition TRUE ...
Makefile.am:277: ... 'confexecdir' previously defined here
Makefile.am:283: warning: confexec_DATA multiply defined in condition TRUE ...
Makefile.am:278: ... 'confexec_DATA' previously defined here
Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Makefile.am:13: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:13: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:13: to 'configure.in' and run 'aclocal' and 'autoconf' again.
Makefile.am:13: If 'LT_INIT' is in 'configure.in', make sure
Makefile.am:13: its definition is in aclocal's search path.
Makefile.am: installing './depcomp'
example/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1


Additional info:
* version: 1.8.17-1
* config and/or log files etc.


Steps to reproduce:
* Every time package is built

Fix:
Add "libtool" as dependency and the call to "libtoolize" before configure during build step
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 12 December 2014, 15:46 GMT
Reason for closing:  Not a bug
Additional comments about closing:  base-devel is assumed to be installed at build time.
Comment by Oliver Kurz (okurz) - Friday, 12 December 2014, 11:01 GMT
I think I made a mistake by not stating the package to which this applies. It is "lib32-libxml"
Comment by Karol Błażewicz (karol) - Friday, 12 December 2014, 11:35 GMT
libtool is in base-devel group, which is a prerequisite to building packages. See e.g. the note in https://wiki.archlinux.org/index.php/Abs#Build_package

Loading...