LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-2020, 05:50 AM   #5206
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379

Quote:
Originally Posted by sombragris View Post
Any news on when we would update to texlive 2020 ?
I submitted texlive 2020 this week to SBo and to Pat.
Unfortunately i already found an issue, e.g. xindy and probably other scripts dont't work.
Here is a fix:
Code:
--- texlive.SlackBuild.orig	2020-06-14 09:01:15.479673121 +0200
+++ texlive.SlackBuild	2020-06-14 15:18:35.713301071 +0200
@@ -161,8 +161,16 @@
 chmod -R u+w,go-w,a+rX-st $PKG
 
 # use symlinks/scripts from tlnet
-mv $PKG$TEXMFROOT/texmf-dist/linked_scripts/* $PKG/usr/bin
-rmdir $PKG$TEXMFROOT/texmf-dist/linked_scripts
+for link in $PKG$TEXMFROOT/texmf-dist/linked_scripts/* ;do \
+  if [ -e "$link" ]; then
+    ln -sf $TEXMFROOT/texmf-dist/linked_scripts/bin/${link##*/} $PKG/usr/bin/${link##*/}
+  else
+    mv $link $PKG/usr/bin/${link##*/}
+  fi
+done
+mkdir -p $PKG$TEXMFROOT/texmf-dist/bin
+mv $PKG$TEXMFROOT/texmf-dist/linked_scripts/* $PKG$TEXMFROOT/texmf-dist/bin
+mv $PKG$TEXMFROOT/texmf-dist/bin $PKG$TEXMFROOT/texmf-dist/linked_scripts
 
 # set some paths
 sed -i \

Last edited by franzen; 06-14-2020 at 08:21 AM. Reason: fixed patch again, fixed dangling symlinks
 
1 members found this post helpful.
Old 06-14-2020, 06:06 AM   #5207
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
LibVNCServer-0.9.13
https://github.com/LibVNC/libvncserver/releases
 
Old 06-14-2020, 08:46 AM   #5208
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Is this a good time to sync the lxc sysvinit scripts with the main sysvinit scripts? The lxc versions were release 2019/07/19. I'm running the 2019 lxc versions in my containers but the diffs with the 2020 main scripts continue to grow.

Thanks for looking!
 
3 members found this post helpful.
Old 06-14-2020, 01:17 PM   #5209
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 857

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by franzen View Post
I submitted texlive 2020 this week to SBo and to Pat.
Unfortunately i already found an issue, e.g. xindy and probably other scripts dont't work.
Here is a fix:
Code:
--- texlive.SlackBuild.orig	2020-06-14 09:01:15.479673121 +0200
+++ texlive.SlackBuild	2020-06-14 15:18:35.713301071 +0200
@@ -161,8 +161,16 @@
 chmod -R u+w,go-w,a+rX-st $PKG
 
 # use symlinks/scripts from tlnet
-mv $PKG$TEXMFROOT/texmf-dist/linked_scripts/* $PKG/usr/bin
-rmdir $PKG$TEXMFROOT/texmf-dist/linked_scripts
+for link in $PKG$TEXMFROOT/texmf-dist/linked_scripts/* ;do \
+  if [ -e "$link" ]; then
+    ln -sf $TEXMFROOT/texmf-dist/linked_scripts/bin/${link##*/} $PKG/usr/bin/${link##*/}
+  else
+    mv $link $PKG/usr/bin/${link##*/}
+  fi
+done
+mkdir -p $PKG$TEXMFROOT/texmf-dist/bin
+mv $PKG$TEXMFROOT/texmf-dist/linked_scripts/* $PKG$TEXMFROOT/texmf-dist/bin
+mv $PKG$TEXMFROOT/texmf-dist/bin $PKG$TEXMFROOT/texmf-dist/linked_scripts
 
 # set some paths
 sed -i \
Thanks! Saw it on SBo and I hope it gets pushed to -current soon. Thanks for the fix too.
 
Old 06-14-2020, 02:07 PM   #5210
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by mats_b_tegner View Post
Pidgin will be installed in /usr/local/bin.
Warning: You have an old copy of Pidgin at /usr/bin/pidgin.
configure complete, now type 'make'
bash-5.0$
Try to uninstall the old pidgin you have, it could be that configure is using an old header file from the installed copy. This is just a guess.
 
Old 06-15-2020, 12:23 AM   #5211
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
postfix-3.5.3 is released.

https://de.postfix.org/ftpmirror/off...x-3.5.3.tar.gz
https://de.postfix.org/ftpmirror/off....3.tar.gz.gpg2
 
Old 06-15-2020, 03:34 AM   #5212
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by saxa View Post
Try to uninstall the old pidgin you have, it could be that configure is using an old header file from the installed copy. This is just a guess.
I have tried that. I'm still unable to build Pidgin 2.14.x using -current. 2.13.0 seems to build fine.
 
Old 06-15-2020, 06:05 AM   #5213
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by mats_b_tegner View Post
I have tried that. I'm still unable to build Pidgin 2.14.x using -current. 2.13.0 seems to build fine.
Are you using slackwares slackbuild or something else ? Seems to me that you are building manually.
I just tried it over here with same configure options as you stated and it failed the same way, but this has nothing to do with
slackware , except that it does not compile. The problem is in the pidgin code fill up a bug on pidgin.im .
 
Old 06-15-2020, 12:09 PM   #5214
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by saxa View Post
Are you using slackwares slackbuild or something else ? Seems to me that you are building manually.
I just tried it over here with same configure options as you stated and it failed the same way, but this has nothing to do with slackware , except that it does not compile. The problem is in the pidgin code fill up a bug on pidgin.im .
I have tried building 2.14.x both using the SlackBuild-script from https://slackware.osuosl.org/slackwa...ce/xap/pidgin/ and manually and both compilations fail at the same point. Time to file a bug report with Pidgin.
 
Old 06-15-2020, 12:26 PM   #5215
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Again, if you look at the thing closely, you will see that this is due to a nor properly declared structure in the pidgin code, so nothing do be done more here.
 
1 members found this post helpful.
Old 06-15-2020, 05:20 PM   #5216
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by saxa View Post
Again, if you look at the thing closely, you will see that this is due to a nor properly declared structure in the pidgin code, so nothing do be done more here.
I've been able to compile pidgin 2.14.1 now by enabling voice support. This requires farstream which is available on SBo.
 
Old 06-16-2020, 01:18 AM   #5217
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 195

Rep: Reputation: Disabled
FFmpeg 4.3
https://ffmpeg.org/download.html#releases

nftables-0.9.6
https://netfilter.org/projects/nftables/downloads.html
 
Old 06-16-2020, 02:13 AM   #5218
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Quote:
Originally Posted by Skaendo View Post
Make sure that you have read the first post in it's entirety........
The first post speaks of

Quote:
* kernel 4.14.x is still desired but still not ready, it seems
* everyone already knows about PAM
so is clearly obsolete, as -current already has pam, and is far beyond kernel 4.14.
 
Old 06-16-2020, 02:51 AM   #5219
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Lockywolf View Post
The first post speaks of



so is clearly obsolete, as -current already has pam, and is far beyond kernel 4.14.
But it also says that the newer upower was waiting for Plasma5.

Quote:
  • newer upower and ConsoleKit2 have to wait for new KDE/Plasma
LQ locks down posts after a few weeks, preventing rworkman from making any edits to that post, but it does show that they had already looked at the newer upower and found that at the time, it would need to wait for Plasma5. Since Plasma5 is expected soon, it's likely to think that a upower upgrade will come with it.
 
2 members found this post helpful.
Old 06-16-2020, 03:39 AM   #5220
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Rep: Reputation: 114Reputation: 114
Quote:
Since Plasma5 is expected soon
Who said so? What did I miss?
 
  


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] 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 10:20 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