On Mon, Jan 29, 2018 at 2:31 PM, Christian Ehrhardt <
christian.ehrha...@canonical.com> wrote:

> On Mon, Jan 29, 2018 at 5:26 PM, Andreas Hasenack <andr...@canonical.com>
> wrote:
> >
> >
> > On Mon, Jan 29, 2018 at 9:48 AM, Dimitri John Ledkov <x...@ubuntu.com>
> > wrote:
> >>
> >>
> >> > >  net-snmp
> >> >
> >> > Patch available in Debian BTS, was deferred for stretch:
> >> > https://bugs.debian.org/828449
> >> >
> >>
> >> Fixed.
> >>
> >
> > It's stuck in excuses due to a hilarious chain of dep8 failures:
> net-snmp ->
> > 389-ds-base -> python-ldap -> freipa
>
> 389-ds-base I hit as well, FYI:
> See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888745
> And: https://code.launchpad.net/~paelzer/britney/hints-ubuntu-
> mask-389-ds-base/+merge/336779
>
>
It is fixed in the new package in proposed:
389-ds-base (1.3.7.8-2) unstable; urgency=medium

  * Fix autopkgtest to be robust in the face of changed iproute2 output.

 -- Timo Aaltonen <tjaal...@debian.org>  Wed, 20 Dec 2017 15:57:26 +0200

With this diff:

-IP=`ip route get 1.1.1.1 | awk '{print $NF; exit}'`
+IP=`ip route get 1.1.1.1 | sed -n -e's/.*src //; s/ .*//; p; q'`

The fixed 389-ds-base package is now stuck in proposed because of
python-ldap, which won't migrate because of freeipa, which won't migrate
because it needs the new bind9.
-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel

Reply via email to