amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
500 stars 38 forks source link

[Package Request] - bison (upgrade) #677

Open saxonww opened 3 months ago

saxonww commented 3 months ago

What package is missing from Amazon Linux 2023? Please describe and include package name.

bison 3.7.6 or higher, including bison, bison-devel, and bison-debuginfo.

Is this an update to existing package or new package request?

Update to existing package

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify.

This is already available in AL2023 (v3.7.4).

Any additional information you'd like to include. (use-cases, etc)

I've been trying to compile syslog-ng (see #639), and the configure script fails if bison 3.7.6 or higher is not installed. I was able to compile bison 3.7.6 from source and use it.