Hi, There are several people stuck with this bug.
Touching the stamp files results in a rebuild, after this amake is still stuck. For me, downgrading autobuild to 1.11.0 worked by adding: gem "autobuild", "<= 1.11.0" to .autobuild/Gemfile. When switching back, a single package is started to build, but amake stops aber the build phase. Restarting the build, the package is installed and amake stops again. From now on amake is stuck at the beginning. Hope this information is useful. Steffen Am 18.09.2017 um 18:54 schrieb Sylvain Joyeux: > If autobuild is looping on stamp file comparison, it would look like > it tries to touch a file but then the new timestamp is not updated. > > There's a codepath that checks for high-resolution timestamps ... > might be some problem with this > (https://github.com/rock-core/autobuild/blob/master/lib/autobuild/timestamps.rb#L88). > > Are you on a network drive ? > > Sylvain > > On Mon, Sep 18, 2017 at 9:43 AM, Janosch Machowinski > <[email protected]> wrote: >> Hey, >> this is somehow related to the *-stamp files in the >> install/log dir. Amake checks these files without idle >> all the time. >> >> As a workaround, you can delete the install/log >> folder. After this amake will at least work one time, >> without eating you cpu up. Bad sideeffect, this >> triggers a rebuild. >> Greetings >> Janosch >> >> Am 13.09.2017 um 16:08 schrieb Dennis Hemker: >>> Hey, >>> I experience a strange amake behavior since today: When executing amake, it >>> uses 100% CPU on one core, but does not go further than the output of >>> "typelib: using the castxml importer". No gcc compiler is executed. I >>> deleted the install folder, did a rebuild and also a completely new >>> bootstrap. The bootstrap finished fine, but after that I tried an "amake >>> <PACKAGE>" and it got stuck again. Furthermore, the problem occurs on two >>> computers, both Ubuntu 16.04. Additionally, on both platforms an aup was >>> performed yesterday and an apt-get upgrade today. Somewhere in between >>> there, amake stopped working. >>> >>> Best, >>> Dennis >>> _______________________________________________ >>> Rock-dev mailing list >>> [email protected] >>> http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev >> >> >> -- >> Dipl. Inf. Janosch Machowinski >> SAR- & Sicherheitsrobotik >> >> Universität Bremen >> FB 3 - Mathematik und Informatik >> AG Robotik >> Robert-Hooke-Straße 1 >> 28359 Bremen, Germany >> >> Zentrale: +49 421 178 45-6611 >> >> Besuchsadresse der Nebengeschäftstelle: >> Robert-Hooke-Straße 5 >> 28359 Bremen, Germany >> >> Tel.: +49 421 178 45-6614 >> Empfang: +49 421 178 45-6600 >> Fax: +49 421 178 45-4150 >> E-Mail: [email protected] >> >> Weitere Informationen: http://www.informatik.uni-bremen.de/robotik >> >> _______________________________________________ >> Rock-dev mailing list >> [email protected] >> http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev > _______________________________________________ > Rock-dev mailing list > [email protected] > http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev > -- Steffen Planthaber Weltraumrobotik Besuchsadresse der Nebengeschäftstelle: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 5 28359 Bremen, Germany Postadresse der Hauptgeschäftsstelle Standort Bremen: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 1 28359 Bremen, Germany Tel.: +49 421 178 45-4125 Zentrale: +49 421 178 45-0 Fax: +49 421 178 45-4150 (Faxe bitte namentlich kennzeichnen) E-Mail: [email protected] Weitere Informationen: http://www.dfki.de/robotik ----------------------------------------------------------------------- Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Amtsgericht Kaiserslautern, HRB 2313 Sitz der Gesellschaft: Kaiserslautern (HRB 2313) USt-Id.Nr.: DE 148646973 Steuernummer: 19/673/0060/3 ----------------------------------------------------------------------- _______________________________________________ Rock-dev mailing list [email protected] http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
