Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 2020 18:04:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244671] www/gitea: 1.11.2 build fail
Message-ID:  <bug-244671-7788-KJkAhcv0JZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244671-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244671-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244671

--- Comment #4 from rozhuk.im@gmail.com ---

Makefile in gitea src contains:
go-check:
        $(eval GO_VERSION :=3D $(shell printf "%03d%03d%03d" $(shell go ver=
sion |
grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?[[:space:]]' | tr '.' ' ');))
...
node-check:
        $(eval NODE_VERSION :=3D $(shell printf "%03d%03d%03d" $(shell node=
 -v |
grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?' | tr '.' ' ');))


I try in console:
go version | grep -Eo '[0-9]+\.?[0-9]+?\.?[0-9]?[[:space:]]'
grep: repetition-operator operand invalid

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244671-7788-KJkAhcv0JZ>