Summary: | app-admin/conserver-8.2.5 : configure: error: C compiler cannot create executables | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Daniel M. Weeks <dan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gyakovlev, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/bstansell/conserver/pull/58 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732648 | ||
Attachments: |
emerge-info.txt
app-admin:conserver-8.2.5:20201019-181735.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
Description
Toralf Förster
2020-10-19 18:42:16 UTC
Created attachment 667157 [details]
emerge-info.txt
Created attachment 667160 [details]
app-admin:conserver-8.2.5:20201019-181735.log
Created attachment 667163 [details]
emerge-history.txt
Created attachment 667166 [details]
environment
Created attachment 667169 [details]
etc.portage.tbz2
Created attachment 667172 [details]
logs.tbz2
Created attachment 667175 [details]
temp.tbz2
The problem is this line in configure.ac: AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $@") According to config.log, CONFIGINVOCATION gets defined with newlines after each element which causes the breakage. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b49ce0b8b7b4004f920eb26d0acf71abb665d90 commit 6b49ce0b8b7b4004f920eb26d0acf71abb665d90 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2021-01-12 17:32:21 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2021-01-12 17:32:21 +0000 app-admin/conserver: Fixed build with sys-devel/autoconf:2.70 Bug: https://bugs.gentoo.org/750230 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> app-admin/conserver/conserver-8.2.6.ebuild | 6 +++- .../files/conserver-8.2.6-autoconf-2.70.patch | 32 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) Upstream has merged the fix. |