ODP: pkg/60138: protobuf-34.1 is not compiling on AMD64 for me.
Marcin Gondek <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <AM9PR03MB7993938905F5BC1D3DFACAF6F652A@AM9PR03MB7993.eurprd03.prod.outlook.com> |
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 <[email protected]> Wysłane: poniedziałek, 30 marca 2026 18:50 Do: Marcin Gondek <[email protected]> DW: [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]>; [email protected] <[email protected]> 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: [email protected] <[email protected]> On Behalf Of Kimmo Suominen via gnats > Sent: Sunday, March 29, 2026 8:05 AM > To: [email protected]; [email protected]; [email protected]; Marcin Gondek <[email protected]> > Cc: [email protected] > 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 <[email protected]> > To: [email protected] > 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