[opensuse-buildservice] Leap in OBS
I can see that some projects are already building for Leap_42.1, but it is not in the checkboxes on Repositories tab on OBS project page, and in advanced repo UI there are so many of them that it is quite confusing. Will it be added to the checkboxes eventually, to make some packages "Leap ready"? -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 05.08.2015 11:26, Stanislav Baiduzhyi wrote:
I can see that some projects are already building for Leap_42.1, but it is not in the checkboxes on Repositories tab on OBS project page, and in advanced repo UI there are so many of them that it is quite confusing. Will it be added to the checkboxes eventually, to make some packages "Leap ready"?
as we need to move to openSUSE:Leap at some point, I wouldn't do it at this point. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hello, i wanted to update and fix some games in the games repository but run into a problem. Example: https://build.opensuse.org/package/show/home:Kieltux:branches:games/armagetr... ArmagetronAD needs as a BuildRequires glu-devel. In openSUSE 13.1 and openSUSE 13.2 building the package fails, because OBS changes the spec-files: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_13.2/i... [ 56s] I have the following modifications for armagetron.spec: [ 56s] 38c38 [ 56s] < BuildRequires: glu-devel [ 56s] --- [ 56s] > BuildRequires: Mesa-devel Building fails with: [ 69s] checking for gluBuild3DMipmaps in -lGLU... no [ 69s] configure: error: [ 69s] You need GLU to compile Armagetron; it SHOULD have come with OpenGL Of course, because Mesa-devel package does not contain GL/glu.h. If found several affected packages. OBS does not change the spec-files for openSUSE > 13.2 e.g.: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_Leap_4... It this problem known? Can I do something? Greetings & thank you very much, Carsten Ziepke
On Okt 05 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
i wanted to update and fix some games in the games repository but run into a problem.
Example: https://build.opensuse.org/package/show/home:Kieltux:branches:games/armagetr... ArmagetronAD needs as a BuildRequires glu-devel.
In openSUSE 13.1 and openSUSE 13.2 building the package fails, because OBS changes the spec-files: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_13.2/i...
[ 56s] I have the following modifications for armagetron.spec: [ 56s] 38c38 [ 56s] < BuildRequires: glu-devel [ 56s] --- [ 56s] > BuildRequires: Mesa-devel
Building fails with: [ 69s] checking for gluBuild3DMipmaps in -lGLU... no [ 69s] configure: error: [ 69s] You need GLU to compile Armagetron; it SHOULD have come with OpenGL
Of course, because Mesa-devel package does not contain GL/glu.h. If found several affected packages.
OBS does not change the spec-files for openSUSE > 13.2 e.g.: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_Leap_4...
It this problem known? Can I do something?
It's part of the games prjconf: $ osc meta prjconf games | grep glu-devel Substitute: glu-devel Mesa-devel Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Wed, 05 Oct 2016 19:02:28 +0200 Andreas Schwab <schwab@linux-m68k.org> wrote:
On Okt 05 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
i wanted to update and fix some games in the games repository but run into a problem.
Example: https://build.opensuse.org/package/show/home:Kieltux:branches:games/armagetr... ArmagetronAD needs as a BuildRequires glu-devel.
In openSUSE 13.1 and openSUSE 13.2 building the package fails, because OBS changes the spec-files: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_13.2/i...
[ 56s] I have the following modifications for armagetron.spec: [ 56s] 38c38 [ 56s] < BuildRequires: glu-devel [ 56s] --- [ 56s] > BuildRequires: Mesa-devel
Building fails with: [ 69s] checking for gluBuild3DMipmaps in -lGLU... no [ 69s] configure: error: [ 69s] You need GLU to compile Armagetron; it SHOULD have come with OpenGL
Of course, because Mesa-devel package does not contain GL/glu.h. If found several affected packages.
OBS does not change the spec-files for openSUSE > 13.2 e.g.: https://build.opensuse.org/build/home:Kieltux:branches:games/openSUSE_Leap_4...
It this problem known? Can I do something?
It's part of the games prjconf:
$ osc meta prjconf games | grep glu-devel Substitute: glu-devel Mesa-devel
Andreas.
Ok, thank you for pointing me in the right direction, but (so far I understand) this should only happen for SLES (?): $ osc meta prjconf games... %if 0%{?is_opensuse} Support: rpmlint-Factory-strict %else # 0%%{?sles_version}. As requested in SR#202708 Substitute: pkgconfig(gl) Mesa-devel Substitute: Mesa-libGL-devel Mesa-devel Substitute: pkgconfig(glu) Mesa-devel Substitute: glu-devel Mesa-devel Carsten
On Okt 05 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
Ok, thank you for pointing me in the right direction, but (so far I understand) this should only happen for SLES (?): $ osc meta prjconf games...
%if 0%{?is_opensuse} Support: rpmlint-Factory-strict %else # 0%%{?sles_version}. As requested in SR#202708 Substitute: pkgconfig(gl) Mesa-devel Substitute: Mesa-libGL-devel Mesa-devel Substitute: pkgconfig(glu) Mesa-devel Substitute: glu-devel Mesa-devel
The prjconf has an unterminated %if block, which probably confuses the buildconfig parser. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, 06 Oct 2016 09:20:14 +0200 Andreas Schwab <schwab@linux-m68k.org> wrote:
On Okt 05 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
Ok, thank you for pointing me in the right direction, but (so far I understand) this should only happen for SLES (?): $ osc meta prjconf games...
%if 0%{?is_opensuse} Support: rpmlint-Factory-strict %else # 0%%{?sles_version}. As requested in SR#202708 Substitute: pkgconfig(gl) Mesa-devel Substitute: Mesa-libGL-devel Mesa-devel Substitute: pkgconfig(glu) Mesa-devel Substitute: glu-devel Mesa-devel
The prjconf has an unterminated %if block, which probably confuses the buildconfig parser.
Thank you very much, Andreas. The problem is now solved with the help of Matthias Mailänder. The prjconf for the games repository is now fixed. Carsten
On Okt 06 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
On Thu, 06 Oct 2016 09:20:14 +0200 Andreas Schwab <schwab@linux-m68k.org> wrote:
On Okt 05 2016, Carsten Ziepke <kieltux@gmail.com> wrote:
Ok, thank you for pointing me in the right direction, but (so far I understand) this should only happen for SLES (?): $ osc meta prjconf games...
%if 0%{?is_opensuse} Support: rpmlint-Factory-strict %else # 0%%{?sles_version}. As requested in SR#202708 Substitute: pkgconfig(gl) Mesa-devel Substitute: Mesa-libGL-devel Mesa-devel Substitute: pkgconfig(glu) Mesa-devel Substitute: glu-devel Mesa-devel
The prjconf has an unterminated %if block, which probably confuses the buildconfig parser.
Thank you very much, Andreas. The problem is now solved with the help of Matthias Mailänder. The prjconf for the games repository is now fixed.
That last change actually introduced the unterminated conditional block. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (4)
-
Andreas Schwab
-
Carsten Ziepke
-
Stanislav Baiduzhyi
-
Stephan Kulow