On 2014/10/26 04:00, Joel Sing wrote: > Update lang/go to 1.3.3. > > Passes regress on amd64 and i386. > > ok?
It didn't package for me, Error: /usr/obj/ports/go-1.3.3/fake-amd64/usr/local/go/pkg/tool/openbsd_amd64/api does not exist Build log inline: +++ Sat Oct 25 19:24:40 BST 2014 ===> Checking files for go-1.3.3 `/usr/ports/distfiles/go1.3.3.src.tar.gz' is up to date. >> (SHA256) go1.3.3.src.tar.gz: OK ===> Extracting for go-1.3.3 ===> Patching for go-1.3.3 ===> Applying OpenBSD patch patch-src_pkg_syscall_route_openbsd_go Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_pkg_syscall_route_openbsd_go,v 1.1 2014/07/25 14:39:41 jsing Exp $ |--- src/pkg/syscall/route_openbsd.go.orig Fri Jul 25 23:38:47 2014 |+++ src/pkg/syscall/route_openbsd.go Fri Jul 25 23:39:20 2014 -------------------------- Patching file src/pkg/syscall/route_openbsd.go using Plan A... Hunk #1 succeeded at 12. done ===> Configuring for go-1.3.3 ===> Building for go-1.3.3 # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, openbsd/amd64. lib9 libbio liblink misc/pprof cmd/cc cmd/gc cmd/6l /var/tmp/go-cbuild-mFUubI/dwarf.o(.text+0x1289): In function `defptrto': /usr/obj/ports/go-1.3.3/go/src/cmd/6l/../ld/dwarf.c:1094: warning: strcpy() is almost always misused, please use strlcpy() /usr/obj/ports/go-1.3.3/go/pkg/obj/openbsd_amd64/liblink.a(list6.o)(.text+0x4b5): In function `Dconv': /usr/obj/ports/go-1.3.3/go/src/liblink/list6.c:214: warning: strcat() is almost always misused, please use strlcat() cmd/6a /var/tmp/go-cbuild-mFUubI/lex.o(.text+0x5ff): In function `macexpand': /usr/obj/ports/go-1.3.3/go/src/cmd/6a/../cc/macbody:399: warning: strcpy() is almost always misused, please use strlcpy() /var/tmp/go-cbuild-mFUubI/lex.o(.text+0x11fd): In function `macinc': /usr/obj/ports/go-1.3.3/go/src/cmd/6a/../cc/macbody:580: warning: strcat() is almost always misused, please use strlcat() cmd/6c /usr/obj/ports/go-1.3.3/go/pkg/obj/openbsd_amd64/libcc.a(lex.o)(.text+0x12d2): In function `slookup': /usr/obj/ports/go-1.3.3/go/src/cmd/cc/lex.c:424: warning: strcpy() is almost always misused, please use strlcpy() /usr/obj/ports/go-1.3.3/go/pkg/obj/openbsd_amd64/libcc.a(lex.o)(.text+0x537): In function `Bconv': /usr/obj/ports/go-1.3.3/go/src/cmd/cc/lex.c:1526: warning: strcat() is almost always misused, please use strlcat() cmd/6g /var/tmp/go-cbuild-mFUubI/gobj.o(.text+0x349): In function `dgostringptr': /usr/obj/ports/go-1.3.3/go/src/cmd/6g/gobj.c:203: warning: strcpy() is almost always misused, please use strlcpy() /usr/obj/ports/go-1.3.3/go/pkg/obj/openbsd_amd64/libgc.a(lex.o)(.text+0x1970): In function `yylex': /usr/obj/ports/go-1.3.3/go/src/cmd/gc/lex.c:1497: warning: strcat() is almost always misused, please use strlcat() pkg/runtime pkg/errors pkg/sync/atomic pkg/sync pkg/io pkg/unicode pkg/unicode/utf8 pkg/unicode/utf16 pkg/bytes pkg/math pkg/strings pkg/strconv pkg/bufio pkg/sort pkg/container/heap pkg/encoding/base64 pkg/syscall pkg/time pkg/os pkg/reflect pkg/fmt pkg/encoding pkg/encoding/json pkg/flag pkg/path/filepath pkg/path pkg/io/ioutil pkg/log pkg/regexp/syntax pkg/regexp pkg/go/token pkg/go/scanner pkg/go/ast pkg/go/parser pkg/os/exec pkg/os/signal pkg/net/url pkg/text/template/parse pkg/text/template pkg/go/doc pkg/go/build cmd/go # Building packages and commands for openbsd/amd64. runtime errors sync/atomic unicode unicode/utf8 math sort sync container/heap encoding unicode/utf16 container/list io syscall crypto/subtle container/ring bytes strings bufio hash text/tabwriter path hash/crc32 crypto/cipher crypto/hmac time compress/bzip2 hash/adler32 hash/crc64 hash/fnv html image/color image/color/palette runtime/race strconv math/rand os math/cmplx reflect crypto path/filepath encoding/base64 crypto/md5 regexp/syntax io/ioutil os/exec net/url crypto/aes crypto/rc4 crypto/sha1 crypto/sha256 regexp crypto/sha512 encoding/pem encoding/binary fmt os/signal encoding/ascii85 encoding/base32 crypto/des image index/suffixarray debug/dwarf debug/gosym debug/plan9obj flag log go/token encoding/json encoding/xml debug/elf debug/macho debug/pe go/scanner cmd/addr2line text/template/parse go/ast compress/flate text/template compress/gzip go/parser go/printer math/big go/doc encoding/hex cmd/cgo go/format go/build cmd/fix crypto/elliptic crypto/rand crypto/ecdsa crypto/rsa crypto/dsa encoding/asn1 mime runtime/pprof crypto/x509/pkix cmd/nm cmd/gofmt cmd/objdump cmd/pack cmd/yacc runtime/cgo archive/tar net archive/zip compress/lzw compress/zlib database/sql/driver encoding/csv database/sql encoding/gob html/template image/draw image/gif image/jpeg image/png os/user runtime/debug testing testing/iotest testing/quick text/scanner crypto/x509 net/textproto log/syslog mime/multipart net/mail crypto/tls net/http net/smtp cmd/go expvar net/http/cgi net/http/cookiejar net/http/httptest net/http/httputil net/http/fcgi net/http/pprof net/rpc net/rpc/jsonrpc --- Sat Oct 25 19:25:28 BST 2014