From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Program to build the on-line manuals (HTML + PDF) Date: Tue, 21 May 2019 09:14:15 +0200 Message-ID: <8736l8i8ji.fsf@elephly.net> References: <87ftp9v2st.fsf@gnu.org> <877eakiyiy.fsf@elephly.net> <20190521055835.r3ome737psztqgv7@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSyzo-000867-8V for guix-devel@gnu.org; Tue, 21 May 2019 03:15:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSyzm-0008PV-Jo for guix-devel@gnu.org; Tue, 21 May 2019 03:15:36 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hSyzm-0008NE-0c for guix-devel@gnu.org; Tue, 21 May 2019 03:15:34 -0400 In-reply-to: <20190521055835.r3ome737psztqgv7@pelzflorian.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "pelzflorian (Florian Pelz)" Cc: guix-devel@gnu.org pelzflorian (Florian Pelz) writes: >> from within the =E2=80=9Cdoc=E2=80=9D directory, but this is what I get: >>=20 >> --8<---------------cut here---------------start------------->8--- >> ;;; (repo "/home/rekado/dev/gx/branches/master/doc/..") >> guix build: error: failed to load 'build.scm': >> git/branch.scm:101:8: Git error: cannot locate remote-tracking branch 'o= rigin/version-1.0.1' >> --8<---------------cut here---------------end--------------->8--- >>=20 > > I do `GUIX_MANUAL_VERSION=3D1.0.1 guix build -f doc/build.scm`; it works > for me. I=E2=80=99m using git worktrees. Maybe that=E2=80=99s why it doesn=E2=80= =99t work for me? --=20 Ricardo