Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 07:31
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/16b66024ba6ab2dc156d0a95a789a7cf to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/16b66024ba6ab2dc156d0a95a789a7cf to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a moment | https://github.com/NixOS/nixpkgs/pull/116706
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/540qvyvkmshvwqy40pgzzcfwlbg2f7j2-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/vksprz51zrk4dnn0azwg1ax9gc984s7k-fix-gi-path.patch
patching file utilaudio.js
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
build flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash INSTALLBASE=\$\(out\)/share/gnome-shell/extensions
msgfmt -c locale/de.po -o locale/de.mo
msgfmt -c locale/es.po -o locale/es.mo
msgfmt -c locale/fr.po -o locale/fr.mo
msgfmt -c locale/it.po -o locale/it.mo
msgfmt -c locale/pt_BR.po -o locale/pt_BR.mo
msgfmt -c locale/ru.po -o locale/ru.mo
msgfmt -c locale/uk.po -o locale/uk.mo
@nix { "action": "setPhase", "phase": "glibPreInstallPhase" }
glibPreInstallPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
install flags: SHELL=/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash INSTALLBASE=\$\(out\)/share/gnome-shell/extensions gsettingsschemadir=/nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25/share/gsettings-schemas/gnome-shell-extension-EasyScreenCast-unstable-2020-11-25/glib-2.0/schemas/ install
/nix/store/j1wvpskk5wkp5ji42in212csp8095k7k-bash-4.4-p23/bin/bash: git: command not found
rm -fR ./_build
mkdir -p _build
cp convenience.js prefs.js selection.js utilgsp.js utilwebcam.js COPYING extension.js metadata.json README.md settings.js timer.js utilnotify.js Options_UI.glade package.json stylesheet.css utilaudio.js utilrecorder.js utilexecmd.js display_module.js _build
mkdir -p _build/images
cd images ; cp icon_defaultSel.svg Icon_Info.png icon_recordingSel.svg icon_default.svg Icon_Performance.svg Icon_Quality.svg icon_recording.svg ../_build/images/
mkdir -p _build/schemas
cp schemas/*.xml _build/schemas/
cp schemas/gschemas.compiled _build/schemas/
mkdir -p _build/locale
for l in locale/de.mo locale/es.mo locale/fr.mo locale/it.mo locale/pt_BR.mo locale/ru.mo locale/uk.mo ; do \
lf=_build/locale/`basename $l .mo`; \
mkdir -p $lf; \
mkdir -p $lf/LC_MESSAGES; \
cp $l $lf/LC_MESSAGES/EasyScreenCast@iacopodeenosee.gmail.com.mo; \
done;
sed -i 's/"version": -1/"version": ""/' _build/metadata.json;
rm -rf /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25/share/gnome-shell/extensions/EasyScreenCast@iacopodeenosee.gmail.com
mkdir -p /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25/share/gnome-shell/extensions/EasyScreenCast@iacopodeenosee.gmail.com
cp -r ./_build/* /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25/share/gnome-shell/extensions/EasyScreenCast@iacopodeenosee.gmail.com/
rm -fR _build
echo done
done
@nix { "action": "setPhase", "phase": "glibPreFixupPhase" }
glibPreFixupPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
patching script interpreter paths in /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25
checking for references to /build/ in /nix/store/hrn6hx4cp90xkvwvimf3zz1vlm8jbbwb-gnome-shell-extension-EasyScreenCast-unstable-2020-11-25...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment