Bug#808493: kinput2: FTBFS: cconv.c:793:15: error: conflicting types for ‘getline’

2015-12-20 Thread Chris West (Faux)
Source: kinput2
Version: 3.1-12
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

rm -f cconv.o
gcc -c -g -O2 -fno-strict-aliasing-I../include -Iimlib -I/usr/include/wnn   
 -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L  
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE 
-D_SVID_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  
 -DFUNCPROTO=15 -DNARROWPROTO   -DCCDEFPATH=\"/etc/kinput2/\"   
  -DWNN6 -DLIBDIR=\"/usr/share/wnn\" cconv.c
In file included from /usr/include/stdio.h:27:0,
 from cconv.c:606:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cconv.c:793:15: error: conflicting types for ‘getline’
 static uchar *getline(uchar *, int, Files *, void (*)());
   ^
In file included from cconv.c:606:0:
/usr/include/stdio.h:678:20: note: previous declaration of ‘getline’ was here
 extern _IO_ssize_t getline (char **__restrict __lineptr,
^
cconv.c: In function ‘registMode’:
cconv.c:619:34: warning: implicit declaration of function ‘free’ 
[-Wimplicit-function-declaration]
 #define Free(p)   { if (p) (void)free((char *)(p)); }
  ^
cconv.c:1210:4: note: in expansion of macro ‘Free’
Free(modes);
^
cconv.c:619:34: warning: incompatible implicit declaration of built-in function 
‘free’
 #define Free(p)   { if (p) (void)free((char *)(p)); }
  ^
cconv.c:1210:4: note: in expansion of macro ‘Free’
Free(modes);
^
cconv.c:619:34: note: include ‘’ or provide a declaration of ‘free’
 #define Free(p)   { if (p) (void)free((char *)(p)); }
  ^
cconv.c:1210:4: note: in expansion of macro ‘Free’
Free(modes);
^

...

Makefile:1124: recipe for target 'cconv.o' failed
make[2]: *** [cconv.o] Error 1
make[2]: Leaving directory '/kinput2-3.1/lib'
Makefile:1099: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/kinput2-3.1'

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/kinput2.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)



Bug#808528: pidgin-twitter: FTBFS: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]

2015-12-20 Thread Chris West (Faux)
Source: pidgin-twitter
Version: 0.9.2.1-5
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

make[1]: Entering directory '/pidgin-twitter-0.9.2.1'
CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" 
CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector-strong" 
FFLAGS="-g -O2 -fstack-protector-strong" GCJFLAGS="-g -O2 
-fstack-protector-strong" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 
-fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 
-fstack-protector-strong -Wformat -Werror=format-security"  /usr/bin/make
make[2]: Entering directory '/pidgin-twitter-0.9.2.1'
cc -MM main.c util.c prefs.c icon.c twitter_api.c > .deps
main.c:1440:24: error: missing binary operator before token "("
 #if !GLIB_CHECK_VERSION(2, 35, 0)
^
cc -o main.o main.c -c -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -shared -Wall -Werror -g -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pidgin 
-I/usr/include/libpurple -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 
-DDATADIR=\"/usr/share\" -D_FORTIFY_SOURCE=2
In file included from /usr/include/stdio.h:27:0,
 from pidgin-twitter.h:6,
 from main.c:21:
/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cc1: all warnings being treated as errors
Makefile:26: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/pidgin-twitter.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)



Processing of xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.changes

2015-12-20 Thread Debian FTP Masters
xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  xl2tpd_1.3.6+dfsg-4~bpo8+1.dsc
  xl2tpd_1.3.6+dfsg-4~bpo8+1.debian.tar.xz
  xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)



Processing of xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.changes

2015-12-20 Thread Debian FTP Masters
xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  xl2tpd_1.3.6+dfsg-4~bpo8+1.dsc
  xl2tpd_1.3.6+dfsg-4~bpo8+1.debian.tar.xz
  xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



xl2tpd_1.3.6+dfsg-4~bpo8+1_amd64.changes is NEW

2015-12-20 Thread Debian FTP Masters
binary:xl2tpd is NEW.
source:xl2tpd is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html



guacamole-server_0.8.3-2_source.changes ACCEPTED into unstable

2015-12-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Dec 2015 18:07:12 +0100
Source: guacamole-server
Binary: libguac-dev libguac5 guacd libguac-client-vnc0 libguac-client-rdp0 
libguac-client-ssh0
Architecture: source
Version: 0.8.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Adam Borowski 
Description:
 guacd  - Guacamole proxy daemon
 libguac-client-rdp0 - RDP support plugin for Guacamole
 libguac-client-ssh0 - SSH support plugin for Guacamole
 libguac-client-vnc0 - VNC support plugin for Guacamole
 libguac-dev - Development headers for the core Guacamole library
 libguac5   - Core Guacamole library used by guacd and client plugins
Closes: 807537
Changes:
 guacamole-server (0.8.3-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to the QA group.
   * Fix FTBFS: s/_BSD_SOURCE/_DEFAULT_SOURCE/ (Closes: #807537)
Checksums-Sha1:
 c1ad17a82d9994fa10b6e36c34d91d61906241aa 1962 guacamole-server_0.8.3-2.dsc
 a51e383e611a4c67179d84f4a0de8da831c5c07c 13748 
guacamole-server_0.8.3-2.debian.tar.xz
Checksums-Sha256:
 eb4674080e627d6aca72bdfa37c5fa246c5f182aace2b675ff4241baed361b65 1962 
guacamole-server_0.8.3-2.dsc
 b81116e8c11ca183f3f9872319b32f30728005d6d42955b210cb5ad6dfc78a35 13748 
guacamole-server_0.8.3-2.debian.tar.xz
Files:
 ed6c9f6fff2457c72c7a528a08c0f943 1962 net extra guacamole-server_0.8.3-2.dsc
 d48adc0dcc1d8d2d62b794a8b33a67e8 13748 net extra 
guacamole-server_0.8.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJWdvJiAAoJECw7Q2/qxoEB+4IH/jCo9pqpYVyPb2E/KccW13bN
ZvoVLBeWv24enTL3PMeKsxU10iJPahTgF+jr8Q5M1pCs/IiVjlqVrR8CPVfbo7Uu
/pc2BjOD/XvcqguJntAfmc7h9NzcpB0ubD0da9aXQG2mKL46Dy3gWxmaFoRsNQVY
aL3NmeAfz7htmNRGwOgBFTxGLOvj5BxzYTcHH7F3Y6gnZwcHYueie7Ts1QLhBDag
DlZMfrkKAGIEHmjO/0MCVbbtxdiMpILZxpUMW9e9g8u3iwtVqYzvRzOC/sdw/r1U
PQs2L8EarjUArFIOTR0/OH5v0kLro//3puHVvgMyBvoW1lT4QCvNfFDGdkygac0=
=FPQN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of guacamole-server_0.8.3-2_source.changes

2015-12-20 Thread Debian FTP Masters
guacamole-server_0.8.3-2_source.changes uploaded successfully to localhost
along with the files:
  guacamole-server_0.8.3-2.dsc
  guacamole-server_0.8.3-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)