Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 14, 2021 11:08
Show Gist options
  • Save r-rmcgibbo/5ea9d6dcf7361fe68ee5a02df6e91e6d to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/5ea9d6dcf7361fe68ee5a02df6e91e6d to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/116296
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
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/8aw3212grwywx2iwsx95lbzf6cnl4k5p-python-vlc-3.0.11115.tar.gz
source root is python-vlc-3.0.11115
setting SOURCE_DATE_EPOCH to timestamp 1595682748 of file python-vlc-3.0.11115/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/dj0ihlxnanfvjwg92wn9qbi7bc53v2cb-vlc-paths.patch
patching file vlc.py
Hunk #1 succeeded at 193 (offset 3 lines).
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying vlc.py -> build/lib
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
copying build/lib/vlc.py -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
writing python_vlc.egg-info/PKG-INFO
writing dependency_links to python_vlc.egg-info/dependency_links.txt
writing top-level names to python_vlc.egg-info/top_level.txt
reading manifest file 'python_vlc.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'python_vlc.egg-info/SOURCES.txt'
Copying python_vlc.egg-info to build/bdist.linux-aarch64/wheel/python_vlc-3.0.11115-py3.8.egg-info
running install_scripts
adding license file "COPYING" (matched pattern "COPYING*")
creating build/bdist.linux-aarch64/wheel/python_vlc-3.0.11115.dist-info/WHEEL
creating 'dist/python_vlc-3.0.11115-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'vlc.py'
adding 'python_vlc-3.0.11115.dist-info/COPYING'
adding 'python_vlc-3.0.11115.dist-info/METADATA'
adding 'python_vlc-3.0.11115.dist-info/WHEEL'
adding 'python_vlc-3.0.11115.dist-info/top_level.txt'
adding 'python_vlc-3.0.11115.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/python-vlc-3.0.11115/dist /build/python-vlc-3.0.11115
Processing ./python_vlc-3.0.11115-py3-none-any.whl
Installing collected packages: python-vlc
Successfully installed python-vlc-3.0.11115
/build/python-vlc-3.0.11115
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bbary3vl3bijy332vv6sq82d3vwdcl8j-python3.8-python-vlc-3.0.11115
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/bbary3vl3bijy332vv6sq82d3vwdcl8j-python3.8-python-vlc-3.0.11115/lib
patching script interpreter paths in /nix/store/bbary3vl3bijy332vv6sq82d3vwdcl8j-python3.8-python-vlc-3.0.11115
checking for references to /build/ in /nix/store/bbary3vl3bijy332vv6sq82d3vwdcl8j-python3.8-python-vlc-3.0.11115...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment