View Single Post
  #4   (View Single Post)  
Old 3rd May 2014
gkbsd's Avatar
gkbsd gkbsd is offline
Port Guard
 
Join Date: Jun 2013
Posts: 23
Default

I read the FAQ, I though I was on the right track, but I encountered an error while trying to build "dnscrypt-proxy"from current sources.

Below are the steps I followed :
Code:
$ export CVSROOT=anoncvs@ftp5.eu.openbsd.org:/cvs
$ cd /usr
$ sudo cvs -d$CVSROOT checkout -P src
$ sudo cvs -d$CVSROOT checkout -P ports
$ sudo cvs -d$CVSROOT checkout -P sys
$ sudo cvs -d$CVSROOT checkout -P xenocara
$ sudo cvs -d$CVSROOT checkout -P X11

$ make search key=dnscrypt-proxy
$ cd /usr/ports/net/dnscrypt-proxy
$ make install
Fatal: building ports requires correctly installed X11 (in net/dnscrypt-proxy)
*** Error 1 in /usr/ports/net/dnscrypt-proxy (/usr/ports/infrastructure/mk/bsd.port.mk:3474 '.BEGIN': @exit 1)
I though I was doing it correctly, but apprently not Do I need to build the whole kernel, then userland, then the particular ports I want ? Or did I miss something else ? X11 is not installed on the system, but dnscrypt works without it , I do not understand the error.

Regards,
Guillaume.
Reply With Quote