Bug#844779: osmose-emulator FTBFS on armel and armhf: QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope

2017-10-28 Thread Carlos Donizete Froes
tags 844779 fixed-upstream
thanks

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

signature.asc
Description: This is a digitally signed message part


Bug#844779: osmose-emulator FTBFS on armel and armhf: QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope

2017-10-28 Thread Carlos Donizete Froes
tags 844779 fixed-upstream
thanks

Hi Adrian, 

It has been fixed in the new version of the package.

version: 1.2
  * Fixed bug in audio alsa
  * Fixed installation on architectures 'arm'

[1] - https://anonscm.debian.org/cgit/pkg-games/osmose-emulator.git

Thanks!

-- 
⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
⣾⠁⢠⠒⠀⣿⡁ - https://wiki.debian.org/coringao
⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
⠈⠳⣄⠀⠀⠀   2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

signature.asc
Description: This is a digitally signed message part


Bug#844779: osmose-emulator FTBFS on armel and armhf: QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope

2017-02-02 Thread Gianfranco Costamagna
control: severity -1 important

Lowering the severity since the arm* binaries have been removed in sid.
(sigh)

G.



signature.asc
Description: OpenPGP digital signature


Bug#844779: osmose-emulator FTBFS on armel and armhf: QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope

2016-11-18 Thread Adrian Bunk
Source: osmose-emulator
Version: 1.0-2
Severity: serious

https://buildd.debian.org/status/package.php?p=osmose-emulator=sid

...
g++ -c -pipe -std=c++11 -Wall -Wextra -Wno-unused -Wcast-qual -g -O2 
-fdebug-prefix-map=/«PKGBUILDDIR»=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
-fPIC -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-I. -I. -Icpu -Iosmose -isystem /usr/include/arm-linux-gnueabi/qt5 -isystem 
/usr/include/arm-linux-gnueabi/qt5/QtOpenGL -isystem 
/usr/include/arm-linux-gnueabi/qt5/QtWidgets -isystem 
/usr/include/arm-linux-gnueabi/qt5/QtGui -isystem 
/usr/include/arm-linux-gnueabi/qt5/QtCore -I. -I. 
-I/usr/lib/arm-linux-gnueabi/qt5/mkspecs/linux-g++ -o QGLImage.o QGLImage.cpp
QGLImage.cpp: In member function 'virtual void QGLImage::paintGL()':
QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope
 glLoadIdentity();
^
QGLImage.cpp:111:103: error: 'GL_UNSIGNED_INT_8_8_8_8_REV' was not declared in 
this scope
 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA, adjustedTextureWidth, 
adjustedTextureHeight, 0, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, textureBuffer);

   ^~~
QGLImage.cpp:112:13: error: 'GL_QUADS' was not declared in this scope
 glBegin(GL_QUADS);
 ^~~~
QGLImage.cpp:112:21: error: 'glBegin' was not declared in this scope
 glBegin(GL_QUADS);
 ^
QGLImage.cpp:114:21: error: 'glTexCoord2f' was not declared in this scope
 glTexCoord2f(0,0);
 ^
...