app-arch/p7zip-17.05 failed to build with the message make -j9 -s CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ all3 make -j9 -s CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ -- 7zG ../../../../CPP/7zip/UI/GUI/CompressDialog.cpp:147:3: error: ‘kZSTD’ was not declared in this scope 147 | kZSTD | ^~~~~ make[1]: *** [makefile.list:237: CompressDialog.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [makefile:53: 7zG] Error 2 Reproducible: Always Steps to Reproduce: 1. emerge --sync 2. emerge -auvDN world Actual Results: Failed to emerge Expected Results: Not to fail
Please always include the full build.log and emerge --info.
Created attachment 855494 [details] build.log
Created attachment 855496 [details] emerge -pqv '=app-arch/p7zip-17.05::gentoo'
Created attachment 855498 [details] emerge --info '=app-arch/p7zip-17.05::gentoo'
got the same today
same problem.
*** Bug 898748 has been marked as a duplicate of this bug. ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c8bc0770a49db8767a7e42fe0892b25607648c commit 71c8bc0770a49db8767a7e42fe0892b25607648c Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2023-03-02 14:08:43 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2023-03-02 14:08:43 +0000 app-arch/p7zip: remove gui support only cli is currently supported Bug: https://bugs.gentoo.org/898650 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> app-arch/p7zip/p7zip-17.05.ebuild | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-)
I'm going to mark this as solved for now. The fork currently does not support gui unfortunately.
*** Bug 898944 has been marked as a duplicate of this bug. ***
(In reply to Matthew Thode ( prometheanfire ) from comment #9) > I'm going to mark this as solved for now. The fork currently does not > support gui unfortunately. I still can't build it here. ../../../../CPP/Windows/Registry.cpp: In member function 'LONG NWindows::NRegistry::CKey::QueryValue(LPCTSTR, CSysString&)': ../../../../CPP/Windows/Registry.cpp:138:25: error: ambiguous overload for 'operator=' (operand types are 'CSysString' {aka 'UString'} and 'wxString') 138 | value = val; | ^~~ In file included from ../../../../CPP/myWindows/StdAfx.h:20, from ../../../../CPP/Windows/Registry.cpp:3: ../../../../CPP/Common/MyString.h:526:12: note: candidate: 'UString& UString::operator=(const wchar_t*)' 526 | UString &operator=(const wchar_t *s); | ^~~~~~~~ ../../../../CPP/Common/MyString.h:529:12: note: candidate: 'UString& UString::operator=(const char*)' 529 | UString &operator=(const char *s); and similar errors. I am using gcc version 12.2.1 20230117 (Gentoo 12.2.1
Please share the full build.log and emerge --info in a new bug.