Summary: | app-misc/golly-4.2: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | MaxKarlErnstPlanck <Giovanni.Antonio.Carl.Friedrich> |
Component: | Current packages | Assignee: | Maciej Barć <xgqt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Giovanni.Antonio.Carl.Friedrich |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://golly.sourceforge.net/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 577030 | ||
Bug Blocks: | |||
Attachments: | lddtree of /usr/bin/golly |
Description
MaxKarlErnstPlanck
2023-01-10 08:39:44 UTC
Created attachment 848054 [details]
lddtree of /usr/bin/golly
Golly needs the latest wxGTK, so we are blocked here by the availability of the dependencies. MaxKarlErnstPlanck, could you post your version of Golly, because new version does not compile from me under x11-libs/wxGTK-3.2.1:3.2-gtk3.
> x86_64-pc-linux-gnu-g++ -DVERSION=4.2 -DGOLLYDIR="/usr/share/golly" -
> D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I../gollybase -O3 -Wall -Wno-non-virtual-
> dtor -fno-strict-aliasing -march=znver1 -O3 -falign-functions=32 -fno-common -
> fstack-clash-protection -fstack-protector-strong -pipe -fdiagnostics-
> color=always -frecord-gcc-switches -DENABLE_SOUND `/usr/lib64/wx/config/gtk3-
> unicode-3.2-gtk3 --cxxflags` -I../lua -I../sound -c -o ObjGTK/wxoverlay.o
> wxoverlay.cpp
> wxhelp.cpp:44:28: error: ‘wxWebRequestEvent’ has not been declared
> 44 | void OnWebRequestState(wxWebRequestEvent& evt);
> | ^~~~~~~~~~~~~~~~~
> wxhelp.cpp:66:5: error: ‘wxWebRequest’ does not name a type
> 66 | wxWebRequest webRequest;
> | ^~~~~~~~~~~~
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b2fcc4ef99f828f27fc5d2621bd89f03ba6558 commit 81b2fcc4ef99f828f27fc5d2621bd89f03ba6558 Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2023-01-20 23:10:39 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2023-01-20 23:19:54 +0000 app-misc/golly: bump to 4.2 Bug: https://bugs.gentoo.org/577030 Closes: https://bugs.gentoo.org/890330 Signed-off-by: Maciej Barć <xgqt@gentoo.org> app-misc/golly/Manifest | 1 + app-misc/golly/golly-4.2.ebuild | 70 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) Missed USE=curl |