On 5/21/2009 00:25, Stuart Henderson wrote:
see bsd.port.mk(5) about PORTSDIR_PATH and try reversing the order
from the default (e.g. in mk.conf).
I tried adding PORTSDIR_PATH=${PORTSDIR}/mystuff:${PORTSDIR} to /etc/mk.conf
but it didn't help.
The problem is caused by x11/lablgtk, which I can't build even by itself:
# ocaml -version
The Objective Caml toplevel, version 3.11.1+rc0
# cd /usr/ports/x11/lablgtk
# make
===> lablgtk-1.2.7p6 depends on: ocaml-=3.11.1+rc0 - not found
===> Verifying install for ocaml-=3.11.1+rc0 in lang/ocaml
===> Returning to build of lablgtk-1.2.7p6
===> lablgtk-1.2.7p6 depends on: ocaml-=3.11.1+rc0 - not found
===> Verifying install for ocaml-=3.11.1+rc0 in lang/ocaml
===> Returning to build of lablgtk-1.2.7p6
Dependency check failed
*** Error code 1
Stop in /usr/ports/x11/lablgtk (line 1609 of
/usr/ports/infrastructure/mk/bsd.port.mk).
When I try to install it from packages I get:
# pkg_add lablgtk
Can't install lablgtk-1.2.7p6: lib not found X11.11.2
Dependencies for lablgtk-1.2.7p6 resolve to: gtk+-1.2.10p7, libiconv-1.13,
gettext-0.17p0
Full dependency tree is
gtk+-1.2.10p7,glib-1.2.10p3,libiconv-1.13,gettext-0.17p0,.libs-libiconv-1.12
X11.11.2: partial match in /usr/X11R6/lib: major=11, minor=1 (minor not large
enough)
Can't install lablgtk-1.2.7p6: lib not found Xi.10.1
Xi.10.1: partial match in /usr/X11R6/lib: major=10, minor=0 (minor not large
enough)
Which probably means that my snapshot is out of date:
I am running OpenBSD 4.5 (GENERIC) #1749: Sat Feb 28 14:51:18 MST 2009
I'll update to the current snapshot and try again.
Thanks,
Alex