Thomas Sondergaard
Thomas Sondergaard
> > On the other hand, if qtwebengine cannot be built without cups on Linux. cups should perhaps also be an official dependency for qtbase? > > I think those...
@Neumann-A, with the qtbase fixes and using your fixed qtwebengine branch I get to this build error: ``` [2536/40167] SOLINK ./libvulkan.so.1 FAILED: libvulkan.so.1 libvulkan.so.1.TOC "/home/ts/src/vcpkg/buildtrees/qtwebengine/x64-linux-dynamic-venv/bin/python" "../../../../../src/here-src-6-b81b710668.clean/src/3rdparty/chromium/build/toolchain/gcc_solink_wrapper.py" --readelf="readelf" --nm="/usr/bin/nm" --sofile="./libvulkan.so.1" --tocfile="./libvulkan.so.1.TOC"...
> > This must be a consequence of setting LD_LIBRARY_PATH [here](https://github.com/Neumann-A/vcpkg/commit/20a110dcaebe797799d1b9cdcd6b5db42948d553#diff-6e5ddc0efbab6def6b64e4abe4818e162f38e55207f9ca8f91f6c207b20137aeR56) or [here](https://github.com/Neumann-A/vcpkg/commit/20a110dcaebe797799d1b9cdcd6b5db42948d553#diff-f30195c1a428cdb75ea43ba78b1741037cfb1dc81fc9dcfffd38b199ea23971aR114). Is it too risky to set LD_LIBRARY_PATH for the whole build - it seems likely to cause...
> Ah ok so the problem is that `readelf` wasn't build with proper `rpath` flags (also I did not see such problems in the build). So the only option then...
My project has moved to vcpkg for C++ dependency management and now we don't have a way to set CATCH_CONFIG_NO_POSIX_SIGNALS and CATCH_CONFIG_NO_WINDOWS_SEH. I would like these options to be runtime...
Instead of requiring a local clone in the filesystem, could this allow me to specify just a git URL? For example: ``` conan remote add tsondergaard-cci https://github.com/tsondergaard/conan-center-index.git ``` With this...
Vcpkg suggests consuming projects add vcpkg as a git submodule. Would that pattern work with the mechanism you are building here? Let's say my company maintains a fork of conan-center-index...
> IMO it might be better to leave the port as is (`-dbus=linked`): You mean as is (`-dbus=auto`)?
I've found in crates/symbolicator-service/src/caching/fs.rs: ``` // States a cache item can be in: // * negative/empty: An empty file. Represents a failed download. mtime is used to indicate // when...
I tried rebuilding symbolicator today on a different machine and all of a sudden the problem is gone. It now is able to symbolize the minidump correctly. I'll close the...