Your message dated Tue, 26 Sep 2017 23:39:08 +0200
with message-id <[email protected]>
and subject line Re: Bug#876829: "pkg-config --libs cfitsio" contains -lcurl
but no dependency on libcurl4-gnutls-dev
has caused the Debian Bug report #876829,
regarding "pkg-config --libs cfitsio" contains -lcurl but no dependency on
libcurl4-gnutls-dev
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 [email protected]
immediately.)
--
876829: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876829
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcfitsio-dev
Version: 3.420-2
Severity: serious
Control: affects -1 src:python-astropy src:gyoto src:vips
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-astropy.html
...
creating build/temp.linux-x86_64-2.7/astropy/io/fits
creating build/temp.linux-x86_64-2.7/astropy/io/fits/src
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
-fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7
-c astropy/io/fits/src/compressionmodule.c -o
build/temp.linux-x86_64-2.7/astropy/io/fits/src/compressionmodule.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g
-fdebug-prefix-map=/build/python2.7-VlMpWk/python2.7-2.7.14=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-2.7/astropy/io/fits/src/compressionmodule.o -lcfitsio
-lpthread -lcurl -o build/lib.linux-x86_64-2.7/astropy/io/fits/compression.so
/usr/bin/ld: cannot find -lcurl
collect2: error: ld returned 1 exit status
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
debian/rules:20: recipe for target 'build-python2.7' failed
make[1]: *** [build-python2.7] Error 1
Root cause:
$ pkg-config --libs cfitsio
-lcfitsio -lpthread -lcurl
$
Either the -lcurl should not be there or libcfitsio-dev
must depend on libcurl4-gnutls-dev.
--- End Message ---
--- Begin Message ---
Version: 3.420-3
On 2017-09-26 12:11, Adrian Bunk wrote:
> Package: libcfitsio-dev
> Version: 3.420-2
> Severity: serious
> Control: affects -1 src:python-astropy src:gyoto src:vips
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-astropy.html
>
> ...
> creating build/temp.linux-x86_64-2.7/astropy/io/fits
> creating build/temp.linux-x86_64-2.7/astropy/io/fits/src
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -I/usr/lib/python2.7/dist-packages/numpy/core/include
> -I/usr/include/python2.7 -c astropy/io/fits/src/compressionmodule.c -o
> build/temp.linux-x86_64-2.7/astropy/io/fits/src/compressionmodule.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g
> -fdebug-prefix-map=/build/python2.7-VlMpWk/python2.7-2.7.14=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2
> build/temp.linux-x86_64-2.7/astropy/io/fits/src/compressionmodule.o -lcfitsio
> -lpthread -lcurl -o build/lib.linux-x86_64-2.7/astropy/io/fits/compression.so
> /usr/bin/ld: cannot find -lcurl
> collect2: error: ld returned 1 exit status
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> debian/rules:20: recipe for target 'build-python2.7' failed
> make[1]: *** [build-python2.7] Error 1
>
>
> Root cause:
>
> $ pkg-config --libs cfitsio
> -lcfitsio -lpthread -lcurl
> $
>
> Either the -lcurl should not be there or libcfitsio-dev
> must depend on libcurl4-gnutls-dev.
It looks like I forgot to close the bug in the changelog. Doing so with
this mail.
Aurelien
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://www.aurel32.net
--- End Message ---