I can confirm same issue as OttoA on my machine. Arch i686, xorg-server 1.9.0-1. Without Xorg 1.9 it should configure and compile correctly.
Any news from upstream?
Search Criteria
Package Details: xf86-video-intel-git 1:2.99.917+916+g31486f40-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xf86-video-intel-git.git (read-only, click to copy) |
---|---|
Package Base: | xf86-video-intel-git |
Description: | X.org Intel i810/i830/i915/945G/G965+ video drivers |
Upstream URL: | https://01.org/linuxgraphics |
Keywords: | git intel xf86 xorg xserver |
Licenses: | custom |
Groups: | xorg-drivers-git |
Conflicts: | xf86-video-i810, xf86-video-intel, xf86-video-intel-legacy, xf86-video-intel-sna, xf86-video-intel-uxa, xorg-server |
Provides: | xf86-video-intel, xf86-video-intel-sna, xf86-video-intel-uxa |
Replaces: | xf86-video-intel-sna, xf86-video-intel-uxa |
Submitter: | None |
Maintainer: | yurikoles (JstKddng) |
Last Packager: | yurikoles |
Votes: | 117 |
Popularity: | 0.000244 |
First Submitted: | 2008-07-27 16:36 (UTC) |
Last Updated: | 2022-09-22 10:56 (UTC) |
Dependencies (21)
- libxfont2
- libxvmc
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- xcb-util
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxcursor (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- libxrender (make)
- libxss (make)
- libxtst (make)
- libxv (make)
- xorg-server-devel (xorg-server-devel-gitAUR) (make)
- libxcursor (optional) – for intel-virtual-output
- libxinerama (libxinerama-randr-gitAUR) (optional) – for intel-virtual-output
- libxrandr (libxrandr-gitAUR) (optional) – for intel-virtual-output
- libxss (optional) – for intel-virtual-output
- Show 1 more dependencies...
Required by (5)
- hybrid-video-ati-intel (requires xf86-video-intel)
- intel-nvidia-switch-bin (requires xf86-video-intel)
- nv-card (requires xf86-video-intel) (optional)
- nv-card-pm (requires xf86-video-intel) (optional)
- showcase-git (requires xf86-video-intel) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »
syntaxerrormmm commented on 2010-09-30 15:38 (UTC)
Det commented on 2010-09-24 21:25 (UTC)
@OttoA/b00rt00s, please use Pastebin for build logs. Especially long ones.
OttoA commented on 2010-09-16 12:54 (UTC)
fails on configure for me:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: configure.ac: tracing
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: running: libtoolize --copy
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: running: /usr/bin/autoconf
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: running: /usr/bin/autoheader
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:25: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) 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... no
checking for GEN4ASM... no
./configure: line 11323: syntax error near unexpected token `RANDR,'
./configure: line 11323: `XORG_DRIVER_CHECK_EXT(RANDR, randrproto)'
b00rt00s commented on 2010-09-11 16:12 (UTC)
Thank you @fs4000. With libdrm-git everything is ok.
fs4000 commented on 2010-09-11 02:13 (UTC)
Try compiling with libdrm-git.
b00rt00s commented on 2010-09-09 20:13 (UTC)
I've got an error during compilation. Communicates are in polish but I think you'll understand it.
make[5]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy/i810/xvmc'
make[5]: Wejście do katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy/i810'
CC i810_accel.lo
CC i810_cursor.lo
CC i810_dga.lo
CC i810_driver.lo
CC i810_io.lo
CC i810_memory.lo
CC i810_video.lo
CC i810_wmark.lo
CC i810_dri.lo
CC i810_hwmc.lo
CCLD liblegacy-i810.la
make[5]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy/i810'
make[4]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy/i810'
make[4]: Wejście do katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy'
CCLD liblegacy.la
make[4]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy'
make[3]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src/legacy'
make[3]: Wejście do katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src'
CC intel_module.lo
CC intel_batchbuffer.lo
CC intel_display.lo
intel_display.c: In function 'intel_output_get_modes':
intel_display.c:826:33: error: 'DRM_MODE_CONNECTOR_eDP' undeclared (first use in this function)
intel_display.c:826:33: note: each undeclared identifier is reported only once for each function it appears in
intel_display.c: In function 'intel_output_init':
intel_display.c:1296:33: error: 'DRM_MODE_CONNECTOR_eDP' undeclared (first use in this function)
CC intel_driver.lo
make[3]: *** [intel_display.lo] Błąd 1
make[3]: *** Oczekiwanie na niezakończone zadania....
make[3]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src'
make[2]: *** [all-recursive] Błąd 1
make[2]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel/src'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/b00rt00s/instalki/xf86-video-intel-git/src/xf86-video-intel'
make: *** [all] Błąd 2
td123 commented on 2010-08-19 00:14 (UTC)
@tjwoosta
Thanks for clearing that up for me :)
yaourt let's me say no to removing xorg-server and it continues fine.. weird bug.
You might want to update the provides version, along with anything else that's outdated.
Pinned Comments
yurikoles commented on 2018-05-19 00:12 (UTC) (edited on 2020-05-28 12:04 (UTC) by yurikoles)
PRs are welcome: github://yurikoles/xf86-video-intel-git
Binary builds is available in chaotic-aur repo, which is kindly provided by @PedroHLC.