Missing METALOG
Marko Turk
markoml at markoturk.info
Tue Mar 29 14:17:18 UTC 2016
On Mon, Mar 28, 2016 at 07:22:37PM -0700, Sean Fagan wrote:
> The problem is sign-packages.
>
> I made the following change:
>
> diff --git a/Makefile.inc1 b/Makefile.inc1
> index 890ee64..64436d5 100644
> --- a/Makefile.inc1
> +++ b/Makefile.inc1
> @@ -1262,7 +1262,9 @@ _pkgbootstrap:
> .endif
>
> packages:
> - ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} real-packages
> + ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} \
> + WSTAGEDIR=${WSTAGEDIR} KSTAGEDIR=${KSTAGEDIR} \
> + real-packages
>
> package-pkg:
> rm -rf /tmp/ports.${TARGET} || :
>
> but ended up not using it: doing
>
> time env MAKEOBJDIRPREFIX=${HOME}/obj make -DNO_ROOT -DNO_CLEAN -j1 -dl stage-packages create-packages
>
> ended up creating a whole bunch of packages. If I tried to do a make packages, it failed.
>
> I haven’t delved further yet, but that’s on the list.
>
> Sean.
>
Hi,
I still get the file not found error as before. I tried both the patch
and the make command you suggested.
BR,
Marko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-pkgbase/attachments/20160329/23066c76/attachment.sig>
More information about the freebsd-pkgbase
mailing list