Bugzilla – Bug 1058444
SLE 11 SP4 repository is missing gcc5 package
Last modified: 2017-09-15 11:30:45 UTC
When attempting to build a package against SLE 11 SP4, it claims that gcc5 cannot be found. However, on this link[1] it mentions that such a package exists. Could this be fixed? [1]: https://www.suse.com/support/update/announcement/2017/suse-ru-20171565-1/
I assume you are building for x86_64. > iobs api /build/SUSE:SLE-11-SP4:Update/standard/x86_64/_repository | grep gcc5 <binary filename="gcc5.rpm" size="14423494" mtime="1497444028" /> <binary filename="gcc5-32bit.rpm" size="5408198" mtime="1497444020" /> <binary filename="gcc5-ada.rpm" size="19879094" mtime="1497444030" /> <binary filename="gcc5-ada-32bit.rpm" size="5999244" mtime="1497444028" /> <binary filename="gcc5-c++.rpm" size="6745131" mtime="1497444031" /> <binary filename="gcc5-c++-32bit.rpm" size="11332" mtime="1497444030" /> ... so it is there. You need to build against SUSE:SLE-11-SP4:Update, the package isn't in :GA.
(In reply to Richard Biener from comment #1) > I assume you are building for x86_64. > > > iobs api /build/SUSE:SLE-11-SP4:Update/standard/x86_64/_repository | grep gcc5 > <binary filename="gcc5.rpm" size="14423494" mtime="1497444028" /> > <binary filename="gcc5-32bit.rpm" size="5408198" mtime="1497444020" /> > <binary filename="gcc5-ada.rpm" size="19879094" mtime="1497444030" /> > <binary filename="gcc5-ada-32bit.rpm" size="5999244" mtime="1497444028" /> > <binary filename="gcc5-c++.rpm" size="6745131" mtime="1497444031" /> > <binary filename="gcc5-c++-32bit.rpm" size="11332" mtime="1497444030" /> > ... > > so it is there. You need to build against SUSE:SLE-11-SP4:Update, the > package > isn't in :GA. I can't seem to find a SUSE:SLE-11-SP4:Update repository on OBS, is this missing? I can see an :Update repo for GA through to SP3, but not SP4.
Hardly GCCs fault, re-assigning.