On 1/8/2019 12:03 PM, Neal Gompa wrote:
On Tue, Jan 8, 2019 at 3:36 AM Petr Vanek <petr@yarpen.cz> wrote:
hi all,
is there any way how I can enable "Developer Toolsets" in centos/rhel projects in the OBS, please?
For one of my packages I need gcc toolset >= 5.x, unfortunately these distros contain 4.x only.
reference:
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/
or do I need to import all these packages into my OBS?
http://mirror.centos.org/centos/7/sclo/x86_64/rh/devtoolset-7/
Yes, just enable the SCL repository in your project meta for CentOS 7.
For example, this is what I have:
<repository name="CentOS_7"> <path project="Fedora:EPEL:7" repository="standard"/> <path project="CentOS:CentOS-7" repository="scl-rhscl"/> <path project="CentOS:CentOS-7" repository="standard"/> <arch>x86_64</arch> </repository>
That enables EPEL and the RHSCL repository for CentOS 7 on top of the regular base repo.
This is excellent! Thank you very much. The only issue is that the sync looks outdated. Because my build (osc build ...) wants to download older, already non-existing packages from http://ftp.halifax.rwth-aachen.de/centos/7/sclo/x86_64/rh actually requested: devtoolset-7-oprofile-1.2.0-1.el7.sc1.x86_64.rpm but provided: devtoolset-7-oprofile-1.2.0-2.el7.sc1.x86_64.rpm Is there some auto-update set? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org