-
Notifications
You must be signed in to change notification settings - Fork 214
Error on deb package: Invalid cross-device link #2089
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. |
@alganza can you elaborate on the issue please? |
What can I elaborate on? I posted all the information I can gather, I believe. Installing the deb package tries to create a hard link between two different locations (/usr/ and /opt/, I believe) which is reasonable to want to keep under different disk partitions or, as in my case, on two different btrfs subvolumes. |
@alganza sorry, the email notification I received from your original post was incomplete. Thanks for the info. We rely on Is there any reason why you are using the Also note that in the future we will likely ditch the |
Thank you for your answer. |
I tried the 86_64 AppImage and it worked. I assumed that image was for the IA86 processors, and not for the amd64. It's working fine on my box. Thank you. |
Great! |
Description
Error "Invalid cross-device link" while installing deb package:
dpkg: error processing archive Zap-linux-amd64-v0.4.1-beta.deb (--install):
error creating hard link './usr/share/icons/hicolor/0x0/apps/zap-desktop.png': Invalid cross-device link
Expected Behavior
It should install the wallet.
Actual Behavior
It does not.
Possible Fix
Keeping everything under the same path /usr/local/ or /opt/, maybe?
I don't understand why a program installed on /opt/ or /usr/local/ needs to fiddle with /usr/share/.
Steps to Reproduce
Context
I'm trying to install Zap Desktop wallet 0.4.1, so that I can run a LN LTC node, apart from the BTC one.
Your Environment
Devuan, with btrfs subvolumes for /, /var/, /var/tmp/, /opt/, /srv/, /usr/local/...
Devuan (deb package) ascii.
The text was updated successfully, but these errors were encountered: