Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928889 - net-p2p/monero-0.18.3.3: trezor hardware not working without trezor-common
Summary: net-p2p/monero-0.18.3.3: trezor hardware not working without trezor-common
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: AMD64 Linux
: Normal major
Assignee: Efe İzbudak
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-07 15:16 UTC by Martin Jørgensen
Modified: 2024-04-08 06:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?