Bug#1020056:

2022-11-02 Thread Raphael Hertzog
Hello,

Le jeudi 13 octobre 2022, Thomas Braun a écrit :
> so I think it should be as easy as adding cppzmq-dev to the build
> dependencies.
> 
>  $diff -Nur control control.new
> --- control 2022-10-13 16:19:07.384578078 +0200
> +++ control.new 2022-10-13 16:19:03.972578004 +0200
> @@ -7,6 +7,7 @@
> default-libmysqlclient-dev,
> libcos4-dev,
> libzmq5-dev | libzmq3-dev,
> +   cppzmq-dev,
> omniidl,
> po-debconf
>  Build-Depends-Indep: doxygen,

FWIW, there's also a related MR here:
https://salsa.debian.org/science-team/tango/-/merge_requests/3

That MR replaces the "libzmq5-dev | libzmq3-dev" build dep with
cppzmq-dev. But the CI in the MR failed, though it seems to be for
unrelated reasons.

Adrian, I see you tagged this bug as pending. Why? I don't see any
fix pushed to git yet.

Cheers,
-- 
Raphaël Hertzog



Bug#1020056:

2022-10-13 Thread Thomas Braun
The reason for the build breakage can be found in

https://tracker.debian.org/media/packages/z/zeromq3/changelog-4.3.4-3

which has

zeromq3 (4.3.4-3) unstable; urgency=medium

  * Remove zmq{,_addon}.hpp as these provided by cppzmq-dev from now on
(closes: #972785).

 -- Laszlo Boszormenyi (GCS)   Mon, 15 Aug 2022
18:40:34 +0200

so I think it should be as easy as adding cppzmq-dev to the build
dependencies.

 $diff -Nur control control.new
--- control 2022-10-13 16:19:07.384578078 +0200
+++ control.new 2022-10-13 16:19:03.972578004 +0200
@@ -7,6 +7,7 @@
default-libmysqlclient-dev,
libcos4-dev,
libzmq5-dev | libzmq3-dev,
+   cppzmq-dev,
omniidl,
po-debconf
 Build-Depends-Indep: doxygen,



Bug#1020056: tango: FTBFS: configure: error: Couldn't find a compatible zmq.hpp

2022-09-18 Thread Lucas Nussbaum
Source: tango
Version: 9.3.4+dfsg1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> checking for omniORB4 >= 4.1.2... yes
> checking for omniCOS4 >= 4.1.2... yes
> checking whether CORBA modules mapped to namespaces... yes
> checking for libzmq >= 4.0.5... yes
> checking for zmq.hpp... no
> configure: error: Couldn't find a compatible zmq.hpp
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/tango_9.3.4+dfsg1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220917=lu...@debian.org=1=1=1=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.