Re: Troubleshooting EPEL 8 build

2022-09-16 Thread Jonathan Wakely
On Fri, 9 Sept 2022 at 13:58, Ron Olson wrote: > > Hey all- > > I’m having an issue trying to get Swift 5.6.3 built on EPEL-8, even though it > builds fine for everything else (Rawhide, F36, F35, EPEL-9): “undefined > reference to 'std::__throw_bad_array_new_length()’”. That symbol was added in

Re: Troubleshooting EPEL 8 build

2022-09-15 Thread Ron Olson
Thanks for the info and yeah, that seemed to do the trick in enabling it, but unfortunately it still works, in that I am able to build the package successfully without errors. :\ On 13 Sep 2022, at 14:55, Neal Gompa wrote: On Tue, Sep 13, 2022 at 3:36 PM Ron Olson wrote: Unfortunately I ca

Re: Troubleshooting EPEL 8 build

2022-09-13 Thread Nico Kadel-Garcia
On Tue, Sep 13, 2022 at 3:56 PM Neal Gompa wrote: > > On Tue, Sep 13, 2022 at 3:36 PM Ron Olson wrote: > > > > Unfortunately I can’t get that rhel+epel8 to work, as it complains “ERROR: > > /etc/pki/entitlement is not a directory is subscription-manager > > installed?”. I went through all the o

Re: Troubleshooting EPEL 8 build

2022-09-13 Thread Neal Gompa
On Tue, Sep 13, 2022 at 3:36 PM Ron Olson wrote: > > Unfortunately I can’t get that rhel+epel8 to work, as it complains “ERROR: > /etc/pki/entitlement is not a directory is subscription-manager installed?”. > I went through all the other epel-8 flavors and they all work. I added this > to the s

Re: Troubleshooting EPEL 8 build

2022-09-13 Thread Ron Olson
Unfortunately I can’t get that rhel+epel8 to work, as it complains “ERROR: /etc/pki/entitlement is not a directory is subscription-manager installed?”. I went through all the other epel-8 flavors and they _all_ work. I added this to the spec file as a test: %if 0%{?rhel} && 0%{?rhel} == 8 Buil

Re: Troubleshooting EPEL 8 build

2022-09-11 Thread Otto Liljalaakso
9. syyskuuta 2022 15.58.26 GMT+03:00 Ron Olson kirjoitti: > >Also, on a related note, what is the protocol for having one platform >fail to build, while the others do? Is it okay to submit the >Fedora/EPEL-9 builds to production, or is it more of a all-or-nothing >kind of thing? I’ve been taking

Re: Troubleshooting EPEL 8 build

2022-09-09 Thread Stephen Smoogen
On Fri, 9 Sept 2022 at 08:59, Ron Olson wrote: > Hey all- > > I’m having an issue trying to get Swift 5.6.3 built on EPEL-8, even though > it builds fine for everything else (Rawhide, F36, F35, EPEL-9): “undefined > reference to 'std::__throw_bad_array_new_length()’”. > > https://koji.fedoraproje

Troubleshooting EPEL 8 build

2022-09-09 Thread Ron Olson
Hey all- I’m having an issue trying to get Swift 5.6.3 built on EPEL-8, even though it builds fine for everything else (Rawhide, F36, F35, EPEL-9): “undefined reference to 'std::__throw_bad_array_new_length()’”. https://koji.fedoraproject.org/koji/taskinfo?taskID=91757790 Never saw this issue