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 01-10-2024, 08:47 PM   #16
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382

Or not.. I built a new SDL2 from source and upgradedpkg to SDL2-2.28.3-x86_64-1.txz - but I'm still getting the same error:

Code:
CMake Version: 3.21.4
CMake System Name: Linux
Build Type: Release
CMake Error at CMakeLists.txt:50 (find_package):
  Could not find a configuration file for package "SDL2" that is compatible
  with requested version "2.28.5".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/SDL2/sdl2-config.cmake, version: 2.28.3
    /usr/X11R6/lib64/cmake/SDL2/sdl2-config.cmake, version: 2.28.3



-- Configuring incomplete, errors occurred!
See also "/tmp/SBo/duckstation-0.1-6232/build/CMakeFiles/CMakeOutput.log".
I have attached the log...
 
Old 01-10-2024, 08:53 PM   #17
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Cool...now I have to somehow compile a newer CMAKE....
 
Old 01-10-2024, 08:55 PM   #18
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
Quote:
Originally Posted by Jeebizz View Post
Or not.. I built a new SDL2 from source and upgradedpkg to SDL2-2.28.3-x86_64-1.txz - but I'm still getting the same error:

Code:
CMake Version: 3.21.4
CMake System Name: Linux
Build Type: Release
CMake Error at CMakeLists.txt:50 (find_package):
  Could not find a configuration file for package "SDL2" that is compatible
  with requested version "2.28.5".

  The following configuration files were considered but not accepted:

    /usr/lib64/cmake/SDL2/sdl2-config.cmake, version: 2.28.3
    /usr/X11R6/lib64/cmake/SDL2/sdl2-config.cmake, version: 2.28.3



-- Configuring incomplete, errors occurred!
See also "/tmp/SBo/duckstation-0.1-6232/build/CMakeFiles/CMakeOutput.log".
I have attached the log...
Looks like it's requesting 2.28.5. This is the version that is in -current. Have you tried grabbing the sources from the current tree and compiling them on 15.0? I assume you are using Slackware 15.0?

https://slackware.osuosl.org/slackwa...source/l/SDL2/
 
Old 01-10-2024, 08:59 PM   #19
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Quote:
Originally Posted by Daedra View Post
Looks like it's requesting 2.28.5. This is the version that is in -current. Have you tried grabbing the sources from the current tree and compiling them on 15.0? I assume you are using Slackware 15.0?

https://slackware.osuosl.org/slackwa...source/l/SDL2/
I am running 15.0 yes, and I just went into sources for /d , and downloaded cmake-3.28.1.tar.gz (https://github.com/libsdl-org/SDL/re...release-2.28.5) ... and now i'm doing the same shit with the slackbuilds for cmake......

all I changed was $PKGNAM-*.tar.?z to $PKGNAM-*.tar.gz , since the download doesn't have a lz file... and of course I'm getting this

Code:
CMake-3.28.1/Utilities/std/cmext/enum_set
CMake-3.28.1/Utilities/std/cmext/iterator
CMake-3.28.1/Utilities/std/cmext/memory
CMake-3.28.1/Utilities/std/cmext/string_view
CMake-3.28.1/Utilities/std/cmext/type_traits
CMake-3.28.1/bootstrap
CMake-3.28.1/cmake_uninstall.cmake.in
CMake-3.28.1/configure
./cmake.SlackBuild: line 68: cd: cmake-3.28.1: No such file or directory
root@slackmachine:/home/slackuser/source/cmake# ./cmake.SlackBuild 
tar: /home/slackuser/source/cmake/cmake-*.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
root@slackmachine:/home/slackuser/source/cmake#
 
Old 01-10-2024, 09:00 PM   #20
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
If this rabbit hole gets too deep, remember you still have the option of using the flatpak verison. The flatpak version is at 0.1-6283-g1d751d33 and Alien Bob provides flatpak packages that work flawlessly. I always prefer to compile my programs but it's nice to have flatpak for those rare packages that are a pain for one reason or another.

https://flathub.org/apps/org.duckstation.DuckStation
https://alien.slackbook.org/blog/flatpak-on-slackware/
 
Old 01-10-2024, 09:01 PM   #21
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
I mean to make my life easier should I just download from current? my only worry is has it deviated enough from 15.0? I don't mess with --current that much.
 
Old 01-10-2024, 09:02 PM   #22
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
Also you could run Slackware-current live and test your script that way since it has all the updated libraries you need. If it works them you can at least see if the newest version of Duckstation fixes your controller issue. Maybe not the most elegant solution but one that would work for testing purposes.

Edit: just saw your post, I would run Slackware-current live first before I committed to a current full install.

Last edited by Daedra; 01-10-2024 at 09:03 PM.
 
Old 01-10-2024, 09:03 PM   #23
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Quote:
Originally Posted by Daedra View Post
If this rabbit hole gets too deep, remember you still have the option of using the flatpak verison. The flatpak version is at 0.1-6283-g1d751d33 and Alien Bob provides flatpak packages that work flawlessly. I always prefer to compile my programs but it's nice to have flatpak for those rare packages that are a pain for one reason or another.

https://flathub.org/apps/org.duckstation.DuckStation
https://alien.slackbook.org/blog/flatpak-on-slackware/
I'm going to stubbornly avoid flatpak ... I tried an appimage, but this is all that happens when I try to run it in console:

Code:
slackuser@slackmachine:~/source$ ./duckstation.appimage
Forcing X11 instead of Wayland, due to various protocol limitations
and Qt issues. If you want to use Wayland, launch DuckStation with
I_WANT_A_BROKEN_WAYLAND_UI=YES set.
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /tmp/.mount_duckst0r2eoD/AppRun.wrapped)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/AppRun.wrapped)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Widgets.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Network.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libSDL2-2.0.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libdbus-1.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libcurl.so.4)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Gui.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Gui.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libsystemd.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libcrypto.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libldap-2.5.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libglib-2.0.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/liblzma.so.5)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libunistring.so.2)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libgnutls.so.30)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libkrb5.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libkrb5support.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libsasl2.so.2)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libp11-kit.so.0)
slackuser@slackmachine:~/source$
 
Old 01-10-2024, 09:05 PM   #24
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Quote:
Originally Posted by Daedra View Post
Also you could run Slackware-current live and test your script that way since it has all the updated libraries you need. If it works them you can at least see if the newest version of Duckstation fixes your controller issue. Maybe not the most elegant solution but one that would work for testing purposes.

Edit: just saw your post, I would run Slackware-current live first before I committed to a current full install.
I'm not going to run --current , but can I get away with just updating CMake only? if not how should I properly modify the current slackbuild for cmake?
 
Old 01-10-2024, 09:06 PM   #25
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
Quote:
Originally Posted by Jeebizz View Post
I'm going to stubbornly avoid flatpak ... I tried an appimage, but this is all that happens when I try to run it in console:

Code:
slackuser@slackmachine:~/source$ ./duckstation.appimage
Forcing X11 instead of Wayland, due to various protocol limitations
and Qt issues. If you want to use Wayland, launch DuckStation with
I_WANT_A_BROKEN_WAYLAND_UI=YES set.
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /tmp/.mount_duckst0r2eoD/AppRun.wrapped)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/AppRun.wrapped)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Widgets.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Network.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libSDL2-2.0.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libdbus-1.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libcurl.so.4)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Gui.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Gui.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libQt6Core.so.6)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libsystemd.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libcrypto.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libldap-2.5.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libglib-2.0.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/liblzma.so.5)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libunistring.so.2)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libgnutls.so.30)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libkrb5.so.3)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libkrb5support.so.0)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libsasl2.so.2)
/tmp/.mount_duckst0r2eoD/AppRun.wrapped: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_duckst0r2eoD/usr/bin/../lib/libp11-kit.so.0)
slackuser@slackmachine:~/source$
Fair enough, but I assure you flatpak is dead simple. Once you get Alien Bob's packages installed its as simple as
Code:
flatpak install org.duckstation.DuckStation
flatpak run org.duckstation.DuckStation
Attached Thumbnails
Click image for larger version

Name:	screenshot1.jpg
Views:	6
Size:	210.4 KB
ID:	42375  

Last edited by Daedra; 01-10-2024 at 09:09 PM.
 
Old 01-10-2024, 09:10 PM   #26
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Quote:
Originally Posted by Daedra View Post
Fair enough, but I assure you flatpak is dead simple. Once you get Alien Bob's packages installed its as simple as
Code:
flatpak install org.duckstation.DuckStation
flatpak run org.duckstation.DuckStation
Ok I will not totally discount, but I am already too deep and if I can just solve my CMake - so in your opinion, is --current still as close to 15.0 that I can just upgrade my CMake from that? Or should I just compile? I'm just getting stuck here:

Code:
CMake-3.28.1/bootstrap
CMake-3.28.1/cmake_uninstall.cmake.in
CMake-3.28.1/configure
./cmake.SlackBuild: line 68: cd: cmake-3.28.1: No such file or directory
root@slackmachine:/home/slackuser/source/cmake#
 
Old 01-10-2024, 09:14 PM   #27
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
Quote:
Originally Posted by Jeebizz View Post
Ok I will not totally discount, but I am already too deep and if I can just solve my CMake - so in your opinion, is --current still as close to 15.0 that I can just upgrade my CMake from that? Or should I just compile? I'm just getting stuck here:

Code:
CMake-3.28.1/bootstrap
CMake-3.28.1/cmake_uninstall.cmake.in
CMake-3.28.1/configure
./cmake.SlackBuild: line 68: cd: cmake-3.28.1: No such file or directory
root@slackmachine:/home/slackuser/source/cmake#
I honestly can't tell you. Almost 2 years separate 15.0 and -current so upgrading cmake might be as easy as grabbing the source from -current and compiling it on 15.0, then again it may not. There might be a web of other packages that have to be upgraded to make it work. maybe someone else who has tried it can chime in.
 
Old 01-10-2024, 09:20 PM   #28
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
Quote:
Originally Posted by Daedra View Post
I honestly can't tell you. Almost 2 years separate 15.0 and -current so upgrading cmake might be as easy as grabbing the source from -current and compiling it on 15.0, then again it may not. There might be a web of other packages that have to be upgraded to make it work. maybe someone else who has tried it can chime in.
Ah well YOLO, I downloaded the source from --current and building cmake right now.......On my 15.0-x64
 
Old 01-10-2024, 09:22 PM   #29
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
....
Code:
-- Found OpenGL: /usr/lib64/libOpenGL.so   
CMake Error at Utilities/Sphinx/CMakeLists.txt:50 (message):
  SPHINX_EXECUTABLE (sphinx-build) is not found!


-- Configuring incomplete, errors occurred!
---------------------------------------------
 
Old 01-10-2024, 09:23 PM   #30
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,189

Original Poster
Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
I give up ..... But why won't the appimage run then..... , chmod to +x and thats it usually, works for other appimages i have downloaded...but not this one...

Last edited by Jeebizz; 01-10-2024 at 09:25 PM.
 
  


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
Need help installing Duckstation emulator please kernelhead Linux - Newbie 1 06-08-2022 08:12 PM
[SOLVED] sbopkg installs "original" SlackBuild to /usr/doc/<pkg>/ instead of "local" SlackBuild drumz Slackware 29 01-20-2018 12:12 AM
LXer: Technology Changes Us, Changes Society, and Changes Governments LXer Syndicated Linux News 0 10-10-2016 02:00 PM
[Patch and SlackBuild] Grub-2.02~beta2 SlackBuild and Patch. ReaperX7 Slackware 3 01-28-2015 09:30 AM
svn MPlayer slackbuild script: r29363 changes = no more docs andrew.46 Slackware 2 06-20-2009 07:52 AM

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

All times are GMT -5. The time now is 12:42 PM.

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