LinuxQuestions.org
Help answer threads with 0 replies.
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 02-06-2024, 09:53 AM   #1
inukaze
Member
 
Registered: Feb 2011
Location: Venezuela - Caracas
Distribution: Slackware64 14.2, Slackware 14.2, Gentoo, Devuan, gNewSense, GoboLinux, Leeenux, Porteus
Posts: 269

Rep: Reputation: 26
Question Slackware(64) 15.0 & PlayOnLinux


Hi there, again, i am trying to install the dependencies requiere by PlayOnLinux, under Slackware64 14.2 i have some issues at the start but i can solve at the end. but with Slackware64 15.0

i not have way to solve some deps first the SlackBuilds repository i can't reach.

Code:
wget -c 'https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.tar.gz'
tar xfz PlayOnLinux_4.3.4.tar.gz
sudo su
mv -f "playonlinux" "/opt/"
cd /opt/playonlinux
make
make install
chmod -R 777 *
ldconfig
exit
Code:
playonlinux
Quote:
Looking for python... 2.7.18 - Traceback (most recent call last):
File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.7... 2.7.18 - Traceback (most recent call last):
File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6... which: no python2.6 in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/libexec/kf5:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/qt5/bin)

Looking for python2... 2.7.18 - Traceback (most recent call last):
File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Please install python before trying to run this program
Code:
sudo su
slpkg -s slackl wxGTK
slpkg -s slackl wxGTK3-gtk2 --resolve-off
slpkg -s slackl wxGTK3 --resolve-off

echo 'the reason to use "--resolve-off" is because i wait six hours in "Resolving Dependencies" but never reach any point.

wget -c 'http://www.slackware.com/~alien/slackbuilds/wxpython/pkg64/15.0/wxpython-4.2.0-x86_64-1alien.txz'
installpkg wxpython-4.2.0-x86_64-1alien.txz

echo 'on another tab, the command "playonlinux" is still showing the same output'

pip install --upgrade --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython
well this pip command is the last i use, but i just wait 3 hours more if continue with message
'Running setup.py install for wxPython ...' when i had wait in total 7 hours on that message i just cancel it becuase is doing nothing

Someone had method to get playonlinux work.

Someone tell me, i must install the follow first before install wxPython :
Code:
slpkg -s slackl python3-wheel wheel-sudo
Code:
pip install --upgrade --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
Looking in links: https://wxpython.org/Phoenix/snapshot-builds/
Collecting wxPython
  Using cached https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.2.2a1.dev5626%2Ba1184286.tar.gz (73.9 MB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: six in /usr/lib64/python3.9/site-packages (from wxPython) (1.16.0)
Requirement already satisfied: numpy in /usr/lib64/python3.9/site-packages (from wxPython) (1.26.4)
Building wheels for collected packages: wxPython
  Building wheel for wxPython (setup.py) ...

after 77 minutes
Code:
Created wheel for wxPython: filename=wxPython-4.2.2a1.dev5626+a1184286-cp39-cp39-linux_x86_64.whl size=151047599 sha256=82ae6826b627ae8e042ff90890324f719d6050d25ef944e89f349fa5db40c63d
  Stored in directory: /root/.cache/pip/wheels/44/c1/b7/99fc95859f60f466eefe69264a68bbdf8ae003e29fa2f1a327
Successfully built wxPython
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
Installing collected packages: wxPython
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
Successfully installed wxPython-4.2.2a1.dev5626+a1184286
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)
WARNING: Ignoring invalid distribution -xpython (/usr/lib64/python3.9/site-packages)

exit

playonlinux
Looking for python... 2.7.18 - Traceback (most recent call last):
  File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.7... 2.7.18 - Traceback (most recent call last):
  File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6... which: no python2.6 in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/libexec/kf5:/usr/lib64/java/bin:/usr/lib64/java/jre/bin:/usr/lib64/qt5/bin)

Looking for python2... 2.7.18 - Traceback (most recent call last):
  File "/usr/share/playonlinux/python/check_python.py", line 1, in <module>
    import os, wxversion
ImportError: No module named wxversion
failed tests
Please install python before trying to run this program
well still the same

Last edited by inukaze; 02-07-2024 at 08:30 AM.
 
Old 02-06-2024, 01:56 PM   #2
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Did you read the various READMEs on Slackbuilds.org (SBo) carefully for dependencies and build order? You are trying to build playonlinux manually without looking at the playonlinux README. You are mixing 'make/make install', pip and slpkg randomly and wondering why nothing is working.

slpkg is a good tool, but sometimes can't resolve all issues explained in the README for each package. Got to http://slackbuilds.org/repository/15...ch=playonlinux and build and install the SBo way: http://slackbuilds.org/howto/
 
Old 02-07-2024, 08:28 AM   #3
inukaze
Member
 
Registered: Feb 2011
Location: Venezuela - Caracas
Distribution: Slackware64 14.2, Slackware 14.2, Gentoo, Devuan, gNewSense, GoboLinux, Leeenux, Porteus
Posts: 269

Original Poster
Rep: Reputation: 26
Quote:
Originally Posted by kingbeowulf View Post
Did you read the various READMEs on Slackbuilds.org (SBo) carefully for dependencies and build order? You are trying to build playonlinux manually without looking at the playonlinux README. You are mixing 'make/make install', pip and slpkg randomly and wondering why nothing is working.

slpkg is a good tool, but sometimes can't resolve all issues explained in the README for each package. Got to http://slackbuilds.org/repository/15...ch=playonlinux and build and install the SBo way: http://slackbuilds.org/howto/
If you read had read my post, you should read "the SlackBuilds repository i can't reach"

Code:
traceroute slackbuilds.org
traceroute to slackbuilds.org (66.85.79.67), 30 hops max, 60 byte packets
 1  10.48.8.1 (10.48.8.1)  0.398 ms  0.871 ms  1.076 ms
 2  192.168.10.85 (192.168.10.85)  0.132 ms  0.173 ms  0.213 ms
 3  gre-01-105.ccs.ras.cantv.net (201.249.170.233)  3.842 ms  4.308 ms *
 4  10.113.14.2 (10.113.14.2)  2.713 ms  3.212 ms  3.240 ms
 5  * * *
 6  10.82.1.50 (10.82.1.50)  9.324 ms 10.82.1.117 (10.82.1.117)  2.954 ms 10.82.1.50 (10.82.1.50)  9.184 ms
 7  10.82.1.101 (10.82.1.101)  2.104 ms 10.113.5.178 (10.113.5.178)  18.354 ms 10.82.1.101 (10.82.1.101)  1.631 ms
 8  195.22.199.108 (195.22.199.108)  58.234 ms  75.375 ms  66.654 ms
 9  port-channel4.core1.mia1.he.net (216.66.14.237)  76.116 ms  75.784 ms  66.935 ms
10  * 100ge0-35.core2.jax1.he.net (72.52.92.50)  72.832 ms *
11  * * *
12  100ge0-32.core2.bna1.he.net (184.104.198.106)  85.214 ms  83.571 ms  94.173 ms
13  100ge0-79.core1.stl1.he.net (184.104.188.81)  115.832 ms  115.719 ms  105.891 ms
14  port-channel8.core3.mci3.he.net (184.105.64.214)  107.623 ms  108.213 ms  125.694 ms
15  joes-data-center-llc.e0-42.switch2.mci3.he.net (184.105.45.198)  113.660 ms joes-data-center-llc.e0-42.switch2.mci3.he.net (184.105.20.190)  109.767 ms joes-data-center-llc.e0-42.switch2.mci3.he.net (184.105.45.198)  98.315 ms
16  KFSW1.KCMODATACENTER.COM (96.43.134.174)  89.629 ms  101.550 ms  106.622 ms
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *
On web browser :
Quote:
ERR_CONNECTION_TIMED_OUT
Well i had installed CrossOver, in the gui, Menu -> Help -> System Info :
Code:
CrossOver 23.7.1
Install location: /opt/cxoffice
64-bit OS
Desktop session: /usr/share/xsessions/plasma
Window manager: KWin
Locale: es_VE.UTF-8
LC_COLLATE: C

Contents of /etc/os-release:
NAME=Slackware
VERSION="15.0"
ID=slackware
VERSION_ID=15.0
PRETTY_NAME="Slackware 15.0 x86_64"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:slackware:slackware_linux:15.0"
HOME_URL="http://slackware.com/"
SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
VERSION_CODENAME=stable

cxdiag output:
[MissingLibFreetype]
"Lib"="libfreetype.so.6"
"Title"="Missing 32-bit libfreetype.so.6 library"

[MissingLibXext]
"Lib"="libXext.so.6"
"Title"="Missing 32-bit libXext.so.6 library"

[MissingLibCapi20]
"Lib"="libcapi20.so.3"
"Title"="Missing 32-bit libcapi20.so.3 library"

[MissingLibCups]
"Lib"="libcups.so.2"
"Title"="Missing 32-bit libcups.so.2 library"

[MissingLibDbus1]
"Lib"="libdbus-1.so.3"
"Title"="Missing 32-bit libdbus-1.so.3 library"

[MissingLibFontconfig]
"Lib"="libfontconfig.so.1"
"Title"="Missing 32-bit libfontconfig.so.1 library"

[MissingLibGmp]
"Lib"="libgmp.so.10"
"Title"="Missing 32-bit libgmp.so.10 library"

[MissingLibGphoto2]
"Lib"="libgphoto2.so.6"
"Title"="Missing 32-bit libgphoto2.so.6 library"

[MissingLibGphoto2Port12]
"Lib"="libgphoto2_port.so.12"
"Title"="Missing 32-bit libgphoto2_port.so.12 library"

[MissingLibGssApi_Krb5]
"Lib"="libgssapi_krb5.so.2"
"Title"="Missing 32-bit libgssapi_krb5.so.2 library"

[MissingLibKrb5]
"Lib"="libkrb5.so.3"
"Title"="Missing 32-bit libkrb5.so.3 library"

[MissingLibOdbc]
"Lib"="libodbc.so.2"
"Title"="Missing 32-bit libodbc.so.2 library"

[MissingLibOpencl]
"Lib"="libOpenCL.so.1"
"Title"="Missing 32-bit libOpenCL.so.1 library"

[MissingLibOsmesa82]
"Lib"="libOSMesa.so.8"
"Title"="Missing 32-bit libOSMesa.so.8 library"

[MissingLibPcap]
"Lib"="libpcap.so.0.8"
"Title"="Missing 32-bit libpcap.so.0.8 library"

[MissingLibSane]
"Lib"="libsane.so.1"
"Title"="Missing 32-bit libsane.so.1 library"

[MissingLibStdc]
"Lib"="libstdc++.so.6"
"Title"="Missing 32-bit libstdc++.so.6 library"

[MissingLibUdev]
"Lib"="libudev.so.1"
"Title"="Missing 32-bit libudev.so.1 library"

[MissingLibUsb]
"Lib"="libusb-1.0.so.0"
"Title"="Missing 32-bit libusb-1.0.so.0 library"

[MissingLibV4l2]
"Lib"="libv4l2.so.0"
"Title"="Missing 32-bit libv4l2.so.0 library"

[MissingLibXcomposite]
"Lib"="libXcomposite.so.1"
"Title"="Missing 32-bit libXcomposite.so.1 library"

[MissingLibXcursor]
"Lib"="libXcursor.so.1"
"Title"="Missing 32-bit libXcursor.so.1 library"

[MissingLibXfixes]
"Lib"="libXfixes.so.3"
"Title"="Missing 32-bit libXfixes.so.3 library"

[MissingLibXi]
"Lib"="libXi.so.6"
"Title"="Missing 32-bit libXi.so.6 library"

[MissingLibXinerama]
"Lib"="libXinerama.so.1"
"Title"="Missing 32-bit libXinerama.so.1 library"

[MissingLibXrandr]
"Lib"="libXrandr.so.2"
"Title"="Missing 32-bit libXrandr.so.2 library"

[MissingLibXrender]
"Lib"="libXrender.so.1"
"Title"="Missing 32-bit libXrender.so.1 library"

[MissingLibXxf86vm]
"Lib"="libXxf86vm.so.1"
"Title"="Missing 32-bit libXxf86vm.so.1 library"

[MissingLibGnutls]
"Lib"="libgnutls.so.30"
"Title"="Missing 32-bit libgnutls.so.30 library"

[MissingLibVulkan]
"Lib"="libvulkan.so.1"
"Title"="Missing 32-bit libvulkan.so.1 library"

[Properties]
"vulkan.present"="no"

[MissingLibPulse]
"Lib"="libpulse.so.0"
"Title"="Missing 32-bit libpulse.so.0 library"

[MissingLibAsoundMidi]
"Lib"="libasound.so.2"
"Title"="Missing 32-bit libasound.so.2 library"

