Your message dated Thu, 31 Jan 2019 21:51:32 +0000
with message-id <e1gpkfa-000j7o...@fasolo.debian.org>
and subject line Bug#887305: fixed in ugene 1.31.1+dfsg-1
has caused the Debian Bug report #887305,
regarding ugene: FTBFS ucontext_reader.cc:92:12: error: invalid use of 
incomplete type 'const struct google_breakpad::ucontext'
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.)


-- 
887305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ugene
Version: 1.25.0+dfsg-1
Severity: serious
Tags: sid buster
Justification: fails to build from source

Hi,

ugene recently started to FTBFS in sid:

g++ -c -pipe -g -O2 -fdebug-prefix-map=/build/ugene-1.25.0+dfsg=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fdebug-prefix-map=/build/ugene-1.25.0+dfsg=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
-D_FORTIFY_SOURCE=2 -w -D_REENTRANT -fPIC -DU2_DISTRIBUTION_INFO=sources 
-DUGENE_VERSION=1.25.0 -DUGENE_VER_MAJOR=1 -DUGENE_VER_MINOR=25 
-DUGENE_VER_PATCH=0 -DUGENE_X86 -DUGENE_DATA_DIR=\"/usr/share/ugene/data\" 
-DHI_EXCLUDED -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/usr/include/qt5 
-I/usr/include -Isrc -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -Irelease 
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
_tmp/obj/release/ucontext_reader.o 
src/client/linux/dump_writer_common/ucontext_reader.cc

src/client/linux/dump_writer_common/ucontext_reader.cc: In static member 
function 'static uintptr_t 
google_breakpad::UContextReader::GetStackPointer(const 
google_breakpad::ucontext*)':
src/client/linux/dump_writer_common/ucontext_reader.cc:92:12: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   return uc->uc_mcontext.gregs[REG_RSP];
            ^~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
src/client/linux/dump_writer_common/ucontext_reader.cc:92:14: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   return uc->uc_mcontext.gregs[REG_RSP];
              ^~~~~~~~~~~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
src/client/linux/dump_writer_common/ucontext_reader.cc: In static member 
function 'static uintptr_t 
google_breakpad::UContextReader::GetInstructionPointer(const 
google_breakpad::ucontext*)':
src/client/linux/dump_writer_common/ucontext_reader.cc:96:12: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   return uc->uc_mcontext.gregs[REG_RIP];
            ^~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
src/client/linux/dump_writer_common/ucontext_reader.cc:96:14: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   return uc->uc_mcontext.gregs[REG_RIP];
              ^~~~~~~~~~~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
src/client/linux/dump_writer_common/ucontext_reader.cc: In static member 
function 'static void 
google_breakpad::UContextReader::FillCPUContext(google_breakpad::RawContextCPU*,
 const google_breakpad::ucontext*, const _libc_fpstate*)':
src/client/linux/dump_writer_common/ucontext_reader.cc:101:26: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   const greg_t* regs = uc->uc_mcontext.gregs;
                          ^~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
src/client/linux/dump_writer_common/ucontext_reader.cc:101:28: error: invalid 
use of incomplete type 'const struct google_breakpad::ucontext'
   const greg_t* regs = uc->uc_mcontext.gregs;
                            ^~~~~~~~~~~
In file included from 
src/client/linux/dump_writer_common/ucontext_reader.cc:30:0:
src/client/linux/dump_writer_common/ucontext_reader.h:44:49: note: forward 
declaration of 'struct google_breakpad::ucontext'
   static uintptr_t GetStackPointer(const struct ucontext* uc);
                                                 ^~~~~~~~
Makefile.Release:455: recipe for target '_tmp/obj/release/ucontext_reader.o' 
failed
make[3]: *** [_tmp/obj/release/ucontext_reader.o] Error 1


Andreas

Attachment: ugene_1.25.0+dfsg-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: ugene
Source-Version: 1.31.1+dfsg-1

We believe that the bug you reported is fixed in the latest version of
ugene, 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 887...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated ugene 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: SHA512

Format: 1.8
Date: Thu, 31 Jan 2019 21:26:13 +0100
Source: ugene
Binary: ugene ugene-data ugene-dbgsym
Architecture: source all amd64
Version: 1.31.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
 ugene      - integrated bioinformatics toolkit
 ugene-data - required data for UGENE - integrated bioinformatics toolkit
Closes: 868885 887305
Changes:
 ugene (1.31.1+dfsg-1) unstable; urgency=medium
 .
   [ Steffen Moeller ]
   * debian/upstream/metadata:
     - Added references to registries
     - yamllint cleanliness
 .
   [ Andreas Tille ]
   * New upstream version
     Closes: #868885, #887305
   * Standards-Version: 4.3.0
   * Cleanup d/watch
   * More Files-Excluded
   * debhelper 12
   * Point Vcs fields to salsa.debian.org
   * Drop unused lintian-overrides
