Re: Too many levels of symbolic links

2018-03-13 Thread Lena
> From: Marko Cupa? > install: ./functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8: Too many levels of > symbolic links *** Error code 71 Examine (with `ls -l`) each dir of that path. You'll see a symbolic link poining to itself. Delete it with `rm`. ___ freebsd-

Re: Too many levels of symbolic links

2018-03-13 Thread Marko Cupać
On Mon, 12 Mar 2018 12:34:04 -0400 "Jason E. Hale" wrote: > On Mon, Mar 12, 2018 at 8:38 AM, Marko Cupać > wrote: > > ===> Generating temporary packing list > > cd /wrkdirs/usr/ports/net-mgmt/phpipam/work/phpipam ; for src in > > $( /usr/bin/find . ! -name '*.orig') ; do > > dst=/wrkdirs/us

Re: Too many levels of symbolic links

2018-03-12 Thread Jason E. Hale
On Mon, Mar 12, 2018 at 8:38 AM, Marko Cupać wrote: > Hi, > > I am quite new to ports, and am trying to update port net-mgmt/phpipam > from 1.2.1 to 1.3.1. I changed PORTVERSION in Makefile, ran `make > makesum' but poudriere testport fails (below). Any advices how to fix > this? > > Thank you in