Your message dated Wed, 15 Mar 2017 13:19:03 +0000
with message-id <[email protected]>
and subject line Bug#811890: fixed in httpfs2 0.1.4-1.1
has caused the Debian Bug report #811890,
regarding httpfs2: FTBFS: httpfs2.c:796:21: error: storage size of 'hints'
isn't known
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.)
--
811890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811890
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: httpfs2
Version: 0.1.4-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
httpfs2 fails to build from source in unstable/amd64:
dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package httpfs2
dpkg-buildpackage: source version 0.1.4-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Michal Suchanek <[email protected]>
dpkg-source --before-build httpfs2-0.1.4
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
make -j1 clean
make[1]: Entering directory
'/home/lamby/temp/cdt.20160318102233.XHWYQBxObq/httpfs2-0.1.4'
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
rm -f httpfs2 httpfs2.1 httpfs2.1.xml
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160318102233.XHWYQBxObq/httpfs2-0.1.4'
dh_clean
debian/rules build
dh build
dh_testdir
dh_update_autotools_config
dh_auto_configure
dh_auto_build
make -j1
make[1]: Entering directory
'/home/lamby/temp/cdt.20160318102233.XHWYQBxObq/httpfs2-0.1.4'
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
gcc -g -Wall -DUSE_AUTH -D_XOPEN_SOURCE=500 -D_ISOC99_SOURCE -Os -Wall
-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -lfuse -pthread httpfs2.c -o httpfs2
httpfs2.c:367:15: warning: conflicting types for built-in function 'strndup'
static char * strndup(const char * str, int n){
^
httpfs2.c: In function 'init_url':
httpfs2.c:399:26: warning: argument to 'sizeof' in 'memset' call is the same
expression as the destination; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
memset(url, 0, sizeof(url));
^
httpfs2.c: In function 'open_client_socket':
httpfs2.c:796:21: error: storage size of 'hints' isn't known
struct addrinfo hints;
^
httpfs2.c:819:19: warning: implicit declaration of function 'getaddrinfo'
[-Wimplicit-function-declaration]
if ((gaierr = getaddrinfo(url->host, portstr, &hints, &ai)) != 0) {
^
httpfs2.c:821:35: warning: implicit declaration of function 'gai_strerror'
[-Wimplicit-function-declaration]
argv0, url->host, gai_strerror(gaierr));
^
httpfs2.c:820:32: warning: format '%s' expects argument of type 'char *', but
argument 5 has type 'int' [-Wformat=]
(void) fprintf(stderr, "%s: getaddrinfo %s - %s\n",
^
httpfs2.c:826:46: error: dereferencing pointer to incomplete type 'struct
addrinfo'
for (aiv4 = ai; aiv4 != NULL; aiv4 = aiv4->ai_next) {
^
httpfs2.c:854:5: warning: implicit declaration of function 'freeaddrinfo'
[-Wimplicit-function-declaration]
freeaddrinfo(ai);
^
httpfs2.c:796:21: warning: unused variable 'hints' [-Wunused-variable]
struct addrinfo hints;
^
httpfs2.c: In function 'parse_header':
httpfs2.c:969:25: warning: field precision specifier '.*' expects argument of
type 'int', but argument 6 has type 'long int' [-Wformat=]
fprintf(stderr, "%s: %s: failed with status: %d%.*s.\n",
^
httpfs2.c: At top level:
httpfs2.c:111:13: warning: 'destroy_url_copy' declared 'static' but never
defined [-Wunused-function]
static void destroy_url_copy(void *);
^
httpfs2.c:405:12: warning: 'free_url' defined but not used [-Wunused-function]
static int free_url(struct_url* url)
^
Makefile:23: recipe for target 'httpfs2' failed
make[1]: *** [httpfs2] Error 1
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160318102233.XHWYQBxObq/httpfs2-0.1.4'
dh_auto_build: make -j1 returned exit code 2
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
httpfs2.0.1.4-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: httpfs2
Source-Version: 0.1.4-1.1
We believe that the bug you reported is fixed in the latest version of
httpfs2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <[email protected]> (supplier of updated httpfs2 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 10 Mar 2017 13:27:02 +0100
Source: httpfs2
Binary: httpfs2
Architecture: source
Version: 0.1.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Michal Suchanek <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Description:
httpfs2 - FUSE filesystem for mounting files from http servers
Closes: 641728 651312 698179 811890
Changes:
httpfs2 (0.1.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Use source format 3.0 (quilt). Closes: #651312
* Recommend fuse instead of fuse-utils. Closes: #698179
* Add patch from Ubuntu to fix FTBFS with libc 2.22. Closes: #811890
* Add patch from Ubuntu to fix linking with --as-needed. Closes: #641728
* Bump Standards-Version to 3.9.8, no changes needed.
Checksums-Sha1:
bd7a5e2500df07f02008cd22e814ee665e8d4ae6 1904 httpfs2_0.1.4-1.1.dsc
c1d58e78b18a910edc84237910715473f4686f3a 2380 httpfs2_0.1.4-1.1.debian.tar.xz
36d296894f45332db0e6eace5c2ba383944f2999 5651 httpfs2_0.1.4-1.1_amd64.buildinfo
Checksums-Sha256:
31901105028cca28bfd6f0c83dcad93c1992cd4df4ff1c5dd0c11b3a39480ce2 1904
httpfs2_0.1.4-1.1.dsc
0363eafcbec3b4b852c12759224af5a55cd85fc896988f080fc3d2e60a28e8f8 2380
httpfs2_0.1.4-1.1.debian.tar.xz
14fdf432c0bb469af372c5bb760da3459a9052e73e84fbac0230b2056efc9de6 5651
httpfs2_0.1.4-1.1_amd64.buildinfo
Files:
90fb0280436fea9230cdf40e71127c16 1904 web extra httpfs2_0.1.4-1.1.dsc
69d626c1897663934fa35889901c6f2a 2380 web extra httpfs2_0.1.4-1.1.debian.tar.xz
6369b86c000c1ddb60bbf85e384e6ea7 5651 web extra
httpfs2_0.1.4-1.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAljCnMoSHG1hdHRpYUBk
ZWJpYW4ub3JnAAoJEAgWueGMdiutygwQALJUxHkClUW/Y8SKW6TMNDw0QsYkEfW0
F+7ZDjCKiztDMEuVBq/U06ATMF/r+hm6XI+wJ6fO2T1MDthphG4BXaLTPfvl1bhc
2CURm0uX5Ry/3jtLBU80oJhnIKxdQRR4y/XVbZS4W8pkOZHS06bVoQZVij8BrtgO
9iyGNhCz4ZW+QafHGJQVyQJcTjHzu+g8+NAh20R1QFO96wG9KdalGUhAsOCyXilW
u2P/bft10vobnVe7m5O6iUS82VYr9kPFdfu4q70w8roAGcpaAc5r24KdNerWa9zp
SpCIaF0DGZLG6YAqs5v/b0DKDV0Gj1yAiKW5JzBr8UmE1vo6U6a/2gA+2BzqTlb1
Ez/0QrcUznAGb89e05V4i6w/5tPZqVONw5BjEWiImw3Bog4YdllYEtF1V8zOL6yh
TuOaTrbBl4ryZ7AM4sACgb3mrNjGR3X3CSmpiaa+qJMEMcc9Nei2qvSyZln1QDC+
lzOOQ5CIHl0OiK+7cEYaJYoz3EpxVIXT7exmEi9QjNjVKErKK9nIe1IWHoekdEAV
501gHQwx3uAMjG7Vy3U5onpJ9rsewMB78Lml3dDmsFYmD9RnQx/m0RP0NBQr1rpN
ilxY1uqdoBqpGqOh8crTvFdnkvKJuB0YG7SLK52HVhnp/x9DapqUPalRqY0wQasJ
lWIel0FjN16s
=pj5K
-----END PGP SIGNATURE-----
--- End Message ---