borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
10.73k stars 733 forks source link

netbsd9 vagrant box: broken libxxhash.pc #8225

Open ThomasWaldmann opened 1 month ago

ThomasWaldmann commented 1 month ago

After installing xxhash, the borg build fails because it can not find libxxhash via pkg-config.

Guess this is caused by a invalid / unsupported line in libxxhash.pc:

...
Version: @VERSION@
...

Seems that there rather should be 0.8.2 instead of @VERSION@.

ThomasWaldmann commented 1 month ago

From #netbsd:

13:45 @racoon$ fixed

So, let's see when the fixed package is available from the mirror.

ThomasWaldmann commented 1 month ago

Note: the 0.8.2nb1 package from April still has the bug.