[Bug 238973] GL_TUPLE cannot handle a `-` inside the site field

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 3 22:14:25 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238973

            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 at FreeBSD.org
          Reporter: mfechner at FreeBSD.org
                CC: ports-bugs at 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=      
gitlab-org:labkit:0c3fc7cdd57c57da5ab474aa72b6640d2bdc9ebb:labkit/vendor/gitlab.com/gitlab-org/labkit
\
               
gitlab-org:gitaly-proto:f4db5d05d437abe1154d7308ca044d3577b5ccba:gitaly-proto/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-master_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/f4db5d05d437abe1154d7308ca044d3577b5ccba/archive.tar.gz?dummy=/: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.

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


More information about the freebsd-ports-bugs mailing list