Hi Roland, Am 12.08.2014 um 06:55 schrieb Roland Soderstrom <[email protected]>: > I watched the excellent video on setting up mgar to start doing packages, > well done. > When it comes to mgar and more complicated packages what is the best forum to > get help/answers?
You can either ask on users@ or if you package up something that you probably want to maintain you can join maintainers@ > Im trying to build a Xymon-client right now and it doesn't work as expected. > One problem is the xymon configure script that asks a bunch of questions. > If I do a mgar configure it fails, probably because it can't answer those > questions. > If I run the configure manually and then mgar build it works. > I put these lines in the Makefile, it didn't work either. > EXTRA_TEST_ENV = CONFTYPE=server > EXTRA_TEST_ENV += XYMONUSER=xymon > EXTRA_TEST_ENV += XYMONTOPDIR=/usr/local/xymon > EXTRA_TEST_ENV += XYMONHOSTIP=127.0.0.1 > I might just got it wrong. > > Setting the same vars manually and run configure manually works fine. These variables are for the „test“ phase on „make check“. Try EXTRA_CONFIGURE_ENV :-) The other variant is EXTRA_CONFIGURE_EXPORTS += CONFTYPE EXTRA_CONFIGURE_EXPORTS += XYMONUSER EXTRA_CONFIGURE_EXPORTS += XYMONTOPDIR EXTRA_CONFIGURE_EXPORTS += XYMONHOSTIP CONFIGURE_ENV_CONFTYPE = server … But both methods are perfectly ok. Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
