Skip to content

Instantly share code, notes, and snippets.

@natsukium
Created June 8, 2024 13:17
Show Gist options
  • Save natsukium/69c7263eaadf65262888f71385ccf5f1 to your computer and use it in GitHub Desktop.
Save natsukium/69c7263eaadf65262888f71385ccf5f1 to your computer and use it in GitHub Desktop.
system: aarch64-darwin | build_time: an hour | https://github.com/NixOS/nixpkgs/pull/318251
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
Running phase: unpackPhase
unpacking source archive /nix/store/v1lh16mmm8rvlvl87vxk9rpm8c3zfzcj-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/versioneer.py
Running phase: patchPhase
applying patch /nix/store/2177lxiwqv2by77yv2r94h58i24n0w61-setup-py.patch
patching file setup.py
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
no configure script, doing nothing
Running phase: buildPhase
Executing setuptoolsBuildPhase
/private/tmp/nix-build-python3.12-nbconflux-0.7.0.drv-0/source/versioneer.py:418: SyntaxWarning: invalid escape sequence '\s'
LONG_VERSION_PY['git'] = '''
Traceback (most recent call last):
File "/private/tmp/nix-build-python3.12-nbconflux-0.7.0.drv-0/source/nix_run_setup", line 8, in <module>
exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
File "setup.py", line 13, in <module>
version=versioneer.get_version(),
^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/tmp/nix-build-python3.12-nbconflux-0.7.0.drv-0/source/versioneer.py", line 1476, in get_version
return get_versions()["version"]
^^^^^^^^^^^^^^
File "/private/tmp/nix-build-python3.12-nbconflux-0.7.0.drv-0/source/versioneer.py", line 1408, in get_versions
cfg = get_config_from_root(root)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/tmp/nix-build-python3.12-nbconflux-0.7.0.drv-0/source/versioneer.py", line 342, in get_config_from_root
parser = configparser.SafeConfigParser()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
/nix/store/q2sr9a4likgf0c0ib3zxxy63vr0dr0w9-stdenv-darwin/setup: line 1588: pop_var_context: head of shell_variables not a function context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment