Subject: Re: sysutils/dbus-glib and MAKE_JOBS
To: None <pkgsrc-users@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: pkgsrc-users
Date: 11/28/2007 03:41:18
On Apr 19,  8:26pm, Rumko wrote:
} 
} Without MAKE_JOBS, dbus-glib compiles without errors on my machine (DragonFly
} BSD) while using for example MAKE_JOBS=2 (also tried with MAKE_JOBS=5) in my
} mk.conf makes the package unbuildable "gmake[4]: *** No rule to make target
} `../dbus/libdbus-glib-1.la', needed by `dbus-glib-test'.  Stop.".
} 
} Anyone else can confirm this (maybe even on other systems)?

     There are many packages that have problems with MAKE_JOBS.  It
isn't surprising that this one has problems.  I've added
MAKE_JOBS_SAFE=NO to the Makefile.  This will allow you to build it
with MAKE_JOBS in your mk.conf.

}-- End of excerpt from Rumko