Re: --create-testdir eats CPU and does nothing

2017-08-12 Thread Tim Rühsen
On Sonntag, 6. August 2017 07:09:23 CEST Dmitry Selyutin wrote: > Hi everyone! > > I'm amazed that someone still remembers this project. Looking at its > sources, I see that there is room for improvement, but still the overall > project structure may still be integrated into gnulib. I would be

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Dmitry Selyutin
Hi everyone! I'm amazed that someone still remembers this project. Looking at its sources, I see that there is room for improvement, but still the overall project structure may still be integrated into gnulib. I would be glad to continue working on the project in my free time, though my Python

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Tim Rühsen
On Samstag, 5. August 2017 18:34:58 CEST Bruno Haible wrote: > Tim Rühsen wrote: > > > $ ./gnulib-tool --create-testdir --dir=../testdir1 > > > gnulib-tool: warning: module euidaccess depends on a module with an > > > incompatible license: group-member > > > > Correction, it came back after ~20

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Tim Rühsen
On Samstag, 5. August 2017 08:46:22 CEST Paul Eggert wrote: > Tim Rühsen wrote: > > Is there any chance to parallelize the work of ./gnulib-tool ? The machine > > was just 6-7% idle. > > There was a GNU project to improve gnulib-tool's performance a while ago. I > don't know what came of it.

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Bruno Haible
Tim Rühsen wrote: > > $ ./gnulib-tool --create-testdir --dir=../testdir1 > > gnulib-tool: warning: module euidaccess depends on a module with an > > incompatible license: group-member > > Correction, it came back after ~20 minutes. You have a fast machine. > Is there any chance to parallelize

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Paul Eggert
Tim Rühsen wrote: Is there any chance to parallelize the work of ./gnulib-tool ? The machine was just 6-7% idle. There was a GNU project to improve gnulib-tool's performance a while ago. I don't know what came of it. That, plus 'configure', is a lot of why single-core performance still

Re: --create-testdir eats CPU and does nothing

2017-08-05 Thread Tim Rühsen
On Samstag, 5. August 2017 14:15:32 CEST Tim Rühsen wrote: > Hi, > > with a fresh git clone, this command doesn't come back: > > $ ./gnulib-tool --create-testdir --dir=../testdir1 > gnulib-tool: warning: module euidaccess depends on a module with an > incompatible license: group-member > >

--create-testdir eats CPU and does nothing

2017-08-05 Thread Tim Rühsen
Hi, with a fresh git clone, this command doesn't come back: $ ./gnulib-tool --create-testdir --dir=../testdir1 gnulib-tool: warning: module euidaccess depends on a module with an incompatible license: group-member Looks like it eats CPU of one core. ./testdir1 has been created but still empty