tytso / xfstests-bld

Creates a file system / storage test appliance which can be run using KVM, GCE, and Android
GNU General Public License v2.0
64 stars 46 forks source link

Build failed (fsverity-utils.git has gone) #47

Closed Cypresslin closed 1 year ago

Cypresslin commented 1 year ago

When trying to build xfstest-bld, get-all will fail with:

Running './get-all'

Cloning into 'fio'...
warning: redirecting to https://git.kernel.dk/fio.git/
Checking out fio fio-3.15 (previously was fio-3.33-96-gded6cce8)

Cloning into 'quota'...
Checking out quota 6e631074330a (previously was v4.05-53-gd90b7d5)

Cloning into 'xfsprogs-dev'...
Checking out xfsprogs-dev v5.2.0 (previously was v6.1.1)

Cloning into 'xfstests-dev'...

Cloning into 'fsverity'...
fatal: repository 'https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/' not found
Failed to clone fsverity from https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/

It looks like https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/ does not exist anymore.

ebiggers commented 1 year ago

The fsverity-utils repo has moved, see pull request https://github.com/tytso/xfstests-bld/pull/38 from last month.

Cypresslin commented 1 year ago

PR #38 merged, closing this issue. Thanks!