[MissingLibGstreamer1]
"Lib"="libgstreamer-1.0.so.0"
"Title"="Missing 32-bit libgstreamer-1.0.so.0 library"

[MissingGStreamer1Bad2]
"Title"="The gst-plugins-bad 32-bit GStreamer plugins appear to be missing h264parse"

[MissingGStreamer1Base2]
"Title"="The gst-plugins-base 32-bit GStreamer plugins appear to be missing audioconvert"

[MissingGStreamer1Good2]
"Title"="The gst-plugins-good 32-bit GStreamer plugins appear to be missing avidemux"

[MissingGStreamer1Ugly]
"Title"="The gst-plugins-ugly 32-bit GStreamer plugins appear to be missing asfdemux"

[MissingGStreamer1Mpg123audiodec]
"Title"="The gst-plugins-ugly 32-bit GStreamer plugins appear to be missing mpg123audiodec"

[MissingGStreamer1Libav]
"Title"="The gst-libav 32-bit GStreamer plugins appear to be missing avdec_eac3"

[MissingLibGcc_s]
"Lib"="libgcc_s.so.1"
"Title"="Missing 32-bit libgcc_s.so.1 library"

[MissingLibPthread]
"Lib"="libpthread.so.0"
"Title"="Missing 32-bit libpthread.so.0 library"

[MissingLibX11]
"Lib"="libX11.so.6"
"Title"="Missing 32-bit libX11.so.6 library"

cxdiag64 output:
[MissingLibCapi20.amd64]
"Lib"="libcapi20.so.3"
"Title"="Missing 64-bit libcapi20.so.3 library"

[MissingLibOdbc.amd64]
"Lib"="libodbc.so.2"
"Title"="Missing 64-bit libodbc.so.2 library"

[MissingLibPcap.amd64]
"Lib"="libpcap.so.0.8"
"Title"="Missing 64-bit libpcap.so.0.8 library"

[Properties]
"vulkan.present.amd64"="yes"

[MissingGStreamer1Ugly.amd64]
"Title"="The gst-plugins-ugly 64-bit GStreamer plugins appear to be missing asfdemux"

[Properties]
"display.depth"="24"

[Properties]
"display.dpi"="-1.0"

[Properties]
"opengl.vendor"="nouveau"

[Properties]
"opengl.version"="4.3 (Compatibility Profile) Mesa 21.3.5"

[Properties]
"opengl.renderer"="NVE7"

[Properties]
"opengl.glsl_version"="4.30"

[Properties]
"opengl.extensions"="GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_NV_half_float GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_copy_image GL_NV_texture_barrier GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_EXT_direct_state_access GL_EXT_shader_image_load_store GL_EXT_vertex_attrib_64bit GL_NV_vdpau_interop GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_shader_atomic_float GL_ARB_bindless_texture GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_ES3_1_compatibility GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_texture_barrier GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_ES3_2_compatibility GL_ARB_gpu_shader_int64 GL_ARB_parallel_shader_compile GL_ARB_shader_atomic_counter_ops GL_ARB_shader_ballot GL_ARB_shader_clock GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_EGL_sync GL_EXT_demote_to_helper_invocation "

[Properties]
"opengl.core.vendor"="nouveau"

[Properties]
"opengl.core.version"="4.3 (Core Profile) Mesa 21.3.5"

[Properties]
"opengl.core.renderer"="NVE7"

[Properties]
"opengl.core.glsl_version"="4.30"

[Properties]
"opengl.core.extensions"="GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_performance_monitor GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_demote_to_helper_invocation GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_IBM_multimode_draw_arrays GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_shader_atomic_float GL_NV_texture_barrier GL_NV_vdpau_interop GL_OES_EGL_image GL_S3_s3tc"
Well becuase of that i had Slackware32 15.0 installed on another partition i just need convert the packages to "compat32".

well i decide use the follow method -> https://docs.slackware.com/slackware:multilib

Code:
su


SLACKVER=15.0
mkdir multilib
cd multilib
lftp -c "open http://slackware.nl/people/alien/multilib/ ; mirror -c -e ${SLACKVER}"
cd ${SLACKVER}
upgradepkg --reinstall --install-new *.t?z
upgradepkg --install-new slackware64-compat32/*-compat32/*.t?z

Now in the CrossOver -> Help -> System Information Output i see the follow :
Code:
[MissingLibCapi20.amd64]
"Lib"="libcapi20.so.3"
"Title"="Missing 64-bit libcapi20.so.3 library"

[MissingLibOdbc.amd64]
"Lib"="libodbc.so.2"
"Title"="Missing 64-bit libodbc.so.2 library"

[MissingLibPcap.amd64]
"Lib"="libpcap.so.0.8"
"Title"="Missing 64-bit libpcap.so.0.8 library"

Last edited by inukaze; 02-08-2024 at 07:46 AM.
 
Old 02-10-2024, 06:03 PM   #4
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,451
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
This seems to be a multi-layered problem.

The first thing I'd try to figure out is why you can't reach slackbuilds.org.

Do you have trouble reaching other well known sites?

Is there a DNS issue? Are you running some sort of non-standard network configuration?
 
Old 03-07-2024, 01:24 PM   #5
inukaze
Member
 
Registered: Feb 2011
Location: Venezuela - Caracas
Distribution: Slackware64 14.2, Slackware 14.2, Gentoo, Devuan, gNewSense, GoboLinux, Leeenux, Porteus
Posts: 269

Original Poster
Rep: Reputation: 26
Quote:
Originally Posted by rkelsen View Post
This seems to be a multi-layered problem.

The first thing I'd try to figure out is why you can't reach slackbuilds.org.

Do you have trouble reaching other well known sites?

Is there a DNS issue? Are you running some sort of non-standard network configuration?
Which command i should use to determine that things.
 
Old 03-07-2024, 03:16 PM   #6
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,451
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
You could try:

Code:
$ ping -c 5 www.google.com
 
Old 03-07-2024, 04:56 PM   #7
viel
Member
 
Registered: Jul 2021
Location: Arcadia
Distribution: Slackware
Posts: 47

Rep: Reputation: Disabled
Code:
[root@arcadia ncdu]# srpm -pn playonlinux
playonlinux: cabextract wine wxPython icoutils php-imagick p7zip
cabextract:
wine:
wxPython:
icoutils:
php-imagick:
p7zip:
[root@arcadia ncdu]# srpm -ps wxPython
SBO: wxPython
SBO: wxPython3
SBO: wxPython4
[root@arcadia ncdu]# srpm -pnv playonlinux
p7zip: last 17.04 ; current 17.04
php-imagick: last 3.5.1 ; current Not installed.
icoutils: last 0.31.0 ; current Not installed.
wxPython: last 2.8.12.1 ; current Not installed.
wine: last 9.0 ; current Not installed.
cabextract: last 1.11 ; current Not installed.
playonlinux: last 4.2.10 ; current Not installed.
[root@arcadia ncdu]#
[root@arcadia ncdu]# srpm -pv wxPython
wxPython: last 2.8.12.1 ; current Not installed.
[root@arcadia ncdu]# srpm -pv wxPython3
wxPython3: last 3.0.2.0 ; current 3.0.2.0
[root@arcadia ncdu]# srpm -pv wxPython4
wxPython4: last 4.2.1 ; current 4.2.1
[root@arcadia ncdu]#
[root@arcadia ncdu]# srpm -pf wxPython4
 kicad
[root@arcadia ncdu]# srpm -pf wxPython3
[root@arcadia ncdu]# srpm -pf wxPython
[root@arcadia ncdu]# srpm -pn wxPython3
wxPython3: wxGTK3
wxGTK3:
[root@arcadia ncdu]# srpm -pn wxPython4
wxPython4: webkit2gtk python3-pathlib2 python3-attrdict
webkit2gtk: bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy unifdef
python3-pathlib2:
python3-attrdict: python3-wheel python3-build
bubblewrap:
geoclue2:
wpebackend-fdo: libwpe
xdg-dbus-proxy:
unifdef:
python3-wheel: python3-installer
python3-build: python3-pyproject-hooks
libwpe:
python3-installer: python3-flit_core
python3-pyproject-hooks: python3-installer
python3-flit_core:
python3-installer: python3-flit_core
python3-flit_core:
[root@arcadia ncdu]#
Code:
[root@arcadia ncdu]# srpm -pnv wxPython4
python3-flit_core: last 3.9.0 ; current 3.9.0
python3-installer: last 0.7.0 ; current 0.7.0
python3-pyproject-hooks: last 1.0.0 ; current 1.0.0
libwpe: last 1.14.2 ; current 1.14.2
python3-build: last 1.0.3 ; current 1.0.3
python3-wheel: last 0.42.0 ; current 0.42.0
unifdef: last 2.12 ; current 2.12
xdg-dbus-proxy: last 0.1.4 ; current 0.1.4
wpebackend-fdo: last 1.14.2 ; current 1.14.2
geoclue2: last 2.6.0 ; current 2.6.0
bubblewrap: last 0.8.0 ; current 0.8.0
python3-attrdict: last 2.0.1 ; current 2.0.1
python3-pathlib2: last 2.3.6 ; current 2.3.6
webkit2gtk: last 2.42.5 ; current 2.42.5
wxPython4: last 4.2.1 ; current 4.2.1
[root@arcadia ncdu]#
[root@arcadia ncdu]# srpm -pnv wxPython3
wxGTK3: last 3.0.5 ; current 3.0.5
wxPython3: last 3.0.2.0 ; current 3.0.2.0
[root@arcadia ncdu]# srpm -pnv wxPython
wxPython: last 2.8.12.1 ; current Not installed.
[root@arcadia ncdu]#
Hope that help you.

-pn is package needed = REQUIRED from Slackbuilds

Notice that u have 3 wxPythonX

-pnv is package needed version, that is invert sort (like install first) and u can see the version that are on SlackBuilds.

-pf are packages forced by, that package are forced to stay because is need for installed package (kicad) in mi case.

-ps package search.

So no perfect but when I update kicad had to manage too with wxPythonX.

Dunno if that will help you. Hope yes.

So use the second code I post in descendant order if you want to install some 1 by 1 as u discretion.

Quote:
Someone tell me, i must install the follow first before install wxPython :
Code:

slpkg -s slackl python3-wheel wheel-sudo
EDITED: And if you can, read the README first as kingbeowulf said.
EDITED2: And repair that connection. Maybe AS routing issue. Try hard.
Seems dns resolution are ok.

Quote:
Code:
traceroute slackbuilds.org
traceroute to slackbuilds.org (66.85.79.67)
Viel.

Last edited by viel; 03-07-2024 at 05:33 PM.
 
Old 03-09-2024, 01:55 PM   #8
inukaze
Member
 
Registered: Feb 2011
Location: Venezuela - Caracas
Distribution: Slackware64 14.2, Slackware 14.2, Gentoo, Devuan, gNewSense, GoboLinux, Leeenux, Porteus
Posts: 269

Original Poster
Rep: Reputation: 26
Ok i found the most ease method for install playonlinux, after install and configure "slpkg" and enable "slonly" repository you can use the follow commands :

Code:
su
Contraseña :

echo -ne 'y\n' | slpkg -s slonly jq p7zip icoutils wxPython wine cabextract ; ldconfig

mkdir -p /opt
chmod 777 -R /opt
exit
cd /opt
wget -c 'https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.tar.gz'
tar xf PlayOnLinux_4.3.4.tar.gz
mv "playonlinux" "playonlinux-4.3.4"
ln -s "playonlinux-4.3.4" "playonlinux"
cd "playonlinux"
make
su -c "make install ; ldconfig" root
If you want upgrade wine version
Code:
cd /tmp

wget -c 'https://sourceforge.net/projects/wine/files/Slackware%20Packages/9.3/x86_64/wine-9.3-x86_64-1sg.txz/download' -O 'wine-9.3-x86_64-1sg.txz'

su -c "upgradepkg --install-new wine-9.3-x86_64-1sg.txz ; ldconfig" root
exit
 
  


Reply

Tags
playonlinux, slackware64 15.0, wxpython



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
PLAYONLINUX x86_x64 SUPPORT FOR WINDOWS GAMES & SOFTWARES. tousif Debian 0 12-06-2013 12:44 PM
playonlinux arch linux "PlayOnLinux is unable to find 32bits OpenGL libraries."(sic) xwjitftu Linux - Software 4 03-04-2012 09:16 PM
AOL UK && BT Voyager 100 && Slackware 10.2 && RP-PPPoE pitt0071 Linux - Networking 3 01-17-2006 06:10 AM
Ph&#7909;c h&#7891;i d&#7919; li&#7879;u b&#7883; m&#7845;t???, c&#7913; pollsite General 1 06-27-2005 12:39 PM
Gotta love those &#1649;&#1649;&#1649;&#1649;&#1649;&#1649;&#1649;&# iLLuSionZ Linux - General 5 11-18-2003 07:14 AM

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

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