Processed: Bug#816155: Found in 2.22-6

2016-05-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> package libc6
Limiting to bugs with field 'package' containing at least one of 'libc6'
Limit currently set to 'package':'libc6'

> found 816155 2.22-6
Bug #816155 [libc6] Assertion failure in gethostbyname 
Marked as found in versions glibc/2.22-6.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
816155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#822393: marked as done ( and conflict needs to be resolved)

2016-05-02 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #822393 {Done: Mateusz Łukasik } [src:linux,src:glibc] 
 and  conflict needs to be resolved
Bug #822378 {Done: Mateusz Łukasik } [src:linux,src:glibc] 
 and  conflict needs to be resolved
Bug #822396 {Done: Mateusz Łukasik } [src:linux,src:glibc] 
 and  conflict needs to be resolved
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions connman/1.32-0.1.
No longer marked as fixed in versions connman/1.32-0.1.
No longer marked as fixed in versions connman/1.32-0.1.
> notfixed -1 connman/1.32-0.1
Bug #822393 [src:linux,src:glibc]  and  conflict needs to 
be resolved
Bug #822378 [src:linux,src:glibc]  and  conflict needs to 
be resolved
Bug #822396 [src:linux,src:glibc]  and  conflict needs to 
be resolved
The source connman and version 1.32-0.1 do not appear to match any binary 
packages
Ignoring request to alter fixed versions of bug #822393 to the same values 
previously set
Ignoring request to alter fixed versions of bug #822378 to the same values 
previously set
Ignoring request to alter fixed versions of bug #822396 to the same values 
previously set

-- 
822378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822378
822393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822393
822396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822396
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#822393: marked as done ( and conflict needs to be resolved)

2016-05-02 Thread Ben Hutchings
Control: reopen -1
Control: notfixed -1 connman/1.32-0.1

On Mon, 2016-05-02 at 18:54 +, Debian Bug Tracking System wrote:
> Your message dated Mon, 02 May 2016 18:50:07 +
> with message-id 
> and subject line Bug#822393: fixed in connman 1.32-0.1
> has caused the Debian Bug report #822393,
> regarding  and  conflict needs to be resolved
> to be marked as done.

This bug was not assigned to connman any more.  You made connman work
around it, but you didn't fix the bug.

Ben.

-- 
Ben Hutchings
Life is what happens to you while you're busy making other plans.
   - John Lennon


signature.asc
Description: This is a digitally signed message part


Bug#822396: marked as done ( and conflict needs to be resolved)

2016-05-02 Thread Debian Bug Tracking System
Your message dated Mon, 02 May 2016 18:50:07 +
with message-id 
and subject line Bug#822393: fixed in connman 1.32-0.1
has caused the Debian Bug report #822393,
regarding  and  conflict needs to be resolved
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 ow...@bugs.debian.org
immediately.)


