On Fri, 3 Sep 2021 07:55:04 +0200
"Herbert J. Skuhra" <[email protected]> wrote:
> On Fri, Sep 03, 2021 at 01:45:02AM -0400, Janos Dohanics wrote:
> > Hello,
> >
> > Tried to upgrade editors/vim-console, noted the change in UPDATING.
> > However, the update failed with the errors shown below. Then,
> > unwisely deleted the package, and tried to install from ports anew,
> > but same error message.
> > [...]
> > pkg-static: Unable to access
> > file /usr/ports/editors/vim/work-console/stage/usr/local/%%DESKTOP%
> > %share/icons/locolor/32x32/apps/gvim.png:No such file or directory
> > *** Error code 1
> >
> > Stop.
> > make[1]: stopped in /usr/ports/editors/vim
> > *** Error code 1
> >
> > Stop.
> > make: stopped in /usr/ports/editors/vim
>
> Try 'make FLAVOR=console clean install clean'.
>
> Maybe the port needs the following line:
>
> FLAVOR?= ${FLAVORS:[1]}
>
> or
>
> FLAVOR?= console
>
> --
> Herbert
Thank you Herbert, 'make FLAVOR=console clean install clean' worked
just as I hoped.
--
Janos Dohanics