Hello, I try to compile a package and it's failing.I see a message that I have to look at config.log to get more details. But where can I find config.log find / -iname config.log does not reveal the location. Roelof
Hi Roelof, On Sat, Feb 2, 2013 at 4:04 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
I try to compile a package and it's failing. I see a message that I have to look at config.log to get more details.
But where can I find config.log
find / -iname config.log does not reveal the location.
it should be in PKGMK_WORK_DIR (Cf. /etc/pkgmk.conf) if you passed -kw option to pkgmk
Date: Sat, 2 Feb 2013 16:23:26 +0700 Subject: Re: compile question From: benisty.e@gmail.com To: rwobben@hotmail.com CC: crux@lists.crux.nu
Hi Roelof,
On Sat, Feb 2, 2013 at 4:04 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
I try to compile a package and it's failing. I see a message that I have to look at config.log to get more details.
But where can I find config.log
find / -iname config.log does not reveal the location.
it should be in PKGMK_WORK_DIR (Cf. /etc/pkgmk.conf) if you passed -kw option to pkgmk Thanks, I did not do that. I only do this pkgmk -d -i So I would do pkgmk -d -i -kw Roelof
it should be in PKGMK_WORK_DIR (Cf. /etc/pkgmk.conf) if you passed -kw option to pkgmk
I think it would be nice to have an option to keep the workdir only for failed builds, so here is a small patch that implements this. To use it just add PKGMK_KEEP_FAILED_WORK=yes to /etc/pkgmk.conf specify the - kf parameter. Cheers Alan
participants (3)
-
Alan
-
Emmanuel Benisty
-
Roelof Wobben