Date: Wed, 14 Aug 2019 11:04:41 +0100 From: tech-lists <tech-lists@zyxst.net> To: freebsd-pkg@freebsd.org Cc: freebsd-mips@freebsd.org Subject: poudriere-devel question with crossbuilding Message-ID: <20190814100441.GC73009@bastion.zyxst.net>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
I built a poudriere-devel jail for 120-R for mips64 using native xtools.
I'd like to use poudriere image to make an image with some packages installed.
I invoke the process like this:
poudriere image -h [real_hostname] -j 120R-mips64-x -f ./portslist -n
120R-mips64.img -o ~ -p default -t usb
I get this error immediately:
[00:00:00] Error: The usb media type requires a jail with a kernel
So I look at the manual again and find the -K option for the poudriere jail
creation command and run it like this:
poudriere jail -c -a mips.mips64 -j 120R-mips64-k -m svn+https -J 64 -v
stable/12 -K ""
because the manual says this:
-K kernelname
Install the jail with a kernel. If the kernelname is an
empty string GENERIC will be used. If installing from ftp
then the default kernel will be installed what ever the
kernelname value is.
but the error I get is:
--------------------------------------------------------------
>>> World build completed on Tue Aug 13 17:31:12 BST 2019
--------------------------------------------------------------
[00:09:26] Starting make buildkernel with 64 jobs
--- buildkernel ---
make[1]: "/usr/local/poudriere/jails/120R-mips64-k/usr/src/Makefile.inc1" line
1538: Missing KERNCONF
/usr/local/poudriere/jails/120R-mips64-k/usr/src/sys/mips/conf/GENERIC
*** [buildkernel] Error code 1
make: stopped in /usr/local/poudriere/jails/120R-mips64-k/usr/src
1 error
make: stopped in /usr/local/poudriere/jails/120R-mips64-k/usr/src
[00:09:27] Error: Failed to 'make buildkernel'
[00:09:27] Error while creating jail, cleaning up.
[00:09:27] Removing 120R-mips64-k jail... done
[00:09:30] Cleaning 120R-mips64-k data... done
so, how do I install a jail with a kernel?
thanks,
--
J.
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl1T3K8ACgkQs8o7QhFz
NAXBLw/9G8KAr30gTjszNBbMM/WUtB0HCL15F5YaDIbaaqVV0e0NFnT6RPwaNLLU
jFNz1+b+kaHqMBwTI1SqswVyNOBRP3bbk0MEmhlmszMTayVZLA/+EEP3jBgOvFRV
Xhx9BazVCXijJz6EzP9+eyn/i1hXSJM9mePSg0k+EpnzB7FakYnFI1oDkJueXs0B
inhq5I+pJyTVSsKdtlI/mTjn6c0+zplisFTWqHp/m2s5/lxdI7g74l7BLvokipP0
MPRhCsiCnjX+Do8nu8lif9iJqL/DEkS+yl+jFCU3zAN3mPGXSF8v7DHYq72MoNJ2
K5e1/z4zWZmxrPYTgrxy8YdjAFqT427wpRVsDW/PQ8qJd/kBAPI1FG+VPQ34WFKx
RS8+tr2CzRwRG4lFnaQ2iGPAFsWdW9HYXchakNKOrfN6E1KQWWr7q/ehAzWwcdOI
f4MlVwriVVaiOqesXoCzQCrUlStOagmYhDxKKscFGDqraaIjSINWzDxv2A/bCFdK
NMxiTC5Pe3U5tvV61pTlAbrmKDXcwdspHjR5m5jdYEayJqYn/OmaDOJr7ECPGA24
k7konksOCCdSo4QozgWsHzuR6qIDkz4hJiIC3x885MpdSMHEQtbGjqvm1fgWYyBi
se8pV+FjG39e2JZWnKDSQs2pUfBKOwNi2QMw86VmhZt++eAKS1M=
=f1FF
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190814100441.GC73009>
