Revert "findutils: version up to current git master."
This reverts commit 467269a1. This is just a temporary revert until there is no failures to build. Right now it fails with : OSError: [Errno 2] No such file or directory
Showing
-
Owner
OSError: [Errno 2] No such file or directory
Could you also post the traceback to get more context on what's missing ?
-
Developer
Sure. It was given by Rafael on Nexedi internal forum. But you can see it here for convenience :
2019-04-25 04:25:55,185 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Updating texinfo. 2019-04-25 04:25:55,185 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Updating bison. 2019-04-25 04:25:55,185 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Updating flex. 2019-04-25 04:25:55,185 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Installing findutils-source. 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO While: 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Installing findutils-source. 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO An internal error occurred due to a bug in either zc.buildout or in a 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO recipe being used: 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Traceback (most recent call last): 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/eggs/zc.buildout-2.5.2+slapos014-py2.7.egg/zc/buildout/buildout.py", line 2243, in main 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO getattr(buildout, command)(args) 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/eggs/zc.buildout-2.5.2+slapos014-py2.7.egg/zc/buildout/buildout.py", line 639, in install 2019-04-25 04:25:55,249 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO self._install_parts(install_args) 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/eggs/zc.buildout-2.5.2+slapos014-py2.7.egg/zc/buildout/buildout.py", line 808, in _install_parts 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO installed_files = self[part]._call(recipe.install) 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/eggs/zc.buildout-2.5.2+slapos014-py2.7.egg/zc/buildout/buildout.py", line 1607, in _call 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO return f() 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/eggs/slapos.recipe.build-0.40-py2.7.egg/slapos/recipe/gitclone.py", line 220, in install 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO check_call(git_clone_command, stdout=sys.stdout, stderr=sys.stdout) 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/parts/python2.7/lib/python2.7/subprocess.py", line 185, in check_call 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO retcode = call(*popenargs, **kwargs) 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/parts/python2.7/lib/python2.7/subprocess.py", line 172, in call 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO return Popen(*popenargs, **kwargs).wait() 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/parts/python2.7/lib/python2.7/subprocess.py", line 394, in __init__ 2019-04-25 04:25:55,250 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO errread, errwrite) 2019-04-25 04:25:55,251 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO File "/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d/parts/python2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child 2019-04-25 04:25:55,251 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO raise child_exception 2019-04-25 04:25:55,251 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO OSError: [Errno 2] No such file or directory 2019-04-25 04:25:55,275 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] ERROR Failed to run buildout profile in directory '/srv/slapgrid/slappart9/srv/testnode/bb/soft/7eb1734ed834c9679fbaade67886904d' 2019-04-25 04:25:55,279 INFO slapgrid_sr: 2019-04-25 04:25:55 slapos[10832] INFO Finished software releases. 2019-04-25 04:25:55,301 INFO {'status_code': 1, 'command': '/opt/slapgrid/a4eeaeb8a8432eb77cfbc383a7390339/bin/slapos node software --all --pidfile /srv/slapgrid/slappart9/srv/testnode/bb/soft/slapos-node.pid --cfg /srv/slapgrid/slappart9/srv/testnode/bb/slapos.cfg', 'stderr': '', 'stdout': ''} 2019-04-25 04:25:55,301 DEBUG After status_dict = slapos_method(...)
-
Owner
Thanks, I missed that thread. Sadly, I do not identify the issue from the traceback either: it would need the error message from the subprocess to tell.
Please register or sign in to comment