Your message dated Wed, 27 Aug 2014 09:37:46 +0000
with message-id <[email protected]>
and subject line Bug#755338: fixed in lua-curl 0.3.0-9
has caused the Debian Bug report #755338,
regarding lua-curl: FTBFS: lua-curl.c:79:29: error: 'CURLOPT_WRITEHEADER'
undeclared (first use in this function)
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.)
--
755338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755338
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lua-curl
Version: 0.3.0-8
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140718 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):
> make[2]: Entering directory '/«PKGBUILDDIR»'
> cat /usr/include/curl/curl.h | grep "^ *CINIT(" | sed "s/CINIT(/{\"OPT_/" | \
> tr -s " " " " | sed "s/, /\",CURLOPTTYPE_/" | \
> sed "s/, / + /" | sed "s/),/},/" > curlopt.h
> cat /usr/include/curl/curl.h | grep "^ *CURL_NETRC_[A-Z]*," | \
> sed 's/^ *CURL_\(NETRC_[A-Z]*\),.*$/{"\1", (int)CURL_\1},/' \
> > curl_netrcopt.h
> cat /usr/include/curl/curl.h | grep "^ *CFINIT" | grep -v "CFINIT(NOTHING)" |
> \
> sed 's/^ *CFINIT(\([^)]*\)),.*$/{"FORM_\1",CURLFORM_\1},/' \
> > curl_form.h
> cat /usr/include/curl/curl.h | grep "define *CURLAUTH_" | \
> sed "s/#define *CURL/{\"/" | sed "s/ *\/\*.*//" | \
> sed "s/ /\",/" | sed "s/$/},/" > curl_authopt.h
> cat /usr/include/curl/curl.h | grep -B10 '} curl_ftpauth' | \
> grep "CURLFTPAUTH_" | \
> grep -v "LAST.*never use" | \
> sed "s/^ *CURL//" | sed "s/^\([^,]*\),.*$/{\"\1\",CURL\1},/" \
> > curl_ftpauthopt.h
> cat /usr/include/curl/curl.h | grep -B10 '} curl_ftpmethod' | \
> grep "CURLFTPMETHOD_" | \
> grep -v "LAST.*never use" | \
> sed "s/^ *CURL//" | sed "s/^\([^,]*\),.*$/{\"\1\",CURL\1},/" \
> > curl_ftpmethods.h
> make[2]: Leaving directory '/«PKGBUILDDIR»'
> dh_auto_configure
>
> Making target configure for debian/lua5.2.dh-lua.conf
> # .install
> Filling in debian/lua-curl.install using
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.2/curl.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-curl.so.*
> Filling in debian/lua-curl-dev.install using
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-curl.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-curl.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.2-curl.pc
> Adding new line: usr/include/lua5.2/lua-curl.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.2
> # tests
> Target configure made
>
>
> Making target configure for debian/lua5.1.dh-lua.conf
> # .install
> Filling in debian/lua-curl.install using
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.1/curl.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-curl.so.*
> Filling in debian/lua-curl-dev.install using
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-curl.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-curl.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.1-curl.pc
> Adding new line: usr/include/lua5.1/lua-curl.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.1
> # tests
> Target configure made
>
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> dh_auto_build -O--buildsystem=lua
>
> Making target build for debian/lua5.2.dh-lua.conf
> libtool --silent --tag=CC --mode=compile cc -c -g -O2 -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security
> -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra -o
> /«PKGBUILDDIR»/5.2-curl/lua-curl.lo lua-curl.c
> In file included from lua-curl.c:188:0:
> curl_authopt.h:9:1: warning: large integer implicitly truncated to unsigned
> type [-Woverflow]
> {"AUTH_ANY", (~CURLAUTH_DIGEST_IE)},
> ^
> curl_authopt.h:10:1: warning: large integer implicitly truncated to unsigned
> type [-Woverflow]
> {"AUTH_ANYSAFE", (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))},
> ^
> lua-curl.c: In function 'L_checkconst_mask':
> lua-curl.c:451:25: warning: unused parameter 't' [-Wunused-parameter]
> const struct L_const* t,const char* t_nam, int c){
> ^
> In file included from /usr/include/curl/curl.h:2312:0,
> from lua-curl.c:38:
> lua-curl.c: In function 'luacurl_easy_setopt':
> lua-curl.c:79:29: error: 'CURLOPT_WRITEHEADER' undeclared (first use in this
> function)
> #define CURLOPT_HEADERDATA CURLOPT_WRITEHEADER
> ^
> /usr/include/curl/curl.h:585:29: note: in expansion of macro
> 'CURLOPT_HEADERDATA'
> #define CURLOPT_WRITEHEADER CURLOPT_HEADERDATA
> ^
> lua-curl.c:79:29: note: each undeclared identifier is reported only once for
> each function it appears in
> #define CURLOPT_HEADERDATA CURLOPT_WRITEHEADER
> ^
> /usr/include/curl/curl.h:585:29: note: in expansion of macro
> 'CURLOPT_HEADERDATA'
> #define CURLOPT_WRITEHEADER CURLOPT_HEADERDATA
> ^
> /usr/share/dh-lua/make/dh-lua.Makefile.single:410: recipe for target
> '/«PKGBUILDDIR»/5.2-curl/lua-curl.lo' failed
> make[2]: *** [/«PKGBUILDDIR»/5.2-curl/lua-curl.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/07/18/lua-curl_0.3.0-8_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.
--- End Message ---
--- Begin Message ---
Source: lua-curl
Source-Version: 0.3.0-9
We believe that the bug you reported is fixed in the latest version of
lua-curl, 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.
Enrico Tassi <[email protected]> (supplier of updated lua-curl 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: SHA256
Format: 1.8
Date: Wed, 27 Aug 2014 11:10:17 +0200
Source: lua-curl
Binary: lua-curl lua-curl-dev
Architecture: source amd64
Version: 0.3.0-9
Distribution: unstable
Urgency: medium
Maintainer: Enrico Tassi <[email protected]>
Changed-By: Enrico Tassi <[email protected]>
Description:
lua-curl - libcURL bindings for the Lua language
lua-curl-dev - libcURL development files for the Lua language
Closes: 755338
Changes:
lua-curl (0.3.0-9) unstable; urgency=medium
.
* Fix FTBFS (Closes: #755338)
Checksums-Sha1:
3b13eb5de3683fe9b126186d77d753f9a97cbf29 1941 lua-curl_0.3.0-9.dsc
559dd5060d682cf9aeccb5894f61a2277cebe113 4872 lua-curl_0.3.0-9.debian.tar.xz
15e863a635fa226f4de8fd7cf00634a89809296a 18162 lua-curl_0.3.0-9_amd64.deb
c0c87c350e8effe8b696339848228f5245e4838f 17554 lua-curl-dev_0.3.0-9_amd64.deb
Checksums-Sha256:
556813465eeee02c7614d1751015e5f20ca307df5a4204dcd0b0facbdff4239d 1941
lua-curl_0.3.0-9.dsc
c75c3d8989d7aaf5786cb717ded92761017b0d703d29fba61f83352c5edb2c75 4872
lua-curl_0.3.0-9.debian.tar.xz
3f44d692462ca6e0e25b8aea4352ae6df596430bfaab949f6d77e45eecedb166 18162
lua-curl_0.3.0-9_amd64.deb
6d98159027839da38b3dcbea639ed81903f1722e078f5a502cd1f2224b1dd92b 17554
lua-curl-dev_0.3.0-9_amd64.deb
Files:
079959be9e117cd901a7819869475bd8 18162 interpreters optional
lua-curl_0.3.0-9_amd64.deb
9e7f9a6d4d6c6f2d697d7a4177348312 17554 libdevel optional
lua-curl-dev_0.3.0-9_amd64.deb
13e38286cf35d0f66a578a13ac7e7777 1941 interpreters optional
lua-curl_0.3.0-9.dsc
d76786acd5aacfa725ea805f001e995a 4872 interpreters optional
lua-curl_0.3.0-9.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT/aPJAAoJECUFM8yim3ZPGxUP/2beZ87EYbzCIjjC8oDjobpH
GKRzqcSdRwpAO5ac8sz/plLTAB1oDCR0V0g428w+zBD/jpO/gGcdj0189JDHh76h
sMKYBUBacutXCJXLne2dYWydx+REZrDZU62Z8inYKJhOFpYnww4Rx/l08e3NBZo+
I2eSCG7yeqzrOJyPK4p6Oq/76hJi9Ns2c4eFT4hO5DZxMJgJYS88tYn8360disNN
5wqoH7NfFBXwQ9j8KdYVqJg+uXxAyT107618wgOaQIq+4vkcjRZK3xrt/NLo8OGc
yWc4Im4kAQwBstvjODQC7vb9+7AYu9m9eCnGB5qk1gz9OQ2qdsLgrHRgPM5YI2ik
AJ3jQzDrm6WHmI0tRL5Q6H1cUyj4wjrUJrk/dVcoVJcjym39nXPUIS6ioJBYG3Ku
xjHZ3FW5P//MzyLyU13X671Fd71itFdqE5OqXOEbOXv6cTtu0W9gJ09pL4FhXVQE
lQWb6Lua35jDCKkyG/3DkuBvyFil8+2ihikfK9AWpLsILm5FMXAy8JaoX9aPpj3P
wnuBxy9kuo7+fjdveIekzTXvUuHfgYMH/9qvbErigHuUXxF0DlqZxsFP7f/HC70e
li/fh3R7Z9WGS162NAHg1mLWEYuD68JPqHGQJVSgfUEo1uvNY6E2kPW2b/uu5wPd
QByHq0wZffd+ijiyc3JB
=gV0/
-----END PGP SIGNATURE-----
--- End Message ---