Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 928889

Summary: net-p2p/monero-0.18.3.3: trezor hardware not working without trezor-common
Product: GURU Reporter: Martin Jørgensen <mkj>
Component: Package issuesAssignee: Efe İzbudak <efe.izbudak>
Status: UNCONFIRMED ---    
Severity: major CC: mkj, zl29ah
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Jørgensen 2024-04-07 15:16:30 UTC
Trezor hardware is not detected when using monero-wallet-cli to open or generate new wallet.

Reproducible: Always

Steps to Reproduce:
emerge monero with "hw-wallet" USE flags enabled
Actual Results:  
monero-wallet-cli.log claims trezor is unknown.

2024-04-07 13:56:50.957	   7f3a74cc5b00	ERROR	serialization	src/device/device.cpp:86	Device not found in registry: 'Trezor'. Known devices: 
2024-04-07 13:56:50.957	   7f3a74cc5b00	ERROR	serialization	src/device/device.cpp:88	- Ledger
2024-04-07 13:56:50.957	   7f3a74cc5b00	ERROR	serialization	src/device/device.cpp:88	- default

Expected Results:  
to have trezor hardware listen in device registry.

adding 'trezor-common' to 'external/trezor-common/' in monero work directory manually, by adding the trezor-common-master.zip in the mix seems to make cmake detect it properly.

can we have it added seamlessly in the build, given that its a git submodule?