Re: [Cupt-devel] Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

2018-03-29 Thread Eugene V. Lyubimkin
Hi Aaron, Hurd and HPPA porters,

Thank you for the report. Sorry that it took so long to get it to it.

On hurd-i386, I tracked it down to a misbehaviour of timeout(1), reported as 
#894379.
For HPPA, I didn't see any available porterboxes for HPPA on db.debian.org, so 
I could not
reproduced it. Did I miss any?

Otherwise, if you know simple-to-use substitutes for timeout(1) or know what's 
going on in
#894379, your input is welcome.


Regards,
-- 
Eugene V. Lyubimkin aka JackYF
C++ GNU/Linux userspace developer, Debian Developer



Re: [Cupt-devel] Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

2018-03-29 Thread John David Anglin

On 2018-03-29 11:53 AM, Eugene V. Lyubimkin wrote:

On hurd-i386, I tracked it down to a misbehaviour of timeout(1), reported as 
#894379.
For HPPA, I didn't see any available porterboxes for HPPA on db.debian.org, so 
I could not
reproduced it. Did I miss any?

I'll take a look at the timeout problem.  Access to a box can be arranged.

Dave

--
John David Anglin  dave.ang...@bell.net



Re: [Cupt-devel] Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

2018-03-29 Thread John David Anglin

On 2018-03-29 1:54 PM, John David Anglin wrote:

On 2018-03-29 11:53 AM, Eugene V. Lyubimkin wrote:
On hurd-i386, I tracked it down to a misbehaviour of timeout(1), 
reported as #894379.
For HPPA, I didn't see any available porterboxes for HPPA on 
db.debian.org, so I could not

reproduced it. Did I miss any?
I'll take a look at the timeout problem.  Access to a box can be 
arranged.

I find timeout works correctly on hppa.

Dave

--
John David Anglin  dave.ang...@bell.net



Re: [Cupt-devel] Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

2018-03-29 Thread Samuel Thibault
Control: reassign -1 libc0.3

Hello,

John David Anglin, on jeu. 29 mars 2018 13:54:23 -0400, wrote:
> On 2018-03-29 11:53 AM, Eugene V. Lyubimkin wrote:
> > On hurd-i386, I tracked it down to a misbehaviour of timeout(1), reported 
> > as #894379.
> > For HPPA, I didn't see any available porterboxes for HPPA on db.debian.org, 
> > so I could not
> > reproduced it. Did I miss any?
> I'll take a look at the timeout problem.  Access to a box can be arranged.

On hurd-i386, it is an unfortunate confluence of borderline behaviors.
Basically, what happens is that the SIGCHLD signal is catched by the
thread started by timer_create().  I'll give a try at masking signals so
main() does catch the signal.

Samuel



Re: [Cupt-devel] Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

2018-03-29 Thread Samuel Thibault
Control: reassign 882238 cupt
Control: reassign 894379 libc0.3
Control: tags 894379 + pending

Samuel Thibault, on ven. 30 mars 2018 02:23:04 +0200, wrote:
> Control: reassign -1 libc0.3

Ah sorry, fixing this.

Samuel