libpkg-config/0.1.3-a.0.20250421095533.89e92adb8612

[brief]

C library for retrieving compiler/linker flags and other metadata

The libpkg-config library provides a C API for retrieving C-language family compiler/linker flags and other metadata from pkg-config files (.pc). It's primarily aimed at build system and other similar tools (see the recommended usage below).

This library is a fork of libpkgconf from the pkgconf project. The fork was motivated by the poor quality of changes in general (see these three commits for a representative example: 0253fdd c613eb5 ab404bc) and disregard for backwards compatibility in particular (for example, sr.ht/18). While we have removed a large amount of non-essential functionality and "innovations" as well as spend some time fixing and cleaning things up, make no mistake it is still an over-engineered, inscrutable mess and there likely are bugs in the corner cases. However, we do use it in build2, which means at least the recommended usage patterns (see below) are reasonably well tested. We hope to continue cleaning things up as time permits but a complete rewrite is also on the cards (in which case it will most likely become a C++ library).

Recommended usage

Traditionally, pkg-config is used like this: instead of just passing -lfoo during linking, we call pkg-config --cflags foo passing the returned options during compilation and then call pkg-config --libs foo passing the returned options and libraries during linking. In other words, instead of letting the compiler find libfoo.a or libfoo.so (or their equivalents on other platforms) using its library search paths, we rather let pkg-config find foo.pc using its .pc file search paths.

This works reasonably well if the two sets of search paths are consistent, which is normally the case for the native compilation using standard installation locations. For example, if our C/C++ toolchain is configured to look for libraries in /usr/local/lib and /usr/lib and our pkg-config is configured to look for .pc files in /usr/local/lib/pkgconfig and /usr/lib/pkgconfig, then everything will most likely work smoothly.

However, if these two sets of search paths start diverging, for example due to custom installation locations, cross-compilation, etc., then things will most likely not go smoothly at all. The traditional pkg-config answer to this type of problems is an array of environment variables to tweak various aspects of the search paths, the sysroot rewrite logic, and, in case of pkgconf, the cross-personality functionality.

However, an astute reader will undoubtedly notice that at the root of our troubles are the two sets of search paths that have the inevitable tendency to become inconsistent (as all search paths tend to do). And if only we could go back to the one set, the single source of truth, then all our troubles will likely disappear and we won't need an impressive list of hacks and workarounds.

We've decided to go with this approach in build2. As a step one, we collect exactly the same library search paths as what will be used by the compiler. Specifically, we parse the linker options specified by the user and collect all the paths specified with -L. Then we extract the system library search paths by running the compiler with -print-search-dirs (this option is supported by both GCC and Clang).

Next, from this list of library search paths we derive a parallel list of the .pc file search paths. On most platforms this is a matter of just appending the pkgconfig subdirectory to each library search path (of course, someone had to be different and in this case it is FreeBSD).

Finally, we initialize the libpkg-config's pkg_config_client::dir_list only with these .pc file search paths omitting all the built-in paths and environment variables.

(To be precise, in build2 we go a step further and search for the library ourselves, then locate the corresponding .pc file, if any, and load it directly. This removes the possibility of using the .pc file and the library from different locations. See Importation of Installed Libraries for details.)

You can find the complete source code that implements this approach with the help of libpkg-config in pkgconfig.hxx and pkgconfig-libpkg-config.cxx.

version 0.1.3-a.0.20250421095533.89e92adb8612
license ISC
repository https://stage.build2.org/1
download libpkg-config-0.1.3-a.0.20250421095533.89e92adb8612.tar.gz
sha256 86bc65bb927b3a6f81cd8bdd97f6bc50d50929ba26c3dd64e2f8cb89582fff48
project libpkg-config
url github.com/build2/libpkg-config
topics pkg-configlibrarybuild system

Builds

toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
timestamp 2025-09-13 15:53:05 UTC (16:36:53 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
timestamp 2025-09-13 15:52:35 UTC (16:37:23 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
timestamp 2025-09-13 15:52:05 UTC (16:37:53 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_14
timestamp 2025-09-13 15:51:34 UTC (16:38:24 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
timestamp 2025-09-13 15:11:37 UTC (17:18:21 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
timestamp 2025-09-13 15:11:03 UTC (17:18:55 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
timestamp 2025-09-13 15:10:29 UTC (17:19:29 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
timestamp 2025-09-13 15:09:53 UTC (17:20:05 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18-O3
timestamp 2025-09-13 15:09:22 UTC (17:20:36 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_18
timestamp 2025-09-13 15:08:50 UTC (17:21:08 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-static_O3
timestamp 2025-09-13 13:08:15 UTC (19:21:43 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-ndebug_O3
timestamp 2025-09-13 13:07:48 UTC (19:22:10 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14-O3
timestamp 2025-09-13 13:07:24 UTC (19:22:35 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_14
timestamp 2025-09-13 13:06:56 UTC (19:23:02 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-static_O2
timestamp 2025-09-13 13:03:39 UTC (19:26:19 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-w64-mingw32
tgt config windows_10-gcc_14.2_mingw_w64-static_O2
timestamp 2025-09-13 13:03:29 UTC (19:26:29 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_fedora_42-gcc_15-bindist
timestamp 2025-09-13 13:02:48 UTC (19:27:10 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-w64-mingw32
tgt config windows_10-gcc_14.2_mingw_w64-relocatable
timestamp 2025-09-13 13:02:38 UTC (19:27:20 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10-O2
timestamp 2025-09-13 13:02:33 UTC (19:27:25 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-w64-mingw32
tgt config windows_10-gcc_14.2_mingw_w64-bindist
timestamp 2025-09-13 13:01:51 UTC (19:28:07 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_18_llvm_msvc_17.10
timestamp 2025-09-13 13:01:34 UTC (19:28:24 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-static_O2
timestamp 2025-09-13 13:01:02 UTC (19:28:57 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-w64-mingw32
tgt config windows_10-gcc_14.2_mingw_w64-O2
timestamp 2025-09-13 13:01:00 UTC (19:28:59 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-w64-mingw32
tgt config windows_10-gcc_14.2_mingw_w64
timestamp 2025-09-13 13:00:10 UTC (19:29:48 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8-O2
timestamp 2025-09-13 13:00:10 UTC (19:29:48 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11_asan-gcc_11.3
timestamp 2025-09-13 12:59:04 UTC (19:30:55 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_12-relocatable
timestamp 2025-09-13 12:58:30 UTC (19:31:29 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.8
timestamp 2025-09-13 12:58:02 UTC (19:31:56 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9_tsan-gcc_7.4
timestamp 2025-09-13 12:57:07 UTC (19:32:51 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_ubuntu_24.04-gcc_13-bindist
timestamp 2025-09-13 12:56:14 UTC (19:33:44 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_fedora_41-gcc_14-bindist
timestamp 2025-09-13 12:55:50 UTC (19:34:08 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_12-bindist
timestamp 2025-09-13 12:55:45 UTC (19:34:13 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11_tsan-gcc_11.3
timestamp 2025-09-13 12:55:22 UTC (19:34:36 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11_tsan-clang_14.0
timestamp 2025-09-13 12:55:21 UTC (19:34:38 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11_asan-clang_14.0
timestamp 2025-09-13 12:54:49 UTC (19:35:10 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-gcc_10.2-bindist
timestamp 2025-09-13 12:54:17 UTC (19:35:41 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_rhel_8-gcc_8-bindist
timestamp 2025-09-13 12:25:25 UTC (20:04:33 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-static_O3
timestamp 2025-09-13 12:22:36 UTC (20:07:22 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++-O3
timestamp 2025-09-13 12:22:10 UTC (20:07:48 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18_libc++
timestamp 2025-09-13 12:21:44 UTC (20:08:14 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-static_O3
timestamp 2025-09-13 12:21:18 UTC (20:08:40 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18-O3
timestamp 2025-09-13 12:20:52 UTC (20:09:07 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_18
timestamp 2025-09-13 12:20:27 UTC (20:09:31 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.1
tgt config windows_10-msvc_15.9
timestamp 2025-09-13 12:19:43 UTC (20:10:15 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_8.0_libc++
timestamp 2025-09-13 12:16:39 UTC (20:13:19 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_8.0
timestamp 2025-09-13 12:16:13 UTC (20:13:45 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-clang_14.0_libc++
timestamp 2025-09-13 12:16:08 UTC (20:13:51 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-clang_13.0_libc++
timestamp 2025-09-13 12:15:42 UTC (20:14:17 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-clang_14.0
timestamp 2025-09-13 12:15:14 UTC (20:14:45 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-gcc_9.3
timestamp 2025-09-13 12:14:49 UTC (20:15:10 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-gcc_10.2
timestamp 2025-09-13 12:14:36 UTC (20:15:22 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-clang_13.0
timestamp 2025-09-13 12:14:22 UTC (20:15:36 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_9.0_libc++
timestamp 2025-09-13 12:14:09 UTC (20:15:49 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_12.0_libc++
timestamp 2025-09-13 12:13:57 UTC (20:16:02 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_9.0
timestamp 2025-09-13 12:13:39 UTC (20:16:19 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_12.0
timestamp 2025-09-13 12:13:08 UTC (20:16:50 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-static_O3
timestamp 2025-09-13 12:12:29 UTC (20:17:29 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_10.0_libc++
timestamp 2025-09-13 12:11:42 UTC (20:18:16 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-relocatable
timestamp 2025-09-13 12:11:14 UTC (20:18:44 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_10.0
timestamp 2025-09-13 12:10:45 UTC (20:19:13 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18-O3
timestamp 2025-09-13 12:10:43 UTC (20:19:16 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-freebsd14.1
tgt config freebsd_14-clang_18
timestamp 2025-09-13 12:10:14 UTC (20:19:45 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-static_O2
timestamp 2025-09-13 12:05:55 UTC (20:24:04 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-relocatable
timestamp 2025-09-13 12:04:58 UTC (20:25:00 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-bindist
timestamp 2025-09-13 12:04:10 UTC (20:25:48 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10-O2
timestamp 2025-09-13 12:03:19 UTC (20:26:39 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-msvc_17.10
timestamp 2025-09-13 12:02:25 UTC (20:27:34 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-static_O3
timestamp 2025-09-13 11:55:33 UTC (20:34:25 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew-O3
timestamp 2025-09-13 11:54:50 UTC (20:35:08 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-gcc_14_homebrew
timestamp 2025-09-13 11:54:06 UTC (20:35:52 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-gcc_13
timestamp 2025-09-13 11:34:34 UTC (20:55:24 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
timestamp 2025-09-13 11:34:04 UTC (20:55:54 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target aarch64-linux-gnu
tgt config linux_debian_12-clang_17
timestamp 2025-09-13 11:33:27 UTC (20:56:31 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-static_O3
timestamp 2025-09-13 11:27:42 UTC (21:02:16 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-relocatable
timestamp 2025-09-13 11:26:58 UTC (21:03:00 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin22.5.0
tgt config macos_13-clang_15.0-bindist
timestamp 2025-09-13 11:26:27 UTC (21:03:31 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0-O3
timestamp 2025-09-13 11:26:14 UTC (21:03:44 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_rhel_9-gcc_11-bindist
timestamp 2025-09-13 11:25:42 UTC (21:04:17 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin22.5.0
tgt config macos_13-clang_15.0
timestamp 2025-09-13 11:25:29 UTC (21:04:29 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-apple-darwin23.5.0
tgt config macos_14-clang_15.0
timestamp 2025-09-13 11:25:22 UTC (21:04:36 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_ubuntu_22.04-gcc_11-bindist
timestamp 2025-09-13 11:24:38 UTC (21:05:20 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17_libc++
timestamp 2025-09-13 11:24:12 UTC (21:05:47 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_16.0_libc++
timestamp 2025-09-13 11:23:45 UTC (21:06:13 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_17
timestamp 2025-09-13 11:23:25 UTC (21:06:33 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_16.0
timestamp 2025-09-13 11:23:16 UTC (21:06:43 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-gcc_12.1
timestamp 2025-09-13 11:22:59 UTC (21:06:59 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_17_msvc_msvc_17.10
timestamp 2025-09-13 10:13:51 UTC (22:16:07 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-gcc_13.1
timestamp 2025-09-13 10:13:00 UTC (22:16:58 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_15.0_libc++
timestamp 2025-09-13 10:10:40 UTC (22:19:19 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.0
tgt config windows_10-msvc_14.3
timestamp 2025-09-13 10:09:45 UTC (22:20:13 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_12-clang_15.0
timestamp 2025-09-13 10:09:31 UTC (22:20:27 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.3
tgt config windows_10-clang_14.0_llvm_msvc_17.2_lld
timestamp 2025-09-13 10:07:45 UTC (22:22:14 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.2
tgt config windows_10_devmode-msvc_16.11
timestamp 2025-09-13 10:05:49 UTC (22:24:09 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_6.0_libc++
timestamp 2025-09-13 10:03:37 UTC (22:26:22 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_6.0
timestamp 2025-09-13 10:03:07 UTC (22:26:52 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-microsoft-win32-msvc14.2
tgt config windows_10-msvc_16.11
timestamp 2025-09-13 10:02:51 UTC (22:27:07 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_7.0_libc++
timestamp 2025-09-13 10:02:51 UTC (22:27:07 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-clang_7.0
timestamp 2025-09-13 10:02:21 UTC (22:27:37 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_11.0_libc++
timestamp 2025-09-13 10:00:28 UTC (22:29:30 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_10-clang_11.0
timestamp 2025-09-13 09:59:54 UTC (22:30:05 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-gcc_7.4
timestamp 2025-09-13 09:59:47 UTC (22:30:11 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_ubuntu_16.04-clang_3.7_libc++
timestamp 2025-09-13 09:58:39 UTC (22:31:20 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_8-gcc_4.9
timestamp 2025-09-13 09:58:34 UTC (22:31:24 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_11-gcc_11.3
timestamp 2025-09-13 09:58:33 UTC (22:31:26 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-freebsd13.3
tgt config freebsd_13-clang_17
timestamp 2025-09-13 09:58:09 UTC (22:31:49 hours ago)
result success | log | rebuild
toolchain stage-0.18.0-a.0.20250910080032.baa66b62ac2c
target x86_64-linux-gnu
tgt config linux_debian_9-gcc_8.4
timestamp 2025-09-13 09:57:06 UTC (22:32:52 hours ago)
result success | log | rebuild