-
Notifications
You must be signed in to change notification settings - Fork 31
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 Arch build fails to compile #79
Comments
You have to clone and build quick from source.
Even if a quick package is installed...
This is explained in the README file.
We are writing specific build instructions in the edbrowse wiki, but I'm sorry we don't have one written for arch yet.
I'll add that to my list.
Still the general comments in README should apply.
Yes there are statics on edbrowse.org, I think the latest is 3.8.1, but it is often better to follow the latest if you can.
We fix bugs and make changes often.
Karl Dahlke
|
First of all, thank you for the wonderfull and continuing work on this tool. It's amazing to see the amount of current and fresh information on github, the wiki and edbrowse.org. Nice for people who are interested but new to these concepts of line browsing etc. In contrast to veteran users, for whom "everything is obvious" and no need for "docs" or "wiki" pages.
Any updates on this ? I have exactly the same problem also on Archlinux,
Thanks in advance. |
For reference, here is the Archlinux PKGBUILD page, https://aur.archlinux.org/packages/edbrowse-git |
That's much easier to answer with the error. |
ah, and the first post says after installing unixodbc you need quickjs. That'll probably be true for you asell. |
Thanks for your orientation. Forgot to say that after finding on https://edbrowse.org/
Maybe that should be in the wiki as well ? So anyway, I tried that one, https://edbrowse.org/static/, on Archlinux and it seems to run flawlessly. That makes it possible to create a PKGBUILD for Archlinux "edbrowse-bin". Which will avoid adding more complicated dependencies only found on the AUR and not in Arch official packages.
Actually that is my biggest "problem". The AUR in Archlinux is a gift from the gods. You can find and put everything needed there. But, I try to avoid more and more AUR dependecies on my system. Since they are user provided and not "officially" Archlinux reviewed. In the end the best thing would be for Archlinux itself, to officially make a package for edbrowse. Hope we can get there, if we get enough votes on the edbrowse AUR PKGBUILD. I wondered why arent these static build for Linux being released (and signed/verified/etc) on github ? Easier to find . And maybe better than from a private web page, even though they are being GPG signed ? Github provides a nice free infrastructure to automating all this, the github actions/workflows. I'm not a programmer. And I am well aware that Go is much easier to build and distribute than other languages. I naively suspect that in the end it's always that javascript dependency that ruins the party. Be it jseng/quickjs/duktape . Being very interested lately in all things minimalism, gemini, text browsing etc. I am a proficient cli user and browser of the modern web without javascript. My first question is, Is there anything like "edbrowser without javascript support" ? Regarding github. I Always wandered why there is "nothing to download" in the github release page, https://github.com/CMB/edbrowse/releases. Only "tags". So my second question is, Is it something being considered ? Or somehow the current dependencies for edbrowse make this a very difficult task and a lot of work needed for edbrowse ? |
Thought I would comment here with since I also commented over in the AUR. The fix with the AUR package is adding dependencies for quickjs and unixodbc as mentioned above. additionally the make command needs to be run like this
Simply because the makefile assumes quickjs is relative to the source of edbrowse rather than assuming quickjs is in the system. Jseng (as op mentions) is where make first references what is found in /usr/include/quickjs namely, as op mentions, the quickjs-libc.h Though I personally find it an odd choice to reference required files relative to source location. I don't know if this really counts as an issue with edbrowse but more with the aur package which seems to not be actively maintained. EDIT: I finally had a chance to fully test it and my solution didn't actually work. It would build but as soon as you actually tried to load a site it would segfault. This is the correct solution. for the PKGBUILD to run
|
You should probably work with and package 3.8.5, it does not require
tidy, which you referenced.
Also, it uses quickjs, yes, but does not need to patch it, as earlier
versions use to do.
Karl Dahlke
|
I was just trying to take the existing PKGBUILD from the aur and get it
to run. the tidy reference is from the original file which does
automatically grab the latest source from github but this file was made
like 5 years ago so it had a couple of old dependencies and a couple of
missing ones.
I will update my comment over on the aur to let them know tidy is no
longer needed as well and hopefully the maintainer will respond soon
with my updates.
…On 2022-10-07 15:40, eklhad wrote:
You should probably work with and package 3.8.5, it does not require
tidy, which you referenced.
Also, it uses quickjs, yes, but does not need to patch it, as earlier
versions use to do.
Karl Dahlke
--
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID:
***@***.***>
|
I've just run into this, on the latest Arch Linux, Edbrowse fails to build from the AUR.
It requires quickjs and the unixodbc packages, which I I instaled, and now it wants jseng. Which is where it trips up.
Is there a static build or is the Aur pkgbuild out of date? The last comment from March this year shows it fails to build as well, though with a different issue that's corrected with the unixodbc package being installed
However the one I'm running into for Arch, is it can't find quickjs-libc.h despite there being a quickjs and quickjspp in the AUR however. So is this an Arch issue or a pkgbuild issue with it failing to compile?
The text was updated successfully, but these errors were encountered: