LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-17-2024, 10:38 PM   #3946
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253

I have just rebuilt desktop-file-utils-0.27, and the build script is complaining:

Code:
cp: cannot stat 'INSTALL': No such file or directory
Since desktop-file-utils does not use Autotools any more, this file is not present any more.
 
Old 03-17-2024, 10:43 PM   #3947
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 443

Rep: Reputation: 229Reputation: 229Reputation: 229
GTK 3.24.9

Quote:
3.24.9 (stable):

Documentation:
* Gtk::Clipboard: Update documentation
* Gtk::ScrolledWindow: Update the class description
(Kjell Ahlstedt)

Tests:
* Gdk::RGBA test: Avoid some comparisons for exact equality
(Jeremy Bicha, Kjell Ahlstedt) Merge request !77

Meson build:
* Donʼt fail if warning_level=everything
(Daniel Boles, Kjell Ahlstedt) Merge request !87
https://download.gnome.org/sources/g...-3.24.9.tar.xz
https://download.gnome.org/sources/g...24.9.sha256sum
 
1 members found this post helpful.
Old 03-18-2024, 10:05 AM   #3948
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
libqalculate-5.0.0,Note that libqalculate version 5.0.0 is not binary compatible with previous versions (recompilation of dependent binaries is required).

Download the source code here:
libqalculate-5.0.0b.tar.gz (updated with incremented library so version)

https://github.com/Qalculate/libqalc...-5.0.0b.tar.gz
 
2 members found this post helpful.
Old 03-18-2024, 12:28 PM   #3949
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
gtk-4.14.1
https://download.gnome.org/sources/g...-4.14.1.tar.xz

vte-0.76.0 compilled also against gtk4 please.
https://download.gnome.org/sources/v...-0.76.0.tar.xz

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

at-spi2-core-2.52.0
https://download.gnome.org/sources/a...-2.52.0.tar.xz

gjs-1.80.0
https://download.gnome.org/sources/g...-1.80.0.tar.xz

Cheers
 
2 members found this post helpful.
Old 03-18-2024, 12:42 PM   #3950
F0nix
LQ Newbie
 
Registered: Aug 2023
Posts: 5

Rep: Reputation: 7
There is currently an issue with vulkan-sdk on -current. Specifically, the glslang portion. If you attempt to call find_package(glslang REQUIRED) in a CMakeLists.txt, the check will fail with the following error:

Code:
Found package configuration file:

/usr/lib64/cmake/glslang/glslang-config.cmake

but it set glslang_FOUND to FALSE so package "glslang" is considered to be
NOT FOUND.  Reason given by package:

The following imported targets are referenced, but are missing:
SPIRV-Tools-opt
After a bunch of digging and some trial and error, the solution is to disable optional (componets/optimizations?) via -DENABLE_OPT=Off for glslang. This can be done at line 196 of the -current SlackBuild for vulkan-sdk.

This bug isn't present in 15.0, as it only seems to apply to newer versions of glslang.
 
Old 03-18-2024, 02:40 PM   #3951
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
adwaita-icon-theme-46.0
https://download.gnome.org/sources/a...me-46.0.tar.xz
 
3 members found this post helpful.
Old 03-18-2024, 07:42 PM   #3952
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
wireplumber-0.5.0 is ready

https://pipewire.pages.freedesktop.o...eplumber-0-5-0

sources
https://gitlab.freedesktop.org/pipew...-0.5.0.tar.bz2

Last edited by USUARIONUEVO; 03-18-2024 at 07:45 PM.
 
1 members found this post helpful.
Old 03-18-2024, 11:34 PM   #3953
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
scons-4.7.0

news --> https://github.com/SCons/scons/releases/tag/4.7.0
sources --> https://github.com/SCons/scons/archi...s/4.7.0.tar.gz
 
Old 03-19-2024, 04:05 AM   #3954
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Can we have this fix for gcc in 15.0?

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90943

This seems to be a regression from 9.1.

This patch should work, I think:

https://gcc.gnu.org/git/gitweb.cgi?p...1afff5554e0752
 
Old 03-19-2024, 07:44 AM   #3955
r1w1s1
Member
 
Registered: Mar 2004
Location: São Paulo - Brazil
Distribution: Slackware
Posts: 62
Blog Entries: 1

Rep: Reputation: 38
Firefox 115.9.0
https://www.mozilla.org/en-US/firefo.../releasenotes/

Some important security fixes.
https://www.mozilla.org/en-US/securi...s/mfsa2024-13/

Last edited by r1w1s1; 03-19-2024 at 08:05 AM.
 
Old 03-19-2024, 02:40 PM   #3956
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
python-glad2-2.0.6
https://pypi.org/project/glad2/#files

python-hatchling-1.22.3
https://pypi.org/project/hatchling/

and

pygobject3-3.48.1
https://pypi.org/project/PyGObject/

Last edited by USUARIONUEVO; 03-19-2024 at 02:47 PM.
 
Old 03-19-2024, 08:07 PM   #3957
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 443

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
# Rename shared library to have a proper soname:
mv $PKG/usr/lib${LIBDIRSUFFIX}/libmozjs-102.so $PKG/usr/lib${LIBDIRSUFFIX}/libmozjs-102.so.0.0.0
( cd $PKG/usr/lib${LIBDIRSUFFIX}
ln -sf libmozjs-102.so.0.0.0 libmozjs-102.so.0
ln -sf libmozjs-102.so.0 libmozjs-102.so
Should be this for the mozjs115 package.

Quote:
# Rename shared library to have a proper soname:
mv $PKG/usr/lib${LIBDIRSUFFIX}/libmozjs-115.so $PKG/usr/lib${LIBDIRSUFFIX}/libmozjs-115.so.0.0.0
( cd $PKG/usr/lib${LIBDIRSUFFIX}
ln -sf libmozjs-115.so.0.0.0 libmozjs-115.so.0
ln -sf libmozjs-115.so.0 libmozjs-115.so

Last edited by reddog83; 03-19-2024 at 08:11 PM.
 
1 members found this post helpful.
Old 03-19-2024, 08:10 PM   #3958
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 443

Rep: Reputation: 229Reputation: 229Reputation: 229
Also I thank OXBF for this one, changing from the configure and using autoconf to the mach build system has been a great improvement building mozjs.

Quote:
# We're going to try using the provided mach build system.
# First we need to provide a MOZCONFIG.
MOZOBJ="$(pwd)/obj"
cat > ./.mozconfig << EOF
ac_add_options --prefix=/usr
ac_add_options --libdir=/usr/lib${LIBDIRSUFFIX}
ac_add_options --enable-application=js
mk_add_options MOZ_OBJDIR="$MOZOBJ"
ac_add_options --enable-release
ac_add_options --enable-hardening
ac_add_options --enable-optimize
ac_add_options --enable-rust-simd
ac_add_options --enable-linker=lld
ac_add_options --disable-bootstrap
ac_add_options --disable-debug
ac_add_options --disable-debug-symbols
ac_add_options --disable-jemalloc
ac_add_options --disable-strip
ac_add_options --with-system-zlib
ac_add_options --without-system-icu
ac_add_options --enable-readline
ac_add_options --enable-shared-js
ac_add_options --enable-tests
ac_add_options --with-intl-api
EOF

export MOZBUILD_STATE_PATH="$(pwd)/.mozbuild"
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none

./mach build

cd $MOZOBJ
make install DESTDIR=$PKG
cd ..
 
1 members found this post helpful.
Old 03-19-2024, 08:16 PM   #3959
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Thanks , ... step by step ..but safe removing python2 things.

Quote:
l/newt-0.52.24-x86_64-2.txz: Rebuilt.
Drop python2 support.
 
Old 03-19-2024, 09:37 PM   #3960
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
next python2 revisioning

gpgme

This package provide python bindings for python2 and python3 ...

Nothing in slackware use this python bindings , then python2 can be removed and leave python3 binding if want , like newt.
 
1 members found this post helpful.
  


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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[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 07:07 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