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 10-23-2018 04:59 PM

httpd-2.4.37
https://www.apache.org/dist/httpd/httpd-2.4.37.tar.bz2

Mr.Gadgets 10-24-2018 05:31 AM

cryptsetup v2.0.5
 
SW-Current is now on v1.7.5

The cryptsetup v2+ added support for Forward Error Correction (FEC) as used on almost all newer Android devices and is thus needed when working on Android images.

cryptsetup home: https://gitlab.com/cryptsetup/cryptsetup

teoberi 10-24-2018 07:20 AM

Quote:

Originally Posted by USUARIONUEVO (Post 5918319)
python3-3.6.7
https://www.python.org/ftp/python/3....n-3.6.7.tar.xz

or recently released 3.7.1

I'm not sure that all Python packages are compatible with python3-3.7.1

dugan 10-24-2018 02:58 PM

Quote:

Originally Posted by teoberi (Post 5918668)
I'm not sure that all Python packages are compatible with python3-3.7.1

You don't need all Python packages to be compatible with 3.7.1. Just all packages in the distribution.

USUARIONUEVO 10-24-2018 03:13 PM

The problem with python 3.7 is an ABI changes , then some time wait to best compatibility.

USUARIONUEVO 10-24-2018 07:55 PM

librsvg-2.44.8
https://download.gnome.org/sources/l...-2.44.8.tar.xz

gmgf 10-24-2018 10:33 PM

iproute2-4.19.0:

https://git.kernel.org/pub/scm/netwo...oute2.git/log/
https://mirrors.edge.kernel.org/pub/...-4.19.0.tar.gz

iptable-1.8.1:

https://netfilter.org/projects/iptab...bles-1.8.1.txt
https://netfilter.org/projects/iptab...-1.8.1.tar.bz2

NetworkManager-1.14.4:

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

gmgf 10-24-2018 10:37 PM

libinput-1.12.2:

https://cgit.freedesktop.org/wayland/libinput/log/
https://www.freedesktop.org/software...-1.12.2.tar.xz

TurboBlaze 10-25-2018 11:58 AM

xorg-server 1.20.3
https://lists.x.org/archives/xorg-an...er/002928.html

gmgf 10-26-2018 01:10 AM

rust-1.30.0:

https://static.rust-lang.org/dist/ru...0.0-src.tar.gz

ImageMagick-6.9.10-14:

https://imagemagick.org/download/Ima...9.10-14.tar.xz

nss-3.40:

https://developer.mozilla.org/en-US/..._release_notes
https://ftp.mozilla.org/pub/security...ss-3.40.tar.gz

libevdev-1.6.0:

https://cgit.freedesktop.org/libevdev/log/
https://www.freedesktop.org/software...v-1.6.0.tar.xz

USUARIONUEVO 10-27-2018 07:11 PM

python-setuptools-40.5.0
https://files.pythonhosted.org/packa...ols-40.5.0.zip

USUARIONUEVO 10-27-2018 07:25 PM

I have curiosity , i purpouse some times

crda-4.14
https://git.kernel.org/pub/scm/linux...da-4.14.tar.gz

But , we are in 3.18 version , what reason to this?

Compilation fails?

Thanks!

volkerdi 10-27-2018 08:21 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5919900)
I have curiosity , i purpouse some times

crda-4.14
https://git.kernel.org/pub/scm/linux...da-4.14.tar.gz

But , we are in 3.18 version , what reason to this?

Compilation fails?

Thanks!

What's the reason they haven't released at the usual location?

https://www.kernel.org/pub/software/network/crda/

orbea 10-27-2018 09:20 PM

Quote:

Originally Posted by volkerdi (Post 5919919)
What's the reason they haven't released at the usual location?

https://www.kernel.org/pub/software/network/crda/

According to the git log the only difference between 3.18 and 4.14 is the .gitignore file and a one line -Werror fix.

https://git.kernel.org/pub/scm/linux...a632f0652971e2
https://git.kernel.org/pub/scm/linux.../crda.git/log/

gmgf 10-28-2018 03:17 AM

hdparm-9.58:

https://freefr.dl.sourceforge.net/pr...rm-9.58.tar.gz

libgcrypt-1.8.4:

https://www.gnupg.org/related_software/libgcrypt/
https://www.gnupg.org/ftp/gcrypt/lib...-1.8.4.tar.bz2

gmgf 10-28-2018 03:38 AM

libmtp-1.1.16:

https://sourceforge.net/p/libmtp/mai...ibmtp-discuss/
https://netcologne.dl.sourceforge.ne...-1.1.16.tar.gz

gmgf 10-28-2018 06:42 AM

libgphoto2 and gphoto2 (2.5.20):

http://gphoto.org/news/
https://netix.dl.sourceforge.net/pro...-2.5.20.tar.gz
https://netix.dl.sourceforge.net/pro...-2.5.20.tar.gz

bormant 10-28-2018 10:53 AM

Some time ago wget got l/libunistring dependency.
l/tagfile still says "libunistring:OPT".

Is it good idea to change "libunistring:OPT" to ADD or at least REC?
Is it good idea to add /usr/lib*/libunistring.so.* into aaa_elflibs package?

Me vote for both. :-)

upnort 10-28-2018 01:48 PM

Anybody try installing the VirtualBox GA with the 4.19 kernel just added in Current?

I tried today. The shared folder module fails to build. The VirtualBox change log for 5.2.20 implies support for 4.19.

cwizardone 10-28-2018 02:40 PM

Quote:

Originally Posted by upnort (Post 5920185)
Anybody try installing the VirtualBox GA with the 4.19 kernel just added in Current?

I tried today. The shared folder module fails to build. The VirtualBox change log for 5.2.20 implies support for 4.19.

The 4.19 kernel has been running on this box for 6-1/2 days now without so much as a hiccup or a sneeze.....

upnort 10-28-2018 03:06 PM

Are you running Current on bare metal or virtual? I am running Current in a virtual system.

cwizardone 10-28-2018 03:14 PM

Bare metal.

Didier Spaier 10-28-2018 03:25 PM

Please built all speakup modules in generic kernels.
 
Due to a bug, if all speakup kernel drivers are modularized, speakup_synth fails to be loaded.

As a consequence blind users relying on the speakup software synthesizer (i.e. most of people using speakup) do not have speech if they use a generic kernel.

Unfortunately, the patch submitted by Samuel Thibault won't make it before kernel 4.21, cf.:
http://linux-speakup.org/pipermail/s...er/061509.html

I have rebuilt a 4.19.0 generic kernel with these drivers built in:
Code:

didier[/boot]$ grep SPEAKUP config
CONFIG_SPEAKUP=y
CONFIG_SPEAKUP_SYNTH_ACNTSA=y
CONFIG_SPEAKUP_SYNTH_APOLLO=y
CONFIG_SPEAKUP_SYNTH_AUDPTR=y
CONFIG_SPEAKUP_SYNTH_BNS=y
CONFIG_SPEAKUP_SYNTH_DECTLK=y
CONFIG_SPEAKUP_SYNTH_DECEXT=y
CONFIG_SPEAKUP_SYNTH_LTLK=y
CONFIG_SPEAKUP_SYNTH_SOFT=y
CONFIG_SPEAKUP_SYNTH_SPKOUT=y
CONFIG_SPEAKUP_SYNTH_TXPRT=y
CONFIG_SPEAKUP_SYNTH_DUMMY=y
didier[/boot]$

With it have speech at log in.

So please make this change in next kernel update, if possible for both -current and -stable.

Best,

PS I made this test on a system based on Slackware64-14.2, but I don't think that matters.

bormant 10-28-2018 03:56 PM

upnort,
VB 5.2.21 guest additions builds fine with 4.19.
You can try upcoming 5.2.21 from here: https://www.virtualbox.org/wiki/Testbuilds

USUARIONUEVO 10-28-2018 04:39 PM

xapian-core-1.4.8
https://oligarchy.co.uk/xapian/1.4.8...e-1.4.8.tar.xz

Linux.tar.gz 10-29-2018 09:26 AM

I noticed this MPlayer flaw still hasn't been patched (I guess the feature is in the packaged version):
https://it.slashdot.org/story/18/10/...-vulnerability

ponce 10-29-2018 09:45 AM

Quote:

Originally Posted by Linux.tar.gz (Post 5920505)
I noticed this MPlayer flaw still hasn't been patched (I guess the feature is in the packaged version):
https://it.slashdot.org/story/18/10/...-vulnerability

live555 is not in Slackware and MPlayer provided in Slackware doesn't ship its own version.
besides that, also if they were linking against live555, the first url in the article you linked says:
Quote:

However, according to an email sent to by Ross Finlayson of Live Networks, Inc., to HackRead, the vulnerability does not affect VLC or MPlayer because both media players only use LIVE555 to implement an RTSP client.
“This vulnerability does not affect VLC or MPlayer, because they use LIVE555 only to implement an RTSP client,” Finlayson told HackRead “The bug affected only our implementation of a RTSP server, which these media players don’t use. (VLC does have an embedded RTSP server, but that uses a separate implementation, not LIVE555’s.)”

volkerdi 10-29-2018 01:48 PM

Quote:

Originally Posted by bormant (Post 5920117)
Some time ago wget got l/libunistring dependency.
l/tagfile still says "libunistring:OPT".

Is it good idea to change "libunistring:OPT" to ADD or at least REC?
Is it good idea to add /usr/lib*/libunistring.so.* into aaa_elflibs package?

Me vote for both. :-)

I'll change the status from OPT to REC at some point soon, though I'll note that none of those tags are any guarantee that dependencies in Slackware will actually be met. Only a full install is.

Since libunistring is a rather large library I'm not inclined to add it to the aaa_elflibs package, especially since wget isn't part of the A series. And again, I'll note that these series divisions are largely legacy and shouldn't really be paid much attention.

gmgf 10-29-2018 02:05 PM

libssh (0.7.7 or 0.8.5)

https://www.libssh.org/files/0.7/libssh-0.7.7.tar.xz
https://www.libssh.org/files/0.8/libssh-0.8.5.tar.xz

upnort 10-30-2018 12:17 AM

Quote:

VB 5.2.21 guest additions builds fine with 4.19.
Hmm. Not for me. :(

Running VBoxLinuxAdditions.run from the GA ISO results in:

VirtualBox Guest Additions: modprobe vboxsf failed

No build errors in any logs. :scratch:

vboxvideo and vboxguest are fine.

bormant 10-30-2018 02:12 AM

upnort,
do you

1) download upcoming 5.2.21 (not actual release 5.2.20), when writing it is:
https://www.virtualbox.org/download/....21-126141.iso

2) connect it to VM (via VM Devices - Optical Drives menu)

3) mount it inside VM
# mount /dev/cdrom /mnt/cdrom

4) run
# /mnt/cdrom/VBoxLinuxAdditions.run

(1), (2), (3) may be download inside VM and loop mount

?

UPDATE: vboxsf error should gone after reboot, please test this.

gmgf 10-30-2018 03:21 AM

hplip-3.18.10:

https://sourceforge.net/p/hplip/news...release-notes/
https://freefr.dl.sourceforge.net/pr...3.18.10.tar.gz

bison-3.2:

http://lists.gnu.org/archive/html/in.../msg00008.html
ftp://ftp.gnu.org/gnu/bison/bison-3.2.tar.xz

Mr.Gadgets 10-30-2018 05:33 AM

please upgrade cryptsetup
 
Quote:

Originally Posted by Mr.Gadgets (Post 5918643)
SW-Current is now on v1.7.5

The cryptsetup v2+ added support for Forward Error Correction (FEC) as used on almost all newer Android devices and is thus needed when working on Android images.

cryptsetup home: https://gitlab.com/cryptsetup/cryptsetup

Please just let me know if I can do something more that would help getting this upgrade in.
We've been using the v2 series for a while now (with focus on Android image files).

upnort 10-30-2018 11:11 AM

Quote:

upnort,
do you
Yes to all questions. :)

dugan 10-30-2018 12:24 PM

Are you sure the Guest Additions are still beneficial with an up-to-date distro?

I was strugging with Ubuntu 8.10 in VirtualBox until I realized that I wasn't actually supposed to install the Guest Additions, and it was working perfectly without them. My impression is that the newer X and kernels already provide their functionality.

gmgf 10-30-2018 12:47 PM

xfce4-notifyd-0.4.3:

https://git.xfce.org/apps/xfce4-notifyd/log/
http://archive.xfce.org/src/apps/xfc...-0.4.3.tar.bz2

gmgf 10-30-2018 01:31 PM

strace-4.25:

https://strace.io/files/4.25/
https://strace.io/files/4.25/strace-4.25.tar.xz

upnort 10-30-2018 02:50 PM

Quote:

Are you sure the Guest Additions are still beneficial with an up-to-date distro?
I don't know. I probably misplaced the memo. :)

I find vboxvideo.ko and vboxguest.ko modules in /lib/modules/4.19.0 but not vboxsf.ko. The vboxsf.ko module is needed for shared folders. Is vboxsf.ko supposed to be pre-installed? I don't know but I do not see a vboxsf configuration option in the kernel config. I only see CONFIG_VBOXGUEST and CONFIG_DRM_VBOXVIDEO.

So seems the newer kernels provide limited VirtualBox support. Seems the GA ISO is still needed to add shared folder support.

I created a new Current VM, full install. Powered off and created a permanent shared folder. As expected, upon starting the VM there is no vboxsf module loaded.

I inserted the 5.2.21 GA ISO, mounted. etc. Upon running VBoxLinuxAdditions.run I am greeted with a confirmation message to install the drivers because the script detected the built-in kernel modules.

Replying no quits the script and again there is no shared folder module. Replying yes builds new modules that are installed in /lib/modules/4.19.0/misc.

Same failure message. Yet the run script did create all three modules as well as /media/sf_tmp with chmod 770 and chgrp vboxsf. So seems the problem is not with compiling.

When manually loading the vboxsf module I receive the following error output:

ERROR: could not insert 'vboxsf': Unknown symbol in module, or unknown parameter (see dmesg).

Running dmesg shows a slew of Unknown symbol errors.

I tested the 6.0 beta ISO. Same results.

Some VirtualBox tickets address the problem. Resolution is supposed to be use the latest test ISO.

The setup log contains no build information to help debug.

bormant 10-30-2018 03:35 PM

upnort
how about vboxsf and reboot? Are there any errors from vboxsf after reboot?

USUARIONUEVO 10-30-2018 04:12 PM

libsigc++-2.10.1
https://github.com/libsigcplusplus/l.../2.10.1.tar.gz

USUARIONUEVO 10-30-2018 04:15 PM

getmail-5.7
http://pyropus.ca/software/getmail/o...ail-5.7.tar.gz

USUARIONUEVO 10-30-2018 06:34 PM

TRY ?

harfbuzz-2.1.0
https://github.com/harfbuzz/harfbuzz...-2.1.0.tar.bz2

upnort 10-30-2018 06:52 PM

Quote:

upnort
how about vboxsf and reboot? Are there any errors from vboxsf after reboot?
Same results. The module won't load because of the unknown symbols errors.

Thom1b 10-31-2018 02:50 AM

curl-7.62.0 is released with 3 security fixes.

https://curl.haxx.se/download/curl-7.62.0.tar.xz
https://curl.haxx.se/download/curl-7.62.0.tar.xz.asc

Quote:

o CVE-2018-16839: SASL password overflow via integer overflow [107]
o CVE-2018-16840: use-after-free in handle close [108]
o CVE-2018-16842: warning message out-of-buffer read [114]

gmgf 10-31-2018 02:59 AM

autofs-5.1.5:

https://mirrors.edge.kernel.org/pub/...s-5.1.5.tar.xz

phenixia2003 10-31-2018 01:07 PM

SDL2-2.0.9:

https://www.libsdl.org/release/SDL2-2.0.9.tar.gz

dugan 10-31-2018 04:05 PM

Quote:

Originally Posted by bormant (Post 5920754)
1) download upcoming 5.2.21 (not actual release 5.2.20), when writing it is:
https://www.virtualbox.org/download/....21-126141.iso

And more generally, here:

https://www.virtualbox.org/wiki/Testbuilds

USUARIONUEVO 10-31-2018 04:15 PM

subversion-1.11.0
https://www.apache.org/dist/subversi...1.11.0.tar.bz2

USUARIONUEVO 10-31-2018 04:54 PM

lvm2-2.02.182
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.182.tgz

or

lvm2-2.03.01
ftp://sources.redhat.com/pub/lvm2/LVM2.2.03.01.tgz

Jeebizz 10-31-2018 08:05 PM

I am wondering if this issue is addressed in the next Slackware / Audacious inclusion. I made a thread about this (which escapes me in trying to find it for more info), but the gist of it was when I would choose the OpenGL Spectrum Analyzer in Audacious - it would crash. It had something to do with NVIDIA drivers, and the solution was to recompile audacious with qt I think? Well anyways here is a clue - this is from Slackware64-14.2 , trying to use the OpenGL spectrum analyzer in Audacious:

Code:

slackuser@slackmachine:~$ audacious
The program 'audacious' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 10285 error_code 8 request_code 153 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)
WARNING main.cc:320 [main_cleanup]: exit() called unexpectedly; skipping normal cleanup.



All times are GMT -5. The time now is 09:11 AM.