Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/9f6e6dab8096a3a6a1762e30f4cdf3c1 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/9f6e6dab8096a3a6a1762e30f4cdf3c1 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117004
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/5d547il33q0h7jlvvvm1xksam481bcar-sounddevice-0.4.1.tar.gz
source root is sounddevice-0.4.1
setting SOURCE_DATE_EPOCH to timestamp 1601140645 of file sounddevice-0.4.1/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/g4d3ayjlyrgccididfg05rgibb6yflax-fix-portaudio-library-path.patch
patching file sounddevice.py
@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
file _sounddevice.py (for module _sounddevice) not found
creating build
creating build/lib
copying sounddevice.py -> build/lib
file _sounddevice.py (for module _sounddevice) not found
generating cffi module 'build/lib/_sounddevice.py'
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/_sounddevice.py -> build/bdist.linux-aarch64/wheel
copying build/lib/sounddevice.py -> build/bdist.linux-aarch64/wheel
running install_egg_info
running egg_info
writing sounddevice.egg-info/PKG-INFO
writing dependency_links to sounddevice.egg-info/dependency_links.txt
writing requirements to sounddevice.egg-info/requires.txt
writing top-level names to sounddevice.egg-info/top_level.txt
reading manifest file 'sounddevice.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'sounddevice.egg-info/SOURCES.txt'
Copying sounddevice.egg-info to build/bdist.linux-aarch64/wheel/sounddevice-0.4.1-py3.8.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/sounddevice-0.4.1.dist-info/WHEEL
creating 'dist/sounddevice-0.4.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding '_sounddevice.py'
adding 'sounddevice.py'
adding 'sounddevice-0.4.1.dist-info/LICENSE'
adding 'sounddevice-0.4.1.dist-info/METADATA'
adding 'sounddevice-0.4.1.dist-info/WHEEL'
adding 'sounddevice-0.4.1.dist-info/top_level.txt'
adding 'sounddevice-0.4.1.dist-info/zip-safe'
adding 'sounddevice-0.4.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/sounddevice-0.4.1/dist /build/sounddevice-0.4.1
Processing ./sounddevice-0.4.1-py3-none-any.whl
Requirement already satisfied: CFFI>=1.0 in /nix/store/8szr5pcl46acj3bfwnr8266pi4s2lmh1-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from sounddevice==0.4.1) (1.14.5)
Requirement already satisfied: pycparser in /nix/store/5zrnqxjkmp2rn4xxrcyai1wlvc5x4pz0-python3.8-pycparser-2.20/lib/python3.8/site-packages (from CFFI>=1.0->sounddevice==0.4.1) (2.20)
Installing collected packages: sounddevice
Successfully installed sounddevice-0.4.1
/build/sounddevice-0.4.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bgp84rjipsdsqh0b199ak4k5d7pfrfz4-python3.8-sounddevice-0.4.1
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/bgp84rjipsdsqh0b199ak4k5d7pfrfz4-python3.8-sounddevice-0.4.1/lib
patching script interpreter paths in /nix/store/bgp84rjipsdsqh0b199ak4k5d7pfrfz4-python3.8-sounddevice-0.4.1
checking for references to /build/ in /nix/store/bgp84rjipsdsqh0b199ak4k5d7pfrfz4-python3.8-sounddevice-0.4.1...
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