
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