Search Criteria
Package Details: ledger-live 2.94.0-3
Package Actions
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://www.ledger.com/ledger-live |
Keywords: | bitcoin cryptocurrency wallet |
Licenses: | MIT |
Submitter: | meriadec |
Maintainer: | phnx47 |
Last Packager: | phnx47 |
Votes: | 21 |
Popularity: | 0.049560 |
First Submitted: | 2018-07-19 09:01 (UTC) |
Last Updated: | 2024-12-19 06:15 (UTC) |
Dependencies (5)
- electron32 (electron32-binAUR)
- ledger-udevAUR (ledger-udev-gitAUR)
- node-gyp (corepackerAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
Required by (2)
- vechain-sync-bin (optional)
- vechain-sync2-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »
phnx47 commented on 2024-06-01 06:03 (UTC) (edited on 2024-06-01 06:03 (UTC) by phnx47)
To be able to build the package, you need to downgrade
pnpm
tov8
.Issue with "bad interpreter: Text file busy", "ELIFECYCLE" should be fixed in 2.81.2-2 with
export UV_USE_IO_URING=0
I spent many hours trying to migrate to corepack which is part of nodejs but still 'experimental' for being pnpm version independent. I have some progress, but still have an issue with building in clean chroot.
phnx47 commented on 2024-05-29 05:09 (UTC)
@HD_hirku I didn't know about a kernel-related issue before. Feel free to maintain this package in the proper way.
polyzen commented on 2024-05-29 02:14 (UTC)
HD_hirku, the attitude is completely unnecessary.
"bad interpreter: Text file busy" is a seperate issue which can be worked around by calling
export UV_USE_IO_URING=0
before the relevant command/s. It should be fixed in Linux 6.9.3.HD_hirku commented on 2024-05-29 01:19 (UTC) (edited on 2024-05-29 01:25 (UTC) by HD_hirku)
@phnx47 Do you not understand what "spinning up a fresh VM with bare user directory" means? It means there is no cache. Unless you're implying that
pnpm 8.15.2-2
somehow creates a global cache?The bottom line is: whatever you did to "fix" this it not something that is applying globally. In fact, the error is identical to https://github.com/nodejs/node/issues/53051 but with slightly different versioning:
With the error being:
which is discussed in https://github.com/nodejs/node/issues/53051
So, no, downgrading to "v8" doesn't solve this issue. I would suggest you check your caches and ensure that you're building on a fresh VM w/ latest updates.
If this issue is not related to https://github.com/nodejs/node/issues/53051 then a real patch should be applied here instead of trust-me-bro, or a new upstream issue should be opened. If this ends up being entirely a kernel-related issue, then your comments should reflect as such.
phnx47 commented on 2024-05-26 08:47 (UTC) (edited on 2024-05-26 08:54 (UTC) by phnx47)
To be able to build the package, you need to downgrade
pnpm
tov8
.Some people receive
ELIFECYCLE
error. This error is not related topnpm
version. Usually,ELIFECYCLE
means there is an issue withnpm/pnpm cache
on your computer.phnx47 commented on 2024-05-25 07:22 (UTC) (edited on 2024-05-25 07:22 (UTC) by phnx47)
@HD_hirku I reproduced your issue with
ELIFECYCLE
when I tried installing without cleansrc
that's why I suggested clean upsrc
.I can build with the following command as well:
HD_hirku commented on 2024-05-25 06:46 (UTC) (edited on 2024-05-25 06:46 (UTC) by HD_hirku)
@phnx47 this makes absolutely no sense as I'm spinning up a fresh VM with bare user directory and using only the following command:
Removing
src
and re-runningmakepkg
changes nothing as it's simply repeating the originalsrc
generation process.phnx47 commented on 2024-05-25 05:31 (UTC)
@HD_hirku I can build with pnpm v8.15.2. If you receive
ELIFECYCLE
error, then you need to clean up yoursrc
folder:rm -R src
.HD_hirku commented on 2024-05-24 22:39 (UTC) (edited on 2024-05-25 03:35 (UTC) by HD_hirku)
@phnx47 I cannot successfully build when rolling back to pnpm v8. I'm receiving
ELIFECYCLE
build errors:I have tried the following:
Which version are you using that builds successfully?
phnx47 commented on 2024-05-24 04:26 (UTC)
@HD_hirku I can build it with pnpm v8. Also I tried switch to corepack which is part of nodejs but still 'experimental' and I have issue with it.
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »