Package Details: ledger-live 2.81.2-1

Git Clone URL: https://aur.archlinux.org/ledger-live.git (read-only, click to copy)
Package Base: ledger-live
Description: Maintain your Ledger devices
Upstream URL: https://github.com/LedgerHQ/ledger-live
Keywords: bitcoin cryptocurrency wallet
Licenses: MIT
Submitter: meriadec
Maintainer: phnx47
Last Packager: phnx47
Votes: 20
Popularity: 0.95
First Submitted: 2018-07-19 09:01 (UTC)
Last Updated: 2024-05-20 16:42 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

agkbill commented on 2021-03-06 16:21 (UTC)

@phnx47 Ok, thanks, I do that and se how it works.

phnx47 commented on 2021-03-06 07:05 (UTC) (edited on 2021-03-06 07:06 (UTC) by phnx47)

@agkbill I just run build script from sources. I don't think that problem with package. Try build code from source and ask questions in github.

agkbill commented on 2021-03-06 06:49 (UTC) (edited on 2021-03-06 06:50 (UTC) by agkbill)

Hi was trying out "Ledger-live 2.23.0-1" after I got same error on "ledger-live-bin 2.23.0-1" it builds and install, but UnhandledPromiseRejectionWarning: SyntaxError

It looks like the same error that I gor with previous versons.

[07:44:28] christer@Archmain /home/christer (1) 
> ledger-live-desktop                                                                                                                                                                                                                                                     (base) 
Ledger Live 2.23.0
(node:22582) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at load (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3711:14)
    at async ensureNSLoaded (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3739:5)
    at async Object.getKey (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:3814:3)
    at async App.<anonymous> (/opt/ledger-live-desktop/resources/app.asar/.webpack/main.bundle.js:4087:20)
(node:22582) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:22582) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

phnx47 commented on 2021-03-05 15:03 (UTC)

@blazko ledger-live-bin - precompilled, it is extract binary from AppImage.

blazko commented on 2021-03-05 08:13 (UTC)

I did, but then there was a problem with dependencyledger-udev that eventually, I had to comment out and install it manually afterwards. Is there any reason we have both ledger-live and ledger-live-bin in aur?

phnx47 commented on 2021-03-04 14:53 (UTC)

@blazko You should resolve conflict with ledger-live-bin, just remove:

pacman -R ledger-live-bin

blazko commented on 2021-03-04 14:34 (UTC)

Can't update with error:

[blazej@blazej-t490s ~]$ pamac install ledger-live
Warning: ledger-live is only available from AUR
Preparing...
Cloning ledger-live build files...
Checking ledger-live dependencies...
Error: Failed to prepare transaction:
conflicting dependencies:
- ledger-live and ledger-live-bin are in conflict
Resolving dependencies...
Checking inter-conflicts...
Error: unresolvable package conflicts detected
Error: Failed to prepare transaction:
conflicting dependencies:
- ledger-live and ledger-live-bin are in conflict

phnx47 commented on 2021-02-10 06:55 (UTC) (edited on 2021-02-10 06:59 (UTC) by phnx47)

My build still ok. Run yarn install in ledger-live-desktop-2.20.0. keccak was rebuilt...

  • rebuilding native dependency  name=@ledgerhq/ledger-core version=6.10.0
  • rebuilding native dependency  name=keccak version=1.4.0
  • rebuilding native dependency  name=node-hid version=2.1.1
  • rebuilding native dependency  name=secp256k1 version=4.0.2
  • rebuilding native dependency  name=usb-detection version=4.10.0
  • rebuilding native dependency  name=keccak version=3.0.0
Done in 102.50s.
Done in 513.81s.

But yes, I can't rebuild in ledger-live-desktop-2.20.0/node_modules/keccak with command node-gyp rebuild.

I will try reproduce in new virtual machine without additional software later

arpspoof commented on 2021-02-09 22:45 (UTC) (edited on 2021-02-09 22:46 (UTC) by arpspoof)

@phnx47

My build fails when npm tries to rebuild the module keccak. I can reproduce this by running "node-gyp rebuild" from commandline in ledger-live-desktop-2.20.0/node_modules/keccak

make: *** [keccak.target.mk:125: Release/obj.target/keccak/src/addon.o] Error 1
make: Leaving directory '/home/jboo/.cache/pacaur/ledger-live/src/ledger-live-desktop-2.20.0/node_modules/keccak/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Linux 5.10.14-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/jboo/.cache/pacaur/ledger-live/src/ledger-live-desktop-2.20.0/node_modules/keccak
gyp ERR! node -v v12
gyp ERR! not ok.20.1
gyp ERR! node-gyp

phnx47 commented on 2021-02-02 13:42 (UTC)

@e3a4 I can't reproduce this error.