neutrinolabs / xorgxrdp

Xorg drivers for xrdp
Other
428 stars 108 forks source link

configure error on RHEL 8 #208

Closed sableeyed closed 2 years ago

sableeyed commented 2 years ago

Similar to issue #2 but it didn't help.

I have xrdp installed from epel, which appears to be the same version as what is available on github. xorgxrdp is also available, however I am specifically looking for glamor support.

configure produces the following error:

checking for XORG_SERVER... no
configure: error: please install xserver-xorg-dev, xorg-x11-server-sdk or xorg-x11-server-devel

config.log reveals the following:

Package 'dri', required by 'xorg-server', not found
configure:12436: error: please install xserver-xorg-dev, xorg-x11-server-sdk or xorg-x11-server-devel

output for bootstrap

[maddie@rhel xorgxrdp]$ ./bootstrap
/usr/bin/autoconf
/usr/bin/automake
/usr/bin/libtool
/usr/bin/pkg-config
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:15: installing './compile'
configure.ac:13: installing './missing'
module/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'

and configure..

[maddie@rhel xorgxrdp]$ ./configure --enable-glamor
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for an ANSI C-conforming const... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking CFLAGS for maximum warnings... -Wall
checking whether C compiler accepts -Wwrite-strings... yes
checking for __attribute__((format))... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG_SERVER... no
configure: error: please install xserver-xorg-dev, xorg-x11-server-sdk or xorg-x11-server-devel

and I do indeed have the packages required (is dri part of mesa?)

[maddie@rhel xorgxrdp]$ sudo dnf list xorg*
Installed Packages
xorg-x11-amdgpu-drv-amdgpu.x86_64             1:24.1.0-1350682.el8          @amdgpu                                  
xorg-x11-apps.x86_64                          7.7-21.el8                    @codeready-builder-for-rhel-8-x86_64-rpms
xorg-x11-drv-fbdev.x86_64                     0.5.0-2.el8                   @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-drv-libinput.x86_64                  0.29.0-1.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-drv-vesa.x86_64                      2.4.0-3.el8                   @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-font-utils.x86_64                    1:7.5-41.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-fonts-ISO8859-1-100dpi.noarch        7.5-19.el8                    @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-fonts-misc.noarch                    7.5-19.el8                    @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-proto-devel.noarch                   2020.1-3.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-server-Xorg.x86_64                   1.20.11-2.el8                 @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-server-Xwayland.x86_64               21.1.1-6.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-server-common.x86_64                 1.20.11-2.el8                 @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-server-devel.x86_64                  1.20.11-2.el8                 @codeready-builder-for-rhel-8-x86_64-rpms
xorg-x11-server-utils.x86_64                  7.7-27.el8                    @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-util-macros.noarch                   1.19.2-1.el8                  @codeready-builder-for-rhel-8-x86_64-rpms
xorg-x11-utils.x86_64                         7.5-28.el8                    @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-xauth.x86_64                         1:1.0.9-12.el8                @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-xbitmaps.noarch                      1.1.1-13.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-xinit.x86_64                         1.3.4-18.el8                  @rhel-8-for-x86_64-appstream-rpms        
xorg-x11-xkb-utils.x86_64                     7.7-28.el8                    @rhel-8-for-x86_64-appstream-rpms
[maddie@rhel xorgxrdp]$ sudo dnf list mesa*
Installed Packages
mesa-amdgpu-dri-drivers.x86_64              1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-filesystem.x86_64               1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libEGL.x86_64                   1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libGL.x86_64                    1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libGL-devel.x86_64              1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libGLES.x86_64                  1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libgbm.x86_64                   1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libglapi.x86_64                 1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-libxatracker.x86_64             1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-amdgpu-vdpau-drivers.x86_64            1:21.3.0.40502-1350682.el8       @amdgpu                                 
mesa-dri-drivers.x86_64                     21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-filesystem.x86_64                      21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-libEGL.x86_64                          21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-libGL.x86_64                           21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-libGLU.x86_64                          9.0.0-15.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-libgbm.x86_64                          21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
mesa-libglapi.x86_64                        21.1.5-1.el8                     @rhel-8-for-x86_64-appstream-rpms       
sableeyed commented 2 years ago

I installed mesa-libGL-devel, mesa-libGLw, mesa-libGLw-devel. The rest of the errors that configure spat out about missing packages can be installed by the names provided.

This one was confusing since there is no 'dri' package for EL and searching for a whatprovides didn't give anything useful either.