LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-28-2019, 05:12 PM   #4186
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Lightbulb


Quote:
Originally Posted by dgusev View Post
Hello.
Is there a todo checklist what have to be done to release Slackware 15.0?
Thanks.
Once this thread reaches 150 posts, we might be close
 
Old 12-29-2019, 10:51 AM   #4187
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Can this patch be applied to zstd to fix the libdir in the .pc file? Its required for building the current mesa master on multilib systems. No changes to the slackbuild will be needed.

Code:
From 9da6b9612ef0ed2481c762f0c78af1204e407ccc Mon Sep 17 00:00:00 2001
From: orbea <orbea@riseup.net>
Date: Mon, 16 Dec 2019 05:17:03 -0800
Subject: [PATCH] pkgconfig: Don't hardcode libdir.

---
 lib/Makefile      | 1 +
 lib/libzstd.pc.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Makefile b/lib/Makefile
index fd1710cf1..cb8351e13 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -244,6 +244,7 @@ libzstd.pc:
 libzstd.pc: libzstd.pc.in
 	@echo creating pkgconfig
 	@sed -e 's|@PREFIX@|$(PREFIX)|' \
+             -e 's|@LIBDIR@|$(LIBDIR)|' \
              -e 's|@VERSION@|$(VERSION)|' \
              $< >$@
 
diff --git a/lib/libzstd.pc.in b/lib/libzstd.pc.in
index e7880be47..9309426ec 100644
--- a/lib/libzstd.pc.in
+++ b/lib/libzstd.pc.in
@@ -5,7 +5,7 @@
 prefix=@PREFIX@
 exec_prefix=${prefix}
 includedir=${prefix}/include
-libdir=${exec_prefix}/lib
+libdir=@LIBDIR@
 
 Name: zstd
 Description: fast lossless compression algorithm library
I submitted this upstream nearly two weeks ago, but I seem to have been ignored since.

https://github.com/facebook/zstd/pull/1930
 
3 members found this post helpful.
Old 12-29-2019, 05:51 PM   #4188
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,059

Rep: Reputation: Disabled
Correction for /usr/lib/setup/SeTEFI in the installer for -current.

Please apply the attached patch, cf. this post.

PS Maybe use a [:blank:] POSIX class instead of [ ], just in case someone will use \t in the future.

EDIT. Thanks!
Attached Files
File Type: txt SeTEFI.diff.txt (394 Bytes, 16 views)

Last edited by Didier Spaier; 12-31-2019 at 02:17 AM. Reason: EDIT added.
 
Old 12-30-2019, 05:47 PM   #4189
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Is there something holding up Python 3.8.1?
 
1 members found this post helpful.
Old 12-30-2019, 06:41 PM   #4190
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,508

Rep: Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473
Quote:
Originally Posted by Skaendo View Post
Is there something holding up Python 3.8.1?
No.
 
6 members found this post helpful.
Old 12-30-2019, 07:27 PM   #4191
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
No.
Ok thanks. I just wondered, not in a hurry for it.

EDIT:
Thank You!

Last edited by Skaendo; 12-31-2019 at 12:40 AM.
 
2 members found this post helpful.
Old 12-31-2019, 04:39 AM   #4192
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,107

Rep: Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282Reputation: 7282
Oops! Skaendo beat me to it.
If you haven't seen it, check out today's change log.

http://www.slackware.com/changelog/c...php?cpu=x86_64

Last edited by cwizardone; 12-31-2019 at 04:43 AM.
 
Old 12-31-2019, 10:30 AM   #4193
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
ImageMagick 7.0.9-13 is out:
https://imagemagick.org/script/changelog.php
https://imagemagick.org/download/Ima....0.9-13.tar.lz
https://imagemagick.org/download/Ima...-13.tar.lz.asc
 
1 members found this post helpful.
Old 12-31-2019, 11:30 AM   #4194
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 322

Rep: Reputation: Disabled
go 1.13.5

Could we get go 1.13.5 from golang.org installed? The go from GCC doesn't build mongo tools correctly. With the following code:
Code:
package main


import (
        "fmt"
)

var version = "Not Set!!!"

func main() {
        fmt.Printf("Hello world, version: %s\n", version)
}
the command
Code:
go build -o version -buildmode=pie -ldflags '-X main.version=1.0'
generates an incorrect binary.
Code:
# ./version
Hello world, version: Not Set!!!
When built with go 1.13.5 from golang, the output is correct:
Code:
# ./version
Hello world, version: 1.0
Also, when building Mongo tools with gccgo, the following error occurs:
Code:
Building mongoreplay...
go build: when using gccgo toolchain, please pass linker flags using -gccgoflags, not -ldflags
# command-line-arguments
/usr/bin/ld: $WORK/b001/_pkg1_.a(_cgo_defun.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: $WORK/b001/_pkg2_.a(_cgo_defun.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: $WORK/b001/_pkg3_.a(_cgo_defun.o): relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
This error does not occur with go 1.13.5.

I have installed go 1.13.5 in /usr/go1.13.5 so as not to conflict with gccgo.
 
1 members found this post helpful.
Old 12-31-2019, 01:25 PM   #4195
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by alex14641 View Post
Could we get go 1.13.5 from golang.org installed? The go from GCC doesn't build mongo tools correctly.
go (golang) and gcc-go (gnu go compiler) are two different things, go is a programming language where gcc-go is a compiler frontend. Did mongo tools build properly before with gcc-go?

https://stackoverflow.com/questions/...n-gc-and-gccgo

Quote:
there is often a desynchronization between go supported by gccgo, and the latest go release:
See the first answer on stack overflow for more in-depth explanation.

Last edited by Skaendo; 12-31-2019 at 01:33 PM.
 
Old 12-31-2019, 02:09 PM   #4196
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 322

Rep: Reputation: Disabled
Quote:
Originally Posted by Skaendo View Post
go (golang) and gcc-go (gnu go compiler) are two different things, go is a programming language where gcc-go is a compiler frontend.
Ok... Don't see the relevance of that statement.

Quote:
Did mongo tools build properly before with gcc-go?
No.
 
Old 12-31-2019, 03:06 PM   #4197
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Imagemagick gets updates faster than gas prices.
 
4 members found this post helpful.
Old 12-31-2019, 04:59 PM   #4198
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,059

Rep: Reputation: Disabled
glade

the names are confusing but, quoting the README:
Quote:
About Glade
~~~~~~~~~~~

This version of Glade (Glade >= 3.10) targets GTK+ >= 3.0 and is parallel
installable with Glade 3.8.

If you need to work with Glade projects that target GTK+2, you need an
installation of Glade 3.8 (more information on http://blogs.gnome.org/tvb/2011/01/15/the-glade-dl/)
Source. Willy has a SlackBuild as it is a dependency of Mate (I also ship it in Slint for the same reason). But maybe all this stuff is already in the pipe, who knows
 
1 members found this post helpful.
Old 12-31-2019, 05:10 PM   #4199
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by alex14641 View Post
Ok... Don't see the relevance of that statement.
Well let me take a stab at this.

You are trying to build something with the wrong tools. So, you are requesting golang to be included in Slackware because something that is not in Slackware requires it?

golang is available via SBo and *I* don't think that volkerdi is or should include something that he and Slackware have no need of.
 
2 members found this post helpful.
Old 12-31-2019, 05:54 PM   #4200
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,059

Rep: Reputation: Disabled
Please ship a default config file for libao

The doc says about the default_driver option:
Quote:
If this is not specified in any of the configuration files, the library will try to guess an appropriate driver to use.
But as we don't know what's behind this guess, better suggest the user or admin to set it explicitly. As an example I put this in /etc/libao.conf:
Code:
# To make a setting at user level write ~/.libao.conf
# It will have precedence over this one, for the user in concern.
# To know more, type: "man libao.conf"
# This libao package includes following drivers:
# alsa
# esd
# pulse
# oss
default_driver=alsa
 
  


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 08:43 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