Skip to content

Instantly share code, notes, and snippets.

View eliasnaur's full-sized avatar

Elias Naur eliasnaur

View GitHub Profile
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/ylak1f7b945k4klq6zml2kppqfi48jzn-compiler-rt-11.1.0.src.tar.xz
source root is compiler-rt-11.1.0.src
setting SOURCE_DATE_EPOCH to timestamp 1612389070 of file compiler-rt-11.1.0.src/www/menu.html.incl
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/3m53ki7pr92hacq8mghsldg1wc4wrifm-codesign.patch
patching file cmake/Modules/AddCompilerRT.cmake
Hunk #1 succeeded at 346 with fuzz 2 (offset 136 lines).
unpacking sources
unpacking source archive /nix/store/8zb4mq6n53xb067m0i79qavakmlya9fl-qtbase-fa8dee9
source root is qtbase-fa8dee9
patching sources
applying patch /nix/store/bgfvp4dh8fxzvb2lvm9026wi9bvil3qf-0003-qtbase-mkspecs.patch
patching file mkspecs/features/create_cmake.prf
Hunk #3 succeeded at 240 (offset 7 lines).
Hunk #4 succeeded at 382 (offset 7 lines).
patching file mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
patching file mkspecs/features/qml_module.prf
This file has been truncated, but you can view the full file.
https://cache.nixos.org/8ja6z48rb7wf435cvgh09dxiqrhma2xd.narinfo
https://cache.nixos.org/k346ih554hrnzq136jps90xq7v11z3vc.narinfo
https://cache.nixos.org/iwpqfmr4kja7g5jx8v5a57nzrhxzmpw7.narinfo
https://cache.nixos.org/s6kbsz7n9cksj7j5f7f49f66yfibnjxa.narinfo
https://cache.nixos.org/m65mm399kh8q6h8k836hln3h0y8k7lw7.narinfo
https://cache.nixos.org/1k9p32i6rm4d9i854iwjq9w44x6r2hd6.narinfo
https://cache.nixos.org/bx3k6fjl3jx85c1w28ng73gdwka0kbpz.narinfo
https://cache.nixos.org/9577hmdlmhki67cg8ar85cvidyg7xr7p.narinfo
https://cache.nixos.org/l1w6xvcz6jq4gir1cy84ph0fvjpbp2df.narinfo
https://cache.nixos.org/1qphgp2034c47xl4gbr212l6bm4mzdxr.narinfo
these 81 derivations will be built:
/nix/store/01cxm2k58l2j13f95p8vwz6n8h0ymh2g-pkg-config-armv6l-unknown-linux-gnueabihf-0.29.2.drv
/nix/store/j60hm5cmwclp52cn6w8wchhpxmlm83dm-compiler-rt-libc-armv6l-unknown-linux-gnueabihf-11.1.0.drv
/nix/store/0f2pd4h7pzwhvhjj58sw0p7nxig53jwf-armv6l-unknown-linux-gnueabihf-clang-wrapper-11.1.0.drv
/nix/store/iwd31g1vjkqjggcc4f5mqpfvp39h4cw1-gperf-armv6l-unknown-linux-gnueabihf-3.1.drv
/nix/store/0z1qwzv39vma04wmih3srx7i2k4kj5kr-xcb-util-armv6l-unknown-linux-gnueabihf-0.4.0.drv
/nix/store/ai0drfwld4flr60dmp7pyxgypk8x07ii-wrap-python-hook.drv
/nix/store/azccc29ynzdrzr34z383ra5gx87ymza6-python-remove-tests-dir-hook.drv
/nix/store/7byzz2xk8wn59i40wd4a0p0k4wacjg6n-findutils-armv6l-unknown-linux-gnueabihf-4.9.0.drv
/nix/store/ckr98wm7w9jwwgwzmflmsc7s8s3wdx0b-python-namespaces-hook.sh.drv
this derivation will be built:
/nix/store/h492awv4mz4vmznqa4gkfwskww386lqp-hello-armv6l-unknown-linux-gnueabihf-2.12.1.drv
building '/nix/store/h492awv4mz4vmznqa4gkfwskww386lqp-hello-armv6l-unknown-linux-gnueabihf-2.12.1.drv'...
unpacking sources
unpacking source archive /nix/store/pa10z4ngm0g83kx9mssrqzz30s84vq7k-hello-2.12.1.tar.gz
source root is hello-2.12.1
setting SOURCE_DATE_EPOCH to timestamp 1653865426 of file hello-2.12.1/ChangeLog
patching sources
updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
@eliasnaur
eliasnaur / gopls
Created February 10, 2020 11:08
govim logs
[Trace - 11:41:03.019 AM] Sending request 'initialize - (1)'.
Params: {"processId":0,"clientInfo":{"name":""},"rootUri":"file:///var/home/elias/proj/gio/gpu","capabilities":{"Workspace":{"workspaceEdit":{},"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"symbolKind":{}},"executeCommand":{},"configuration":true},"textDocument":{"synchronization":{},"completion":{"completionItem":{"tagSupport":{"valueSet":null}},"completionItemKind":{}},"hover":{"contentFormat":["plaintext"]},"signatureHelp":{"signatureInformation":{"parameterInformation":{}}},"declaration":{},"definition":{},"typeDefinition":{},"implementation":{},"references":{},"documentHighlight":{},"documentSymbol":{"symbolKind":{}},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":null}}},"codeLens":{},"documentLink":{},"colorProvider":{},"formatting":{},"rangeFormatting":{},"onTypeFormatting":{},"rename":{},"foldingRange":{},"selectionRange":{},"publishDiagnostics":
FROM fedora:30
RUN dnf update -y && \
dnf install -y vim git clang \
wayland-devel libxkbcommon-devel mesa-libGLES-devel mesa-libEGL-devel
RUN curl -o /go.1.12.tar.gz https://dl.google.com/go/go1.12.9.linux-amd64.tar.gz
RUN tar xzvf /go.1.12.tar.gz
@eliasnaur
eliasnaur / grid.go
Last active April 29, 2023 19:43
Gio Grid example using Flex
package main
import (
"image"
"gioui.org/app"
"gioui.org/f32"
"gioui.org/io/system"
"gioui.org/layout"
"gioui.org/op/paint"
$ dpkg -S /usr/bin/ar /usr/bin/libtool
org.coolstar.cctools: /usr/bin/ar
org.coolstar.cctools: /usr/bin/libtool
$ apt policy org.coolstar.cctools
org.coolstar.cctools:
Installed: 895
Candidate: 895
Version table:
*** 895 500
500 http://apt.thebigboss.org/repofiles/cydia stable/main iphoneos-arm Packages
Before readdirnames loop
names before [0/100]0xc000088e00
names after [0/100]0xc000088e00
name: .
names before [0/100]0xc000088e00
names after [0/100]0xc000088e00
name: un.bash
names before [1/100]0xc000088e00
names after [1/100]0xc000088e00
name: md