From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Shepherd release! Date: Mon, 19 Mar 2018 17:42:11 +0100 Message-ID: <87370wvwyk.fsf@gnu.org> References: <87zi38w5oq.fsf@gnu.org> <20180316135546.GA5407@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exxrV-00048h-TJ for guix-devel@gnu.org; Mon, 19 Mar 2018 12:42:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exxrS-0003VC-Pg for guix-devel@gnu.org; Mon, 19 Mar 2018 12:42:17 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:42780) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1exxrS-0003Tg-HL for guix-devel@gnu.org; Mon, 19 Mar 2018 12:42:14 -0400 In-Reply-To: <20180316135546.GA5407@jurong> (Andreas Enge's message of "Fri, 16 Mar 2018 14:55:46 +0100") 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: Andreas Enge Cc: Guix-devel , Carlo Zancanaro Andreas Enge skribis: > autoreconf: running: automake --add-missing --copy --force-missing > configure.ac:17: error: required file 'build-aux/config.rpath' not found > configure.ac:17: error: required file './ABOUT-NLS' not found > autoreconf: automake failed with exit status: 1 You probably need to run =E2=80=98gettextize=E2=80=99 first. HTH! Ludo=E2=80=99.