Summary: | dev-libs/hidapi-0.8.0_rc1_p20140719 : * Failed Running aclocal ! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Luke-Jr <luke-jr+gentoobugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732648 | ||
Attachments: |
emerge-info.txt
aclocal.out dev-libs:hidapi-0.8.0_rc1_p20140719:20201024-000602.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
2020-10-24 06:49:19 UTC
Created attachment 668237 [details]
emerge-info.txt
Created attachment 668240 [details]
aclocal.out
Created attachment 668243 [details]
dev-libs:hidapi-0.8.0_rc1_p20140719:20201024-000602.log
Created attachment 668246 [details]
emerge-history.txt
Created attachment 668249 [details]
environment
Created attachment 668252 [details]
etc.portage.tbz2
Created attachment 668255 [details]
temp.tbz2
""" configure.ac:23: error: AC_CONFIG_MACRO_DIR can only be used once ./lib/autoconf/general.m4:1849: AC_CONFIG_MACRO_DIR is expanded from... configure.ac:23: the top level autom4te-2.70_beta2: error: /usr/bin/m4 failed with exit status: 1 aclocal-1.16: error: echo failed with exit status: 1 """ The following seems to be enough to fix the failure: --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,6 @@ LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}" AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) -AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169e9a45d41ae6a7b9a4ad15ced9b363f7c34d4 commit 5169e9a45d41ae6a7b9a4ad15ced9b363f7c34d4 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-12-09 09:12:05 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-12-09 09:12:05 +0000 dev-libs/hidapi: tweak for autoconf-2.70 Closes: https://bugs.gentoo.org/750983 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> .../files/hidapi-0.8.0_rc1_p20140719-autoconf-2.70.patch | 11 +++++++++++ dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) |