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 08-02-2020 01:07 PM

Quote:

Originally Posted by mats_b_tegner (Post 6151989)
This can be fixed by downloading and exploding the package then replace mozjs60 with mozjs68 in install/slack-desc and remake and reinstalling the package.

Thanks , i know how to fix.
But package needs to come perfectly from stock.

mats_b_tegner 08-02-2020 03:15 PM

Quote:

Originally Posted by USUARIONUEVO (Post 6152033)
Thanks , i know how to fix.
But package needs to come perfectly from stock.

I agree, but it's probably just an oversight by Pat V.

USUARIONUEVO 08-02-2020 03:25 PM

Quote:

Originally Posted by mats_b_tegner (Post 6152061)
I agree, but it's probably just an oversight by Pat V.

Yep , not the first time , is hard to remember what slack-desc need adjustements after upgrade version.


I have one idea , but im not sure if its possible , probably , de slackbuild , can change 60 to 68 or wathever with using sed .. but first we need grep slack-desc version , and sed only if not the same of the actual build...or as exceptional case , make slack-desc on the fly ... its only a idea, but i think its useful to no need remember when edit the slack-desc file.

USUARIONUEVO 08-02-2020 04:17 PM

Its possibly enable this on kernel ?

CONFIG_SECURITY_APPARMOR=y


Its needed to use apparmor.

USUARIONUEVO 08-02-2020 04:36 PM

neofetch-7.1.0
released 3 hours ago
https://github.com/dylanaraps/neofet...e/7.1.0.tar.gz

upnort 08-02-2020 05:24 PM

Quote:

Its possibly enable this on kernel ?
CONFIG_SECURITY_APPARMOR=y
Its needed to use apparmor.
Unless Pat has changed his mind, look here:

https://www.linuxquestions.org/quest...ml#post5903844

USUARIONUEVO 08-02-2020 06:13 PM

Quote:

Originally Posted by upnort (Post 6152092)
Unless Pat has changed his mind, look here:

https://www.linuxquestions.org/quest...ml#post5903844

OK , then probably NOT , thanks for the point.

Lockywolf 08-02-2020 08:56 PM

Quote:

Unless Pat has changed his mind, look here:
Having selinux userspace utilities and libselinux would be nice tbh.

There are already quite a lot of binary packages that depend on libselinux being present in the system. I think if the kernel setting is turned off, it's just saying "selinux not enabled".

I actually made a patch to let the selinux userland build on Slackware.

(https://github.com/SELinuxProject/selinux/issues/258)

Lockywolf 08-02-2020 09:01 PM

Ow, so openexr has moved to cmake instead of Autotools in openexr-2.5.2, so the SlackBuild needs more adjustment than usual.

I basically made it work with this cmake incantation replacing the ./configure incantation:

Code:

cmake \
    -DCMAKE_C_FLAGS="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
    -DCMAKE_BUILD_TYPE="Release" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_SUFFIX=$LIBDIRSUFFIX \
    -DILMBASE_BUILD_BOTH_STATIC_SHARED=ON \
    -DILMBASE_ENABLE_LARGE_STACK=ON \
    -DOPENEXR_BUILD_BOTH_STATIC_SHARED=ON \
    -DPYIMATH_ENABLE_EXCEPTIONS=ON
    .. .


ZhaoLin1457 08-03-2020 06:24 PM

Quote:

Originally Posted by Lockywolf (Post 6152127)
Having selinux userspace utilities and libselinux would be nice tbh.

Yeah, same they said about libpam, but we got it with the whole hog and a bunch of packages tuned for PAM and Kerberos...

alex14641 08-05-2020 05:52 PM

Mesa 20.1.5
Release notes and link: https://lists.freedesktop.org/archiv...st/224557.html

Lockywolf 08-06-2020 09:43 PM

The Slackbuild for GIMP seems to be creating a file called '/tmp/gimp-*-x86_64-2.txz' on my machine.

chrisretusn 08-07-2020 01:50 AM

Quote:

Originally Posted by Lockywolf (Post 6153381)
The Slackbuild for GIMP seems to be creating a file called '/tmp/gimp-*-x86_64-2.txz' on my machine.

This is normal behavior for a SlackBuild script; to place the resulting package in "/tmp/".

I am assuming you are running the script located in 'source/xap/gimp/' of the Slackware tree.

Why are you running it?

Alien Bob 08-07-2020 03:39 AM

Quote:

Originally Posted by Lockywolf (Post 6153381)
The Slackbuild for GIMP seems to be creating a file called '/tmp/gimp-*-x86_64-2.txz' on my machine.

Code:

+--------------------------+
Sat Aug 1 19:08:49 UTC 2020
...
xap/gimp-2.10.20-x86_64-2.txz: Rebuilt.
      Recompiled against json-c-0.15_20200726.

... so that seems to be as expected.

alex14641 08-07-2020 05:55 AM

Glibc 2.32
Announcement and link: https://lists.gnu.org/archive/html/i.../msg00002.html


All times are GMT -5. The time now is 10:41 PM.