On Tue, Sep 12, 2017 at 08:42:26PM +0200, Tim Sander wrote: > On Sonntag, 10. September 2017 21:16:52 CEST Robert Schwebel wrote: > > On Sat, Sep 09, 2017 at 08:36:13PM +0200, Tim Sander wrote: > > > As for the speed i would say that one of my biggest gripes with ptxdist is > > > that -je16 -ji16 builds fail for me. And with that many virtual cores > > > available its realy a pitty :-(. > > > > Do you have logfiles for the fails? We are doing a lot of test builds > > here, and if something breaks, we would like to know. > Strange, i think if i just do a build of DistroKit i can observe that make > just stops. I can restart it so a > for i in `seq 1 10`; do ptxdist -je16 -ji16 go; done; > Works faster than a normal build, so the failure is that not all packages are > getting build?
It's probably a dependency problem exposed by the -jeX. If you see something like this again, a logfile would be great. Stuff like that often depends on the hardware so it's difficult to reproduce. I've not seen Problems like this for some time. Btw. don't use '-jeX -jiX' use '-j' instead. That uses a global jobserver shared by all packages. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
