LinuxQuestions.org
Visit Jeremy's Blog.
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 06-14-2018, 01:05 AM   #301
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

Congratulations for your new great-grandson, Worsel!

Anyway "Real Life" is something more important than linux...
 
Old 06-16-2018, 03:19 AM   #302
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
I've done some publicity on Slackware From Scratch in the last distrowatch weekly review, see link:

https://distrowatch.com/weekly.php?i...180611&mode=67

I've looked at what's called "Debian From Scratch",rather disappointing.

Last edited by nobodino; 06-16-2018 at 03:36 AM.
 
2 members found this post helpful.
Old 06-17-2018, 03:55 AM   #303
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
Finally, found a patch to build kdelibs with openssl-1.1.x, follow link https://raw.githubusercontent.com/ar...nssl-1.1.patch
 
1 members found this post helpful.
Old 06-17-2018, 03:55 PM   #304
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Quote:
Finally, found a patch to build kdelibs with openssl-1.1.x, follow link https://raw.githubusercontent.com/ar...nssl-1.1.patch
Excellent! Thanks!
 
Old 06-18-2018, 11:57 AM   #305
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
- the kde patch has been taken into account in slackware-current. Problem solved. Thanks to the dev. team!
- netatalk is still broken by openssl-1.1.x.
 
Old 06-19-2018, 01:16 PM   #306
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
Found patch to build netatalk in slackware64-current, follow links (it's not perfect):
- 1st patch: https://raw.githubusercontent.com/Ha...uams_randnum.c
- 2nd patch: https://raw.githubusercontent.com/Ha...wd_afppasswd.c
- 3rd patch: https://sourceforge.net/p/netatalk/m...etatalk-devel/ (attachment at the end of the page)
- 4th patch: my patch to allow building the package till the end
-----------------------------
modified SlackBuild:
----------------------------
# Fixup some paths in etc2ps.sh
zcat $CWD/netatalk.etc2ps.diff.gz | patch -p1 || exit 1
# patch to build with openssl-1.1.x
cat $CWD/0001-Netatalk-currently-does-not-build-against-OpenSSL-1..patch | patch -Esp1 --verbose
cat $CWD/patch-bin_afppasswd_afppasswd.c | patch -Esp0 --verbose || exit 1
cat $CWD/patch-etc_uams_uams_randnum.c | patch -Esp0 --verbose
cat $CWD/uams-dhx-passwd-openssl-1.1.patch | patch -Esp1 --verbose || exit 1

autoreconf -vif
CFLAGS="$SLKCFLAGS" \
------------------------
there are 2 patch without "exit 1" because of 2 failures in the patching of files, the reason for the 4th patch (modified the patch)
Attached Files
File Type: txt uams-dhx-passwd-openssl-1.1.txt (973 Bytes, 12 views)

Last edited by nobodino; 06-19-2018 at 03:21 PM.
 
Old 06-20-2018, 01:25 AM   #307
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
netatalk: same package with a synthetic patch and a cleaner modified Slackbuild:
----------------------
# Fixup some paths in etc2ps.sh
zcat $CWD/netatalk.etc2ps.diff.gz | patch -p1 || exit 1

# patch to build with openssl-1.1.x
cat $CWD/netatalk-openssl-1.1.x.patch | patch -Esp1 --verbose || exit 1

autoreconf -vif
CFLAGS="$SLKCFLAGS" \
-----------------------
Attached Files
File Type: txt netatalk-openssl-1.1.x.txt (9.4 KB, 10 views)
 
Old 06-23-2018, 07:36 AM   #308
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
no need to lose time trying to rebuild virtuoso-opensource,for the time beeing it's incompatible with openssl-1.1.x, see link: https://github.com/openlink/virtuoso...rce/issues/663

Last edited by nobodino; 06-23-2018 at 08:02 AM.
 
Old 06-23-2018, 03:57 PM   #309
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Original Poster
Rep: Reputation: 45
Quote:
no need to lose time trying to rebuild virtuoso-opensource,for the time beeing it's incompatible with openssl-1.1.x,
Thanks!
 
Old 06-29-2018, 01:40 AM   #310
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
regression test on slackware64-current up to Wed Jun 27 19:40:52 UTC 2018: not so bad:
--------------------
--- list-sfs.txt 2018-06-29 08:38:21.518830390 +0200
+++ list-slackware.txt 2018-06-29 08:18:24.823834955 +0200
@@ -845,6 +842,7 @@
l/urwid-1.0.3-x86_64-3.txz
l/utf8proc-2.1.0-x86_64-1.txz
l/v4l-utils-1.14.2-x86_64-2.txz
+l/virtuoso-ose-6.1.8-x86_64-9.txz
l/vte-0.52.2-x86_64-1.txz
l/wavpack-5.1.0-x86_64-2.txz
l/xapian-core-1.4.5-x86_64-2.txz
@@ -974,6 +972,7 @@
n/rsync-3.1.3-x86_64-2.txz
n/samba-4.8.2-x86_64-1.txz
n/slrn-1.0.2-x86_64-3.txz
+n/snownews-1.5.13_20180507-x86_64-1.txz
n/sshfs-2.10-x86_64-2.txz
n/stunnel-5.47-x86_64-1.txz
n/tcpdump-4.9.2-x86_64-3.txz
@@ -1146,7 +1145,7 @@
x/libinput-1.11.1-x86_64-1.txz
x/libmypaint-1.3.0-x86_64-1.txz
x/libpciaccess-0.14-x86_64-2.txz
-x/libpthread-stubs-0.4-x86_64-2.txz
+x/libpthread-stubs-0.4-noarch-2.txz
x/libSM-1.2.2-x86_64-3.txz
x/libva-2.1.0-x86_64-2.txz
x/libva-utils-2.1.0-x86_64-2.txz
@@ -1290,13 +1289,18 @@
x/xf86-video-nouveau-1.0.15-x86_64-3.txz
x/xf86-video-nv-2.1.21-x86_64-3.txz
x/xf86-video-openchrome-0.6.0-x86_64-3.txz
+x/xf86-video-r128-6.10.2-x86_64-2.txz
x/xf86-video-rendition-4.2.7-x86_64-1.txz
x/xf86-video-s3-0.6.5-x86_64-11.txz
+x/xf86-video-s3virge-1.10.7-x86_64-4.txz
+x/xf86-video-savage-2.3.9-x86_64-2.txz
x/xf86-video-siliconmotion-1.7.9-x86_64-3.txz
+x/xf86-video-sis-0.10.9-x86_64-2.txz
x/xf86-video-sisusb-0.9.7-x86_64-3.txz
x/xf86-video-tdfx-1.4.7-x86_64-3.txz
x/xf86-video-tga-1.2.2-x86_64-11.txz
x/xf86-video-trident-1.3.8-x86_64-3.txz
+x/xf86-video-tseng-1.2.5-x86_64-10.txz
x/xf86-video-v4l-0.2.0-x86_64-16.txz
x/xf86-video-vboxvideo-1.0.0-x86_64-3.txz
x/xf86-video-vesa-2.4.0-x86_64-3.txz
--------------------------
 
1 members found this post helpful.
Old 07-08-2018, 04:42 AM   #311
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
regression test on slackware64-current up to "Fri Jul 6 03:15:37 UTC 2018":
--------------------
--- list-sfs.txt 2018-07-08 09:09:32.719357595 +0200
+++ list-slackware.txt 2018-07-08 09:09:56.091357506 +0200
@@ -844,6 +842,7 @@
l/urwid-1.0.3-x86_64-3.txz
l/utf8proc-2.1.0-x86_64-1.txz
l/v4l-utils-1.14.2-x86_64-2.txz
+l/virtuoso-ose-6.1.8-x86_64-9.txz
l/vte-0.52.2-x86_64-1.txz
l/wavpack-5.1.0-x86_64-2.txz
l/xapian-core-1.4.5-x86_64-2.txz
@@ -973,6 +972,7 @@
n/rsync-3.1.3-x86_64-2.txz
n/samba-4.8.2-x86_64-1.txz
n/slrn-1.0.2-x86_64-3.txz
+n/snownews-1.5.13_20180507-x86_64-1.txz
n/sshfs-2.10-x86_64-2.txz
n/stunnel-5.48-x86_64-1.txz
n/tcpdump-4.9.2-x86_64-3.txz
@@ -1145,7 +1145,7 @@
x/libinput-1.11.2-x86_64-1.txz
x/libmypaint-1.3.0-x86_64-1.txz
x/libpciaccess-0.14-x86_64-2.txz
-x/libpthread-stubs-0.4-x86_64-2.txz
+x/libpthread-stubs-0.4-noarch-2.txz
x/libSM-1.2.2-x86_64-3.txz
x/libva-2.1.0-x86_64-2.txz
x/libva-utils-2.1.0-x86_64-2.txz
@@ -1292,6 +1292,7 @@
x/xf86-video-r128-20180625_c4c878d-x86_64-1.txz
x/xf86-video-rendition-4.2.7-x86_64-1.txz
x/xf86-video-s3-0.6.5-x86_64-11.txz
+x/xf86-video-s3virge-1.10.7-x86_64-4.txz
x/xf86-video-savage-20180625_0ece556-x86_64-1.txz
x/xf86-video-siliconmotion-1.7.9-x86_64-3.txz
x/xf86-video-sis-20170717_a50b2b3-x86_64-1.txz
@@ -1299,6 +1300,7 @@
x/xf86-video-tdfx-1.4.7-x86_64-3.txz
x/xf86-video-tga-1.2.2-x86_64-11.txz
x/xf86-video-trident-1.3.8-x86_64-3.txz
+x/xf86-video-tseng-1.2.5-x86_64-10.txz
x/xf86-video-v4l-20170126_0cbeee8-x86_64-1.txz
x/xf86-video-vboxvideo-1.0.0-x86_64-3.txz
x/xf86-video-vesa-2.4.0-x86_64-3.txz
------------------
time to build in one shot:
------------------
real 910m24.106s
user 3152m20.453s
sys 247m19.174s
------------------
some changes in the scripts:
- 3 more two pass packages (freetype, harfbuzz and gd)
- list1 and list2 adapted to some more dependancies
- sfs-tools-current modified to build with gcc-8.1.1
- same problems as before: virtuoso-ose, snownews, xf86-video-s3virge and xf86-video-tseng
- libpthread-stubs is a minor difference
- nota: seamonkey works when built from scratch.
Attached Files
File Type: txt sfsbuild1-r3.txt (123.4 KB, 26 views)
File Type: txt sfs-bootstrap-r8.txt (36.0 KB, 12 views)
File Type: txt lists_generator_c-r3.txt (12.7 KB, 12 views)
File Type: txt sfs-tools-current-r16.txt (30.1 KB, 13 views)
File Type: txt export_variables-r7.txt (5.3 KB, 11 views)
 
Old 07-12-2018, 03:54 PM   #312
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'm working away on your latest scripts. Through build1_s.list, everything is going well.
In fact, this is the first time since we noticed the problem that I haven't had to correct
for the "tools/bin" error.

Good work!

Worsel
 
Old 07-16-2018, 12:09 PM   #313
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
regression test up to "Sat Jul 14 21:49:31 UTC 2018":
problem with QScintilla:
If you remove QScintilla package you can't rebuild it, because it 'wants' Qsci.so

cd /var/log/packages && ls | xargs grep Qsci.so :
QScintilla-2.10.7-x86_64-1:usr/lib64/python3.6/site-packages/PyQt4/Qsci.so

It needs something which belongs to itelf. When retrying to build it without the Qscintilla package you get this:
----------------------------
/usr/bin/python3 mk_distinfo.py /tmp/package-QScintilla/usr/lib64/python3.6/site-packages/QScintilla-2.10.7.dist-info installed.txt
Traceback (most recent call last):
File "mk_distinfo.py", line 101, in <module>
fn_f = open(fn, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib64/python3.6/site-packages/PyQt4/Qsci.so'
make: *** [Makefile:165: install_distinfo] Error 1
---------------------------

Last edited by nobodino; 07-17-2018 at 12:25 AM.
 
Old 07-17-2018, 12:24 AM   #314
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
solved the problem by a "two pass building"
-------------------------
regression test up to "Sat Jul 14 21:49:31 UTC 2018":
-------------------------
--- list-slackware.txt 2018-07-16 18:27:48.519783842 +0200
+++ list-sfs.txt 2018-07-16 20:17:02.682396284 +0200
@@ -842,7 +843,6 @@
l/urwid-1.0.3-x86_64-3.txz
l/utf8proc-2.1.1-x86_64-1.txz
l/v4l-utils-1.14.2-x86_64-2.txz
-l/virtuoso-ose-6.1.8-x86_64-9.txz
l/vte-0.52.2-x86_64-1.txz
l/wavpack-5.1.0-x86_64-2.txz
l/xapian-core-1.4.5-x86_64-2.txz
@@ -972,7 +972,6 @@
n/rsync-3.1.3-x86_64-2.txz
n/samba-4.8.2-x86_64-1.txz
n/slrn-1.0.2-x86_64-3.txz
-n/snownews-1.5.13_20180507-x86_64-1.txz
n/sshfs-2.10-x86_64-2.txz
n/stunnel-5.48-x86_64-1.txz
n/tcpdump-4.9.2-x86_64-3.txz
@@ -1145,7 +1144,7 @@
x/libinput-1.11.2-x86_64-1.txz
x/libmypaint-1.3.0-x86_64-1.txz
x/libpciaccess-0.14-x86_64-2.txz
-x/libpthread-stubs-0.4-noarch-2.txz
+x/libpthread-stubs-0.4-x86_64-2.txz
x/libSM-1.2.2-x86_64-3.txz
x/libva-2.2.0-x86_64-1.txz
x/libva-utils-2.2.0-x86_64-1.txz
----------------------------

Last edited by nobodino; 07-17-2018 at 01:28 AM.
 
Old 07-23-2018, 01:40 AM   #315
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
solved the problems with adwaita-icon-theme and snownews:
--------------------------
regression test up to "Fri Jul 20 23:16:32 UTC 2018"
-------------------------
--- list-slackware.txt 2018-07-22 11:03:07.080611988 +0200
+++ list-sfs.txt 2018-07-22 10:54:32.580613951 +0200
@@ -842,7 +844,6 @@
l/urwid-1.0.3-x86_64-3.txz
l/utf8proc-2.1.1-x86_64-1.txz
l/v4l-utils-1.14.2-x86_64-2.txz
-l/virtuoso-ose-6.1.8-x86_64-9.txz
l/vte-0.52.2-x86_64-1.txz
l/wavpack-5.1.0-x86_64-2.txz
l/xapian-core-1.4.5-x86_64-2.txz
@@ -1145,7 +1145,7 @@
x/libinput-1.11.2-x86_64-1.txz
x/libmypaint-1.3.0-x86_64-1.txz
x/libpciaccess-0.14-x86_64-2.txz
-x/libpthread-stubs-0.4-noarch-2.txz
+x/libpthread-stubs-0.4-x86_64-2.txz
x/libSM-1.2.2-x86_64-3.txz
x/libva-2.2.0-x86_64-1.txz
x/libva-utils-2.2.0-x86_64-1.txz
------------------------
 
  


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 12:19 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