-- 
822393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: strongswan
Version: 5.4.0-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. 
> -I../../../../src/libstrongswan -I../../../../src/libcharon -Wdate-time 
> -D_FORTIFY_SOURCE=2 -rdynamic -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -include /<>/config.h -c 
> connmark_listener.c  -fPIC -DPIC -o .libs/connmark_listener.o
> In file included from /usr/include/libiptc/ipt_kernel_headers.h:13:0,
>  from /usr/include/libiptc/libiptc.h:6,
>  from connmark_listener.c:24:
> /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
>   IFF_UP= 1<<0,  /* sysfs */
>   ^
> /usr/include/net/if.h:44:5: note: previous definition of 'IFF_UP' was here
>  IFF_UP = 0x1,  /* Interface is up.  */
>  ^
> /usr/include/linux/if.h:72:2: error: redeclaration of enumerator 
> 'IFF_BROADCAST'
>   IFF_BROADCAST   = 1<<1,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:46:5: note: previous definition of 'IFF_BROADCAST' was 
> here
>  IFF_BROADCAST = 0x2, /* Broadcast address valid.  */
>  ^
> /usr/include/linux/if.h:73:2: error: redeclaration of enumerator 'IFF_DEBUG'
>   IFF_DEBUG   = 1<<2,  /* sysfs */
>   ^
> /usr/include/net/if.h:48:5: note: previous definition of 'IFF_DEBUG' was here
>  IFF_DEBUG = 0x4,  /* Turn on debugging.  */
>  ^
> /usr/include/linux/if.h:74:2: error: redeclaration of enumerator 
> 'IFF_LOOPBACK'
>   IFF_LOOPBACK   = 1<<3,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:50:5: note: previous definition of 'IFF_LOOPBACK' was 
> here
>  IFF_LOOPBACK = 0x8,  /* Is a loopback net.  */
>  ^
> /usr/include/linux/if.h:75:2: error: redeclaration of enumerator 
> 'IFF_POINTOPOINT'
>   IFF_POINTOPOINT   = 1<<4,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:52:5: note: previous definition of 'IFF_POINTOPOINT' 
> was here
>  IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link.  */
>  ^
> /usr/include/linux/if.h:76:2: error: redeclaration of enumerator 
> 'IFF_NOTRAILERS'
>   IFF_NOTRAILERS   = 1<<5,  /* sysfs */
>   ^
> /usr/include/net/if.h:54:5: note: previous definition of 'IFF_NOTRAILERS' was 
> here
>  IFF_NOTRAILERS = 0x20, /* Avoid use of trailers.  */
>  ^
> /usr/include/linux/if.h:77:2: error: redeclaration of enumerator 'IFF_RUNNING'
>   IFF_RUNNING   = 1<<6,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:56:5: note: previous definition of 'IFF_RUNNING' was 
> here
>  IFF_RUNNING = 0x40,  /* Resources allocated.  */
>  ^
> /usr/include/linux/if.h:78:2: error: redeclaration of enumerator 'IFF_NOARP'
>   IFF_NOARP   = 1<<7,  /* sysfs */
>   ^
> /usr/include/net/if.h:58:5: note: previous definition of 'IFF_NOARP' was here
>  IFF_NOARP = 0x80,  /* No address resolution protocol.  */
>  ^
> /usr/include/linux/if.h:79:2: error: redeclaration of enumerator 'IFF_PROMISC'
>   IFF_PROMISC   = 1<<8,  /* sysfs */
>   ^
> /usr/include/net/if.h:60:5: note: previous definition of 'IFF_PROMISC' was 
> here
>  IFF_PROMISC = 0x100, /* Receive all packets.  */
>  ^
> /usr/include/linux/if.h:80:2: error: redeclaration of enumerator 
> 'IFF_ALLMULTI'
>   IFF_ALLMULTI   = 1<<9,  /* sysfs */
>   ^
> /usr/include/net/if.h:64:5: note: previous definition of 'IFF_ALLMULTI' was 
> here
>  IFF_ALLMULTI = 0x200, /* Receive all multicast packets.  */
>  ^
> /usr/include/linux/if.h:81:2: error: redeclaration of enumerator 'IFF_MASTER'
>   IFF_MASTER   = 1<<10, /* __volatile__ */
>   ^
> /usr/include/net/if.h:67:5: note: previous definition of 'IFF_MASTER' was here
>  IFF_MASTER = 0x400,  /* Master of a load balancer.  */
>  ^
> /usr/include/linux/if.h:82:2: error: redeclaration of enumerator 'IFF_SLAVE'
>   IFF_SLAVE   = 1<<11, /* __volatile__ */
>   ^
> /usr/include/net/if.h:69:5: note: previous definition of 'IFF_SLAVE' was here
>  IFF_SLAVE = 0x800,  /* Slave of a load balancer.  */
>  ^
> /usr/include/linux/if.h:83:2: error: redeclaration of enumerator 
> 'IFF_MULTICAST'
>   

Bug#822393: marked as done ( and conflict needs to be resolved)

2016-05-02 Thread Debian Bug Tracking System
Your message dated Mon, 02 May 2016 18:50:07 +
with message-id 
and subject line Bug#822393: fixed in connman 1.32-0.1
has caused the Debian Bug report #822393,
regarding  and  conflict needs to be resolved
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 ow...@bugs.debian.org
immediately.)


-- 
822393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: connman
Version: 1.21-1.2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> gcc -DHAVE_CONFIG_H -I.  -I./include -I./gdbus -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/p11-kit-1  
> -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/var/run/connman"\" 
> -DPLUGINDIR=\""/usr/lib/x86_64-linux-gnu/connman/plugins"\" 
> -DSCRIPTDIR=\""/usr/lib/x86_64-linux-gnu/connman/scripts"\" 
> -DSTORAGEDIR=\""/var/lib/connman\"" 
> -DVPN_STORAGEDIR=\""/var/lib/connman-vpn\"" -DCONFIGDIR=\""/etc/connman\"" 
> -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c 
> -o src/src_connmand-inotify.o `test -f 'src/inotify.c' || echo 
> './'`src/inotify.c
> In file included from /usr/include/xtables.h:16:0,
>  from src/iptables.c:33:
> /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
>   IFF_UP= 1<<0,  /* sysfs */
>   ^
> /usr/include/net/if.h:44:5: note: previous definition of 'IFF_UP' was here
>  IFF_UP = 0x1,  /* Interface is up.  */
>  ^
> /usr/include/linux/if.h:72:2: error: redeclaration of enumerator 
> 'IFF_BROADCAST'
>   IFF_BROADCAST   = 1<<1,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:46:5: note: previous definition of 'IFF_BROADCAST' was 
> here
>  IFF_BROADCAST = 0x2, /* Broadcast address valid.  */
>  ^
> /usr/include/linux/if.h:73:2: error: redeclaration of enumerator 'IFF_DEBUG'
>   IFF_DEBUG   = 1<<2,  /* sysfs */
>   ^
> /usr/include/net/if.h:48:5: note: previous definition of 'IFF_DEBUG' was here
>  IFF_DEBUG = 0x4,  /* Turn on debugging.  */
>  ^
> /usr/include/linux/if.h:74:2: error: redeclaration of enumerator 
> 'IFF_LOOPBACK'
>   IFF_LOOPBACK   = 1<<3,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:50:5: note: previous definition of 'IFF_LOOPBACK' was 
> here
>  IFF_LOOPBACK = 0x8,  /* Is a loopback net.  */
>  ^
> /usr/include/linux/if.h:75:2: error: redeclaration of enumerator 
> 'IFF_POINTOPOINT'
>   IFF_POINTOPOINT   = 1<<4,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:52:5: note: previous definition of 'IFF_POINTOPOINT' 
> was here
>  IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link.  */
>  ^
> /usr/include/linux/if.h:76:2: error: redeclaration of enumerator 
> 'IFF_NOTRAILERS'
>   IFF_NOTRAILERS   = 1<<5,  /* sysfs */
>   ^
> /usr/include/net/if.h:54:5: note: previous definition of 'IFF_NOTRAILERS' was 
> here
>  IFF_NOTRAILERS = 0x20, /* Avoid use of trailers.  */
>  ^
> /usr/include/linux/if.h:77:2: error: redeclaration of enumerator 'IFF_RUNNING'
>   IFF_RUNNING   = 1<<6,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:56:5: note: previous definition of 'IFF_RUNNING' was 
> here
>  IFF_RUNNING = 0x40,  /* Resources allocated.  */
>  ^
> /usr/include/linux/if.h:78:2: error: redeclaration of enumerator 'IFF_NOARP'
>   IFF_NOARP   = 1<<7,  /* sysfs */
>   ^
> /usr/include/net/if.h:58:5: note: previous definition of 'IFF_NOARP' was here
>  IFF_NOARP = 0x80,  /* No address resolution protocol.  */
>  ^
> /usr/include/linux/if.h:79:2: error: redeclaration of enumerator 'IFF_PROMISC'
>   IFF_PROMISC   = 1<<8,  /* sysfs */
>   ^
> /usr/include/net/if.h:60:5: note: previous definition of 'IFF_PROMISC' was 
> here
>  IFF_PROMISC = 0x100, /* Receive all packets.  */
>  ^
> /usr/include/linux/if.h:80:2: error: redeclaration of enumerator 
> 'IFF_ALLMULTI'
>   IFF_ALLMULTI   = 1<<9,  /* sysfs */
>   ^
> /usr/include/net/if.h:64:5: note: previous definition of 'IFF_ALLMULTI' was 
> here
>  IFF_ALLMULTI = 0x200, /* Receive all multicast packets.  */
>  ^
> /usr/include/linux/if.h:81:2: error: redeclaration of enumerator 'IFF_MASTER'
>   IFF_MASTER   = 1<<10, /* __volatile__ */
>   ^
> /usr/include/net/if.h:67:5: note: previous definition of 'IFF_MASTER' was here
>  IFF_MASTER = 0x400,  /* Master of a load balancer.  */
>  ^
> /usr/include/linux/if.h:82:2: error: redeclaration of 

Bug#822378: marked as done ( and conflict needs to be resolved)

2016-05-02 Thread Debian Bug Tracking System
Your message dated Mon, 02 May 2016 18:50:07 +
with message-id 
and subject line Bug#822393: fixed in connman 1.32-0.1
has caused the Debian Bug report #822393,
regarding  and  conflict needs to be resolved
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 ow...@bugs.debian.org
immediately.)


-- 
822393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xtables-addons
Version: 2.10-1
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> make[6]: Entering directory '/<>/extensions/pknock'
> gcc -DHAVE_CONFIG_H -I. -I../..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES 
> -D_FILE_OFFSET_BITS=64  -D_REENTRANT -I../../include 
> -I/<>/extensions -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
> -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes 
> -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o pknlusr.o 
> pknlusr.c
> /bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Waggregate-return 
> -Wmissing-declarations   -Wmissing-prototypes -Wredundant-decls -Wshadow 
> -Wstrict-prototypes -Winline -pipe  -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security  -Wl,-z,relro -o pknlusr pknlusr.o  
> libtool: link: gcc -Wall -Waggregate-return -Wmissing-declarations 
> -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline 
> -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z 
> -Wl,relro -o pknlusr pknlusr.o 
> make -f ../../Makefile.iptrules all;
> make[7]: Entering directory '/<>/extensions/pknock'
>   CC libxt_pknock.oo
> In file included from /usr/include/xtables.h:16:0,
>  from libxt_pknock.c:15:
> /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
>   IFF_UP= 1<<0,  /* sysfs */
>   ^
> /usr/include/net/if.h:44:5: note: previous definition of 'IFF_UP' was here
>  IFF_UP = 0x1,  /* Interface is up.  */
>  ^
> /usr/include/linux/if.h:72:2: error: redeclaration of enumerator 
> 'IFF_BROADCAST'
>   IFF_BROADCAST   = 1<<1,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:46:5: note: previous definition of 'IFF_BROADCAST' was 
> here
>  IFF_BROADCAST = 0x2, /* Broadcast address valid.  */
>  ^
> /usr/include/linux/if.h:73:2: error: redeclaration of enumerator 'IFF_DEBUG'
>   IFF_DEBUG   = 1<<2,  /* sysfs */
>   ^
> /usr/include/net/if.h:48:5: note: previous definition of 'IFF_DEBUG' was here
>  IFF_DEBUG = 0x4,  /* Turn on debugging.  */
>  ^
> /usr/include/linux/if.h:74:2: error: redeclaration of enumerator 
> 'IFF_LOOPBACK'
>   IFF_LOOPBACK   = 1<<3,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:50:5: note: previous definition of 'IFF_LOOPBACK' was 
> here
>  IFF_LOOPBACK = 0x8,  /* Is a loopback net.  */
>  ^
> /usr/include/linux/if.h:75:2: error: redeclaration of enumerator 
> 'IFF_POINTOPOINT'
>   IFF_POINTOPOINT   = 1<<4,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:52:5: note: previous definition of 'IFF_POINTOPOINT' 
> was here
>  IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link.  */
>  ^
> /usr/include/linux/if.h:76:2: error: redeclaration of enumerator 
> 'IFF_NOTRAILERS'
>   IFF_NOTRAILERS   = 1<<5,  /* sysfs */
>   ^
> /usr/include/net/if.h:54:5: note: previous definition of 'IFF_NOTRAILERS' was 
> here
>  IFF_NOTRAILERS = 0x20, /* Avoid use of trailers.  */
>  ^
> /usr/include/linux/if.h:77:2: error: redeclaration of enumerator 'IFF_RUNNING'
>   IFF_RUNNING   = 1<<6,  /* __volatile__ */
>   ^
> /usr/include/net/if.h:56:5: note: previous definition of 'IFF_RUNNING' was 
> here
>  IFF_RUNNING = 0x40,  /* Resources allocated.  */
>  ^
> /usr/include/linux/if.h:78:2: error: redeclaration of enumerator 'IFF_NOARP'
>   IFF_NOARP   = 1<<7,  /* sysfs */
>   ^
> /usr/include/net/if.h:58:5: note: previous definition of 'IFF_NOARP' was here
>  IFF_NOARP = 0x80,  /* No address resolution protocol.  */
>  ^
> /usr/include/linux/if.h:79:2: error: redeclaration of enumerator 'IFF_PROMISC'
>   IFF_PROMISC   = 1<<8,  /* sysfs */
>   ^
> /usr/include/net/if.h:60:5: note: previous definition of 'IFF_PROMISC' was 
> here
>  IFF_PROMISC = 0x100, /* Receive all packets.  */
>  ^
> /usr/include/linux/if.h:80:2: error: redeclaration of enumerator 
> 'IFF_ALLMULTI'
>   IFF_ALLMULTI   = 1<<9,  /* sysfs */
>   ^
> /usr/include/net/if.h:64:5: note: previous definition of 

Processed: [bts-link] source package glibc

2016-05-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package glibc
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #821358 (http://bugs.debian.org/821358)
> # Bug title: nss_hesiod segfaults in sock_eq
> #  * http://sourceware.org/bugzilla/show_bug.cgi?id=19573
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 821358 + fixed-upstream
Bug #821358 [libc6] nss_hesiod segfaults in sock_eq
Added tag(s) fixed-upstream.
> usertags 821358 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
> usertags 821358 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
821358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems