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

Attachment: signature.asc
Description: PGP signature

Reply via email to