Am 26.07.2015 um 03:30 schrieb Michael Biebl:
> With v222, a simple autoreconf works, a "intltoolize -f -c, autoreconf
> -f -i" fails.
>
> That should be sufficient if you want to reproduce the issue.
Actually, that's a red-herring.
That said, I can reproduce the problem with
$ dget -ux
http://h
Hi Ben,
thanks for your quick reply.
Am 26.07.2015 um 02:55 schrieb Ben Pfaff:
> The wrapper in the autoconf2.13 package is supposed to automatically
> determine which version of Autoconf is necessary. I see a bug, however,
> which makes it fail to do that correctly with gummiboot. I can fix
>
Hi
On 2015-07-25, Ben Pfaff wrote:
> On Sun, Jul 26, 2015 at 01:25:03AM +0200, Michael Biebl wrote:
> > Am 25.07.2015 um 23:45 schrieb Alban Browaeys:
[...]
> The wrapper in the autoconf2.13 package is supposed to automatically
> determine which version of Autoconf is necessary. I see a bug, howe
On Sun, Jul 26, 2015 at 01:25:03AM +0200, Michael Biebl wrote:
> Am 25.07.2015 um 23:45 schrieb Alban Browaeys:
> > Package: systemd
> > Version: 222-2
> > Severity: normal
> >
> > Dear Maintainer,
> >
> > Building systemd from package source, on arm 32 bits, I get :
> > configure.ac:1135: error:
Am 25.07.2015 um 23:45 schrieb Alban Browaeys:
> Package: systemd
> Version: 222-2
> Severity: normal
>
> Dear Maintainer,
>
> Building systemd from package source, on arm 32 bits, I get :
> configure.ac:1135: error: AM_COND_IF: no such condition "ARCH_IA32"
> /usr/share/aclocal-1.15/cond-if.m4:2
FYI: The status of the systemd source package
in Debian's testing distribution has changed.
Previous version: 221-1+deb9u2
Current version: 222-2
--
This email is automatically generated once a day. As the installation of
new packages into testing happens multiple times a day you will rece
also sprach Julian Wollrath [2015-07-23 15:02 +0200]:
> +if `ls /etc/systemd/network/*.link > /dev/null 2>&1`; then
> + cp -p /etc/systemd/network/*.link $DESTDIR/lib/systemd/network/
> +fi
> +
The ` quotes around the ls call are not needed.
You could also just use
find /etc/systemd/networ