Your message dated Thu, 20 Sep 2018 17:11:22 +0200
with message-id <4168d49b-2549-567e-0fb1-254bfc00b...@siduction.org>
and subject line Re: Bug#909219: FTBFS in pbuilder, missed dependency
has caused the Debian Bug report #909219,
regarding FTBFS in pbuilder, missed dependency
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.)


-- 
909219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gimagereader
Version: 3.2.3-3.3
Severity: serious

Dear maintainer,

had to rebuild gimagereader because of the current libsane mess, result:


-- Checking for module 'gtkmm-3.0'
--   Package 'gl', required by 'epoxy', not found
CMake Error at /usr/share/cmake-3.12/Modules/FindPkgConfig.cmake:436 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.12/Modules/FindPkgConfig.cmake:602 
(_pkg_check_modules_internal)
  CMakeLists.txt:71 (PKG_CHECK_MODULES)


Adding libgl1-mesa-dev solve that

diff --git a/debian/control b/debian/control
index 603c9eb..3ef3dbb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
  debhelper (>= 10),
  intltool (>= 0.35.0),
  libcairomm-1.0-dev,
+ libgl1-mesa-dev,
  libgtkmm-3.0-dev,
  libgtksourceviewmm-3.0-dev,
  libgtkspellmm-3.0-dev (>= 3.0.4),


The build now:

-- Checking for module 'gtkmm-3.0'
--   Found gtkmm-3.0, version 3.22.2
-- Checking for module 'gtksourceviewmm-3.0'

Cheers Alf


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-rc3-siduction-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gimagereader depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.30.0-1
ii  libatkmm-1.6-1v5                             2.24.2-3
ii  libc6                                        2.27-6
ii  libcairomm-1.0-1v5                           1.12.2-3
ii  libfontconfig1                               2.13.0-5
ii  libgcc1                                      1:8.2.0-7
ii  libglib2.0-0                                 2.58.0-4
ii  libglibmm-2.4-1v5                            2.56.0-2
ii  libgomp1                                     8.2.0-7
ii  libgtk-3-0                                   3.24.0-3
ii  libgtkmm-3.0-1v5                             3.22.2-2
ii  libgtksourceviewmm-3.0-0v5                   3.18.0-3
ii  libgtkspellmm-3.0-0v5                        3.0.5+dfsg-2
ii  libjpeg62-turbo                              1:1.5.2-2+b1
ii  libjson-glib-1.0-0                           1.4.2-4
ii  libpangomm-1.4-1v5                           2.40.1-4
ii  libpodofo0.9.5                               0.9.5-11
ii  libpoppler-glib8                             0.63.0-2
ii  libsane                                      1.0.27-2~2
ii  libsigc++-2.0-0v5                            2.10.0-2.1
ii  libstdc++6                                   8.2.0-7
ii  libtesseract4                                4.00~git2904-07acc2b2-1
ii  libxml++2.6-2v5                              2.40.1-2

gimagereader recommends no packages.

gimagereader suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
> I'm not seeing this problem, libgl1-mesa-dev gets installed by
> the build-dependency resolver. My build log is attached.
> Alf, please let us see your full build log.

libepoxy (1.5.2-0.2) unstable; urgency=medium

  * Non-maintainer upload
  * libepoxy-dev Depends on libgl1-mesa-dev and libegl1-mesa-dev.
    Those packages provide gl.pc and egl.pc, which are depended on by
    epoxy.pc since 1.5.2 (Closes: #909173)
  * Work around #874077 by creating an Xvfb screen where GLX can work

 -- Simon McVittie <s...@debian.org>  Wed, 19 Sep 2018 10:39:51 +0100

I guess that you picked up the fixed libepoxy, which now depend on
libgl-mesa-dev - i was just a few hours to early. Didn't see the bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909173
Sorry for the noise.

Cheers Alf

--- End Message ---

Reply via email to