Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 2019 22:14:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238973] GL_TUPLE cannot handle a `-` inside the site field
Message-ID:  <bug-238973-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238973
           Summary: GL_TUPLE cannot handle a `-` inside the site field
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: mfechner@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

While upgrading to gitlab-ce version 12 I found a problem with GL_TUPLE.
I need GL_TUPLE to fetch go dependencies.

The dependencies are hosted here:
https://gitlab.com/gitlab-org/labkit
https://gitlab.com/gitlab-org/gitaly-proto

So I created the following line:
GL_TUPLE=3D=20=20=20=20=20=20
gitlab-org:labkit:0c3fc7cdd57c57da5ab474aa72b6640d2bdc9ebb:labkit/vendor/gi=
tlab.com/gitlab-org/labkit
\
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
gitlab-org:gitaly-proto:f4db5d05d437abe1154d7308ca044d3577b5ccba:gitaly-pro=
to/vendor/gitlab.com/gitlab-org/gitaly-proto


which is regarding the documentation here correct:
https://www.freebsd.org/doc/en/books/porters-handbook/book.html#makefile-ma=
ster_sites-gitlab-description

The full Makefile you can find here:
https://gitlab.fechner.net/mfechner/Gitlab/tree/12.0/devel/gitaly
https://gitlab.fechner.net/mfechner/Gitlab/blob/12.0/devel/gitaly/Makefile#=
L88

If I try now to fetch the file and create the distinfo with:
make makesum

I get the error message:
The
https://gitlab.com/gitlab-org/gitaly-proto/repository/f4db5d05d437abe1154d7=
308ca044d3577b5ccba/archive.tar.gz?dummy=3D/:gitaly-proto
MASTER_SITES line has
a group with invalid characters, only use [a-zA-Z0-9_]
*** Error code 1

But the `-` is a valid character for a gitlab site.

Could you please fix this or describe a work-around I can use to continue
working on the gitlab-ce 12.0 upgrade?

Thanks a lot.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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