LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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


Closed Thread
  Search this Thread
Old 11-15-2017, 12:39 PM   #3136
AlexSlack
Member
 
Registered: Jul 2012
Location: El Salvador
Distribution: Slackware-current
Posts: 53

Rep: Reputation: 42
Talking IPv6 rules support


Good day,

Could you please set this option in the next kernel compilation, is it possible?

Code:
CONFIG_IPV6_MULTIPLE_TABLES=m
I see that the only requirement is FIB_RULES=y, which is already in kernel. I am currently recompiling the ipv6 module in order to add that functionality, Is there a reason why is not included by default that I'm ignoring?

Thank you!
 
2 members found this post helpful.
Old 11-15-2017, 12:53 PM   #3137
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,336

Rep: Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123
scons-3.0.1:

http://scons.org/tag/releases.html
https://downloads.sourceforge.net/pr...s-3.0.1.tar.gz

samba-4.6.10:

https://www.samba.org/samba/history/samba-4.6.10.html
https://download.samba.org/pub/samba...-4.6.10.tar.gz
 
Old 11-16-2017, 09:22 AM   #3138
CTM
Member
 
Registered: Apr 2004
Distribution: Slackware
Posts: 308

Rep: Reputation: 287Reputation: 287Reputation: 287
edit: invalid bug report, sorry.

Last edited by CTM; 11-16-2017 at 09:25 AM.
 
Old 11-16-2017, 09:53 AM   #3139
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,142

Rep: Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211
Quote:
Originally Posted by gmgf View Post
It build and work with the current SlackBuild
if anyone wants to try building the new 58.x betas here I have done it with just some little changes to the SlackBuild (mainly because now mach is needed to build it)
Code:
--- ./mozilla-firefox.SlackBuild.orig   2017-10-03 08:34:24.000000000 +0200
+++ ./mozilla-firefox.SlackBuild        2017-11-16 14:51:07.593346490 +0100
@@ -180,7 +180,6 @@
   --enable-official-branding \
   --prefix=/usr \
   --libdir=/usr/lib${LIBDIRSUFFIX} \
-  --with-default-mozilla-five-home=/usr/lib${LIBDIRSUFFIX}/firefox-$RELEASEVER \
   --with-system-zlib \
   --enable-alsa \
   --enable-application=browser \
@@ -250,15 +249,16 @@
   # Launch Xvfb to let the profile scripts run in a X session.
   # Ugly note: if the build breaks you may want to do a "killall Xvfb".
   Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY &
-  dbus-launch --exit-with-session make -f client.mk build || exit 1
+  dbus-launch --exit-with-session ./mach build || exit 1
   kill $! || true
 else
   # Do a normal build
   echo "ac_add_options --disable-tests" >> .mozconfig
-  make -f client.mk build || exit 1
+  ./mach build || exit 1
 fi
 
-make -f client.mk install DESTDIR=$PKG || exit 1
+./mach buildsymbols || exit 1
+DESTDIR=$PKG ./mach install || exit 1
 
 # We don't need these (just symlinks anyway):
 rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/firefox-devel-$RELEASEVER

Last edited by ponce; 11-16-2017 at 09:55 AM.
 
1 members found this post helpful.
Old 11-16-2017, 11:31 AM   #3140
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657
Quote:
Originally Posted by ponce View Post
if anyone wants to try building the new 58.x betas here I have done it with just some little changes to the SlackBuild (mainly because now mach is needed to build it)
I haven't kept up with it, and this isn't directed strictly at ponce, but with adding all these new build systems, have they finally removed the requirement to have that super old autoconf? If they haven't, does anyone know if they're working towards it?
 
Old 11-16-2017, 01:16 PM   #3142
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,142

Rep: Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211Reputation: 4211
Quote:
Originally Posted by bassmadrigal View Post
I haven't kept up with it, and this isn't directed strictly at ponce, but with adding all these new build systems, have they finally removed the requirement to have that super old autoconf? If they haven't, does anyone know if they're working towards it?
I am not very up-to-date with mozilla's recent development decisions, but judging from here and the mozilla dev-builds mailing list, where I couldn't find any discussion on the matter, I suppose the ancient autoconf is there to stay.
maybe someone else could have more informations...
 
1 members found this post helpful.
Old 11-17-2017, 02:48 AM   #3143
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Fri Nov 17 00:56:25 UTC 2017 is quite an update! Congratulations! ;-)

--
Best regards,
Andrzej Telszewski
 
1 members found this post helpful.
Old 11-17-2017, 03:03 AM   #3144
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,823

Rep: Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988
Nevermind. User error.

Last edited by RadicalDreamer; 11-17-2017 at 03:37 AM.
 
Old 11-17-2017, 04:00 AM   #3145
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,336

Rep: Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123Reputation: 1123
linuxdoc-tools:
just a question for Stuart Winter, a reason for no update gtk-doc ?
thanks

http://ftp.gnome.org/pub/gnome/sourc...-doc-1.26.news
http://ftp.gnome.org/pub/gnome/sourc...oc-1.26.tar.xz
 
Old 11-17-2017, 05:08 AM   #3146
gildbg
Member
 
Registered: Aug 2017
Distribution: Slackware, OpenBSD
Posts: 170

Rep: Reputation: Disabled
KDE5, Wayland, Dual boot (to keep old/previous kernel)
 
Old 11-17-2017, 02:14 PM   #3147
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 211Reputation: 211Reputation: 211
I wonder if it's not time to include tizonia soon.
There was an GSOC this summer that ported openmax-il from Bellagio to Tizonia so it might be some what useful for AMD users that encode video.
Tizonia openmax-il is the offical openmax interface needed for hardware encode for AMD hardware.
Tizonia is also a command line cloud music player.
http://tizonia.org/
https://github.com/tizonia/tizonia-o...eleases/latest

Last edited by Nille_kungen; 11-18-2017 at 02:42 AM.
 
Old 11-17-2017, 03:14 PM   #3148
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,357

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
no one say nothing, but ... kernel is updated to 4.14 , ...very nice update.

Time to see QT5/KDE5 and php7 ? ... thats the only two parts old in the system now.
 
Old 11-17-2017, 04:07 PM   #3149
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,081

Rep: Reputation: Disabled
PAM

PAM is needed by more software nowadays. Just two examples: Cinnamon and Lightdm.

I included it in Slint recently to be able to ship lightdm, no issue so far.

It seems to coexist nicely with shadow.

I know very few about it, just my

But... Maybe it's already in the pipe?

While we are at it, accountsservice would be a nice addition. I guess it will be included as a dep of KDE5 anyway, as Eric made a package of it for that. Also copyrighted by Pat, maybe this is a hint?

Last edited by Didier Spaier; 11-17-2017 at 04:34 PM.
 
3 members found this post helpful.
Old 11-17-2017, 06:33 PM   #3150
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107
Quote:
Originally Posted by Didier Spaier View Post
Eric made a package of it for that. Also copyrighted by Pat, maybe this is a hint?
I always add Pat to the copyright statement of a SlackBuild script if my hope is that the package eventually ends up in Slackware proper. The mere fact of the copyright statement is not a guarantee that a package does indeed find its way into the core distribution though. It's always Pat's decision, not mine.
 
  


Closed Thread



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
[SOLVED] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

All times are GMT -5. The time now is 11:14 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