|
Hi Adam,
Testing right now with GCC_REQD=13.
It will take a while, because I don't have GCC13 yet.
I'll reply once it will be done and then try with 14 too.
Thanks,
--
Marcin Gondek / Drixter
http://fido.e-utp.net/
AS56662
Od: Adam <adam%netbsd.org@localhost>
Wysłane: poniedziałek, 30 marca 2026 18:50 Do: Marcin Gondek <drixter%e-utp.net@localhost> DW: gnats-bugs%netbsd.org@localhost <gnats-bugs%netbsd.org@localhost>; pkg-manager%netbsd.org@localhost <pkg-manager%netbsd.org@localhost>; gnats-admin%netbsd.org@localhost <gnats-admin%netbsd.org@localhost>; pkgsrc-bugs%netbsd.org@localhost <pkgsrc-bugs%netbsd.org@localhost>; kim%netbsd.org@localhost <kim%netbsd.org@localhost> Temat: Re: pkg/60138: protobuf-34.1 is not compiling on AMD64 for me. There is an issue for that upstream
https://github.com/protocolbuffers/protobuf/issues/26383
Protobuf requires C++17, so let's don't bump USE_CXX_FEATURES to c++23. Can you try to set GCC_REQD=14 (or 13) in the Makefile and try again? Of course, that will pull lang/gcc14. Kind regards, Adam > Hi Adam, > > Could you take a look on that? If I look correctly the commit comes from you. > > Thanks, > > > -- > Marcin Gondek / Drixter > http://fido.e-utp.net/ > AS56662 > > -----Original Message----- > From: pkgsrc-bugs-owner%NetBSD.org@localhost <pkgsrc-bugs-owner%NetBSD.org@localhost> On Behalf Of Kimmo Suominen via gnats > Sent: Sunday, March 29, 2026 8:05 AM > To: pkg-manager%netbsd.org@localhost; gnats-admin%netbsd.org@localhost; pkgsrc-bugs%netbsd.org@localhost; Marcin Gondek <drixter%e-utp.net@localhost> > Cc: kim%netbsd.org@localhost > Subject: Re: pkg/60138: protobuf-34.1 is not compiling on AMD64 for me. > > The following reply was made to PR pkg/60138; it has been noted by GNATS. > > From: Kimmo Suominen <kim%netbsd.org@localhost> > To: gnats-bugs%netbsd.org@localhost > Cc: > Subject: Re: pkg/60138: protobuf-34.1 is not compiling on AMD64 for me. > Date: Sun, 29 Mar 2026 09:02:36 +0300 > > Hi Marcin, > > On Sat, Mar 28, 2026 at 02:34:00PM +0000, Marcin Gondek wrote: >> Maybe it's worth to back to old version v33.5 or newer in that v33 > layout, so v33.6 and not go to v34.1? > > If the only reason for v34.1 is that "it is the latest," then I'm inclined to agree with sticking to v33 for now. > > However, I'm not the maintainer of protobuf in pkgsrc, and it only gets pulled into my builds because of mosh. A quick cursory test run of mosh revealed no issues. > > Kind regards, > + Kimmo |