Alexander Neumann
Alexander Neumann
Either use a manifest which automatically rebuilds everything (and deletes as needed) or delete your installed tree manually and rebuild everything manually. `vcpkg upgrade` is not transactional; it just exists...
> Is there an example for such a manifest or should I go through documentations? Manifest is just a `vcpkg.json`. All ports have such a file. For usage having only...
So the question is why does the libxml2 fail. The reason can probably be found in the yaml file in the subdir CMakeFiles of the buildtree
So how did you even get so far? I get errors due to nss being missing.
> so you have to use the distro version of these libraries. On RHEL I used dnf installl nss-devel Yeah no. Just build the dependencies in vcpkg itself. I am...
I am building everything externally required within vcpkg itself.
> All the X11 dependencies too? Impressive! 💪 The x11 deps are already all in vcpkg. I could do that but that is not the aim currently. (see #27279 for...
If you get to the point it is building you get: ``` [3670/41522] ACTION //third_party/devtools-frontend/src/front_end/core/common:ColorUtils(/home/neumann/vcpkg/buildtrees/qtwebengine/x64-linux-dyn-rel-rel/src/core/target_toolchain:target) FAILED: gen/third_party/devtools-frontend/src/front_end/core/common/ColorUtils-tsconfig.json gen/third_party/devtools-frontend/src/front_end/core/common/ColorUtils.js gen/third_party/devtools-frontend/src/front_end/core/common/ColorUtils.js.map gen/third_party/devtools-frontend/src/front_end/core/common/ColorUtils.d.ts /home/neumann/vcpkg/buildtrees/qtwebengine/x64-linux-dyn-rel-venv/bin/python ../../../../../src/here-src-6-516c9de97f.clean/src/3rdparty/chromium/third_party/devtools-frontend/src/third_party/typescript/ts_library.py --tsconfig_output_location gen/third_party/devtools-frontend/src/front_end/core/common/ColorUtils-tsconfig.json --front_end_directory ../../../../../src/here-src-6-516c9de97f.clean/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/core/common --sources ../../../../../src/here-src-6-516c9de97f.clean/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/core/common/ColorUtils.ts TypeScript compilation...
So figured out that the build is using node from the system behind my back which is why it failed. Now I am facing: ``` [8173/41435] ACTION //v8:run_gen-regexp-special-case(/home/neumann/vcpkg/buildtrees/qtwebengine/x64-linux-dyn-rel-rel/src/core/target_toolchain:target) FAILED: gen/v8/src/regexp/special-case.cc...
hmm ok maybe I am just running out of ram for the build