This is a discussion on Re: xenocara build fails on -current within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Amarendra Godbole wrote: > Hi, > > I synced my -current xenocara source, and tried to build it, but ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Amarendra Godbole wrote: > Hi, > > I synced my -current xenocara source, and tried to build it, but the > build fails at "make build". Earlier on, I also get errors while doing > a "make cleandir" inside /usr/xenocara, something like: > > # cd /usr/xenocara/ > # make cleandir > ===> proto > ===> proto/bigreqsproto > rm -f bigreqsproto.pc > make: don't know how to make distclean. Stop in > /usr/xenocara/proto/bigreqsproto. > *** Error code 2 (ignored) > ===> proto/compositeproto > rm -f compositeproto.pc > make: don't know how to make distclean. Stop in > /usr/xenocara/proto/compositeproto. > *** Error code 2 (ignored) > ===> proto/dmxproto > rm -f dmxproto.pc > make: don't know how to make distclean. Stop in /usr/xenocara/proto/dmxproto. > *** Error code 2 (ignored) > ===> proto/damageproto > rm -f damageproto.pc > make: don't know how to make distclean. Stop in /usr/xenocara/proto/damageproto. > ... > You need 3 things after the recent changes in the xenocara build system: - make sure your base system is current first (at least /usr/share/mk should contain the new bsd.xconf.mk file) - wipe you ${XOBJDIR} before starting the xenocara build - run 'make bootstrap', then 'make obj', then 'make build'. -- Matthieu Herrb |