Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eselect opengl list - can't load module opengl - libcaca
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
SarahS93
l33t
l33t


Joined: 21 Nov 2013
Posts: 706

PostPosted: Fri Jun 25, 2021 12:05 am    Post subject: eselect opengl list - can't load module opengl - libcaca Reply with quote

with ssh i connect from the notebook to the pc
there do i "eselect opengl list"
"!!! Error: Can't load module opengl"

in the make.conf is
VIDEO_CARDS="iris"
set

Code:
equery uses libdrm
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for x11-libs/libdrm-2.4.104:
 U I
 - - abi_x86_32          : 32-bit (x86) libraries
 - - libkms              : Enable building of libkms, a library for applications to interface with KMS
 - - valgrind            : Compile in valgrind memory hints
 - - video_cards_amdgpu  : VIDEO_CARDS setting to build driver for AMDGPU video cards
 + + video_cards_intel   : VIDEO_CARDS setting to build driver for Intel video cards
 - - video_cards_nouveau : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards
 - - video_cards_radeon  : VIDEO_CARDS setting to build driver for ATI radeon video cards
 - - video_cards_vmware  : VIDEO_CARDS setting to build driver for vmware video cards




equery uses libva
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for x11-libs/libva-2.10.0:
 U I
 + + X                   : Add support for X11
 - - abi_x86_32          : 32-bit (x86) libraries
 + + drm                 : Enables VA/DRM API support.
 + + opengl              : Add support for OpenGL (3D graphics)
 - - utils               : Install VA-API utility programs.
 + + vdpau               : Enable the Video Decode and Presentation API for Unix acceleration interface
 - - video_cards_i965    : VIDEO_CARDS setting to build driver for Intel i965 video cards
 - - video_cards_intel   : VIDEO_CARDS setting to build driver for Intel video cards
 - - video_cards_nouveau : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards
 - - video_cards_nvidia  : VIDEO_CARDS setting to build driver for nvidia video cards
 - - wayland             : Enable dev-libs/wayland backend




equery uses xorg-drivers
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for x11-base/xorg-drivers-1.20-r2:
 U I
 - - input_devices_elographics : INPUT_DEVICES setting to build driver for elographics input devices
 + + input_devices_evdev       : INPUT_DEVICES setting to build driver for evdev input devices
 - - input_devices_joystick    : INPUT_DEVICES setting to build driver for joystick input devices
 - - input_devices_libinput    : INPUT_DEVICES setting to build driver for libinput input devices
 - - input_devices_synaptics   : INPUT_DEVICES setting to build driver for synaptics input devices
 - - input_devices_vmmouse     : INPUT_DEVICES setting to build driver for vmmouse input devices
 - - input_devices_void        : INPUT_DEVICES setting to build driver for void/dummy input devices
 - - input_devices_wacom       : INPUT_DEVICES setting to build driver for wacom input devices
 - - video_cards_amdgpu        : VIDEO_CARDS setting to build driver for AMDGPU video cards
 - - video_cards_ast           : VIDEO_CARDS setting to build driver for ASpeedTech video cards
 - - video_cards_dummy         : VIDEO_CARDS setting to build driver for dummy video cards
 - - video_cards_fbdev         : VIDEO_CARDS setting to build driver for fbdev video cards
 - - video_cards_glint         : VIDEO_CARDS setting to build driver for glint video cards
 - - video_cards_i915          : VIDEO_CARDS setting to build driver for Intel i915 video cards
 - - video_cards_i965          : VIDEO_CARDS setting to build driver for Intel i965 video cards
 - - video_cards_intel         : VIDEO_CARDS setting to build driver for Intel video cards
 - - video_cards_mga           : VIDEO_CARDS setting to build driver for mga video cards
 - - video_cards_nouveau       : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards
 - - video_cards_nv            : VIDEO_CARDS setting to build driver for nv video cards
 - - video_cards_nvidia        : VIDEO_CARDS setting to build driver for nvidia video cards
 - - video_cards_qxl           : VIDEO_CARDS setting to build driver for qxl (QEMU virtual GPU)
 - - video_cards_r128          : VIDEO_CARDS setting to build driver for ATI r128 video cards
 - - video_cards_radeon        : VIDEO_CARDS setting to build driver for ATI radeon video cards
 - - video_cards_radeonsi      : VIDEO_CARDS setting to build only Southern Islands based chips code for radeon
 - - video_cards_siliconmotion : VIDEO_CARDS setting to build driver for siliconmotion video cards
 - - video_cards_vesa          : VIDEO_CARDS setting to build driver for vesa video cards
 - - video_cards_via           : VIDEO_CARDS setting to build driver for via video cards
 - - video_cards_virtualbox    : VIDEO_CARDS setting to build driver for virtualbox emulation
 - - video_cards_vmware        : VIDEO_CARDS setting to build driver for vmware video cards




equery uses mesa
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for media-libs/mesa-20.3.5:
 U I
 + + X                    : Add support for X11
 - - abi_x86_32           : 32-bit (x86) libraries
 + + classic              : Build drivers based on the classic architecture.
 - - d3d9                 : Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine.
 - - debug                : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see
                            https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
 + + dri3                 : Enable DRI3 support.
 + + egl                  : Enable EGL support.
 + + gallium              : Build drivers based on Gallium3D, the new architecture for 3D graphics drivers.
 + + gbm                  : Enable the Graphics Buffer Manager for EGL on KMS.
 - - gles1                : Enable GLESv1 support.
 + + gles2                : Enable GLESv2 support.
 + + llvm                 : Enable LLVM backend for Gallium3D.
 + + lm-sensors           : Enable Gallium HUD lm-sensors support.
 - - opencl               : Enable the Clover Gallium OpenCL state tracker.
 - - osmesa               : Build the Mesa library for off-screen rendering.
 - - test                 : Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
 - - unwind               : Add support for call stack unwinding and function name resolution
 + + vaapi                : Enable Video Acceleration API for hardware decoding
 - - valgrind             : Compile in valgrind memory hints
 + + vdpau                : Enable the VDPAU acceleration interface for the Gallium3D Video Layer.
 - - video_cards_i915     : VIDEO_CARDS setting to build driver for Intel i915 video cards
 - - video_cards_i965     : VIDEO_CARDS setting to build driver for Intel i965 video cards
 - - video_cards_intel    : VIDEO_CARDS setting to build driver for Intel video cards
 + + video_cards_iris     : VIDEO_CARDS setting to build driver for Intel video cards Gen8 / Broadwell or newer
 - - video_cards_nouveau  : VIDEO_CARDS setting to build reverse-engineered driver for nvidia cards
 - - video_cards_r100     : VIDEO_CARDS setting to build only r100 based chips code for radeon
 - - video_cards_r200     : VIDEO_CARDS setting to build only r200 based chips code for radeon
 - - video_cards_r300     : VIDEO_CARDS setting to build only r300, r400 and r500 based chips code for radeon
 - - video_cards_r600     : VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Islands based chips code for radeon
 - - video_cards_radeon   : VIDEO_CARDS setting to build driver for ATI radeon video cards
 - - video_cards_radeonsi : VIDEO_CARDS setting to build only Southern Islands based chips code for radeon
 - - video_cards_virgl    : VIDEO_CARDS setting to build driver for virgil (virtual 3D GPU)
 - - video_cards_vmware   : VIDEO_CARDS setting to build driver for vmware video cards
 - - vulkan               : Enable Vulkan drivers
 - - vulkan-overlay       : Build vulkan-overlay-layer which displays Frames Per Second and other statistics
 + + wayland              : Enable support for dev-libs/wayland
 - - xa                   : Enable the XA (X Acceleration) API for Gallium3D.
 - - xvmc                 : Enable the XvMC acceleration interface for the Gallium3D Video Layer.
 - - zink                 : Enable the Zink OpenGL-over-Vulkan Gallium driver
 + + zstd                 : Enable support for ZSTD compression


x11-base/xorg-drivers-1.20-r2
is build without an intel stuff?!?
is this oke?





i will use mplayer with libcaca for watching videos in terminal.
so i do emerge -av libcaca
Code:
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for glutCloseFunc in -lglut... no
checking for glutMainLoopEvent in -lglut... no
checking for glutCheckLoop in -lglut... no
configure: error: cannot find OpenGL+FreeGLUT development files

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/work/libcaca-0.99.beta19-abi_x86_64.amd64/config.log
 * ERROR: media-libs/libcaca-0.99_beta19-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 5671:  Called multilib-minimal_src_configure
 *             environment, line 4505:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *             environment, line 4758:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 4435:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 4433:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *             environment, line  560:  Called multilib-minimal_abi_src_configure
 *             environment, line 4499:  Called multilib_src_configure
 *             environment, line 4985:  Called econf '--disable-static' '--disable-slang' '--enable-ncurses' '--enable-x11' '--with-x' '--x-libraries=/usr/lib64' '--enable-gl' '--disable-cxx' '--disable-imlib2' '--disable-cppunit' '--disable-java' '--disable-ruby' '--disable-python' '--disable-csharp' '--disable-doc'
 *        phase-helpers.sh, line  680:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *              die "$@"
 *
 * If you need support, post the output of `emerge --info '=media-libs/libcaca-0.99_beta19-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/libcaca-0.99_beta19-r1::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info =libcaca-0.99_beta19
 * The complete build log is located at '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/work/libcaca-0.99.beta19-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/work/libcaca-0.99.beta19'

>>> Failed to emerge media-libs/libcaca-0.99_beta19-r1, Log file:

>>>  '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/temp/build.log'

 * Messages for package media-libs/libcaca-0.99_beta19-r1:

 * ERROR: media-libs/libcaca-0.99_beta19-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 5671:  Called multilib-minimal_src_configure
 *             environment, line 4505:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *             environment, line 4758:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 4435:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *             environment, line 4433:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *             environment, line  560:  Called multilib-minimal_abi_src_configure
 *             environment, line 4499:  Called multilib_src_configure
 *             environment, line 4985:  Called econf '--disable-static' '--disable-slang' '--enable-ncurses' '--enable-x11' '--with-x' '--x-libraries=/usr/lib64' '--enable-gl' '--disable-cxx' '--disable-imlib2' '--disable-cppunit' '--disable-java' '--disable-ruby' '--disable-python' '--disable-csharp' '--disable-doc'
 *        phase-helpers.sh, line  680:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *              die "$@"
 *
 * If you need support, post the output of `emerge --info '=media-libs/libcaca-0.99_beta19-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/libcaca-0.99_beta19-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/work/libcaca-0.99.beta19-abi_x86_64.amd64'
 * S: '/var/tmp/portage/media-libs/libcaca-0.99_beta19-r1/work/libcaca-0.99.beta19'


https://dpaste.com/B6JXZHRHU



is the missing opengl the problem that i can not install libcaca?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Fri Jun 25, 2021 4:27 am    Post subject: Reply with quote

See this bug comment
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2732

PostPosted: Fri Jun 25, 2021 2:26 pm    Post subject: Reply with quote

About that comment, the revbump was done now, but do make sure freeglut was rebuilt nonetheless.

That aside, I see you're installing libcaca-0.99-beta19-r1 which is odd considering we're on beta19-r7 stable now (only version in the tree).

This is making me wonder about the state of the system and what else is outdated.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum