-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AUR Build Error #217
Comments
OS: Arch |
This is the issue I was trying to fix a while back and #191 is work in that direction. The upstream project does not build properly on a host system right now, only the containerized build is known to work. I'll fix the AUR packaging as soon as the project itself has workable configuration options that allow it to build and run on a regular system (or if somebody wants to submit a way to hack around it I'm open to that too). |
Is there any reason why it would be calling lua files from the build directory rather then an installed location in the first place? |
I had no Build Error, but after the Build the Software wouldn't run and through the Same Error:
|
He was able to get it running |
When building directly from AUR, I got the same error as @hofq. But then I tried to edit PKGBUILD using patch by patlefort from https://aur.archlinux.org/packages/gittyup#comment-872036, changed version to 1.1.2 and it is working now. |
Many of the issues AUR builds were running into have been fixed in |
@alerque this was the latest mr before the release mr. So it will not take that long anymore until the new release |
Cool beans! I don't think we're quite far enough along cleaning up the 3rd party dependency scene to move it to [community] this release cycle, but #314 sure brought it a lot closer. In any event even if [community] is one more release cycle off we should be able to get a pretty stable easy to compile AUR build going for this cycle (and of course I host prebuilt versions of all my AUR packages). |
First i tried installing it using
paru -S gittyup
thenparu -S gittyup-git
and last withgit clone git clone https://aur.archlinux.org/gittyup.git
&makepkg -si
Always the Same error.
Do you have an Idea how this could happen?
The text was updated successfully, but these errors were encountered: