Control: retitle -1 php-pecl-http must build-depend on zlib1g-dev

On Fri, Nov 11, 2016 at 09:46:01AM +0000, Chris Lamb wrote:
>...
> php-pecl-http fails to build from source in unstable/amd64:
>...
>   configure:5784: checking for zlib.h
>   configure:5794: result: not found
>   configure:5796: error: could not find zlib.h
>...

This is the actual problem.

Some checks in configure are always expected to fail, the most important 
part of the log is the last configure output before the cat of config.log 
starts:

...
checking unicode/uidna.h usability... no
checking unicode/uidna.h presence... no
checking for unicode/uidna.h... no
checking for icu-config... no
checking for uidna_IDNToASCII... checking for zlib.h... not found
configure: error: could not find zlib.h
        "tail -v -n +0 config.log"
==> config.log <==
...


This is likely fallout from the change that libssl-dev no longer 
depending on zlib1g-dev. exposing missing (build)dependencies on
zlib1g-dev elsewhere.


> Regards,

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Reply via email to