From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 4CED83B29E for ; Sat, 22 Feb 2020 07:39:40 -0500 (EST) Received: by mail-qk1-x72a.google.com with SMTP id 11so423940qkd.1 for ; Sat, 22 Feb 2020 04:39:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=44fmrO46661IWoWzafFmWagc1C0nXe46q6TyhkuNXwQ=; b=QNHkQSUwY3e2fXMEwGhBXs1LFkGVWaz+iEpCiKeLDQ9IFgkniND6SnPrWI4CtuirE2 5vECMIglIet0coLDbzQUgsKGHFqi7u1nmGP5tOSdWf5rsMUcXl5YzMI5iX4IDTln6VVf SE1dHmrKzzTsgPUi2OBG+Bf6MnAYMPExfCxWISW9+xmb33TQ5Xvuh19+YmMQA67rsEph 7WT7nlpAl5r08Kz/jFGL27Bu+5btjv4To6X9eBwR1KkvPd9cbwcMJuDnm3cxqDfZzt1l 2Yt2zr9Nu/HUhwD35D5KgMG+dU3N+EemYxFd3dLeHy/F0sBBkD9hx90PQINBiAfa8qsI 6SkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=44fmrO46661IWoWzafFmWagc1C0nXe46q6TyhkuNXwQ=; b=pATtuT4+yNnmAnZIFxPAtfnl8R0LpMjp04NJaLvXU8E0O3a5tUpZNGdB+U/qyd/GnJ Sh77KwZhRtleqXzvP/m4earDG2QoTqlo33uKTIJjHmuZnEeB1Mq3oN1akVA/Hbqw4Y6V KiTeigQbLk+eDO3jMGJQkvSG1kd+OpiD8Mt6VPCRPu1V/pT8gVDtfTFZEzn1nnKVqGON JWIw4ZaD/Z+bBJkY8pD6xIeMf3lgTduu8bDy8HAAqJ6IKnIDAiQCGydIC8VtlOSiA4LZ fXRcEzBMzEeIeW3FcA60dbEFZUohv1fP/kD4Xi3B6dswFWzYl4Ctjzgd/GSJU0aLswqT Laig== X-Gm-Message-State: APjAAAWDNpKemQWVoHL04hgd8I0I5RPXu04As16zX6Po2n3OopfYDFal XftfndglLXeiO5C5NRs1GPuFFNJwHr4= X-Google-Smtp-Source: APXvYqyc2n6MccpuNvP45HZQoGBWRnr5gM4kGP7ovgzE3w0r2vWjEHsPjuYsD5LQaFutW8+UPnvq5w== X-Received: by 2002:a37:93c3:: with SMTP id v186mr5253146qkd.456.1582375179777; Sat, 22 Feb 2020 04:39:39 -0800 (PST) Received: from richs-mbp-10337.lan ([64.223.173.60]) by smtp.gmail.com with ESMTPSA id t12sm3095696qkg.95.2020.02.22.04.39.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Feb 2020 04:39:39 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) From: Rich Brown In-Reply-To: <87r1ymst8b.fsf@toke.dk> Date: Sat, 22 Feb 2020 07:39:38 -0500 Cc: bloat@lists.bufferbloat.net Content-Transfer-Encoding: quoted-printable Message-Id: <18C7F672-6200-4B9C-9220-8EBDCBF0A88C@gmail.com> References: <146A9AC4-7EA6-4759-A4D1-D0613C6B650D@gmail.com> <87tv3ktcds.fsf@toke.dk> <36AC0E86-7889-4A76-A253-B43A85DBD4E0@gmail.com> <87r1ymst8b.fsf@toke.dk> To: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= X-Mailer: Apple Mail (2.3608.60.0.2.5) Subject: Re: [Bloat] macOS Catalina causes 'hugo serve' to segfault... X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 12:39:40 -0000 > On Feb 22, 2020, at 7:26 AM, Toke H=C3=B8iland-J=C3=B8rgensen = wrote: ... > In case anyone else wants to build the old version of Hugo, we managed > to resolve this, and with a recent version of Go, the following = command > should now get you a working 'hugo' binary in your $GOPATH/bin: >=20 > go get github.com/tohojo/hugo >=20 > -Toke And for posterity (and so I can find it by searching the archives of the = list...), here's how I got it building on my macOS Catalina machine: * Upgrade to latest Go - https://golang.org/dl/ then double-click the = .pkg file * Ensure that there are enough files: see = https://medium.com/mindful-technology/too-many-open-files-limit-ulimit-on-= mac-os-x-add0f1bfddde * Use these commands: export GOPATH=3D~/github/hugo-from-source # save source in $GOPATH & build it go get -v github.com/tohojo/hugo=20 cd ~/github/bufferbloat.net $GOPATH/bin/hugo serve -Rich