Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Oct 2016 14:32:07 +0000
From:      =?UTF-8?Q?Jev_Bj=C3=B6rsell?= <jev@ecadlabs.com>
To:        "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   poudriere jail build using -m src=
Message-ID:  <CAGKJJV=J8fohXf8TznuEg_k%2BYM%2BphtDgKv4PEn6iiqBeVD4-kg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello,

I'm attempting to create a new poudriere jail using the `-m src=/path`
method. The poudriere man page states about the -m src= option; "*This
directory will not be built from. It is expected that it is already built
and maps to a corresponding /usr/obj directory.*". So I have first done a
build world as follows;

export MAKEOBJDIRPREFIX=/home/jev/obj
cd /home/jev/src; make buildworld

this populates /home/jev/obj as expected. Then I run;

poudriere jails -c -j freebsd110_amd64  -m src=/home/jev/src -v 11.0

which fails shortly after the ">>> Installing everything" stage with the
following error;

"ccache: error: Could not find compiler "cc" in PATH " shortly after the
"Install Everything" stage.

I expect I'm overlooking something fundamental, any pointers are greatly
appreciated. Thank you.

Jev

PS.
Looking for a comitter for two new ports;
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212468
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212467



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGKJJV=J8fohXf8TznuEg_k%2BYM%2BphtDgKv4PEn6iiqBeVD4-kg>