Skip to content

Instantly share code, notes, and snippets.

View uilianries's full-sized avatar

Uilian Ries uilianries

View GitHub Profile
======== Exporting recipe to the cache ========
tslib/1.23: [HOOK - hook_run_linter.py] pre_export(): RUN: conanlint check /home/uilian/Development/conan/conan-center-index/recipes/tslib/all/../**/*
all/conanfile.py::38:20 - E1136: Value 'self.conan_data' is unsubscriptable (unsubscriptable-object)
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ 37 def source(self): │
│ 38 get(self, **self.conan_data["sources"][self.version], strip_root=True) │
│ 39
@uilianries
uilianries / libprotobuf-mutator-1.3-ubuntu-gcc13.log
Created July 21, 2025 11:33
libprotobuf-mutator build logs
This file has been truncated, but you can view the full file.
======== Exporting recipe to the cache ========
libprotobuf-mutator/1.3: Exporting package recipe: /home/conan/project/libprotobuf-mutator/all/conanfile.py
libprotobuf-mutator/1.3: exports: File 'conandata.yml' found. Exporting it...
libprotobuf-mutator/1.3: Calling export_sources()
libprotobuf-mutator/1.3: Copied 1 '.py' file: conanfile.py
libprotobuf-mutator/1.3: Copied 1 '.yml' file: conandata.yml
libprotobuf-mutator/1.3: Copied 1 '.txt' file: CMakeLists.txt
libprotobuf-mutator/1.3: Exported to cache folder: /root/.conan2/p/libprd274d9c944b93/e
libprotobuf-mutator/1.3: Exported: libprotobuf-mutator/1.3#34b3fb5b776d552b0024120d985c4d88 (2025-07-21 11:32:27 UTC)
@uilianries
uilianries / nas-1.9.5-ubuntu24-gcc13.log
Created July 18, 2025 10:57
NAS 1.9.5 - Ubuntu 24.04 GCC13
======== Exporting recipe to the cache ========
nas/1.9.5: Exporting package recipe: /home/conan/project/nas/all/conanfile.py
nas/1.9.5: exports: File 'conandata.yml' found. Exporting it...
nas/1.9.5: Calling export_sources()
nas/1.9.5: Copied 1 '.py' file: conanfile.py
nas/1.9.5: Copied 1 '.yml' file: conandata.yml
nas/1.9.5: Exported to cache folder: /root/.conan2/p/nas48d80cbf4d028/e
nas/1.9.5: Exported: nas/1.9.5#0c35f567ce0b49a1b300a45e05464d4d (2025-07-18 10:39:13 UTC)
@uilianries
uilianries / output.log
Created April 8, 2025 09:27
Conan 2.15.0 - Validate parallel cache on Mac
Starting 4 parallel Poco builds to test cache feature
Starting build 0
Starting build 1
Starting build 2
Starting build 3
Build 1: FAILED (took 0.30 seconds)
Error in build 1:
======== Exporting recipe to the cache ========
ERROR: Couldn't remove folder: /Users/uilian/.conan2/p/t/pocoaf91dcc73ba05
@uilianries
uilianries / crosstoolng-ubuntu-gcc13.config
Created March 31, 2025 15:24
New CrosstoolNG more like native Ubuntu apt for GCC13
#
# Automatically generated file; DO NOT EDIT.
# crosstool-NG 1.27.0 Configuration
#
CT_CONFIGURE_has_static_link=y
CT_CONFIGURE_has_cxx11=y
CT_CONFIGURE_has_wget=y
CT_CONFIGURE_has_make_3_81_or_newer=y
CT_CONFIGURE_has_make_4_0_or_newer=y
CT_CONFIGURE_has_libtool_2_4_or_newer=y
@uilianries
uilianries / ubuntu16-gcc11.specs
Created March 31, 2025 13:26
GCC 13 spec files
*asm:
%{m16|m32:--32} %{m16|m32|mx32:;:--64} %{mx32:--x32} %{msse2avx:%{!mavx:-msse2avx}}
*asm_debug:
%{%:debug-level-gt(0):%{gstabs*:--gstabs;:%{g*:--gdwarf2}}} %{fdebug-prefix-map=*:--debug-prefix-map %*}
*asm_debug_option:
*asm_final:
@uilianries
uilianries / .config
Last active March 31, 2025 08:20
Crosstool NG: gcc-13 + glibc-2.28
#
# Automatically generated file; DO NOT EDIT.
# crosstool-NG 1.27.0 Configuration
#
CT_CONFIGURE_has_static_link=y
CT_CONFIGURE_has_cxx11=y
CT_CONFIGURE_has_lzip=y
CT_CONFIGURE_has_wget=y
CT_CONFIGURE_has_curl=y
CT_CONFIGURE_has_meson=y
@uilianries
uilianries / Dockerfile
Last active March 26, 2025 07:31
Docker Conan Ubuntu 24.04 GCC 13
FROM ubuntu:24.04@sha256:3afff29dffbc200d202546dc6c4f614edc3b109691e7ab4aa23d02b42ba86790
LABEL maintainer="Conan.io <[email protected]>"
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH="/root/.local/bin:$PATH"
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends --no-install-suggests \
binutils \
@uilianries
uilianries / opentelemetry-cpp-1.18.0-linux-cross-libstdcpp-error.log
Created March 13, 2025 13:53
OpenTelemetry-CPP : Cross building on Linux - Results
======== Exporting recipe to the cache ========
opentelemetry-cpp/1.18.0: [HOOK - hook_run_linter.py] pre_export(): RUN: conanlint check /home/uilian/Development/conan/conan-center-index/recipes/opentelemetry-cpp/all/../**/*
all/conanfile.py::409:42 - W9050: Attribute `build_modules` is deprecated in conan v2 (conan-deprecated-attribute)
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ 408 self.cpp_info.components[lib].builddirs.append(self._module_subfolder) │
│ 409 self.cpp_info.components[lib].build_modules["cmake_find_package"] = self._otel_build_modules
@uilianries
uilianries / conan-yocto-build_1.log
Last active March 10, 2025 12:18
Conan2 Examples - Yocto build
This file has been truncated, but you can view the full file.
++ uname
+ '[' Linux '!=' Linux ']'
+ yocto_release=scarthgap
+ echo '- Yocto - Consume Mosquitto from Conan -'
- Yocto - Consume Mosquitto from Conan -
+ rm -rf poky
+ echo 'INFO: Cloning Yocto layers'
INFO: Cloning Yocto layers
+ git clone --branch scarthgap --depth 1 https://git.yoctoproject.org/poky.git poky
Cloning into 'poky'...