Bug#844835: orthanc: FTBFS: build-dependency not installable: libssl-dev

2016-11-20 Thread Sébastien Jodogne

Dear Gert,


orthnac build depends on libdcmtk-dev, and this pulls in libssl1.0-dev
(since dcmtk (a) does not yet support openssl-1.1 and (b) it is used by
programs that require QT which conflicts with openssl-1.1).

libssl1.0-dev conflicts with libssl-dev, and hence the build failure.

The solution is to remove libssl-dev from the build dependencies, since
libdcmtk-dev already takes care of pulling the right version in.


Many thanks for this helpful explanation! I have just pushed your fix, 
together with two other patches [1]. Everything now looks fine in pbuilder.


Andreas, please would kindly sponsor the upload? Once again, thanks to 
both of you for your help!


Regards,
Sébastien-


[1] https://anonscm.debian.org/cgit/debian-med/orthanc.git/log/



Bug#844835: orthanc: FTBFS: build-dependency not installable: libssl-dev

2016-11-19 Thread Gert Wollny
Hi, 

orthnac build depends on libdcmtk-dev, and this pulls in libssl1.0-dev
(since dcmtk (a) does not yet support openssl-1.1 and (b) it is used by
programs that require QT which conflicts with openssl-1.1). 

libssl1.0-dev conflicts with libssl-dev, and hence the build failure. 

The solution is to remove libssl-dev from the build dependencies, since
libdcmtk-dev already takes care of pulling the right version in. 


Best, 
Gert 



Bug#844835: orthanc: FTBFS: build-dependency not installable: libssl-dev

2016-11-18 Thread Lucas Nussbaum
Source: orthanc
Version: 1.1.0+dfsg-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: cmake, debhelper (>= 9), doxygen, libboost-all-dev, 
> libcharls-dev, libcurl4-openssl-dev | libcurl4-dev, libdcmtk-dev, 
> libgtest-dev, libjpeg-dev, libjs-jquery, libjsoncpp-dev, liblua5.1-0-dev, 
> libpng-dev, libpugixml-dev, libsqlite3-dev, libssl-dev, libwrap0-dev, unzip, 
> uuid-dev, zlib1g-dev, yui-compressor
> Filtered Build-Depends: cmake, debhelper (>= 9), doxygen, libboost-all-dev, 
> libcharls-dev, libcurl4-openssl-dev, libdcmtk-dev, libgtest-dev, libjpeg-dev, 
> libjs-jquery, libjsoncpp-dev, liblua5.1-0-dev, libpng-dev, libpugixml-dev, 
> libsqlite3-dev, libssl-dev, libwrap0-dev, unzip, uuid-dev, zlib1g-dev, 
> yui-compressor
> dpkg-deb: building package 'sbuild-build-depends-orthanc-dummy' in 
> '/<>/resolver-IyPUCn/apt_archive/sbuild-build-depends-orthanc-dummy.deb'.
> dpkg-scanpackages: warning: Packages in archive but missing from override 
> file:
> dpkg-scanpackages: warning:   sbuild-build-depends-orthanc-dummy
> dpkg-scanpackages: info: Wrote 1 entries to output Packages file.
> Ign:1 copy:/<>/resolver-IyPUCn/apt_archive ./ InRelease
> Get:2 copy:/<>/resolver-IyPUCn/apt_archive ./ Release [957 B]
> Ign:3 copy:/<>/resolver-IyPUCn/apt_archive ./ Release.gpg
> Get:4 copy:/<>/resolver-IyPUCn/apt_archive ./ Sources [476 B]
> Get:5 copy:/<>/resolver-IyPUCn/apt_archive ./ Packages [557 B]
> Fetched 1990 B in 0s (0 B/s)
> Reading package lists...
> W: No sandbox user '_apt' on the system, can not drop privileges
> Reading package lists...
> 
> Install orthanc build dependencies (apt-based resolver)
> ---
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-orthanc-dummy : Depends: libssl-dev but it is not going 
> to be installed
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/orthanc_1.1.0+dfsg-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.