opencsg 1.4.0-1 FTBFS on armhf
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | opencsg (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
In Ubuntu the qt4-x11 package is configured using opengles2 in armhf in order to take advantage of accelerated drivers, thus qt4-qmake will enable opengles2 by default whenever opengl is required. Opencgs depends on glew, which is gl only and can't be build with gles2, thus we need to enforce that qt4-qmake uses only opengl and forcefuly disable opengles2.
On Debian qt4-x11 is build using opengl, so there are no such issues.
See failed build: https:/
g++ -Wl,-Bsymbolic-
/usr/bin/ld: cannot find -lGLESv2
collect2: error: ld returned 1 exit status
make[2]: *** [../lib/
Makefile:140: recipe for target '../lib/
make[2]: Leaving directory '/«PKGBUILDDIR»
make[1]: *** [sub-src-
Makefile:40: recipe for target 'sub-src-
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:11: recipe for target 'build-arch' failed
| tags: | added: patch |
| Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package opencsg - 1.4.0-1ubuntu2
---------------
opencsg (1.4.0-1ubuntu2) wily; urgency=medium
* force-libgl-
(LP: #1490091)
-- Tiago Stürmer Daitx <email address hidden> Wed, 02 Sep 2015 13:16:53 +0100
| Changed in opencsg (Ubuntu): | |
| status: | Fix Committed → Fix Released |


Uploaded, thank you!