https://bugzilla.redhat.com/show_bug.cgi?id=1788893



--- Comment #3 from Robert-AndrĂ© Mauchin <[email protected]> ---
(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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to