[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: (cmake) Could NOT find LibSoup: Found unsuitable version "" ...



On Thu, Jun 02, 2022 at 05:04:16PM -0500, Albretch Mueller wrote:
>  even though I have installed libsoup or probably I should install it
> as part of some other package? I couldn't make sense of that problem:
> 
>  https://packages.debian.org/search?suite=bullseye&section=all&arch=any&searchon=all&keywords=LibSoup
> 
>  Why would that be happening at all?
> 
>  The error log is also telling me about "OptionsGTK", but I couldn't
> make sense of it either.
> 
>  https://packages.debian.org/search?suite=bullseye&section=all&arch=any&searchon=all&keywords=OptionsGTK
> 
>  Could those kinds of problems relate to installing some relatively
> heavy duty software (webkit2) on WSL?
> ~
> ... Could NOT find LibSoup: Found unsuitable version "", but required
> is at least "2.54.0" (found LIBSOUP_INCLUDE_DIRS-NOTFOUND)
> CMake Error at Source/cmake/OptionsGTK.cmake:211 (message):
>   libsoup is required.
> Call Stack (most recent call first):
>   Source/cmake/WebKitCommon.cmake:220 (include)
>   CMakeLists.txt:20 (include)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/mnt/e/cmllpz/LklWb/org/webkitgtk/releases/webkitgtk-2.36.3/CMakeFiles/CMakeOutput.log".
> $
> 
> 
> sudo apt-get install libsoup2.4-1 --assume-yes
> Reading package lists...
> Building dependency tree...
> Reading state information...
> libsoup2.4-1 is already the newest version (2.72.0-2).
> libsoup2.4-1 set to manually installed.
> 0 upgraded, 0 newly installed, 0 to remove and 64 not upgraded.

Sorry, your description is pretty incomplete to follow.

It'd be nice if you started describing /what/ you are
trying to do.

Given that "cmake" hint, I'll guess you are trying to
compile something. If that's the case, you will have
to install the corresponding -dev package, that would
be:

  libsoup2.4-dev

(you'll need libsoup-2.4 too, but you've got that already).

HTH
-- 
t

Attachment: signature.asc
Description: PGP signature


Reply to: