You are not logged in.
I am using x86_64 system, a few hours old system. Actualy its my first installion of archlinux, but i used for years gentoo... but thats not the point ![]()
I wanted to try out the new 3d r6xx-r7xx drivers. When I try to install it with yaourt i get this configure errors:
==> GIT checkout done or server timeout
==> Starting make...
/var/abs/local/yaourtbuild/libdrm-git/./PKGBUILD: Zeile 39: cd: /var/abs/local/yaourtbuild/libdrm-git/src/libdrm-git-20090814: Datei oder Verzeichnis nicht gefunden
.
.
.
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
./configure: line 11309: syntax error near unexpected token `PTHREADSTUBS,'
./configure: line 11309: `PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)'
==> FEHLER: Build fehlgeschlagen.
Breche ab ...
Error: Makepkg was unable to build libdrm-git package.
Checking the integrity of the local database in /var/lib/pacman/
missing dependency for mesa : dri2proto=2.1
i also tryed to edid the PKGBUILD and change the line 39 to /var/abs/local/yaourtbuild/libdrm-git/src/drm because this directory is there, but it did not help same error message except i dont get the "cd" error.
Thats no good bug description i guess but its late here and i wanted just to ask if i am the only one with that problem or that the problem is known?
thanx
Offline
Hello spiderbit!
Works here, next time would be better to post 100% english error messages, I can understand that you post in german, but not everyone.
Offline
Like i said it was in mid of the night and I wanted to post it. Most of the error is english, but I post it completly english next time.
So somehow I got it (3d with r7xx) working now, changed some dependencies and compiled some of em directly with makepkg.
glxgears is running fast, but compiz not. If i try to start compiz: compiz --replace it stops metacity but not start compiz.
When i start glxgears I get following warnings:
IRQ's not enabled, falling back to busy waits: 2 16
no rrbButs Its working that much fps i wouldnt get with sofware rendering:
10468 frames in 5.0 seconds = 2093.598 FPS
10622 frames in 5.0 seconds = 2124.282 FPSOffline
Just had a similar problem as noted in the first post. The solution that worked for me was to install pkgconfig which was missing (and isn't in dependecies).
Offline
Just had a similar problem as noted in the first post. The solution that worked for me was to install pkgconfig which was missing (and isn't in dependecies).
The assumption is that if one is building Arch packages that they have the group base-devel installed. pkgconfig is in that group.
Offline