capstone-rust / capstone-rs

high-level Capstone system bindings for Rust
219 stars 78 forks source link

Fix failing Cirrus CI FreeBSD tests #83

Closed tmfink closed 4 years ago

tmfink commented 4 years ago

Pkg install was failing:

pkg install -y bash
Updating FreeBSD repository catalogue...
Fetching meta.txz: . done
pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
repository FreeBSD has no meta file, using default settings
Fetching packagesite.txz: .......... done
pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0
Unable to open created repository FreeBSD
Unable to update repository FreeBSD
Error updating repositories!
Exit status: 3

Example Cirrus CI failure: https://cirrus-ci.com/task/5812812263981056

FreeBSD Bugzilla Bug 244549: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244549