This is a discussion on Re: xenocara build fails on -current within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Fri, Mar 28, 2008 at 3:20 PM, Amarendra Godbole <amarendra.godbole@gmail.com> wrote: > On Fri, Mar 28, 2008 at ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Fri, Mar 28, 2008 at 3:20 PM, Amarendra Godbole <amarendra.godbole@gmail.com> wrote: > On Fri, Mar 28, 2008 at 2:40 PM, Matthieu Herrb <matthieu.herrb@laas.fr> wrote: > > > > 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) > > It is. > # $OpenBSD: bsd.xconf.mk,v 1.1 2008/03/25 23:35:56 matthieu Exp $ > > > > - wipe you ${XOBJDIR} before starting the xenocara build > > - run 'make bootstrap', then 'make obj', then 'make build'. > > No luck. Same issues as earlier. Now that it works for you, most > likely then it is a local problem for me. Let me see what can I find > out, and I shall post my findings. Thanks. [...] Okay, got the cause. I had stale stuff lying around in /usr/xobj, which had to be cleaned. Thanks. BTW, xenocara built fine, but at the beginning, I had some ignored errors (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) .... Here is the debug output I get if I invoke "make -dm cleandir" in bigreqsproto: [amar@zimbu /usr/xenocara/proto/bigreqsproto $] sudo make -dm cleandir Examining clean....PHONY node...out-of-date. rm -f bigreqsproto.pc update time: 16:23:12 Apr 04, 2008 Examining cleandir....PHONY node...out-of-date. Examining distclean...non-existent...non-existent and no sources...out-of-date. make: don't know how to make distclean. Stop in /usr/xenocara/proto/bigreqsproto. *** Error code 2 (ignored) update time: 16:23:12 Apr 04, 2008 [amar@zimbu /usr/xenocara/proto/bigreqsproto $] If this is a "standard" issue, then it may need to be fixed. If it is local to my machine, kindly ignore - I may have messed up something else. Thanks. -Amarendra |