pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/epiphany builds but will not intall



On Sat, May 25, 2019 at 03:29:49PM -0400, Bob Bernstein wrote:
> As noted, after grabbing a new git download of wip late last 
> night, epiphany-3.30.2 built right through nicely, but on 
> executing 'make install' I saw this:
> 
> --chomp--
> 
> Installing /usr/pkgsrc/wip/epiphany/work/epiphany-3.30.2/output/po/zh_CN.gmo to /usr/pkgsrc/wip/epiphany/work/.destdir/usr/pkg/share/locale/zh_CN/LC_MESSAGES/epiphany.mo
> Installing /usr/pkgsrc/wip/epiphany/work/epiphany-3.30.2/output/po/zh_HK.gmo to /usr/pkgsrc/wip/epiphany/work/.destdir/usr/pkg/share/locale/zh_HK/LC_MESSAGES/epiphany.mo
> Installing /usr/pkgsrc/wip/epiphany/work/epiphany-3.30.2/output/po/zh_TW.gmo to /usr/pkgsrc/wip/epiphany/work/.destdir/usr/pkg/share/locale/zh_TW/LC_MESSAGES/epiphany.mo
> Running custom install script '/usr/bin/env python3 /usr/pkgsrc/wip/epiphany/work/epiphany-3.30.2/post_install.py'
> env: python3: No such file or directory
> FAILED: meson-install 
> /usr/pkg/bin/meson install --no-rebuild
> ninja: build stopped: subcommand failed.
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /usr/pkgsrc/wip/epiphany
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/pkgsrc/wip/epiphany
> 
> --chomp--
> 
> Sorry all I have for you right now is this datapoint.

Probably adding

REPLACE_PYTHON+=	post_install.py
.include "../../lang/python/application.mk"

to the package's Makefile will solve this (after 'make clean && make')
 Thomas


Home | Main Index | Thread Index | Old Index