-
Cannot install the ppa with errors like this
and from source, i get this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I can't speak on the PPA, but for the installation from source, can you share the commands leading up to that? I'll try to repro it. In case it was the following, here's my result: git clone https://github.com/eruption-project/eruption.git
cd eruption
make
That's discouraging that the I'm guessing that eruption's dependencies will need to be tweaked for the latest landscape of libraries. Unless the cargo compilation is successful, there will be nothing to install from that target/release directory. I also tried the If you were getting the same errors as above, try this inside the eruption directory:
That will have the compilation use Rust 1.76, which at least on my system lets me compile eruption. I don't know exactly at which version the compilation fails, so feel free to explore. (To unset that override and go back to the default version, you can use I'd like to help iron out this dependency problem so that this workaround is not necessary, but I cannot make any promises. |
Beta Was this translation helpful? Give feedback.
-
the command was copy of the installation instruction, so: git clone https://github.com/eruption-project/eruption.git except i forgot the make command i realise now. The make command produces this error:
I suspect it might have something to do with my system. i installed a new image of tuxedo4 after using tux2 for the longest time. I have my home partition on a separate partion and reuse it with the same username, and although the system works fine, i get permission errors when i try to install dolphin menu services, for example, even though the file was written i am the owner.
So i suspect the issue is on my end. PS: tried your suggesting and its installed now. Thank you |
Beta Was this translation helpful? Give feedback.
I can't speak on the PPA, but for the installation from source, can you share the commands leading up to that? I'll try to repro it.
In case it was the following, here's my result:
git clone https://github.com/eruption-project/eruption.git cd eruption make