bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fakeroot


From: Roland McGrath
Subject: Re: fakeroot
Date: Tue, 15 Mar 2005 16:50:35 -0800 (PST)

> I got this assertion today while running 'fakeroot debian/rules
> binary-arch' for some package:
> 
> make: intr-msg.c:387: _hurd_intr_rpc_mach_msg: Assertion
>       `m->header.msgh_id == msgid + 100' failed.
> /bin/sh: line 1: 23919 Aborted /usr/bin/make $local_target
> 
> Not that I would know to make anything out of it. This is not
> reproducible of course, running 'fakeroot debian/rules binary-arch'
> multiple times typically resulted in some rather unspecific errors like
> "make[3]: stat:.deps/strlist.Po: (ipc/mig) wrong reply message ID"
> besides the one quoted above. One out of half a dozen attempts even lead
> to some .debs.

That error indicates the same kind of problem as the assertion above.  It
suggests that one of the translators (fakeroot or fakeauth) loused up an
RPC.  It would be helpful to know which one for sure.  It looks like it
could be io_stat or one of the ones involved in name lookup (which is
especially likely if reauths get done).  Can you either enable core-dumping
(if that's working) or crash-suspend and use gdb to see the backtrace for
the assertion?


Thanks,
Roland




reply via email to

[Prev in Thread] Current Thread [Next in Thread]