https://bugzilla.redhat.com/show_bug.cgi?id=1788893 --- Comment #3 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- (In reply to Jakub Jelen from comment #1) > And if somebody more knowledgeable of go will be reviewing this, I could > make use of some hints why the yubihsm-connector build is failing for me > when it works fine locally: > > https://copr.fedorainfracloud.org/coprs/jjelen/yubihsm-shell/build/1141273/ That's because you didn't Requires: pkgconfig(libusb)} so when it tries to build github.com/google/gousb it doesn't find the required devel files: github.com/google/gousb mkdir -p $WORK/b043/ cd /usr/share/gocode/src/github.com/google/gousb pkg-config --cflags -- libusb-1.0 # pkg-config --cflags -- libusb-1.0 Package libusb-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb-1.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libusb-1.0', required by 'virtual:world', not found pkg-config: exit status 1 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx