I generally avoid using flatpaks whenever possible, I can't figure out how to run the install script (google is giving me NO conclusive answers), and the AUR package failed to install (I use yay for AUR packages, can't verify the validity of the other file it supposedly needs to install or whatever). That said, how am I meant to install Olympus while avoiding the flatpak if I can't make either of the other two options work?
#Trouble installing Olympus on CachyOS
140 messages · Page 1 of 1 (latest)
Show the AUR error
Install lua-lsqlite3 manually, and apply the patch in the AUR comments if the download fails.
i dont know how to do that
what is it asking me to do with this command???
You don't need to download a snapshot. Just git clone
A snapshot is when you want to download a different version than the latest
Latest is fine so just git clone
i have a love/hate relationship with this damned wiki
sometimes its very helpful and then other times it actively avoids specifying fucking anything
now this is literally just gibberish
i can barely understand this section
this is wghat i mean there is literally no context to what half of these words are so i cant read it
Hold on, I'll type out all the commands for you
So it's gonna be like,
git clone https://aur.archlinux.org/lua-lsqlite3.git
cd lua-lsqlite3
curl -L -o PKGBUILD.patch https://pastebin.com/raw/7MqumWn0
git apply PKGBUILD.patch
makepkg -rsi
or actually
hold on
even better:
git clone https://aur.archlinux.org/lua-lsqlite3.git
cd lua-lsqlite3
curl https://pastebin.com/raw/7MqumWn0 | git apply
makepkg -rsi
are those two command strings doing the same thing cos i already ran
curl -L -o PKGBUILD.patch https://pastebin.com/raw/7MqumWn0
then just follow the first one it's fine
and then after that use yay to install olympus
error: patch failed: PKGBUILD:15
error: PKGBUILD: patch does not apply```
its longer but then the last two lines are the exact same error
can you cat PKGBUILD
ooh there aint no other way
I have no idea why this isn't working, let me test on my machine
flatpak? on YOUR arch? it's more likely than you think!!!
do git apply --ignore-whitespace
well the fact that its not immediately outputting anything is reassuring
ok its not doing anything
what do you mean it's not doing anything?
still no output
OH haha
you have to specify the patch file to use
it's PKGBUILD.patch in this case
and this goes before the extra instruction correct
it just did that is that a good thing
fucking hell
i told yay specifically to ONLY INSTALL olympus
and it goes and tries to install the package i JUST INSTALLED anyway
maybe do yay -S --needed olympus
does the same thing yay -S olympus does initially
speaking of that command
packages to cleanbuild choose NotInstalled?
just does this again
reasons I don't like yay
you need to skip the checksums
but it doesnt give you the option
i don't think it's even using the one you just installed
amazing application
can you pacman -Q lua-sqlite3 just to check it's installed
i swear to god
did you not makepkg -rsi at the end?
no
did I leave that out of the instructions?
yes
nope
it is there lol
oh
uh
well
what then cause ive done a bunch of other stuff in both of those windows
as long as you're still in the lua-sqlite3 folder, you can makepkg -rsi
how does this even happen
i dont fucking know
can you open the file ~/.gitconfig and see if there's something there that says autocrlf=true
cant find the file
then just git config --global core.autocrlf false
yeah after i did that it still outputs the same error
I think this'll require installing a package
no idea how this happened or why that defaults to true
pacman -S dos2unix
then dos2unix PKGBUILD
what else do i do to that second command because it doesnt do anything
define "doesn't do anything"
dos2unix ./PKGBUILD?
same thing except "PKGBUILD" is now "./PKGBUILD"
are you in the lua-lsqlite3 folder?
oh
well thats not my root user password but if it says its my password im just going to assume its hashed then
oh thank god
what is going on because guess what it doesn't work on my computer either
yeah I requested for an orphan
oh oh oh I see I see
it was marked as out of date in january
so it retrieved 0.9.7 but the pkgbuild wants 0.9.6
oh
it has a bunch of dependencies too i think
can you open PKGBUILD and change 0.9.6 to 0.9.7... i guess
this may break things further but
how do i do that
i know i said i wanted to avoid using flatpaks but i also said "whenever possible"
this may fall out of the purview of "whenever possible"
ok yeah i found the line i think
save, exit, try makepkg -rsi again
no errors :)
go back to installing olympus?
yeah
it works
what a process
all because of like
some characters and one line of text
thanks for your help btw
no problem! I'll try to get the AUR package for lua-lsqlite3 back up and running