Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Oct 2017 20:43:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222854] lang/go make regression-test and upgrade 1.9.1
Message-ID:  <bug-222854-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 222854
           Summary: lang/go make regression-test and upgrade 1.9.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jlaffaye@FreeBSD.org
          Reporter: fred.woods.se@gmail.com
             Flags: maintainer-feedback?(jlaffaye@FreeBSD.org)
          Assignee: jlaffaye@FreeBSD.org

the run.bash script fails with ulimit Illegal option -T when running make
regression-test.
Error can be fixed by changing 43 of work/go/src/run.bash:
if ulimit -T &> /dev/null; then
to:
if ulimit -T 2> /dev/null; then

Even if you change run.bash to use #!/usr/local/bin/bash, the -T option
generates the same error as using the native sh shell.

The Makefile line 75 also needs an argument for the -banner option, recomme=
nd:
-banner "`uname -srp` "

The only test failures I see are are due to the way I setup the jail
environment (no 127.0.0.1 address).

--=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-222854-13>