Summary: | dev-libs/ivykis-0.42.4 - ./configure:line <snip>: syntax error near unexpected token ( | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Tomáš Mózes <hydrapolic> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-libs:ivykis-0.42.4:20220919-170733.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 812905 [details]
emerge-info.txt
Created attachment 812908 [details]
dev-libs:ivykis-0.42.4:20220919-170733.log
Created attachment 812911 [details]
emerge-history.txt
Created attachment 812914 [details]
environment
Created attachment 812917 [details]
etc.portage.tar.bz2
Created attachment 812920 [details]
logs.tar.bz2
Created attachment 812923 [details]
temp.tar.bz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f078beca9566895780afffc46073b5f01f5ba64 commit 6f078beca9566895780afffc46073b5f01f5ba64 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-09-19 17:39:01 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-09-19 17:39:14 +0000 profiles: mask new autoconfs for a moment Bug: https://bugs.gentoo.org/871753 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) *** Bug 871756 has been marked as a duplicate of this bug. *** Just had exactly the same bug trying to update fetchmail with -r; downgrading autoconf to -r2 fixed it. So +1 on masking for now. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0697eed41fd9c1155a5fd926ee2579d0bf1a80cb commit 0697eed41fd9c1155a5fd926ee2579d0bf1a80cb Author: Sam James <sam@gentoo.org> AuthorDate: 2022-09-19 19:00:33 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-09-19 19:00:57 +0000 profiles: unmask autoconfs for K&R/clang fixes The issues are with underquoting and not the fault of the patches per se. Bug: https://bugs.gentoo.org/871753 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 6 ------ 1 file changed, 6 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855f1f72f42c2f9b5ed97220e3ced97a35aa075b commit 855f1f72f42c2f9b5ed97220e3ced97a35aa075b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-09-19 19:09:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-09-19 19:10:18 +0000 sys-devel/autoconf: workaround bad quoting in packages While the packages which break with the comma are themselves broken (need more quoting), we've got our hands full, so just mangle the patch to drop the comma in a comment added by autoconf-2.71-AC_LANG_CALL_C_cxx.patch. Bug: https://bugs.gentoo.org/871753 Signed-off-by: Sam James <sam@gentoo.org> .../autoconf/{autoconf-2.71-r3.ebuild => autoconf-2.71-r4.ebuild} | 0 sys-devel/autoconf/files/autoconf-2.71-AC_LANG_CALL_C_cxx.patch | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) (In reply to Holger Hoffstätte from comment #10) > Just had exactly the same bug trying to update fetchmail with -r; > downgrading autoconf to -r2 fixed it. So +1 on masking for now. FWIW, while fetchmail was indeed broken with this, it's actually the fault of the individual packages (underquoting), and it's going to resurface with autoconf 2.72 :( |