DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Package System (pkgsrc)

NetBSD Package System (pkgsrc) Installation and upgrading of packages on NetBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 5th November 2019
notooth notooth is offline
Shell Scout
 
Join Date: Jul 2015
Posts: 125
Default Failed to build X11/xf86-video-intel

Hello,

I got this error when building X11/xf86-video-intel on NetBSD 8.1. Can anyone help?

Code:
fatal error: xcb/dri3.h: No such file or directory
compilation terminated.
Reply With Quote
  #2   (View Single Post)  
Old 23rd March 2020
Sehnsucht94's Avatar
Sehnsucht94 Sehnsucht94 is offline
Real Name: Paolo Vincenzo Olivo
Package Pilot
 
Join Date: Oct 2017
Location: Rome
Posts: 169
Default

Quote:
Originally Posted by notooth View Post
I got this error when building X11/xf86-video-intel on NetBSD 8.1. Can anyone help?]
Similar threads appear on this forum once in a while and the answer is always the same. If you planned to build any of the packages from the modular Xorg tree, you'd have to compile all the needed build/runtime dependencies from pkgsrc first as well, otherwise chances are high that mismatches among shared objects and missing headers willl prevent you from compiling packages or worse, that you'll end up having to work out a dependency hell. In order to properly build dependencies and link everything against the version found in pkgsrc, you ought to set at least:
Code:
X11_TYPE=modular
PREFER_PKGSRC?=yes
inside /etc/mk.conf.
Notice that in this particular case you're most likely missing x11/libxcb from pkgsrc
__________________
“Mi casa tendrá dos piernas y mis sueños no tendrán fronteras„
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
xf86-input-keyboard, xf86-video-vmware, unrecoverable error Luarini NetBSD Package System (pkgsrc) 1 10th August 2019 10:57 PM
OpenBSD xf86-video-amdgpu shep News 10 8th June 2019 03:20 PM
OpenBSD xf86(4) Aperture driver can be disabled for KMS video jggimi News 0 23rd February 2014 12:08 PM
x11/xf86-video-intel and x11/xf86-video-intel29? Carpetsmoker FreeBSD Ports and Packages 2 23rd October 2011 01:23 PM
Hardware Xf86-video-ati 6.13.1 Driver Released Android1 News 0 7th July 2010 02:58 PM


All times are GMT. The time now is 10:59 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick