LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-23-2020, 08:16 PM   #4666
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784

Quote:
Originally Posted by drgibbon View Post
curl-7.69.1-x86_64-2.txz causes breakage with git on my system:
Code:
git clone https://gitlab.com/SlackBuilds.org/slackbuilds.git
Cloning into 'slackbuilds'...
fatal: unable to access 'https://gitlab.com/SlackBuilds.org/slackbuilds.git/': error setting certificate verify locations:
  CAfile: /usr/share/curl/ca-bundle.crt
  CApath: /etc/ssl/certs
Reverting to curl-7.69.1-x86_64-1.txz fixes it.
confirmed here as well
 
2 members found this post helpful.
Old 03-23-2020, 09:19 PM   #4667
redneonglow
Member
 
Registered: Feb 2020
Location: PA
Distribution: Gentoo, Slackware
Posts: 75

Rep: Reputation: 24
Exclamation

Quote:
Originally Posted by willysr View Post
confirmed here as well
Same here, I get similar git errors when trying to use sbotools

Last edited by redneonglow; 03-23-2020 at 09:25 PM. Reason: s/errors/git errors
 
Old 03-23-2020, 09:40 PM   #4668
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
removing
Code:
--with-ca-bundle=/usr/share/curl/ca-bundle.crt \
and rebuilding it fixed the issue, but i'm not sure if that's the perfect solution.
 
2 members found this post helpful.
Old 03-23-2020, 09:52 PM   #4669
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 855

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Code:
xap/audacious-4.0-x86_64-2.txz: Rebuilt.
       Rebuilt with autotools to fix French language support. Thanks to gmgf.
xap/audacious-plugins-4.0-x86_64-2.txz: Rebuilt.
       Rebuilt with autotools.
In my system, updating to the rebuilt audacious gave me no UI. The executable was there but the window whas nowhere to be seen
I had to explicitly activate it using "audacious -m", but all my UI customizations were lost.
 
Old 03-23-2020, 10:24 PM   #4670
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
it's working fine here with audacious. It loads the new Qt-based UI
 
4 members found this post helpful.
Old 03-24-2020, 12:42 AM   #4671
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,209

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
Quote:
Originally Posted by willysr View Post
it's working fine here with audacious. It loads the new Qt-based UI
same here, no problem.
 
Old 03-24-2020, 02:05 AM   #4672
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,217

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
The new curl-7.69.1-x86_64-3.txz build fixes it, thanks Pat!
 
1 members found this post helpful.
Old 03-24-2020, 05:11 PM   #4673
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
LLVM 10.0.0 is finally out:
https://lists.llvm.org/pipermail/llv...ch/000087.html
https://releases.llvm.org/download.html#10.0.0
Edit:
LLVM/Clang 10.0.0 etc. has been added to -current now.

Last edited by mats_b_tegner; 03-26-2020 at 03:57 AM.
 
1 members found this post helpful.
Old 03-24-2020, 10:24 PM   #4674
AlexSlack
Member
 
Registered: Jul 2012
Location: El Salvador
Distribution: Slackware-current
Posts: 53

Rep: Reputation: 42
Exclamation

Quote:
Originally Posted by sombragris View Post
Code:
xap/audacious-4.0-x86_64-2.txz: Rebuilt.
       Rebuilt with autotools to fix French language support. Thanks to gmgf.
xap/audacious-plugins-4.0-x86_64-2.txz: Rebuilt.
       Rebuilt with autotools.
In my system, updating to the rebuilt audacious gave me no UI. The executable was there but the window whas nowhere to be seen
I had to explicitly activate it using "audacious -m", but all my UI customizations were lost.
It seems that some configurations are lost, it usually happens when there is a major update, I usually lost my Winamp interface setup.
The new version is missing the AOSD plugin (not critical) and the Winamp interface does not allow me to drop files, it seems that users of the Winamp interface will need to rebuild with gtk2 as suggested in the release notes or wait the port is completed .

Code:
Users of the Winamp-like UI may want to continue using GTK2 for now.
Note:
I rebuilt the audacious and audacious-plugins packages with autotools and the option --enable-gtk, you can have both Qt and Gtk installed, in order to use Gtk2 interface you can use the -G switch. The old Gtk configuration was lost in my case but once setup again is not lost on the change of interfaces.

Hope this helps.

Last edited by AlexSlack; 03-24-2020 at 11:06 PM. Reason: Added note
 
3 members found this post helpful.
Old 03-24-2020, 11:40 PM   #4675
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by AlexSlack View Post
It seems that some configurations are lost, it usually happens when there is a major update, I usually lost my Winamp interface setup.
The new version is missing the AOSD plugin (not critical) and the Winamp interface does not allow me to drop files, it seems that users of the Winamp interface will need to rebuild with gtk2 as suggested in the release notes or wait the port is completed .

Code:
Users of the Winamp-like UI may want to continue using GTK2 for now.
Note:
I rebuilt the audacious and audacious-plugins packages with autotools and the option --enable-gtk, you can have both Qt and Gtk installed, in order to use Gtk2 interface you can use the -G switch. The old Gtk configuration was lost in my case but once setup again is not lost on the change of interfaces.

Hope this helps.
It helped, thanks
 
Old 03-25-2020, 09:18 AM   #4676
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Are there any special reasons why not to use the latest ?

libsigc++-3.0.3
https://download.gnome.org/sources/l...+-3.0.3.tar.xz
 
Old 03-25-2020, 12:32 PM   #4677
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,209

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
Same question that "saxa" for pango:
(Are there any special reasons why not to use the latest ?)

http://ftp.gnome.org/pub/gnome/sourc...-1.44.7.tar.xz
 
Old 03-25-2020, 12:41 PM   #4678
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
e2fsprog update

Quote:
Mon Mar 23 20:03:39 UTC 2020
a/e2fsprogs-1.45.6-x86_64-1.txz: Upgraded.
I notice this update removed :

fname_encoding = utf8 from the make2fs.conf options .

Are we sticking with this now?

thx
 
Old 03-25-2020, 02:32 PM   #4679
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,502

Rep: Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459Reputation: 8459
Quote:
Originally Posted by linuxtinker View Post
I notice this update removed :

fname_encoding = utf8 from the make2fs.conf options .

Are we sticking with this now?

thx
That change came from upstream and I can't find any information about it. Perhaps it's the default now?
 
Old 03-25-2020, 03:35 PM   #4680
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Quote:
Originally Posted by linuxtinker View Post
I notice this update removed :

fname_encoding = utf8 from the make2fs.conf options .

Are we sticking with this now?

thx

Quote:
Originally Posted by volkerdi View Post
That change came from upstream and I can't find any information about it. Perhaps it's the default now?

After some digging around it seems to not be an option anymore ( not in man page). Might have something to do with the built-in casefold feature being enabled., the mailing list was giving me a headache so guess I'll just have to trust upstream .



Sorry for the noise and thanks for checking into it.
 
  


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 05:42 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