LinuxQuestions.org
Help answer threads with 0 replies.
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 09-15-2017, 11:48 PM   #181
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45

Good work, Nobodino!

I'm still working away at this, slowly. May have something to show
pretty soon, if I can just get some consistency in the builds. Everytime
I fix one thing another goes bonkers.
 
Old 09-24-2017, 08:16 AM   #182
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
Well I finally got everything working (It was just before the big python3 update):

-nfs-utils: small patch
-herqq: new patch
-calligra: build it at the very end
-clisp: build a new version (used 'hg clone http://hg.code.sf.net/p/clisp/clisp clisp-2.49')
-rust: still locked at 1.19 version
Attached Files
File Type: txt patches_generator-r7.txt (246.2 KB, 25 views)
File Type: txt sources_alteration-r7.txt (32.4 KB, 27 views)
File Type: txt lists_generator-r5.txt (28.3 KB, 30 views)
File Type: txt sfsbuild1-r36.txt (155.2 KB, 22 views)
File Type: txt sfsinit-r37-split.txt (23.7 KB, 25 views)
 
Old 12-31-2017, 11:24 PM   #183
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Nobodino,

I was looking over the KDE build in your scripts and noticed in
the functions build_post_kde1 and 2, you rebuild several of the
KDE programs, but never re-install them. Is this correct?

Worsel
 
Old 01-01-2018, 04:55 AM   #184
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
You're right, it's a mistake.
Thanks for the warning, I'll correct it when I find time to do it.
There has been a lot of changes in slackware-current since september.
 
Old 01-01-2018, 02:34 PM   #185
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Actually it's installed by the KDE.SlackBuild. I realized this as soon
as I woke up this morning. My question was inspired by partying and
lack of sleep. Sorry.
 
Old 01-17-2018, 01:27 AM   #186
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
question to Worsel: have-you a version of sfsinit script working for x86_64, there is something wrong with adjust_x86_64 in mine, it segfaults after that step. I can go on and build manually, but not with sfsbuild script?
 
Old 01-17-2018, 04:40 PM   #187
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Quote:
question to Worsel: have-you a version of sfsinit script working for x86_64, there is something wrong with adjust_x86_64 in mine, it segfaults after that step. I can go on and build manually, but not with sfsbuild script?
Don't know, as I am assuming you are building -current. I'm still working on -14.2 and using what is basically your sfsinit script from 20170109. I suppose i should
just give up on it and start working on -current. Can't get kde to completely build. amarok, kdeartwork, kdesdk-kioslaves, kgamma, kuser, and kdev-python refuse to build.

Post a copy of your sfsinit and I'll see if I can spot the problem.
 
Old 01-18-2018, 12:40 AM   #188
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
here are the working scripts for x86 version, but not for x86_64.
there is a new script, but it's my own variables.
Attached Files
File Type: txt sources_alteration.sh.txt (33.2 KB, 16 views)
File Type: txt patches_generator.sh.txt (244.9 KB, 28 views)
File Type: txt export_variables.sh.txt (2.3 KB, 22 views)
File Type: txt sfsbuild1.sh.txt (157.1 KB, 28 views)
File Type: txt sfsinit-r38-split.sh.txt (21.7 KB, 14 views)
 
Old 01-18-2018, 01:10 AM   #189
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
You will have to build tools_64 for current version.
Attached Files
File Type: txt prep-sfs-tools.sh.txt (1.8 KB, 17 views)
File Type: txt prep_variables.sh.txt (1.5 KB, 14 views)
File Type: txt sfs-tools-current-r9.sh.txt (25.7 KB, 19 views)
 
Old 01-19-2018, 01:43 PM   #190
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Nobodino,

I built the tools ok and got sfsint to work on my machine. However I seem to be missing
a copy of lists_generator.sh.
 
Old 01-19-2018, 02:57 PM   #191
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
here it is.
Attached Files
File Type: txt lists_generator.sh.txt (28.7 KB, 28 views)
 
1 members found this post helpful.
Old 01-20-2018, 11:22 AM   #192
jcamacho55
LQ Newbie
 
Registered: Dec 2014
Location: Venezuela
Distribution: Slackware
Posts: 9

Rep: Reputation: Disabled
MPFRVER=4.0.0

But on 01182018 the MPFRVER was 4.0.0?
 
Old 01-20-2018, 11:26 AM   #193
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
adjust to the latest version available at the time you rsync your local slackware repository. No less, no more! It's for current version, so it moves nearly every day...
 
Old 01-20-2018, 11:30 AM   #194
jcamacho55
LQ Newbie
 
Registered: Dec 2014
Location: Venezuela
Distribution: Slackware
Posts: 9

Rep: Reputation: Disabled
Ok. Thank you!

Ok. Thank you!
 
Old 01-20-2018, 08:01 PM   #195
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Nobodino,

There seems to be another problem in your setup:

chown root:root somefile returns "chown: invalid user: 'root:root'"

This happens from the command line or from a script.

I haven't traced this down yet. Google returns only a few old (1997 or so) threads on this.
None of them seem particulary helpful. Don't know if this is related to the first problem.
 
  


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
[SOLVED] /usr/bin/X11/X11/....... 10 X11 subsets & counting walter74 Linux - General 2 06-07-2015 12:36 AM
How do I get the /etc/X11/X file rebuilt from scratch rickh Debian 4 05-07-2006 11:06 PM
ali aladdin v agp stinks :scratch: :scratch: :scratch: Mr Marmmalade Linux - Hardware 1 07-08-2003 05:11 AM

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

All times are GMT -5. The time now is 03:57 PM.

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