Skip to content

[wxwidgets] Build error #26256

@andreshs

Description

@andreshs

Package: wxwidgets[core,debug-support,sound]:x64-linux -> 3.2.0
Host Environment

  • Host: x64-linux
  • Compiler: GNU 9.4.0
  • vcpkg-tool version: 2022-07-21-a0e87e227afb536c62188c11ad029954f28fdb22
    vcpkg-scripts version: 66045de 2022-07-29 (11 days ago)

To Reproduce
vcpkg install

Failure logs

-- Using cached wxWidgets-wxWidgets-v3.2.0.tar.gz.
-- Cleaning sources at /home/aschafhauser/Sources/THEOS/3rdParty/vcpkg/buildtrees/wxwidgets/src/v3.2.0-8a0adfb316.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/aschafhauser/Sources/THEOS/3rdParty/vcpkg/downloads/wxWidgets-wxWidgets-v3.2.0.tar.gz
-- Applying patch install-layout.patch
-- Applying patch relocatable-wx-config.patch
-- Applying patch nanosvg-ext-depend.patch
-- Applying patch fix-libs-export.patch
-- Applying patch fix-pcre2.patch
-- Applying patch gtk3-link-libraries.patch
-- Using source at /home/aschafhauser/Sources/THEOS/3rdParty/vcpkg/buildtrees/wxwidgets/src/v3.2.0-8a0adfb316.clean
CMake Warning at ports/wxwidgets/portfile.cmake:17 (message):
  Port wxwidgets currently requires the following packages from the system
  package manager:

      pkg-config
      GTK 3
      libsecret
      libgcrypt
      libsystemd

  These development packages can be installed on Ubuntu systems via

      sudo apt-get install pkg-config libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev

Call Stack (most recent call first):
  scripts/ports.cmake:147 (include)


CMake Error at ports/wxwidgets/portfile.cmake:29 (message):
  Port freetype must not be installed when building wxwidgets:x64-linux.
Call Stack (most recent call first):
  scripts/ports.cmake:147 (include)



Additional context

vcpkg.json
{
  "name": "main",
  "version-string": "latest",
  "dependencies": [
    "assimp",
    "bullet3",
    "bzip2",
    "curl",
    "fmt",
    "fontconfig",
    "freetype",
    "gettext",
    "glew",
    "glfw3",
    "gtest",
    "libiconv",
    "libjpeg-turbo",
    "libarchive",
    "liblzma",
    "libxml2",
    "libxslt",
    "lua",
    "openssl",
    "libpng",
    "protobuf",
    "pthread",
    "sdl2",
    "sdl2pp",
    "sdl2-gfx",
    "sdl2-image",
    "sdl2-mixer",
    "sdl2-net",
    "sdl2-ttf",
    "sqlite3",
    "tiff",
    "wxwidgets",
    "zlib"
  ]
}

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions