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


Reply
  Search this Thread
Old 02-18-2018, 02:50 AM   #211
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205

Quote:
Originally Posted by Alien Bob View Post
Yes, that is why Slackware is still around as the oldest actively maintained distro - because its developer sticks to his master plan and does not run around in an air of chaos and panic like those other distros.
nether dose slack ware jump on the latest bad idea band wagon ie s*d
 
1 members found this post helpful.
Old 02-24-2018, 08:30 AM   #212
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
While compiling slackware-current there's still a special case: gst-plugins-base0
I compiles fine on x86_64 but not on x86: need a patch from LFS only for that case.
 
Old 02-25-2018, 12:00 PM   #213
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Another special case: kate
If you try to compile it solely on a pure slackware-current x86 or x86_64, it fails with the following message:
-----------------------
sip: ::KFontChooser ctor argument 5 has an unsupported type for a Python signature - provide a valid type, %MethodCode and a C++ signature
make[2]: *** [addons/kate/pate/sip/CMakeFiles/python_module_PyKate4_kate.dir/build.make:64: addons/kate/pate/sip/kate/sipkatepart0.cpp] Error 1
make[2]: *** Suppression du fichier ��addons/kate/pate/sip/kate/sipkatepart0.cpp��
make[1]: *** [CMakeFiles/Makefile2:3513: addons/kate/pate/sip/CMakeFiles/python_module_PyKate4_kate.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
kdebindings:kate failed to build.
-------------------------
But when you compile it in a complete Slackware From Scratch system, it builds fine by adding the following patch to kate's patch:
-----------------------
cat > cmake-policy.diff << "EOF"
Author: Pino Toscano <pino@debian.org>
Description: Update cmake version & policy.
Set cmake_mininum_required to match kdelibs policy and enable newer cmake
policies.
Forwarded: not-needed
Last-Update: 2016-06-19

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,8 @@
# Kate project
project (kate)

+cmake_minimum_required(VERSION 2.8.9)
+
# shared libs
set (LIBRARY_TYPE SHARED)
}
EOF

Last edited by nobodino; 02-25-2018 at 12:01 PM.
 
1 members found this post helpful.
Old 02-25-2018, 12:21 PM   #214
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Original Poster
Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
wow, thanks for your work , nobodino!

I wonder if I should mark this thread as resolved, and start a new one, something Slackware CI (continuous integration)
but I do not know how huge the interest on such a topic is
 
Old 02-25-2018, 12:31 PM   #215
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
As you wish, it's the last special case I've in my pocket!
 
Old 02-26-2018, 07:22 AM   #216
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Rep: Reputation: Disabled
Glad to see you got things working and happy. I totally get not wanting to deal with learning then new math all the time. I avoided uefi too until I went NMVE up to that point I used the legacy mode; booting systems off sata. When I switched to nmve I was kinda forced at that point not wanting to deal with altering LILO itself.

I can tell you this. Its a few steps to get elilo working but once it is its super to deal with a working system. So if you take the effort at some point or on some future system to getting EFI to see elilo once you get beyond that point you'd probably find the 'new' to actually be a minor improvement.
 
Old 02-26-2018, 10:05 AM   #217
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by chemfire View Post
Glad to see you got things working and happy. I totally get not wanting to deal with learning then new math all the time. I avoided uefi too until I went NMVE up to that point I used the legacy mode; booting systems off sata. When I switched to nmve I was kinda forced at that point not wanting to deal with altering LILO itself.

I can tell you this. Its a few steps to get elilo working but once it is its super to deal with a working system. So if you take the effort at some point or on some future system to getting EFI to see elilo once you get beyond that point you'd probably find the 'new' to actually be a minor improvement.
Wrong thread, I think.
 
Old 02-26-2018, 01:48 PM   #218
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
If you build all of KDE (not just kate), then kate will compile fine on -current. It needs the changes to pykde4 before it will compile.
 
6 members found this post helpful.
Old 02-27-2018, 12:38 AM   #219
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Thanks for the answer. Local source changes in kde are not advisable, too much interactions and dependancies.
 
  


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
need to recompile some packages after upgrading to -current sycamorex Slackware 8 01-14-2012 05:33 PM
Fix broken packages ervini Linux Mint 1 12-18-2010 06:59 PM
Trying to recompile existing packages or new packages with optimization nx5000 Debian 6 02-28-2006 04:18 PM
can not fix tar packages tuzhiyong Linux - Newbie 1 11-23-2004 11:56 AM
Recompile slackware packages senorsnor Slackware 3 07-09-2004 07:59 PM

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

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