Hi
 
I cleaned up my Raspberry PI and tried reinstalling.
I  was able to install libgcrypt.
 
 
Now I am stuck with this message-
 
 No package 'libwoff2dec' found
-- Could NOT find WOFF2Dec: Found unsuitable version "", but required is at least "1.0.2" (found WOFF2DEC_INCLUDE_DIRS-NOTFOUND)
CMake Error at Source/cmake/OptionsGTK.cmake:368 (message):
  libwoff2dec is needed for USE_WOFF2.
Call Stack (most recent call first):
  Source/cmake/WebKitCommon.cmake:56 (include)
  CMakeLists.txt:169 (include)
 
Now the nearest match to the above that I found in Debian-

Package woff2

Package: libwoff-dev (1.0.2-1)

The problem is I could not find any exact match.
Also there are some more missing package messages too(but they dont give any error)-
 
 No package 'gtk+-quartz-3.0' found
No package 'gtk+-wayland-3.0' found
 
If someone can help with the above, I would be extremely grateful. For now I am installing the webkit gtk Debian package (*which is older than the current release package available at webkitgtk.org).
 
 
Yours sincerely,
Arvind.
 
07.05.2019, 13:34, "Alberto Garcia" <[email protected]>:

On Mon, May 06, 2019 at 09:35:04AM +0530, Arvind Arvind Pro wrote:

    Hi
    I am trying to run the following command to build dependencies-
     

  $ Tools/gtk/install-dependencies

     
    However I am getting an error of this type-
     
    E: Unable to correct problems, you have held broken packages
     
    The following packages have unmet dependencies:
     libgcrypt20-dev : Depends: libgcrypt20 (= 1.7.6-2+deb9u3) but 1.8.4-5 is
    to be installed


This sounds like a problem with your sources.list file.

What happens if you simply run 'apt-get -f install' ?

Can you install those packages manually? i.e. apt-get install libgcrypt20-dev

Berto
_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to