Your message dated Wed, 26 Mar 2014 13:33:58 +0000
with message-id <[email protected]>
and subject line Bug#742682: fixed in cogl 1.18.0-2
has caused the Debian Bug report #742682,
regarding cogl: FTBFS on hurd-i386
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 [email protected]
immediately.)
--
742682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742682
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cogl
Version: 1.18.0-1
Severity: important
Tags: patch
Hello,
cogl doesn't build on hurd-i386 any more, because of missing
cogl_egl_context_get_egl_context and
cogl_wayland_texture_set_region_from_shm_buffer symbols.
The former can actually be trivially fixed now that libgles is available
on hurd-i386, by enabling the libgles2-mesa-dev|libgles2-dev build-dep
on hurd-any in control and removing the test before enabling the
xlib-egl platform etc. in rules, see attached patch.
The latter poses problem on kfreebsd too, it is indeed available only
on linux, and should be excluded from symbols on !linux-any.
Samuel
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Samuel
"I once witnessed a long-winded, month-long flamewar over the use of
mice vs. trackballs...It was very silly."
(By Matt Welsh)
--- debian/control.in.original 2014-03-26 11:02:02.000000000 +0000
+++ debian/control.in 2014-03-26 11:02:07.000000000 +0000
@@ -9,7 +9,7 @@
gtk-doc-tools (>= 1.13),
libgbm-dev [linux-any],
libgl1-mesa-dev (>= 7.1~rc3-1~),
- libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev
[!hurd-any],
+ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
libcairo2-dev (>= 1.10),
libpango1.0-dev (>= 1.28.3-5),
libgdk-pixbuf2.0-dev (>= 2.0),
--- debian/control.original 2014-03-26 11:02:26.000000000 +0000
+++ debian/control 2014-03-26 11:02:29.000000000 +0000
@@ -14,7 +14,7 @@
gtk-doc-tools (>= 1.13),
libgbm-dev [linux-any],
libgl1-mesa-dev (>= 7.1~rc3-1~),
- libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev
[!hurd-any],
+ libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
libcairo2-dev (>= 1.10),
libpango1.0-dev (>= 1.28.3-5),
libgdk-pixbuf2.0-dev (>= 2.0),
--- debian/rules.original 2014-03-26 11:01:20.000000000 +0000
+++ debian/rules 2014-03-26 10:44:59.000000000 +0000
@@ -27,13 +27,11 @@
DEB_CONFIGURE_EXTRA_FLAGS += --with-default-driver=gl
endif
-ifeq ($(DEB_HOST_ARCH_OS),$(findstring $(DEB_HOST_ARCH_OS),linux kfreebsd))
DEB_CONFIGURE_EXTRA_FLAGS += \
--enable-xlib-egl-platform=yes \
--enable-cogl-gles2=yes \
--with-gles2-libname=libGLESv2.so.2 \
--enable-gles2=yes
-endif
ifeq ($(DEB_HOST_ARCH_OS),linux)
DEB_CONFIGURE_EXTRA_FLAGS += \
--- End Message ---
--- Begin Message ---
Source: cogl
Source-Version: 1.18.0-2
We believe that the bug you reported is fixed in the latest version of
cogl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Henriksson <[email protected]> (supplier of updated cogl 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 26 Mar 2014 11:51:58 +0100
Source: cogl
Binary: libcogl20 libcogl-common libcogl-dev libcogl20-dbg libcogl-doc
gir1.2-cogl-1.0 libcogl-path20 libcogl-path-dev libcogl-pango20
libcogl-pango-dev libcogl-pango20-dbg gir1.2-coglpango-1.0 libcogl-gles2-20
libcogl-gles2-dev
Architecture: source all amd64
Version: 1.18.0-2
Distribution: unstable
Urgency: medium
Maintainer: Rico Tzschichholz <[email protected]>
Changed-By: Andreas Henriksson <[email protected]>
Description:
gir1.2-cogl-1.0 - GObject introspection data for the Cogl 1.0 library
gir1.2-coglpango-1.0 - GObject introspection data for the CoglPango 1.0 library
libcogl-common - Object oriented GL/GLES Abstraction/Utility Layer (common
files)
libcogl-dev - Object oriented GL/GLES Abstraction/Utility Layer (development fi
libcogl-doc - Object oriented GL/GLES Abstraction/Utility Layer (documentation)
libcogl-gles2-20 - Object oriented GL/GLES Abstraction/Utility Layer
libcogl-gles2-dev - Object oriented GL/GLES Abstraction/Utility Layer
(development fi
libcogl-pango-dev - Object oriented GL/GLES Abstraction/Utility Layer
(development fi
libcogl-pango20 - Object oriented GL/GLES Abstraction/Utility Layer
libcogl-pango20-dbg - Object oriented GL/GLES Abstraction/Utility Layer (debug
files)
libcogl-path-dev - Object oriented GL/GLES Abstraction/Utility Layer
(development fi
libcogl-path20 - Object oriented GL/GLES Abstraction/Utility Layer
libcogl20 - Object oriented GL/GLES Abstraction/Utility Layer
libcogl20-dbg - Object oriented GL/GLES Abstraction/Utility Layer (debug files)
Closes: 742682
Changes:
cogl (1.18.0-2) unstable; urgency=medium
.
[ Andreas Henriksson ]
* Update symbols file for non-linux architectures:
- (arch=!hurd-any)cogl_egl_context_get_egl_context@Base
- (arch=linux-any)cogl_wayland_texture_set_region_from_shm_buffer@Base
.
[ Samuel Thibault ]
* Enabling the libgles2-mesa-dev|libgles2-dev build-dep on hurd-any
(Closes: #742682)
.
[ Andreas Henriksson ]
* drop (arch=!hurd-any) from cogl_egl_context_ symbols.
Checksums-Sha1:
6edce3919403f1e64715627d75a05998003a3433 2548 cogl_1.18.0-2.dsc
a6aa2a2831cf2074a64867f55de5ca2b35ff4ec5 13112 cogl_1.18.0-2.debian.tar.xz
b2d2ac9eaf8c712645b9a3a4f9291042fb8e0cba 258090 libcogl-common_1.18.0-2_all.deb
6450de97671f638f22675497c2c8d609e2f1eae1 257074 libcogl-doc_1.18.0-2_all.deb
40a23450873b98377be9dff8f30e678801f2e7a9 261094 libcogl20_1.18.0-2_amd64.deb
7862e84517c2f93fcac4124b82847cd5cfe3898c 217056 libcogl-dev_1.18.0-2_amd64.deb
b3eaf432ea66371f8db7f4abbaa3454c012866b3 1062736
libcogl20-dbg_1.18.0-2_amd64.deb
083dfd7e4be07d10506c607a303d39dca32b6bec 56068
gir1.2-cogl-1.0_1.18.0-2_amd64.deb
0466e0006b8fd121898dd89b210a89961f5a2986 55406
libcogl-path20_1.18.0-2_amd64.deb
90af8727ef7392078c0008452ea95509449135f5 33820
libcogl-path-dev_1.18.0-2_amd64.deb
42abe069686d5e68407aaf63d1107e6fb4de0d7a 39006
libcogl-pango20_1.18.0-2_amd64.deb
d2202ffa259adb4ff8ca6e9a1cb0f0f098e03c27 32308
libcogl-pango-dev_1.18.0-2_amd64.deb
ac892863e5c4cdcd1b5f8ec017e5ebaf13338da0 90662
libcogl-pango20-dbg_1.18.0-2_amd64.deb
594da429a496bdfca5663f21b56fa7245a1ddc11 29126
gir1.2-coglpango-1.0_1.18.0-2_amd64.deb
78f0abc06fa0994d3277dff7efaa0aef703b4469 35640
libcogl-gles2-20_1.18.0-2_amd64.deb
977c0b0c55531d2d7734f0849646182162b08952 38540
libcogl-gles2-dev_1.18.0-2_amd64.deb
Checksums-Sha256:
94359ca033352a74e61a58dd5e8ca3157e67f29f3557951c15e1e76cd2f4b581 2548
cogl_1.18.0-2.dsc
b94f140a8fc76b45da3b5f96e0dcc7ed4b84f2aa56d2553d16ffc4924b59e932 13112
cogl_1.18.0-2.debian.tar.xz
ff9be30a0ab0b9769827b6a00eb3fd098462406d8944f099961718782b049f8a 258090
libcogl-common_1.18.0-2_all.deb
b9d9a4fa1df93fee6fbbd6e4a9c43c402ff7f46d291efa064c455669264fa447 257074
libcogl-doc_1.18.0-2_all.deb
3d0ed5aae1d311cde1e317bbcb24463ac23c21bc9825e8cc09d0393acb0e906e 261094
libcogl20_1.18.0-2_amd64.deb
6d1a5f5138578699274e9175e5576d619d79a9c8c32bca6c16dbc3f500a28a25 217056
libcogl-dev_1.18.0-2_amd64.deb
21b58c865e07364624934e29094b05d5dcab80c8e2550fdfdd52f1cf0d8f3238 1062736
libcogl20-dbg_1.18.0-2_amd64.deb
4e87c8fad514fc7cb22e03bd17a09f7d2f3b9621d974e5411c69023240b01891 56068
gir1.2-cogl-1.0_1.18.0-2_amd64.deb
794500f914b51996b4508d6913620b5df2fd6599af3e33c58c0d08d40f8f9e29 55406
libcogl-path20_1.18.0-2_amd64.deb
5bdf61e615a2b2b53e7376384179f1e1698a7198b6cb1b489698507fd3ae79ae 33820
libcogl-path-dev_1.18.0-2_amd64.deb
ea74c2ec386e24a3106454d315cfac61a4002e5a2ed9147a7d8dbaa44c466d08 39006
libcogl-pango20_1.18.0-2_amd64.deb
3dca917df9614604a39f2e540dd3758ed24b6463b79da59cf431010e74b74c95 32308
libcogl-pango-dev_1.18.0-2_amd64.deb
15422716c687291482cfef95044d56e124b180705377b4532ea0d9fb72a03b38 90662
libcogl-pango20-dbg_1.18.0-2_amd64.deb
b10f30b4c3f7e8e39c13f2da867e3b0f40ac275cb3ca3b7990960840e4a05016 29126
gir1.2-coglpango-1.0_1.18.0-2_amd64.deb
7ccd7140d89eed56b3691bbf26a5591c2eea277e072536fcf4fa1969e13a6285 35640
libcogl-gles2-20_1.18.0-2_amd64.deb
e1a98880a00ad3df067e3399c1dbc6297c8521fe63d54f6fac2aff375106c843 38540
libcogl-gles2-dev_1.18.0-2_amd64.deb
Files:
c400baa5af8defa63e0bbcb61556a687 2548 libs optional cogl_1.18.0-2.dsc
7a8cf4c968a96134c72288d15415ff27 13112 libs optional
cogl_1.18.0-2.debian.tar.xz
91fd44a12e065ef27fea2c5f768c8c0e 258090 libs optional
libcogl-common_1.18.0-2_all.deb
a2b710736fd7330b43d8ebb981dc083c 257074 doc optional
libcogl-doc_1.18.0-2_all.deb
eb290749964e2bd197e5cdbe4f25d169 261094 libs optional
libcogl20_1.18.0-2_amd64.deb
036ad1cee14397edae81db65b8480e11 217056 libdevel optional
libcogl-dev_1.18.0-2_amd64.deb
602b34e25406cff0a1e3e1ecc6891c74 1062736 debug extra
libcogl20-dbg_1.18.0-2_amd64.deb
13bc23c92c760a26d66e084cd057d3ea 56068 introspection optional
gir1.2-cogl-1.0_1.18.0-2_amd64.deb
c36fe423d13e0414cf560c1c27118c62 55406 libs optional
libcogl-path20_1.18.0-2_amd64.deb
a8f3feaa3239c3d68c942966402d257a 33820 libdevel optional
libcogl-path-dev_1.18.0-2_amd64.deb
829a73f2ab83715a26f6ee1d232feded 39006 libs optional
libcogl-pango20_1.18.0-2_amd64.deb
a8e011ff6167e784c74d3b704a9f6a89 32308 libdevel optional
libcogl-pango-dev_1.18.0-2_amd64.deb
9cb35d739164383af01d8678a3f9da8a 90662 debug extra
libcogl-pango20-dbg_1.18.0-2_amd64.deb
d1c1d409f16a1eabec807d9aaa46ac4b 29126 introspection optional
gir1.2-coglpango-1.0_1.18.0-2_amd64.deb
acd7ee0c311a2b6df6afcde8682245e6 35640 libs optional
libcogl-gles2-20_1.18.0-2_amd64.deb
a66fe2e00f14eeb0e255c8dc10c1390b 38540 libdevel optional
libcogl-gles2-dev_1.18.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlMy03UACgkQcgQ2cL3l8e6dTwCgwGUSN8qrBPYQsZlkMn2bTO5D
t1sAoIvlp8fulNBOtPjgSKj22dJ1NgiH
=Mdz/
-----END PGP SIGNATURE-----
--- End Message ---