Discussion:
Slackbuilds problem
Add Reply
root
2024-10-28 18:20:45 UTC
Reply
Permalink
I tried to build the elinks browser from slackbuilds. I wanted the
javascript support, so I built js185. The build for elinks
halts with an error about asciidoc.py. I disabled doc support
in the config file and the build went to completion but no
.tgz package was built. Alien Bob does not have any elinks
package.

Any suggestions?

Thanks.
Maik Wagner
2024-10-28 18:58:52 UTC
Reply
Permalink
Hello,
Post by root
Any suggestions?
both packages build fine and produce .tgz-files on my plain Slackware
15.0 box using the SlackBuild scripts included and I am not experiencing
these issues during compilation.

I do only have a plain Slackware 15.0 box and can't tell if this is an
issue with CURRENT that you might have running.

Have a good day and best wishes from Germany,
Maik
Eric Pozharski
2024-10-29 08:06:40 UTC
Reply
Permalink
Post by root
I tried to build the elinks browser from slackbuilds. I wanted the
javascript support, so I built js185. The build for elinks halts with
an error about asciidoc.py. I disabled doc support in the config file
and the build went to completion but no .tgz package was built. Alien
Bob does not have any elinks package. Any suggestions?
My understanding is sometime after 0.16.1 autotools derived build has
been silently left behind. It's all meson now (hint: debian and ports
(that BSD thing) successfully build 0.17.* with meson(!); while gentoo
is stuck with autotools and 0.16.*).

After some deliberation I've chose not giving a fsck (I've checked
changelog -- nothing worth effort comparing with 0.16.*) and wait till
someone brighter would fix this (*SlackBuild). After all, elinks might
be dead again (3rd time? I'm certainly missing something here).
--
Torvalds' goal for Linux is very simple: World Domination
Stallman's goal for GNU is even simpler: Freedom
Marco Moock
2024-10-29 19:53:57 UTC
Reply
Permalink
The build for elinks halts with an error about asciidoc.py.
Post the error message, so it can be analyzed.
--
kind regards
Marco

Send spam to ***@cartoonies.org
root
2024-10-30 02:48:48 UTC
Reply
Permalink
Post by Marco Moock
The build for elinks halts with an error about asciidoc.py.
Post the error message, so it can be analyzed.
As I said in my post, the error message went away when I set
CONFIG_DOC to 0 instead of 1. Just now I went back and changed
the .h file to enable CONFIG_DOC and the make went to completion
but there was no .tgz file . So I went back to the build
and added make all, and make install and I have an elinks.
I like to have the .tgz file so I can delete the package
if I don't like it.

Thanks for responding.

Loading...