Your message dated Fri, 13 Apr 2018 15:49:49 +0000
with message-id <e1f70xr-000ert...@fasolo.debian.org>
and subject line Bug#895499: fixed in enki-aseba 1:1.6.0-6
has caused the Debian Bug report #895499,
regarding enki-aseba FTBFS on armel/armhf: error: 'glGenLists' was not declared 
in this scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
895499: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895499
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: enki-aseba
Version: 1:1.6.0-5
Severity: serious

https://buildd.debian.org/status/package.php?p=enki-aseba&suite=sid

...
cd /<<PKGBUILDDIR>>/obj-arm-linux-gnueabi/viewer && /usr/bin/c++  -DQT_CORE_LIB 
-DQT_NO_DEBUG -DUSE_SDL 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi/viewer/enkiviewer_autogen/include 
-I/usr/include/SDL2 -I/<<PKGBUILDDIR>> 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi/viewer -isystem 
/usr/include/arm-linux-gnueabi/qt5 
-I/usr/include/arm-linux-gnueabi/qt5/QtWidgets 
-I/usr/include/arm-linux-gnueabi/qt5/QtGui -isystem 
/usr/include/arm-linux-gnueabi/qt5/QtCore -isystem 
/usr/lib/arm-linux-gnueabi/qt5/mkspecs/linux-g++ 
-I/usr/include/arm-linux-gnueabi/qt5/QtOpenGL  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -fPIC -fPIC 
-std=gnu++11 -o CMakeFiles/enkiviewer.dir/objects/EPuckBody.cpp.o -c 
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp: In function 'GLint 
Enki::GenEPuckBody()':
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:712:12: error: 'glGenLists' was 
not declared in this scope
  GLint lid=glGenLists(1);

            ^~~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:712:12: note: suggested 
alternative: 'glFinish'
  GLint lid=glGenLists(1);

            ^~~~~~~~~~
            glFinish
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:713:17: error: 'GL_COMPILE' was 
not declared in this scope
  glNewList(lid, GL_COMPILE);

                 ^~~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:713:17: note: suggested 
alternative: 'GL_SAMPLER'
  glNewList(lid, GL_COMPILE);

                 ^~~~~~~~~~
                 GL_SAMPLER
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:713:2: error: 'glNewList' was not 
declared in this scope
  glNewList(lid, GL_COMPILE);

  ^~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:713:2: note: suggested 
alternative: 'glViewport'
  glNewList(lid, GL_COMPILE);

  ^~~~~~~~~
  glViewport
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:715:3: error: 'glBegin' was not 
declared in this scope
   glBegin (GL_TRIANGLES);

   ^~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:728:4: error: 'glNormal3f' was 
not declared in this scope
    glNormal3f (normals[ni][1],-normals[ni][0],normals[ni][2]);

    ^~~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:728:4: note: suggested 
alternative: 'normals'
    glNormal3f (normals[ni][1],-normals[ni][0],normals[ni][2]);

    ^~~~~~~~~~
    normals
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:729:4: error: 'glTexCoord2f' was 
not declared in this scope
    glTexCoord2f(textures[ti][0],textures[ti][1]);

    ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:729:4: note: suggested 
alternative: 'glTexStorage2D'
    glTexCoord2f(textures[ti][0],textures[ti][1]);

    ^~~~~~~~~~~~
    glTexStorage2D
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:730:4: error: 'glVertex3f' was 
not declared in this scope
    glVertex3f (vertices[vi][1],-vertices[vi][0],vertices[vi][2]);

    ^~~~~~~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:730:4: note: suggested 
alternative: 'glVertexAttrib3f'
    glVertex3f (vertices[vi][1],-vertices[vi][0],vertices[vi][2]);

    ^~~~~~~~~~
    glVertexAttrib3f
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:733:3: error: 'glEnd' was not 
declared in this scope
   glEnd ();

   ^~~~~
/<<PKGBUILDDIR>>/viewer/objects/EPuckBody.cpp:735:2: error: 'glEndList' was not 
declared in this scope
  glEndList();

  ^~~~~~~~~
viewer/CMakeFiles/enkiviewer.dir/build.make:132: recipe for target 
'viewer/CMakeFiles/enkiviewer.dir/objects/EPuckBody.cpp.o' failed
make[3]: *** [viewer/CMakeFiles/enkiviewer.dir/objects/EPuckBody.cpp.o] Error 1


The root cause is that on armel/armhf (and arm64 in Ubuntu)
Qt5 is compiled with OpenGL ES instead of OpenGL.

enki-aseba should be fixed to build and work with OpenGL ES,
but if this is not easily possible please
- change the build dependency from libqt5opengl5-dev
  to libqt5opengl5-desktop-dev, and
- file a removal bug for the old armel+armhf binaries
  of enki-aseba and aseba against ftp.debian.org

--- End Message ---
--- Begin Message ---
Source: enki-aseba
Source-Version: 1:1.6.0-6

We believe that the bug you reported is fixed in the latest version of
enki-aseba, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 895...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated enki-aseba package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 13 Apr 2018 16:08:28 +0200
Source: enki-aseba
Binary: libenki2 libenki-dev python-enki2
Architecture: source amd64
Version: 1:1.6.0-6
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
 libenki-dev - development file for the library libenki
 libenki2   - Enki is a fast 2D physics-based robot simulator written in C++.
 python-enki2 - Python bindings for the library libenki2
Closes: 895499
Changes:
 enki-aseba (1:1.6.0-6) unstable; urgency=medium
 .
   * changed a build-dependency: libqt5opengl5-dev => libqt5opengl5-desktop-dev
     Closes: #895499
   * upgraded Standards-Version: 4.1.4
Checksums-Sha1:
 c4c7e05d4f3f0aae709ce088b8ec290906525baf 2095 enki-aseba_1.6.0-6.dsc
 a5d90ca6c26992bda65d1a796e15da37fe7379c0 4820 enki-aseba_1.6.0-6.debian.tar.xz
 278d706f799208d9847fcca4dae8007117dc663c 14688 
enki-aseba_1.6.0-6_amd64.buildinfo
 277e42fef762e58b30232190049f505a22ba9000 3615400 libenki-dev_1.6.0-6_amd64.deb
 12636da3b9902c9934e007077ddc547daa7cb6f2 691252 
libenki2-dbgsym_1.6.0-6_amd64.deb
 575302443e267c85ba16e876c1dd0373f4912955 67584 libenki2_1.6.0-6_amd64.deb
 fb0d2de3a37905f4d8f93defbc1365ad9ac5d8f4 2546972 
python-enki2-dbgsym_1.6.0-6_amd64.deb
 d1a232971bb6fe16033376804567c57447f44243 3683976 python-enki2_1.6.0-6_amd64.deb
Checksums-Sha256:
 dec892604e80ae6e458d0a6ad72bde23768a91f703616983363c9a21617568fc 2095 
enki-aseba_1.6.0-6.dsc
 ef6d734b7cd929795550ac693cb286340e8f2efd9f2ca2403910a783ac73f017 4820 
enki-aseba_1.6.0-6.debian.tar.xz
 e81e133897fd0064893140eed587bc62593e52cb34fa1ba1f98c6f25127e0e0b 14688 
enki-aseba_1.6.0-6_amd64.buildinfo
 824b9a4e5dcb2cf7f0dc73080345adc8e10747e4c005c95c66d8d752258820ee 3615400 
libenki-dev_1.6.0-6_amd64.deb
 c000162e424dacf85cae20b8d53eae674ebbdd22e07dce677bf1817c8f785d52 691252 
libenki2-dbgsym_1.6.0-6_amd64.deb
 247d41ba6db1d8017209140a46637dcf603aa2ce72c9b75cf0133df6cbcb6b17 67584 
libenki2_1.6.0-6_amd64.deb
 5c8f6263dde6561d75b837617885ed5f527d1eb8bed6a032278f70f80970fa64 2546972 
python-enki2-dbgsym_1.6.0-6_amd64.deb
 93601e859330660b9ae4e3d286a391ae74ee40f3284198edb5ed2915728d9c1d 3683976 
python-enki2_1.6.0-6_amd64.deb
Files:
 1cc6cd0e45051be84143c30fefda5c53 2095 devel optional enki-aseba_1.6.0-6.dsc
 4221302aaff2d2465e6e57f8f626e781 4820 devel optional 
enki-aseba_1.6.0-6.debian.tar.xz
 bf8aabda4deab961d4b01c61e8cc4bf3 14688 devel optional 
enki-aseba_1.6.0-6_amd64.buildinfo
 10b3bfc84db14daad8a6e810b7fe54de 3615400 libdevel optional 
libenki-dev_1.6.0-6_amd64.deb
 2b27e7a839f040247fac35277716b93c 691252 debug optional 
libenki2-dbgsym_1.6.0-6_amd64.deb
 6461c5a2c93af0e6f25e35d90a9c69e0 67584 libs optional libenki2_1.6.0-6_amd64.deb
 92d915387487a65e97aca7efb27c7572 2546972 debug optional 
python-enki2-dbgsym_1.6.0-6_amd64.deb
 c621082a7b6e17f09e78108ee2ea8a30 3683976 python optional 
python-enki2_1.6.0-6_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAlrQvasACgkQHCgWkHE2
rjmzNxAAig8ivM5IwjYV4Pj3DYGiR01dXaBjIYldDomTc6Omz9SknSdPV5yF6M1t
4pDo0c8uIFFLhMPOcJmZ9ACTzn0QYZLRSD8/hgLZ79tY1jg6EDGDbda6PVUc0vpf
KmFNXUxcs2HMT96ieoiiA6oT2Mk/5WyXqp4oFhZIgPcrUenQWfLzhrLIuctur0X0
m+kv2JFvHHgWfEUr5oYL0tRutLfV2WPubkhqQAYNJcYmhzUkGQw5ZjVMSDDMOCDi
EJx5RqpMbur2VWsQCSY24Cml0VwXjtOPpDZtB9Ob+StpFkbB+/PlGPBe6hAqXmr+
2xvZaDx/x7YtyTCryf/CZcRqx+xOo2SlhP8zo6NF3neyxr/kn2qjjuP/xqrC69nb
V5a000akCDOmNhBOumon3y4V5nkX1NlX1AxZnlWRDpMXloVvwQDfWyCTcG3lhnyv
+//b2EV3Uk21/s01vJVC4UBca3k1XzEArzxehLAOftnlGKkgiInDVnb1ggd3xhBn
E4Hzzdsw4yq/RBsJTzAmTrHlxdX1WK2MDoNFEXlgqgNQtRsyUnjgPjxE/k6/EsRC
/icRMzGxk7c1X5JmZdQ/nh3q5cin94i2F8xgnD77BdhCYVYTwwfcY1IV/4XipAKV
2+hC6MM1d0MnFrqltu/AvQcKaBfMFMzlullPGy08Zmy3CFFw40g=
=CPgU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to