Arch Linux

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#39123 - [libunique] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Monday, 03 March 2014, 18:27 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 04 March 2014, 12:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

configure.ac:57: the top level
configure.ac:52: error: required file './compile' not found
configure.ac:52: 'automake --add-missing' can install 'compile'
doc/reference/Makefile.am:77: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
unique/Makefile.am:140: warning: '%'-style pattern rules are a GNU make extension
unique/Makefile.am:21: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
unique/Makefile.am:48: warning: source file '$(srcdir)/uniqueapp.c' is in a subdirectory,
unique/Makefile.am:48: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
unique/Makefile.am:48: warning: source file '$(srcdir)/uniquebackend.c' is in a subdirectory,
unique/Makefile.am:48: but option 'subdir-objects' is disabled
unique/Makefile.am:48: warning: source file '$(srcdir)/uniquemessage.c' is in a subdirectory,
unique/Makefile.am:48: but option 'subdir-objects' is disabled
unique/bacon/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
unique/dbus/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:

sudo extra-x86_64-build
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 04 March 2014, 12:25 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Monday, 03 March 2014, 18:58 GMT
Confirmed, changing autoreconf to autoreconf -fi lets it build.

Loading...