Package Details: xf86-video-amdgpu-git 22.0.0.r8.g4e011b9-2

Git Clone URL: https://aur.archlinux.org/xf86-video-amdgpu-git.git (read-only, click to copy)
Package Base: xf86-video-amdgpu-git
Description: X.org amdgpu video driver (git version)
Upstream URL: https://xorg.freedesktop.org/
Keywords: amd amdgpu git xf86 xorg xserver
Licenses: custom
Groups: xorg-drivers-git
Conflicts: xf86-video-amdgpu, xorg-server
Provides: xf86-video-amdgpu
Submitter: yurikoles
Maintainer: yurikoles (JstKddng)
Last Packager: yurikoles
Votes: 8
Popularity: 0.000946
First Submitted: 2016-08-27 22:41 (UTC)
Last Updated: 2022-09-22 10:54 (UTC)

Latest Comments

1 2 Next › Last »

graysky commented on 2025-01-07 14:22 (UTC)

The LDFLAGS need a tweak. @yurikoles can you update plz?

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@

 pkgname=xf86-video-amdgpu-git
 _pkgname=${pkgname%-*}
-pkgver=22.0.0.r8.g4e011b9
-pkgrel=2
+pkgver=23.0.0.r15.g18995f1e3384
+pkgrel=1
 pkgdesc="X.org amdgpu video driver (git version)"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/"
@@ -39,7 +39,7 @@ build() {
   # See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
   export CFLAGS=${CFLAGS/-fno-plt}
   export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
+  export LDFLAGS=${LDFLAGS/-Wl,-z,now}

   #CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common

Tsumanu commented on 2025-01-07 13:34 (UTC)

Unfortunately same here

graysky commented on 2024-12-22 22:56 (UTC)

Anyone else getting an error when trying to build?

==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in '/scratch/xf86-video-amdgpu-git/src/xf86-video-amdgpu-git':
configure: error: C compiler cannot create executables
See 'config.log' for more details

Lone_Wolf commented on 2023-01-24 10:56 (UTC)

@SomeOwl : the pacakge depends on xorg-server-devel which depeend ons on xorg-utils-macros .

So xorg-utils-macros is an indirect dependency and should be pulled in when installing xorg-server-devel .

@Viech

Your system doesn't meet the requirements for building aur packages. (Re-)read the AUR page in archlinux wiki.

Viech commented on 2023-01-24 08:03 (UTC)

automake and autoconf appear to be further missing build dependencies.

SomeOwl commented on 2022-11-24 21:40 (UTC)

xorg-util-macros is a build dependency.

yurikoles commented on 2019-10-20 09:58 (UTC)

PRs are welcome: https://github.com/yurikoles-aur/xf86-video-amdgpu-git

yurikoles commented on 2019-02-28 06:41 (UTC)

@PedroHLC fixed, thanks

PedroHLC commented on 2019-02-27 21:26 (UTC) (edited on 2019-02-27 21:28 (UTC) by PedroHLC)

Package 'pixman-1', required by 'xorg-server', not found

Don't know why, but 'pixman' is a dependency...