Re: Can we use SCLs for building for EPEL 6?

2019-04-15 Thread Kevin Fenzi
On 4/14/19 4:11 PM, Nico Kadel-Garcia wrote: > On Sat, Apr 13, 2019 at 4:04 PM Jonathan Dieter wrote: >> >> So, the background is that I'd like to build zchunk for EPEL 6 (it's >> already built for EPEL 7). Unfortunately, the gcc in EL6 is too old to >> build zchunk, so I'd prefer to use a newer

Re: Can we use SCLs for building for EPEL 6?

2019-04-15 Thread Jonathan Dieter
On Sun, 2019-04-14 at 16:01 -0400, Stephen John Smoogen wrote: > On Sat, 13 Apr 2019 at 21:06, Todd Zullinger wrote: > > Neal Gompa wrote: > > > If devtoolset is available for EPEL6 (which I think it is?) > > > > I don't believe devtoolset was enabled for el6 in koji. > > When it was added to

Re: Can we use SCLs for building for EPEL 6?

2019-04-14 Thread Dmitry Butskoy
Stephen John Smoogen wrote: On Sat, 13 Apr 2019 at 21:06, Todd Zullinger > wrote: Neal Gompa wrote: > If devtoolset is available for EPEL6 (which I think it is?) I don't believe devtoolset was enabled for el6 in koji. When it was added to the mock

Re: Can we use SCLs for building for EPEL 6?

2019-04-14 Thread Nico Kadel-Garcia
On Sat, Apr 13, 2019 at 4:04 PM Jonathan Dieter wrote: > > So, the background is that I'd like to build zchunk for EPEL 6 (it's > already built for EPEL 7). Unfortunately, the gcc in EL6 is too old to > build zchunk, so I'd prefer to use a newer version from an SCL, rather > than rewrite zchunk

Re: Can we use SCLs for building for EPEL 6?

2019-04-14 Thread Kevin Kofler
Jonathan Dieter wrote: > For reference, you can find zck.h.in (which gets processed into zck.h > with the version added) at: > https://github.com/zchunk/zchunk/blob/master/include/zck.h.in > > and zck_private.h at: > https://github.com/zchunk/zchunk/blob/master/src/lib/zck_private.h > > As far

Re: Can we use SCLs for building for EPEL 6?

2019-04-14 Thread Stephen John Smoogen
On Sat, 13 Apr 2019 at 21:06, Todd Zullinger wrote: > Neal Gompa wrote: > > If devtoolset is available for EPEL6 (which I think it is?) > > I don't believe devtoolset was enabled for el6 in koji. > When it was added to the mock configs for el6/el7, the > consensus on the epel list was that it

Re: Can we use SCLs for building for EPEL 6?

2019-04-13 Thread Todd Zullinger
Neal Gompa wrote: > If devtoolset is available for EPEL6 (which I think it is?) I don't believe devtoolset was enabled for el6 in koji. When it was added to the mock configs for el6/el7, the consensus on the epel list was that it would be added to el6 if there was sufficient demand. I've only

Re: Can we use SCLs for building for EPEL 6?

2019-04-13 Thread Neal Gompa
On Sat, Apr 13, 2019 at 4:37 PM Jonathan Dieter wrote: > > On Sat, 2019-04-13 at 13:11 -0700, John Reiser wrote: > > > Unfortunately, the gcc in EL6 is too old to build zchunk > > > > In what specific way(s)? Can the complaints from gcc [which version?], > > or other tools in the toolchain, be

Re: Can we use SCLs for building for EPEL 6?

2019-04-13 Thread John Reiser
In file included from ../src/lib/comp/zstd/zstd.c:34: ../src/lib/zck_private.h:92: error: redefinition of typedef 'zckCtx' include/zck.h:49: note: previous declaration of 'zckCtx' was here As far as I can see, gcc-4.7 doesn't like that I'm typedefing the same struct to the same type twice.

Re: Can we use SCLs for building for EPEL 6?

2019-04-13 Thread Jonathan Dieter
On Sat, 2019-04-13 at 13:11 -0700, John Reiser wrote: > > Unfortunately, the gcc in EL6 is too old to build zchunk > > In what specific way(s)? Can the complaints from gcc [which version?], > or other tools in the toolchain, be listed here? > Other developers may have faced the same or similar

Re: Can we use SCLs for building for EPEL 6?

2019-04-13 Thread John Reiser
Unfortunately, the gcc in EL6 is too old to build zchunk In what specific way(s)? Can the complaints from gcc [which version?], or other tools in the toolchain, be listed here? Other developers may have faced the same or similar problems, and may have tools to help.

Can we use SCLs for building for EPEL 6?

2019-04-13 Thread Jonathan Dieter
that SCLs are available for EPEL 7 (note the final repository in the list at https://koji.fedoraproject.org/koji/taginfo?tagID=259), but not for EPEL 6 (see https://koji.fedoraproject.org/koji/taginfo?tagID=140). So, is there any way we can use SCLs for building on EPEL 6, or should I stop tilting