Skip to content

Update soup3-rs git url in webkit2gtk_sys

fossdd requested to merge fossdd/webkit2gtk5-rs:fossdd-master-patch-27644 into master

Using the latest git version of webkit2gtk5-rs I came to this error:

error: failed to get `soup3-sys` as a dependency of package `webkit2gtk5-sys v0.15.0 (https://gitlab.gnome.org/World/Rust/webkit2gtk5-rs.git#d0156080)`
    ... which satisfies git dependency `ffi` of package `webkit2gtk5 v0.15.1 (https://gitlab.gnome.org/World/Rust/webkit2gtk5-rs.git#d0156080)`
    ... which satisfies git dependency `webkit2gtk5` of package `survival-gtk v0.0.1 (/home/admin/survival-gtk)`

Caused by:
  failed to load source for dependency `soup3-sys`

Caused by:
  Unable to update https://github.com/vhdirk/soup3-rs

Caused by:
  failed to clone into: /home/admin/.cargo/git/db/soup3-rs-c7051a3aede9b3c8

Caused by:
  failed to authenticate when downloading repository

  * attempted to find username/password via git's `credential.helper` support, but failed

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  failed to acquire username/password from local configuration

Looks like the github repo linked (https://github.com/vhdirk/soup3-rs) doesn't exist anymore.

I guess https://gitlab.gnome.org/World/Rust/soup3-rs.git is the right repo path.

Merge request reports