Commit 5693acb7 authored by Sebastien Robin's avatar Sebastien Robin

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
parent ede1ed24
[buildout] [buildout]
extends = extends =
../autoconf/buildout.cfg
../automake/buildout.cfg
../bison/buildout.cfg
../coreutils/buildout.cfg ../coreutils/buildout.cfg
../flex/buildout.cfg
../gettext/buildout.cfg
../git/buildout.cfg
../grep/buildout.cfg
../libtool/buildout.cfg
../m4/buildout.cfg
../tar/buildout.cfg
../texinfo/buildout.cfg
parts = parts =
findutils-output findutils-output
[findutils-source]
recipe = slapos.recipe.build:gitclone
repository = https://git.savannah.gnu.org/git/findutils.git
# READ COMMENT IN [findutils] SECTION BEFORE CHANGING revision !
revision = 161b83875460da63f2d687c3277521a51d1a16ec
[findutils] [findutils]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
# 4.6.0 release is anterior to glibc>=2.28-related fixes in embedded gnulib url = http://ftp.gnu.org/gnu/findutils/findutils-4.4.2.tar.gz
# Switch back to release tarballs when they do next release, and remove md5sum = 351cc4adb07d54877fa15f75fb77d39f
# path, configure-command, environment, findutils-source section and all extends
# except coreutils.
# Until then, checkout a recent-enough source from repository and build that.
# It requires some additional preparation steps
#url = http://ftp.gnu.org/gnu/findutils/findutils-4.6.0.tar.gz
#md5sum = 9936aa8009438ce185bea2694a997fc1
path = ${findutils-source:location}
configure-command =
./bootstrap --skip-po
./configure
environment =
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${git:location}/bin:${gettext:location}/bin:${tar:location}/bin:${coreutils:location}/bin:${grep:location}/bin:${texinfo:location}/bin:${bison:location}/bin:${flex:location}/bin:${m4:location}/bin:%(PATH)s
[findutils-output] [findutils-output]
# Shared binary location to ease migration # Shared binary location to ease migration
......
  • OSError: [Errno 2] No such file or directory

    Could you also post the traceback to get more context on what's missing ?

  • 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(...)
  • 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.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment