LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

USUARIONUEVO 05-10-2018 03:19 PM

rust-1.26.0
https://github.com/rust-lang/rust/archive/1.26.0.tar.gz

BW-userx 05-10-2018 05:41 PM

I just installed Slack current, (2nd Slack OS), and seen EasyTag in here, nice, but if it was to make the cut, then I'd cut it and install puddle tag to replace it. Just like I do with Calligra, I remove it, and add Libreoffice. so that is my :twocents: , thus far. as I just got this updated to current and am still in the process of post install configuration configuring. :D

gmgf 05-11-2018 06:10 AM

xdg-utils-1.1.3:

https://cgit.freedesktop.org/xdg/xdg-utils/log/
https://portland.freedesktop.org/dow...s-1.1.3.tar.gz

gmgf 05-11-2018 06:18 AM

links-2.16:

http://links.twibright.com/download/ChangeLog
http://links.twibright.com/download/links-2.16.tar.gz

gmgf 05-11-2018 10:53 AM

NetworkManager-1.10.8:

http://ftp.gnome.org/pub/gnome/sourc...er-1.10.8.news
http://ftp.gnome.org/pub/gnome/sourc...-1.10.8.tar.xz

DarkVision 05-12-2018 12:21 AM

Please have a look at setup.11.cacerts script from the ca-certificates package. Run the script without ignoring the output:
Code:

#!/bin/sh
#BLURB="Rebuild SSL certificate database."
chroot . usr/sbin/update-ca-certificates --fresh  # 1> /dev/null 2> /dev/null

This will give you the following output:
Code:

Unknown regexp modifier "/W" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/3" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/2" at /usr/bin/c_rehash line 28, at end of line
No such class installdir at /usr/bin/c_rehash line 63, near "Prefix our installdir"
  (Might be a runaway multi-line // string starting on line 28)
syntax error at /usr/bin/c_rehash line 63, near "Prefix our installdir"
Can't redeclare "my" in "my" at /usr/bin/c_rehash line 68, near "my"
Execution of /usr/bin/c_rehash aborted due to compilation errors.

This will end up in not creating the /etc/ssl/certs/ca-certificates.crt which will make glib-networking fail to compile because of not finding the ca-certificates. If you run the setup script without the --fresh option everything is fine.

P.S. Looks like an issue with c_rehash script from the new openssl 1.1 package. If you run the script from the previous package you will not get the above error.

DarkVision 05-12-2018 12:36 AM

The texlive package creates some broken symbolic links in /usr/bin:
Code:

/usr/bin/texosquery-jre5
/usr/bin/latex2nemeth
/usr/bin/lily-glyph-commands
/usr/bin/arara
/usr/bin/texosquery
/usr/bin/texosquery-jre8
/usr/bin/lily-image-commands
/usr/bin/lily-rebuild-pdfs


ponce 05-12-2018 01:19 AM

Quote:

Originally Posted by DarkVision (Post 5853520)
Please have a look at setup.11.cacerts script from the ca-certificates package. Run the script without ignoring the output:
Code:

#!/bin/sh
#BLURB="Rebuild SSL certificate database."
chroot . usr/sbin/update-ca-certificates --fresh  # 1> /dev/null 2> /dev/null

This will give you the following output:
Code:

Unknown regexp modifier "/W" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/3" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/2" at /usr/bin/c_rehash line 28, at end of line
No such class installdir at /usr/bin/c_rehash line 63, near "Prefix our installdir"
  (Might be a runaway multi-line // string starting on line 28)
syntax error at /usr/bin/c_rehash line 63, near "Prefix our installdir"
Can't redeclare "my" in "my" at /usr/bin/c_rehash line 68, near "my"
Execution of /usr/bin/c_rehash aborted due to compilation errors.

This will end up in not creating the /etc/ssl/certs/ca-certificates.crt which will make glib-networking fail to compile because of not finding the ca-certificates. If you run the setup script without the --fresh option everything is fine.

P.S. Looks like an issue with c_rehash script from the new openssl 1.1 package. If you run the script from the previous package you will not get the above error.

this patch seems to fix the above behaviour (found it here)

https://src.fedoraproject.org/cgit/r...g-quotes.patch

DarkVision 05-12-2018 01:36 AM

Quote:

Originally Posted by ponce (Post 5853535)
this patch seems to fix the above behaviour (found it here)

https://src.fedoraproject.org/cgit/r...g-quotes.patch

Thanks! According to the patch you provided these two lines are causing all the trouble because of missing " around paths using /:
Code:

--- c_rehash-1.1        2018-05-12 07:53:52.003000000 +0200
+++ c_rehash-1.1.fixed        2018-05-12 08:33:00.762642000 +0200
@@ -12,8 +12,8 @@
 # Perl c_rehash script, scan all files in a directory
 # and add symbolic links to their hash values.
 
-my $dir = /etc/ssl;
-my $prefix = /usr;
+my $dir = "/etc/ssl";
+my $prefix = "/usr";
 
 my $errorcount = 0;
 my $openssl = $ENV{OPENSSL} || "openssl";

I just added " around these two paths and all is fine now.

laprjns 05-12-2018 04:55 AM

For eficonfig to ask me if I want to replace my elilo.conf file.

allend 05-12-2018 10:25 AM

Quote:

For eficonfig to ask me if I want to replace my elilo.conf file.
Perhaps something like this? https://www.linuxquestions.org/quest...0/#post5849061

Didier Spaier 05-12-2018 11:12 AM

Quote:

Originally Posted by allend (Post 5853684)

I think that Rich rather just wants to be able to run eliloconfig without loosing the customization he made in elilo.conf, still letting eliloconfig copy the new kernel and possibly initrd in the ESP, as he stated in this post. Nothing fancy, just asking "do you want to keep your existing eliloconfig or replace it?" case occurring (and he probably uses slapt-get rather than slackpkg).

laprjns 05-12-2018 11:25 AM

[QUOTE=Didier Spaier;5853706]I think that Rich rather just wants to be able to run eliloconfig without loosing the customization he made in elilo.conf, still letting eliloconfig copy the new kernel and possibly initrd in the ESP, ... (quote]

Didier is correct, that's my request for -current.

franzen 05-12-2018 12:00 PM

Quote:

Originally Posted by DarkVision (Post 5853528)
The texlive package creates some broken symbolic links in /usr/bin:

This is fixed for the next texlive package.
Although texlive 2018 was released a few weeks ago, there are still some important bugfixes in the works by upstream, so it will take some more time until it can be submitted to Pat.

USUARIONUEVO 05-12-2018 01:47 PM

Hi , some weeks ffmpeg-4.0 is out.

Now finally archlinux put as the default version , this is cause all the nedded patches are out now.

Can upgrade now to ffmpeg-4.0 ?

Thanks !


All times are GMT -5. The time now is 04:50 AM.