Skip to content

Instantly share code, notes, and snippets.

View jamincollins's full-sized avatar

Jamin Collins jamincollins

  • Geico
  • Utah, USA
View GitHub Profile
Cache directory: /home/jamin/.ccache
Config file: /home/jamin/.ccache/ccache.conf
System config file: /etc/ccache.conf
Stats updated: Sat Apr 20 23:53:26 2024
Cacheable calls: 494 / 496 (99.60%)
Hits: 484 / 494 (97.98%)
Direct: 68 / 484 (14.05%)
Preprocessed: 416 / 484 (85.95%)
Misses: 10 / 494 ( 2.02%)
Uncacheable calls: 2 / 496 ( 0.40%)
ninja: Entering directory `build/'
[1/7] Running utility command for encoding-check-semver
[2/7] Running utility command for encoding-check-libslic3r
[3/7] Running utility command for encoding-check-libslic3r_gui
[4/7] Building CXX object src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Jobs/OAuthJob.cpp.o
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Jobs/OAuthJob.cpp.o
ccache /usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_ATOMIC_STATIC_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CHRONO_STATIC_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_CONTAINER_STATIC_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_DATE_TIME_STATIC_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_IOSTREAMS_NO_LIB -DBOOST_IOSTREAMS_STATIC_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_LOCALE_STATIC_LINK -DBOOST_LOG_NO_LIB -DBOOST_LOG_STATIC_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_PROGRAM_OPTIONS_STATIC_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_RANDOM_STATIC_LINK -DBOOST_THREAD_NO_LIB -DBOOST_THREAD_STATIC_LINK -DBOOST_THREAD_USE_LIB -DCURL_STATICLIB -DGLEW_ST
[2024-04-03 11:06:44.019250] [0x00007c445da80740] [trace] Initializing StaticPrintConfigs
[2024-04-03 11:06:44.686310] [0x00007c445da80740] [error] operator(): can not find inherits process template @Ginger Additive Ginger One 1.0 nozzle for DERIVE 3mm nozzle
[2024-04-03 11:06:44.686328] [0x00007c445da80740] [error] load_vendor_configs_from_json, got error when parse process setting from ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
[2024-04-03 11:06:44.686543] [0x00007c445da80740] [error] Failed loading configuration file ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
Suggest cleaning the directory ../../resources/profiles firstly
Validation failed
15615 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
15615 access("/sys/devices/system/node/node1", R_OK) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "//package.json", O_RDWR|O_NOCTTY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/.bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/proj/devika/ui/bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 access("/home/jamin/proj/devika/ui/binding.gyp", F_OK) = -1 ENOENT (No such file or directory)
bun install v1.0.35 (940448d6)
Loaded 260 hoisted_dependencies
Loaded 353 resolutions
Loaded 353 dependencies
Loaded 14 extern_strings
Loaded 19433 string_bytes
Clean lockfile: 253 packages - 253 packages in 1.9ms
error: failed to enqueue lifecycle scripts for @sveltejs/kit: ENOENT
-- BEGIN SHA512/256(`${alphabetize(name)}@${order(version)}`) --
@alloc/[email protected]
@ampproject/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
@esbuild/[email protected]
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import os
import socket
import sys
import time
from threading import Thread
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import sys
import time
class Fan:
rpm = 0
@jamincollins
jamincollins / ArchLinuxWSL2.md
Created January 25, 2021 00:35 — forked from ld100/ArchLinuxWSL2.md
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.

Installing Arch Linux

Problem

Unreal Tournament ('99) 32bit segfaults on some systems.

Systems

  • Lenovo P1 w/ Arch Linux (64bit)
    • mesa 19.1.1
    • multilib
  • QEMU VM w/ Arch Linux (64bit)