Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774078 - x11-base/xorg-server-1.20.10-r3[wayland]: configure: error: Package requirements (wayland-scanner) were not met:
Summary: x11-base/xorg-server-1.20.10-r3[wayland]: configure: error: Package requireme...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 16:06 UTC by Joonas Niilola
Modified: 2021-03-31 02:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Niilola gentoo-dev 2021-03-03 16:06:19 UTC
>>> Failed to emerge x11-base/xorg-server-1.20.10-r3, Log file:
>>>  '/var/tmp/portage/x11-base/xorg-server-1.20.10-r3/temp/build.log'
>>> Jobs: 21 of 22 complete, 1 failed               Load avg: 4.24, 8.31, 7.82
 * Package:    x11-base/xorg-server-1.20.10-r3
 * Repository: gentoo
 * Maintainer: x11@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc elogind ipv6 kernel_linux udev userland_GNU wayland xorg xvfb
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking xorg-server-1.20.10.tar.bz2 to /var/tmp/portage/x11-base/xorg-server-1.20.10-r3/work
>>> Source unpacked in /var/tmp/portage/x11-base/xorg-server-1.20.10-r3/work
>>> Preparing source in /var/tmp/portage/x11-base/xorg-server-1.20.10-r3/work/xorg-server-1.20.10 ...
 * Applying xorg-server-1.12-unloadsubmodule.patch ...
 [ ok ]
 * Applying xorg-server-1.18-support-multiple-Files-sections.patch ...
 [ ok ]
 * Running elibtoolize in: xorg-server-1.20.10/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.3 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-base/xorg-server-1.20.10-r3/work/xorg-server-1.20.10 ...
 * econf: updating xorg-server-1.20.10/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xorg-server-1.20.10/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/xorg-server-1.20.10-r3 --htmldir=/usr/share/doc/xorg-server-1.20.10-r3/html --with-sysroot=/ --libdir=/usr/lib64 --disable-selective-werror --disable-static --enable-ipv6 --disable-debug --disable-dmx --disable-kdrive --disable-libunwind --enable-xwayland --enable-record --enable-xfree86-utils --enable-dri --enable-dri2 --enable-dri3 --enable-glamor --enable-glx --disable-xcsecurity --disable-xephyr --disable-xnest --enable-xorg --enable-xvfb --enable-config-udev --without-doxygen --without-xmlto --without-systemd-daemon --enable-libdrm --sysconfdir=/etc/X11 --localstatedir=/var --with-fontrootdir=/usr/share/fonts --with-xkb-output=/var/lib/xkb --disable-config-hal --disable-linux-acpi --without-dtrace --without-fop --with-os-vendor=Gentoo --with-sha1=libcrypto CPP=x86_64-pc-linux-gnu-cpp --enable-systemd-logind --disable-install-setuid --disable-suid-wrapper
checking for a BSD-compatible install... /var/tmp/portage/._portage_reinstall_.11emwmof/bin/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes

...

checking linux/apm_bios.h usability... yes
checking linux/apm_bios.h presence... yes
checking for linux/apm_bios.h... yes
checking for DGA... yes
checking for DGA... yes
checking for XORG_MODULES... yes
checking for GLAMOR... yes
checking for GBM... yes
checking whether GBM_BO_USE_LINEAR is declared... yes
checking whether to build XWin DDX... no
checking dependency style of $(CC)... none
checking for DMXMODULES... no
checking whether to build Xdmx DDX... no
checking for XWAYLANDMODULES... yes
checking whether to build Xwayland DDX... yes
checking for WAYLAND_EGLSTREAM... no
checking for wayland-scanner... no
checking for WAYLAND_SCANNER... no
configure: error: Package requirements (wayland-scanner) were not met:

Package 'wayland-scanner', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables WAYLAND_SCANNER_CFLAGS
and WAYLAND_SCANNER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-base/xorg-server-1.20.10-r3/work/xorg-server-1.20.10/config.log
 * ERROR: x11-base/xorg-server-1.20.10-r3::gentoo failed (configure phase):
 *   econf failed
Comment 1 Larry the Git Cow gentoo-dev 2021-03-31 02:30:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2a6caa2b1eaa66333dd756fbed7d9a09353b0f

commit 4b2a6caa2b1eaa66333dd756fbed7d9a09353b0f
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-03-31 02:25:32 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-03-31 02:30:35 +0000

    x11-base/xorg-server: BDEPEND on dev-util/wayland-scanner
    
    Closes: https://bugs.gentoo.org/774078
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.10-r3.ebuild | 1 +
 x11-base/xorg-server/xorg-server-9999.ebuild       | 1 +
 2 files changed, 2 insertions(+)