Re: package builds crashing under fakeroot

2016-11-26 Thread Svante Signell
On Tue, 2016-10-04 at 11:34 +0200, Samuel Thibault wrote: > Jakub Wilk, on Tue 04 Oct 2016 10:55:36 +0200, wrote: > > * Svante Signell , 2016-10-04, 08:54: > > > From memory I think this is due to usage of the default rule: > > > %: > > > dh $@ > > > > > > with

Re: package builds crashing under fakeroot

2016-10-04 Thread Jakub Wilk
* Graham Inggs , 2016-10-04, 12:33: Not sure how to fix it for aster as apparently building the elements catalog is part of the upstream install run. Maybe the upstream build system can be modified to build that catalog during build, not install? I'm not really familiar

Re: package builds crashing under fakeroot

2016-10-04 Thread Graham Inggs
Control: tags 837915 help Hi! On 25/09/2016 13:21, Michael Banck wrote: as I just diagnosed this for a different package: the problem appears to be that mpirun is run during binary-arch, i.e. under fakeroot. Latest openmpi does not like that apparenlty and crashes. Not sure how to fix it for

Re: package builds crashing under fakeroot

2016-10-04 Thread Ian Jackson
Samuel Thibault writes ("Re: package builds crashing under fakeroot"): > Jakub Wilk, on Tue 04 Oct 2016 10:55:36 +0200, wrote: > > >with no override_dh_auto_build and override_dh_auto_test rules. By default > > >the tests are run under fakeroot, > > > >

Re: package builds crashing under fakeroot

2016-10-04 Thread Samuel Thibault
Jakub Wilk, on Tue 04 Oct 2016 10:55:36 +0200, wrote: > * Svante Signell , 2016-10-04, 08:54: > >From memory I think this is due to usage of the default rule: > >%: > >dh $@ > > > >with no override_dh_auto_build and override_dh_auto_test rules. By default > >the

Re: package builds crashing under fakeroot

2016-10-04 Thread Svante Signell
On Tue, 2016-10-04 at 10:55 +0200, Jakub Wilk wrote: > * Svante Signell , 2016-10-04, 08:54: > > > > From memory I think this is due to usage of the default rule: > > %: > > dh $@ > > > > with no override_dh_auto_build and override_dh_auto_test rules. By default

Re: package builds crashing under fakeroot

2016-10-04 Thread Jakub Wilk
* Alastair McKinstry , 2016-10-03, 15:50: What do DDs think should be done about this - move all tests outside binary-arch? Yes. Everything that doesn't require root privileges should be done in build*, not in binary*. In the long run, I'd love if Debian supported

Re: package builds crashing under fakeroot

2016-10-04 Thread Jakub Wilk
* Svante Signell , 2016-10-04, 08:54: From memory I think this is due to usage of the default rule: %: dh $@ with no override_dh_auto_build and override_dh_auto_test rules. By default the tests are run under fakeroot, No, they're not. -- Jakub Wilk

Re: package builds crashing under fakeroot

2016-10-04 Thread Svante Signell
On Mon, 2016-10-03 at 16:46 +0100, Ian Jackson wrote: > Christian Seiler writes ("Re: package builds crashing under fakeroot"): > > > > On 10/03/2016 04:50 PM, Alastair McKinstry wrote: > > > > > > So its a legitimate tightening of credential-checkin

Re: package builds crashing under fakeroot

2016-10-03 Thread Ian Jackson
Christian Seiler writes ("Re: package builds crashing under fakeroot"): > On 10/03/2016 04:50 PM, Alastair McKinstry wrote: > > So its a legitimate tightening of credential-checking in pmix. However > > it causes problems for us running tests under binary-arch. > >

Re: package builds crashing under fakeroot

2016-10-03 Thread Christian Seiler
On 10/03/2016 04:50 PM, Alastair McKinstry wrote: > In OpenMPI 2.0, Michael Banck discovered that some of the packages that > failed were doing so as openmpi no longer works under fakeroot. > > Upstream (Gilles Gouaillaerdet) point out: > > from |validate_cred| in >

package builds crashing under fakeroot

2016-10-03 Thread Alastair McKinstry
Hi, In OpenMPI 2.0, Michael Banck discovered that some of the packages that failed were doing so as openmpi no longer works under fakeroot. Upstream (Gilles Gouaillaerdet) point out: from |validate_cred| in |opal/mca/pmix/pmix112/pmix/src/sec/pmix_native.c| |getsockopt (peer->sd,