Skip to content

Instantly share code, notes, and snippets.

--- srcpkgs/linux6.4/files/x86_64-dotconfig 2023-08-21 19:09:26.106459021 +0200
+++ srcpkgs/linux6.5/files/x86_64-dotconfig 2023-08-30 20:07:25.038884410 +0200
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 6.4.9 Kernel Configuration
+# Linux/x86_64 6.5.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
--- srcpkgs/linux6.4/files/i386-dotconfig 2023-08-21 19:09:26.106459021 +0200
+++ srcpkgs/linux6.5/files/i386-dotconfig 2023-08-30 20:07:25.037884409 +0200
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/i386 6.4.9 Kernel Configuration
+# Linux/i386 6.5.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
CONFIG_CC_IS_GCC=y
tmp$ strace -e connect xbps-fetch http://alpha.de.repo.voidlinux.org/current/x86_64-repodata http://alpha.de.repo.voidlinux.org/current/i686-repodata
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
connect(3, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("8.8.8.8")}, 16) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("95.216.76.97")}, 16) = -1 EINPROGRESS (Operation now in progress)
connect(3, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("8.8.8.8")}, 16) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("95.216.76.97")}, 16) = -1 EINPROGRESS (Operation now in progress)
x86_64-repodata: 1973KB [avg rate: 90GB/s]
connect(4, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("8.8.8.8")}, 16) = 0
connect(4, {sa_family=AF_INET, sin_port=htons(80), sin_addr=ine
xbps-src-lint$ time ./xbps-src-lint /home/duncan/void-packages/srcpkgs/*/template 2>&-|grep disable
Error: /home/duncan/void-packages/srcpkgs/clang-analyzer/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/clang-tools-extra/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/clang/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/libllvm7/template:21:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/libllvm8/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/lld-devel/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/void-packages/srcpkgs/lld/template:35:1: custom variables should use _ prefix: disable_parallel_builds
Error: /home/duncan/
Name Action Version New version Download size
Vulkan-Headers update 1.1.106_1 1.1.108_1 -
apk-tools update 2.10.4_1 2.10.4_2 -
cryptsetup-devel update 2.1.0_1 2.1.0_2 -
dbus-devel update 1.12.14_1 1.12.16_1 -
dbus-libs update 1.12.14_1 1.12.16_1 -
dbus-libs-32bit update 1.12.14_1 1.12.16_1 -
go update 1.12.5_1 1.12.6_1 -
isync update 1.3.1_1 1.3.1_2 -
less update 530_2 551_1 -
===> multitime results
1: ./xbps-src pkg dwm
Mean Std.Dev. Min Median Max
real 14.494 0.132 14.375 14.430 14.677
user 9.122 0.093 8.992 9.168 9.207
sys 2.347 0.069 2.264 2.344 2.434
===> multitime results
1: ./xbps-src pkg dwm
Mean Std.Dev. Min Median Max
tmp$ strace -e file runsv /tmp/fizz/
execve("/usr/bin/runsv", ["runsv", "/tmp/fizz/"], 0x7ffc1f9f3f08 /* 37 vars */) = 0
chdir("/tmp/fizz/") = 0
stat("down", 0x7ffe57c29280) = -1 ENOENT (No such file or directory)
stat("log", 0x7ffe57c29280) = -1 ENOENT (No such file or directory)
mkdir("supervise", 0700) = -1 EEXIST (File exists)
readlink("supervise", "/tmp/supervise.fizz", 256) = 19
mkdir("/tmp/supervise.fizz", 0700) = 0
open("supervise/lock", O_WRONLY|O_CREAT|O_APPEND|O_NONBLOCK, 0600) = 5
mknod("supervise/control", S_IFIFO|0600) = 0
@Duncaen
Duncaen / git-get
Last active February 2, 2019 10:32
#!/bin/dash
# git-get repo [git clone args...] -- clone repositories like go get
err() { printf "%s: %s\n" "$0" "${@}"; exit 1; }
url=$1; shift
[ -z "$GIT_PATH" ] && err '$GIT_PATH must be set'
[ ! -d "$GIT_PATH" ] &&
err '$GIT_PATH does not exist or is not a directory'
$ echo | armv7l-linux-gnueabihf-gcc -E -Wp,-v -
ignoring nonexistent directory "/usr/armv7l-linux-gnueabihf/usr/local/include"
ignoring duplicate directory "/usr/armv7l-linux-gnueabihf/usr/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/armv7l-linux-gnueabihf/8.2.0/include
/usr/lib/gcc/armv7l-linux-gnueabihf/8.2.0/include-fixed
/usr/lib/gcc/armv7l-linux-gnueabihf/8.2.0/../../../../armv7l-linux-gnueabihf/include
End of search list.
# 1 "<stdin>"
~@pi?130$ snooze -v -d'*' -s 1d -t /tmp/time touch /tmp/time
Snoozing until 2018-01-15T00:00:00+0100
Starting execution at 2018-01-15T16:42:05+0100
~@pi$ snooze -v -d'*' -s 1d -t /tmp/time touch /tmp/time
Snoozing until 2018-01-16T00:00:00+0100