Summary: | devel/raknet: Fails to build with GCC 12: FAILED: Lib/DLL/CMakeFiles/RakNetDynamic.dir/__/__/Source/UDPForwarder.cpp.o | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Lorenzo Salvadore <salvadore> |
Component: | Individual Port(s) | Assignee: | Ganael LAPLANCHE <martymac> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | gerald |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | http://package18.nyi.freebsd.org/data/123amd64-default-foo/2022-08-30_18h10m18s/logs/errors/raknet-3.9.2_10,1.log | ||
Bug Depends on: | |||
Bug Blocks: | 265948 |
Description
Lorenzo Salvadore
![]() ![]() A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=90030e73f1a76b6d33c68938daa529256313be3b commit 90030e73f1a76b6d33c68938daa529256313be3b Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2022-09-08 10:38:55 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2022-09-08 10:42:22 +0000 devel/raknet: force use of gcc 11 Raknet does not build with gcc 12 because of missing c++ operators, this prevents GCC_DEFAULT bump to 12. As that port is old and un-maintained upstream, just force gcc 11 for now. PR: 266190 Reported by: salvadore devel/raknet/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Hello Lorenzo, Thanks for reporting that issue! Raknet is no more maintained and has been archived upstream, see: https://github.com/facebookarchive/RakNet This port is old and probably nearly useless by now. I have forced GCC to version 11 but we probably want to deprecate it sometime soon or at least when it becomes un-maintainable. Best regards, Ganael. (In reply to Ganael LAPLANCHE from comment #2) > Raknet is no more maintained and has been archived upstream, see: : > This port is old and probably nearly useless by now. > > I have forced GCC to version 11 but we probably want to deprecate > it sometime soon or at least when it becomes un-maintainable. I believe this time has come: GCC 11 has become unmaintained upstream half a year ago. We already dropped gcc11-devel and gcc11 should follow in the coming months, so I'm thinking to add a deprecation two months out, say. Thoughts? (In reply to Gerald Pfeifer from comment #3) Hello Gerald, Thanks for taking care of this. Agreed, this software is unmaintained upstream and probably useless by now, so let's deprecate it. Best regards, Ganael. Thanks for the swift response, Ganael. I'll update the port accordingly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=721f1c601e0990305e2ec6e208ac877c263fee9b commit 721f1c601e0990305e2ec6e208ac877c263fee9b Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-11-30 10:39:26 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-11-30 10:44:58 +0000 devel/raknet: Deprecate port This is unmaintained upstream and with GCC 11 requires an end-of-life toolchain, so deprecate with an expiration period on 1.5 months. PR: 266190 Approved by: martymac (maintainer) devel/raknet/Makefile | 2 ++ 1 file changed, 2 insertions(+) (In reply to Gerald Pfeifer from comment #5) Hello Gerald, Thanks a lot! Have a nice week-end, Ganael. |