On 2014-06-01 Bruce Korb <bk...@gnu.org> wrote:
[...]
> sends out kill signals too quickly causing the kernel to get all confused.
> Using this code instead:

>       die() {
>         echo "Killing AutoGen ${AG_pid}"
>         echo "FAILURE REASON:  $*"
>         kill -15 ${AG_pid}
>         sleep 1
>         kill -1  ${AG_pid}
>         sleep 1
>         kill -2  ${AG_pid}
>         sleep 1
>         kill -9  ${AG_pid}
>         exit 1
>       } >&8

> seems to resolve the problem.  Please retest.  Thank you.
> http://ftp.gnu.org/gnu/autogen/rel5.18.3/autogen-5.18.3.tar.xz

Hello,

I have seen that, thks. Up until now the builds seem to succeed:
<https://buildd.debian.org/status/package.php?p=autogen&suite=experimental>

Ignore the mipsel error, that looks like TeX issue. I will wait a
little bit more to perhaps get a build from mips and armel before
uploading to Debian/unstable.

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to