Re: systemd stopped building on rawhide

2016-02-09 Thread Matthew Miller
On Tue, Feb 09, 2016 at 08:26:16AM +, Peter Robinson wrote: > > Also note that systemd failed during the mass rebuild because of the > > same problem, which is really sad. What is even more sad is the line > > that has been added into the changelog. It says "Rebuilt for ", > > which is simply n

Re: systemd stopped building on rawhide

2016-02-09 Thread Peter Robinson
>> systemd rawhide builds started failing in koji [1]: >> >> In file included from src/shared/firewall-util.c:23:0: >> /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 'IF

Re: systemd stopped building on rawhide

2016-02-09 Thread Jan Synacek
Jan Synáček writes: > Hello, > > systemd rawhide builds started failing in koji [1]: > > In file included from src/shared/firewall-util.c:23:0: > /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:

Re: systemd stopped building on rawhide

2016-02-02 Thread Lennart Poettering
On Tue, 02.02.16 12:33, Jan Synáček (jsyna...@redhat.com) wrote: > Hello, > > systemd rawhide builds started failing in koji [1]: > > In file included from src/shared/firewall-util.c:23:0: > /usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP' > IFF_UP= 1<<0, /* sysfs

systemd stopped building on rawhide

2016-02-02 Thread Jan Synáček
Hello, systemd rawhide builds started failing in koji [1]: In file included from src/shared/firewall-util.c:23:0: /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 he