This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/home/jamin/Desktop/Creality_Print-v5.1.6.10470-x86_64-Release.AppImage", ["/home/jamin/Desktop/Creality_Pri"...], 0x7ffe3aa02b20 /* 41 vars */) = 0 | |
brk(NULL) = 0x3c523000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=100523, ...}) = 0 | |
mmap(NULL, 100523, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7a857ebba000 | |
close(3) = 0 | |
openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=14280, ...}) = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/5p, 480M | |
|__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/5p, 480M | |
|__ Port 001: Dev 003, If 0, Class=Hub, Driver=hub/4p, 480M | |
|__ Port 003: Dev 005, If 0, Class=Human Interface Device, Driver=usbhid, 12M | |
|__ Port 003: Dev 005, If 1, Class=Human Interface Device, Driver=usbhid, 12M | |
|__ Port 003: Dev 005, If 2, Class=Chip/SmartCard, Driver=[none], 12M | |
|__ Port 003: Dev 004, If 0, Class=Human Interface Device, Driver=usbhid, 12M | |
|__ Port 003: Dev 004, If 1, Class=Human Interface Device, Driver=usbhid, 12M | |
|__ Port 003: Dev 004, If 2, Class=Human Interface Device, Driver=usbhid, 12M | |
|__ Port 004: Dev 006, If 0, Class=Communications, Driver=cdc_ncm, 480M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
May 30 10:10:40 odin kernel: Linux version 6.6.32-1-lts (linux-lts@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Sat, 25 May 2024 20:20:51 +0000 | |
May 30 10:10:40 odin kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=/dev/mapper/nvme-root rw rcutree.rcu_idle_gp_delay=1 loglevel=3 quiet | |
May 30 10:10:40 odin kernel: BIOS-provided physical RAM map: | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003e310fff] usable | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x000000003e311000-0x000000004ee5efff] reserved | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x000000004ee5f000-0x000000004fca0fff] ACPI NVS | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x000000004fca1000-0x000000004fd0efff] ACPI data | |
May 30 10:10:40 odin kernel: BIOS-e820: [mem 0x000000004fd0f000- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT | |
mmcblk1 179:0 0 7.3G 0 disk | |
├─mmcblk1p1 179:1 0 256M 0 part /boot | |
└─mmcblk1p2 179:2 0 6.9G 0 part / | |
mmcblk1boot0 179:32 0 4M 1 disk | |
mmcblk1boot1 179:64 0 4M 1 disk | |
zram0 252:0 0 488.2M 0 disk [SWAP] | |
zram1 252:1 0 50M 0 disk /var/log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 5.16.20 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=80300 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 7dbf4d0bc5872cb40103a8dac821fd1f96d46bf4 | |
Author: Jamin W. Collins <jamin.collins@gmail.com> | |
Date: Sat Apr 20 18:07:59 2024 -0600 | |
include fixes for not using precompiled headers | |
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com> | |
diff --git a/src/libslic3r/ParameterUtils.hpp b/src/libslic3r/ParameterUtils.hpp | |
index 090fd8d80..f46ef1f63 100644 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cache directory: /home/jamin/.ccache | |
Config file: /home/jamin/.ccache/ccache.conf | |
System config file: /etc/ccache.conf | |
Stats updated: Sun Apr 21 08:27:22 2024 | |
Cacheable calls: 497 / 497 (100.0%) | |
Hits: 487 / 497 (97.99%) | |
Direct: 68 / 487 (13.96%) | |
Preprocessed: 419 / 487 (86.04%) | |
Misses: 10 / 497 ( 2.01%) | |
Successful lookups: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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%) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
NewerOlder