Checksums-Sha1:
 c4955c899ccc22dd479521949aa129ee53a46caf 2351 ugene_1.31.1+dfsg-1.dsc
 909b117c275e295fb81307c5d89cd6179c22f29c 14362492 ugene_1.31.1+dfsg.orig.tar.xz
 0a7b160719a015a9f19281078e579fd5a3b252d5 12616 
ugene_1.31.1+dfsg-1.debian.tar.xz
 b41a1852c9987cdf393730c19a8408da0952e50c 6477724 
ugene-data_1.31.1+dfsg-1_all.deb
 59bc7d44fe4c3c70ba141360a540752a87d0f65e 509950916 
ugene-dbgsym_1.31.1+dfsg-1_amd64.deb
 a693aa08fc975986062ac6e6e6826fd4705c7123 12041 
ugene_1.31.1+dfsg-1_amd64.buildinfo
 472ee3588e7b393f5a355111941718e4beb7cf70 18223448 ugene_1.31.1+dfsg-1_amd64.deb
Checksums-Sha256:
 b2393d5d6b062f409c168fcb71dec8e30ab5fe3e4ac5d7917cb0f34d2e9fd45c 2351 
ugene_1.31.1+dfsg-1.dsc
 1259a52896ecbc96d212f519c5d462c599b83398b1bd69db8fb87c4b720d9ddd 14362492 
ugene_1.31.1+dfsg.orig.tar.xz
 590beb0ab13abda00246eada9ca6113609130b3fdaf07f8793c6043aa2150b93 12616 
ugene_1.31.1+dfsg-1.debian.tar.xz
 07629cdc74ad2f60d4acf88f24cfc0a4d9ec7b67bcf719771d85733ee973e4e9 6477724 
ugene-data_1.31.1+dfsg-1_all.deb
 2d3640783915b6c00e4061874af9e3931bbab8cc9bd6cbe881b9f2ae34f7f9b5 509950916 
ugene-dbgsym_1.31.1+dfsg-1_amd64.deb
 acd9a50ed26fcec689d886614c8423bc1c3bc11728a1b98baf45b20547659e5e 12041 
ugene_1.31.1+dfsg-1_amd64.buildinfo
 50f2a4e0c2151fbece5f55ebccce1625badb71d1e92e6db904b41902b93df5da 18223448 
ugene_1.31.1+dfsg-1_amd64.deb
Files:
 416f22111dcd9390e1765136f9ed4c59 2351 non-free/science optional 
ugene_1.31.1+dfsg-1.dsc
 99805019fa98f24cfecadcf9b87554e2 14362492 non-free/science optional 
ugene_1.31.1+dfsg.orig.tar.xz
 2e58219da22a366ebf96909b21624289 12616 non-free/science optional 
ugene_1.31.1+dfsg-1.debian.tar.xz
 0cc52e376eb985c75bbd40b0ded9d172 6477724 non-free/science optional 
ugene-data_1.31.1+dfsg-1_all.deb
 50891ef20e9c9b7b3b9fe02e5d33f444 509950916 non-free/debug optional 
ugene-dbgsym_1.31.1+dfsg-1_amd64.deb
 25af8b6b7fe5d13aa504beabf22b2a50 12041 non-free/science optional 
ugene_1.31.1+dfsg-1_amd64.buildinfo
 29b6ae56cbebe4122e8cdacf4e2abef3 18223448 non-free/science optional 
ugene_1.31.1+dfsg-1_amd64.deb

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlxTZp8RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGatw/9F3LbK1HQs70uVNtoFbbuiuwYKBhYFqN1
CRB2D2Kr/+c7mZHeSqKvLldyt3Tih/N8kWMS+/yCPA9BGmzW40bFRUohgapLMqnG
KMQ1MUakbafgMMUjiAMLWWNk6BYn2ZR+KclOgwSj4lRZsJ8b88RrIjOJA+HfmaoF
Ahcnj3re7rXdRhOSclpSFb6csB6ISDRR5dSBZUu2jk/WUV4CPDJ2k5pYXeBgWBeK
1+fuOZqZ89E/YrNqGvk1LZSatAVmaz9K7RTf/4IwJ8n+5GmAwIzfN9xzlG4gq9xn
IpPFqy7YI6AURkSWZ2wKoIonaElvOgcecP9VIPDh79YEBoJdcjv5dEeHrjhg/xjz
Sn4u6hyw5xpV3IRDRIaHYZjIi7FsSxFo3Ld3ICYJ5LFk2sCx/57wIP1lvilh4d1/
m4RAYs/rDwOiHJ1+CBzA+uyxIDl6u0CrrXnIeaaaBx5VRbS8ikOfYjo40nwJ0TVl
ELZ3PL72lWzXtP8lKj/nQrfqAUoVH9BcdgaddnRZE176QfokO8LqbVFM5ai0lPx6
zsIxSzh3FezDt2jM22+S2Zw6c5xyXphe3A745tjAaCo2765c8j5+dQTLOiI9TZDF
Gem+dgAUtzPutAsSM6MD5GoC0H4EzCnAWr0bQxUECDbnRHeuZ614JwTR8w/hsx21
RZQg+Jn7Hrg=
=C4iI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to