Re: Fedora EPEL 7 and enabling devtoolset

2021-12-01 Thread David Sommerseth
On 25/11/2021 15:11, Ben Beasley wrote: I’d like to point to https://src.fedoraproject.org/rpms/sleef/blob/epel7/f/sleef.spec as a working example of a package that is built with a devtoolset in EPEL7. While I maintain the sleef package, the EPEL7 backport was contributed by Dave Love. – Ben

Re: Fedora EPEL 7 and enabling devtoolset

2021-11-25 Thread Jonathan Wakely
On Thu, 25 Nov 2021 at 13:59, David Sommerseth wrote: > b) By adding the devtoolset as a build dependency, is that enough? > Will the final .rpm need anything else installed to function? Like a > newer libstdc++? No, that's the point of devtoolset, as opposed to just building your own new GCC.

Re: Fedora EPEL 7 and enabling devtoolset

2021-11-25 Thread Ben Beasley
I’d like to point to https://src.fedoraproject.org/rpms/sleef/blob/epel7/f/sleef.spec as a working example of a package that is built with a devtoolset in EPEL7. While I maintain the sleef package, the EPEL7 backport was contributed by Dave Love. – Ben Beasley On 11/25/21 08:56, David

Fedora EPEL 7 and enabling devtoolset

2021-11-25 Thread David Sommerseth
Hi, I'm starting to hit more and more challenges in the OpenVPN 3 Linux project with the RHEL-7 GCC version (which is 4.8.5), especially when it comes to C++ building. I've tried to keep the project compatible with RHEL-7 as the oldest supported distro, but it is getting harder and harder. In