View Single Post
  #1   (View Single Post)  
Old 5th January 2019
KenJackson KenJackson is offline
Real Name: Ken Jackson
Multi-OS Guy
 
Join Date: Oct 2008
Posts: 7
Default Package 'dri', required by 'virtual:world', not found

Running NetBSD 8.0, I'm trying to install modular-xorg-apps. A binary pkg isn't available, so I did this:
Code:
cd /usr/pkgsrc/meta-pkgs/modular-xorg-apps
sudo make bin-install
It fails trying to build dependency modular-xorg-xephyr looking for dependency dri. I can't find it with pkgin nor in pkgsrc.
Code:
...
checking for SHA1 implementation... libc
checking for XSERVERCFLAGS... no
configure: error: Package requirements (fixesproto >= 5.0 damageproto >= 1.1 xcmiscproto >= 1.2.0 xtrans >= 1.3.5 bigreqsproto >= 1.1.0 xproto >= 7.0.31 randrproto >= 1.5.0 renderproto >= 0.11 xextproto >= 7.2.99.901 inputproto >= 2.3 kbproto >= 1.0.3 fontsproto >= 2.1.3 pixman-1 >= 0.27.2 videoproto compositeproto >= 0.4 recordproto >= 1.13.99.1 scrnsaverproto >= 1.1 resourceproto >= 1.2.0 xf86driproto >= 2.1.0 glproto >= 1.4.17 dri >= 7.8.0 presentproto >= 1.0 xineramaproto xkbfile  pixman-1 >= 0.27.2 xfont2 >= 2.0.0 xau xshmfence >= 1.1 xdmcp) were not met:

Package 'dri', 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 XSERVERCFLAGS_CFLAGS
and XSERVERCFLAGS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1

Stop.
make[4]: stopped in /usr/pkgsrc/x11/modular-xorg-xephyr
*** Error code 1

Stop.
make[3]: stopped in /usr/pkgsrc/x11/modular-xorg-xephyr
*** Error code 1

Stop.
make[2]: stopped in /usr/pkgsrc/x11/modular-xorg-xephyr
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/meta-pkgs/modular-xorg-apps
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/meta-pkgs/modular-xorg-apps
When try to install modular-xorg-xephyr directly, it fails with,
"configure: error: threaded input requested but no pthread support has been found".
Different error. Odd. I can't find any pthread to install either.

How do I install dri and pthread?
Reply With Quote