LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-20-2022, 07:51 PM   #436
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,343

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126

Quote:
Originally Posted by marav View Post
Code:
--enable-kernel=VERSION compile for compatibility with kernel
                        not older than VERSION
from ./configure --help
that's it.
 
Old 03-21-2022, 06:01 AM   #437
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,473

Rep: Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228
Since lua has become an increasingly necessary dependency for many projects.
Like mpv, vlc, obs, wireshark, conky, ... (more than 100 projects on SBo)

Can we expect to have it in slackware?
 
6 members found this post helpful.
Old 03-21-2022, 06:31 AM   #438
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,230

Rep: Reputation: 303Reputation: 303Reputation: 303Reputation: 303
gtk-4.6.2
https://download.gnome.org/sources/g...k-4.6.2.tar.xz

pango-1.50.6
https://download.gnome.org/sources/p...-1.50.6.tar.xz
 
Old 03-21-2022, 12:32 PM   #439
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 543

Rep: Reputation: 384Reputation: 384Reputation: 384Reputation: 384
Quote:
Originally Posted by marav View Post
Can we expect to have it in slackware?
In theory, it's already there
Code:
texlua --credits | grep 'lua version'
Compiled with lua version 5.3.6
Code:
cat <<EOF>hello.lua
print("Hello World!"
EOF
texlua --luaonly hello.lua 
Hello World!
But i have no idea to what extend it's usable as real lua interpreter.
 
Old 03-21-2022, 12:53 PM   #440
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,408
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by marav View Post
Since lua has become an increasingly necessary dependency for many projects.
Like mpv, vlc, obs, wireshark, conky, ... (more than 100 projects on SBo)

Can we expect to have it in slackware?
I believe it's not too simple as (like with python earlier ?) some projects are for lua5.1, or 5.4 and anything in between. I had a few modified slackbuilds that made SBo builds install along each others but I guess that's the maintainers' job.

Anyway I would like it (I could have both luakit and neomutt lua capability without lot of work <3 )
 
1 members found this post helpful.
Old 03-21-2022, 01:28 PM   #441
xunilq
LQ Newbie
 
Registered: Dec 2016
Posts: 21

Rep: Reputation: Disabled
I'm on 15.0 after a few years away from linux and i'm honestly surprised as i have not logged on my windows account since i have installed 15.0 a week ago. Managed to install everything i had on windows for gaming and productivity with superior performance and now added excitement.

edited, i was even more off topic

Last edited by xunilq; 03-21-2022 at 04:54 PM.
 
1 members found this post helpful.
Old 03-22-2022, 02:52 AM   #442
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,473

Rep: Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228Reputation: 4228
Quote:
Originally Posted by Tonus View Post
I believe it's not too simple as (like with python earlier ?) some projects are for lua5.1, or 5.4 and anything in between. I had a few modified slackbuilds that made SBo builds install along each others but I guess that's the maintainers' job.

Anyway I would like it (I could have both luakit and neomutt lua capability without lot of work <3 )
According to the documentation, versions < 5.4 will not be upgraded anymore
https://www.lua.org/versions.html

So, It doesn't cost much to keep them, eventually in extra/, and to have the latest stable in the main tree
 
Old 03-22-2022, 06:47 AM   #443
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 489

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
Hi,
It seems rubygem-asciidoctor needs to be rebuilt against ruby-3.1.1.

Before rebuilding it:
Code:
# asciidoctor -v
/usr/lib64/ruby/3.1.0/rubygems.rb:265:in `find_spec_for_exe': can't find gem asciidoctor (>= 0.a) with executable asciidoctor (Gem::GemNotFoundException)
        from /usr/lib64/ruby/3.1.0/rubygems.rb:284:in `activate_bin_path'
        from /usr/bin/asciidoctor:23:in `<main>'
After rebuilding:
Code:
# asciidoctor -v
Asciidoctor 2.0.15 [https://asciidoctor.org]
Runtime Environment (ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)
 
1 members found this post helpful.
Old 03-22-2022, 07:01 AM   #444
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 624

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Samba 4.16.0
 
1 members found this post helpful.
Old 03-22-2022, 07:30 AM   #445
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 147

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by Thom1b View Post
Hi,
It seems rubygem-asciidoctor needs to be rebuilt against ruby-3.1.1.
That could be combined with an update to asciidoctor 2.0.17
 
Old 03-22-2022, 07:33 AM   #446
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,085

Rep: Reputation: Disabled
Quote:
Originally Posted by Thom1b View Post
Hi,
It seems rubygem-asciidoctor needs to be rebuilt against ruby-3.1.1.

Before rebuilding it:
Code:
# asciidoctor -v
/usr/lib64/ruby/3.1.0/rubygems.rb:265:in `find_spec_for_exe': can't find gem asciidoctor (>= 0.a) with executable asciidoctor (Gem::GemNotFoundException)
        from /usr/lib64/ruby/3.1.0/rubygems.rb:284:in `activate_bin_path'
        from /usr/bin/asciidoctor:23:in `<main>'
After rebuilding:
Code:
# asciidoctor -v
Asciidoctor 2.0.15 [https://asciidoctor.org]
Runtime Environment (ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)
Not sure about this one. Arch builds asciidoctor-2.0.17 against ruby-3.0.3. Maybe the respective building methods make a difference here? In any case if this is actually a ruby version issue, it should be reported upstream (i.e. to Dan Allen), I think.

PS And maybe a ruby upgrade will break existing gems? Not a concern for Slackware which ships only one AFAIR, but for me it would be one as Slint64-15.0 will include 26. OK, rather rhethorical argument as it will not be based on -current...

PPS Confirmed. Quick and dirty build (on Slackware64-15.0) inspired from https://github.com/archlinux/svntogi...trunk/PKGBUILD gives:
Code:
~$ asciidoctor -v
Asciidoctor 2.0.17 [https://asciidoctor.org]
Runtime Environment (ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)
EDIT: works also with 2.0.15: "Qui peut le plus, peut le moins." (not always true with computer programs, though.)

Last edited by Didier Spaier; 03-22-2022 at 08:21 AM. Reason: EDIT added.
 
Old 03-22-2022, 08:44 AM   #447
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,361

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
@Didier Spaier

Archlinux remains under ruby-3.0 cause some gems not ready for 3.1 thats all.

If ascdoctor builds under 3.1.1 then we can go.

Some gens i see not build native extensions under ruby 3.1 , but slackware only have 1 , if nothing break , we safe , if not safe we see on build time as "error"

Last edited by USUARIONUEVO; 03-22-2022 at 08:45 AM.
 
Old 03-22-2022, 09:03 AM   #448
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,085

Rep: Reputation: Disabled
@USUARIONUEVO: Whether it be or not the right time to upgrade ruby in Slackware-current is not a concern for me, I just pointed out that this upgrade is/was not necessary to build asciidoctor.

Last edited by Didier Spaier; 03-22-2022 at 12:18 PM. Reason: s/python/ruby/, thanks USARIONUEVO.
 
Old 03-22-2022, 09:35 AM   #449
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,361

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
sorry but asciidoctor is ruby , not PYTHON.

you say that

Not sure about this one. Arch builds asciidoctor-2.0.17 against ruby-3.0.3

And i clarify , arch not move to ruby-3.1 cause some gems not ready.

But slackware for now only have asciidoctor gem , if build, then no problem to go 2.0.15 , 2.0.17 or 2.0.30000000000

Last edited by USUARIONUEVO; 03-22-2022 at 09:38 AM.
 
1 members found this post helpful.
Old 03-22-2022, 12:16 PM   #450
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,085

Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
sorry but asciidoctor is ruby , not PYTHON.
Corrected, thanks.

Quote:
you say that

Not sure about this one. Arch builds asciidoctor-2.0.17 against ruby-3.0.3

And i clarify , arch not move to ruby-3.1 cause some gems not ready.

But slackware for now only have asciidoctor gem , if build, then no problem to go 2.0.15 , 2.0.17 or 2.0.30000000000
I have already answered that I do not care which ruby versions is shipped in -current that I do not use.

Last edited by Didier Spaier; 03-22-2022 at 12:19 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration