On Sun, 06 Jun 2021 21:56:40 +0200, Theo Buehler wrote: > On Wed, Apr 28, 2021 at 07:21:44PM -0600, Todd C. Miller wrote: > > Another port I'd like to update needs a newer version of bison that > > we provide so I've updated to the lastest version. > > The bison update broke the build of graphics/cfdg on sparc64 and thus > likely on all other base-gcc arches. > > The first build failure is here (it uses bison 3.7.6): > http://build-failures.rhaalovely.net/sparc64/2021-05-17/graphics/cfdg.log
That appears to be using gcc-8.4, not base gcc. It's not clear to me how the bison change affects this but I'm not great at reading c++ compiler error messages. > Here's an update to the latest version. This builds on amd64 and > sparc64 and some basic tests show that it works. All regress tests pass > on both architectures. Looks good to me. If upstream has already fixed it then updating seems like the way to go. - todd