On Tue, 29 Mar 2016 20:56:04 -0500 Zen Floater2 <[email protected]> wrote: > $ su > Password: > # cd /usr/xenocara > # rm -rf /usr/xobj/* > # make bootstrap > *** Parse error in /usr/xenocara: Malformed conditional > (${XENOCARA_BUILD_PIXMAN:L} == "yes" && ${XENOCARA_BUILD_GL:L} == "yes" && > ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes") (Makefile:18) > *** Parse error: Need an operator in '"yes"' (Makefile:18) > # pwd > /usr/xenocara > :/cvs -q up -rOPENBSD_`uname -r | sed 's/\./_/'` -Pd > < > # make bootstrap > > *** Parse error in /usr/xenocara: Malformed conditional > (${XENOCARA_BUILD_PIXMAN:L} == "yes" && ${XENOCARA_BUILD_GL:L} == "yes" && > ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes") (Makefile:18) > *** Parse error: Need an operator in '"yes"' (Makefile:18) > #
were you following -current? XENOCARA_HAVE_SHARED_LIBS no longer exists (went away with vax). that conditional was changed on: # $OpenBSD: Makefile,v 1.69 2016/03/11 13:09:42 okan Exp $ so i suspect you were following -current and at some point rebuilt after that change or were using a snapshot, but running the above cvs command above from a -current system would give you an older tree, since uname -r on -current will return 5.9 which was before that change.
