LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-29-2024, 09:24 AM   #91
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276

For LibreOffice please see, https://www.linuxquestions.org/quest...ml#post6492695
 
Old 04-01-2024, 09:34 AM   #92
Byron
LQ Newbie
 
Registered: Mar 2022
Posts: 18

Rep: Reputation: 4
Errors encountered trying to run AlienBOB's ffmpeg-6.1.1 SlackBuild script

Trying to run BOB's SlackBuild script on Slackware-15-Stable. Currently, my buildenv looks like:
Code:
/tmp/FFMPEG_BUILDENV/sources/
/tmp/FFMPEG_BUILDENV/patches/
/tmp/FFMPEG_BUILDENV/ffmpeg.SlackBuild
/tmp/FFMPEG_BUILDENV/slack-desc
Having downloaded all of the sources and the patches listed on his site on slackware.uk, I've made the slackbuild file executable and ran it as root, but it seems to run into some trouble with the Vulkan diff? I've tried looking on slackbuilds.org though and I can't find any builds relating to Vulkan. I take it I'm missing "Vulkan", but how exactly does one get it? From what I can see online, it's similar to OpenGL, but I'm guessing it's name as a package is maybe different to "vulkan"?

Here's the output leading to the error:
Code:
Hunk #1 succeeded at 179 (offset 49 lines).
Hmm...  Ignoring the trailing garbage.
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- ./configure.orig   2023-03-26 09:21:00.000000000 -0500
|+++ ./configure        2023-08-29 13:13:08.176019532 -0500
--------------------------
patching file configure
Using Plan A...
Hunk #1 succeeded at 6705 with fuzz 2 (offset 154 lines).
done
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff '--color=auto' -rupN ffmpeg.orig/libavformat/avformat.h ffmpeg/libavformat/avformat.h
|--- ffmpeg.orig/libavformat/avformat.h 2022-08-19 17:42:47.323422603 +0200
|+++ ffmpeg/libavformat/avformat.h      2022-08-19 17:42:51.347130436 +0200
--------------------------
patching file libavformat/avformat.h
Using Plan A...
Hunk #1 succeeded at 1030 with fuzz 2 (offset -98 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff '--color=auto' -rupN ffmpeg.orig/libavformat/mux_utils.c ffmpeg/libavformat/mux_utils.c
|--- ffmpeg.orig/libavformat/mux_utils.c        2022-08-19 17:42:47.346758108 +0200
|+++ ffmpeg/libavformat/mux_utils.c     2022-08-19 17:47:28.549589002 +0200
--------------------------
patching file libavformat/mux_utils.c
Using Plan A...
Hunk #1 succeeded at 40 with fuzz 2 (offset 3 lines).
done
ERROR: vulkan requested but not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
Makefile:186: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'.  Stop.
Makefile:186: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'.  Stop.
** Adding ffmpeg presets:
** Fixing up pkgconfig files:
ls: cannot access '/tmp/build/package-ffmpeg/usr/lib/pkgconfig/*.pc': No such file or directory
cp: cannot stat 'doc/*.html': No such file or directory
./ffmpeg.SlackBuild FAILED at line 2029!

Last edited by Byron; 04-01-2024 at 09:50 AM. Reason: detail
 
1 members found this post helpful.
Old 04-01-2024, 10:29 AM   #93
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,070

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Might have been better to create a new thread for your question - this thread is, as the heading says, for information on package updates.

But since you've asked - do you have a full and fully updated slackware-15 install? In that case, Vulkan (vulkan-sdk-1.2.176.1) should be part of your system.
 
1 members found this post helpful.
Old 04-01-2024, 10:51 AM   #94
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 589

Rep: Reputation: Disabled
I think the ffmpeg.SlackBuild creates a ffmpeg-6.1.1 package for Slackware-current. It might expect versions of programs that are not present in Slackware 15.0.

If you want ffmpeg 6.x on Slackware 15.0 (replacing its own ffmpeg 4.4.2) then you should also expect breakage. Some of the other programs in Slackware 15.0 are dynamically linked against the libraries found in ffmpeg 4.x which will not be present in ffmpeg 6.x.
Rather, I think you should compile ffmpeg for Slackware 15.0 using Alien Bob's ffmpeg4.SlackBuild (in the same directory as the ffmpeg.SlackBuild script).
 
2 members found this post helpful.
Old 04-01-2024, 11:15 AM   #95
Byron
LQ Newbie
 
Registered: Mar 2022
Posts: 18

Rep: Reputation: 4
Ack! Apologies. I misread the thread title and thought this was the the thread for discussing AlienBOB packages in general. Thx for the advice anyways. I'll start a new thread on this to allow for larger discussion and let this thread get back on track.
 
1 members found this post helpful.
Old 04-01-2024, 08:21 PM   #96
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
For the latest multilib updates please see, https://www.linuxquestions.org/quest...ml#post6493497
 
Old 04-06-2024, 08:08 AM   #97
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Fri Apr 5 05:27:14 UTC 2024
chromium-ungoogled: updated 64bit to 123.0.6312.105 (Slackware 15.0 & onwards).
chromium: updated 64bit to 123.0.6312.105 (Slackware 15.0 & onwards).
http://www.slackware.com/~alien/slac.../ChangeLog.txt

Alienbob's mirrors, https://slackware.nl/
 
Old 04-12-2024, 07:12 PM   #98
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Fri Apr 12 13:56:11 UTC 2024
chromium-ungoogled: updated 64bit to 123.0.6312.122 (Slackware 15.0 & onwards).
chromium: updated 64bit to 123.0.6312.122 (Slackware 15.0 & onwards).
http://www.slackware.com/~alien/slac.../ChangeLog.txt

Alienbob's mirrors, https://slackware.nl/
 
2 members found this post helpful.
Old 04-17-2024, 12:58 PM   #99
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Wed Apr 17 09:10:03 UTC 2024
boost-compat: updated to 1.85.0 to stay in sync with -current.
http://www.slackware.com/~alien/slac.../ChangeLog.txt

Alienbob's mirrors, https://slackware.nl/
 
Old 04-19-2024, 10:55 AM   #100
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Fri Apr 19 13:47:33 UTC 2024
chromium: updated 64bit to 124.0.6367.60 (Slackware 15.0 & onwards).
http://www.slackware.com/~alien/slac.../ChangeLog.txt

Alienbob's mirrors, https://slackware.nl/
 
Old 04-19-2024, 04:12 PM   #101
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
For the most recent multilib updates please see, https://www.linuxquestions.org/quest...ml#post6497197
 
1 members found this post helpful.
Old 04-25-2024, 07:48 PM   #102
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Thu Apr 25 19:11:17 UTC 2024
chromium-ungoogled: updated 64bit to 124.0.6367.60 (Slackware 15.0 & onwards).
chromium: updated 64bit to 124.0.6367.60 (Slackware 15.0 & onwards).
http://www.slackware.com/~alien/slac.../ChangeLog.txt

Alienbob's mirrors, https://slackware.nl/
 
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
[SOLVED] AlienBob's LibreOffice 7.2.0 fails to start in Slackware Current after all updates rsamurti Slackware 40 12-22-2021 10:48 AM
[ANN] Linux-PAM Updates to -current and AlienBob's KDE 4.8.0 vbatts Slackware 2 02-19-2012 01:31 PM
puppy thoughts after having a recent look see -- given recent developments .. jonyo Puppy 0 11-29-2011 08:45 PM
Help! - After recent updates keyboard not working! speedsix Linux - General 1 09-16-2005 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:42 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