From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1USuK6-0006Wz-Fm for mharc-grub-devel@gnu.org; Thu, 18 Apr 2013 15:16:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USuK4-0006VA-NK for grub-devel@gnu.org; Thu, 18 Apr 2013 15:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USuK2-0002Yd-1m for grub-devel@gnu.org; Thu, 18 Apr 2013 15:16:44 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:54674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USuK1-0002Y3-Mp for grub-devel@gnu.org; Thu, 18 Apr 2013 15:16:41 -0400 Received: by mail-lb0-f172.google.com with SMTP id u10so3040504lbi.3 for ; Thu, 18 Apr 2013 12:16:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=1RhimougJ2KVwc7JorBOWmkJ29jUfeHP8eicXX/LRn0=; b=fuCLEmAiVjFmimsuGOfQ07FwZgH4FCP2DbQcB+Zq72EL9HPCQNyiI1nwW/1fgAGyzQ k9XuCBItem4ULAB62k6QGZMRFCPopDSgNlkeCLJvmrGYZk05RbEuxsJnElqNaOTyOggB c1Mt41sq7xNyw0p9aum3aHk3JyPmxrNBssogXx6Z+g4+0/p8UoDOeC5aNUN3eIDvvQ6z qmP7mUDEAWL4xubqlo4bo8BW9TNWv+zCnljExQYwJXqnIL9wIs5P7gHmRAevdcgPmZ07 Oe+SFnErpGjQXolUwk3SgTVocmru8Ym0J+rFM+LHsN7rNQ4EmVBzquPE9CqRwBBqlt5v rbfQ== X-Received: by 10.112.141.38 with SMTP id rl6mr5809080lbb.101.1366312600007; Thu, 18 Apr 2013 12:16:40 -0700 (PDT) Received: from opensuse.site ([94.29.72.160]) by mx.google.com with ESMTPS id rn10sm4740910lbb.16.2013.04.18.12.16.39 (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 18 Apr 2013 12:16:39 -0700 (PDT) Date: Thu, 18 Apr 2013 23:16:38 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: Still unable to build from tardist due to libgcrypt (and probably more) POTFILES Message-ID: <20130418231638.013fc7fb@opensuse.site> In-Reply-To: <20130417214902.52abf063@opensuse.site> References: <20130417214902.52abf063@opensuse.site> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.172 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 19:16:45 -0000 В Wed, 17 Apr 2013 21:49:02 +0400 Andrey Borzenkov пишет: > I do not quite understand how po/POTFILES are maintained but they refer > to files that are not distributed, so rebuild later fails. > OK, I fixed out package to avoid attempt to rebuild pot files. > It is not just one or two files which is why I do not know how to fix > it. Here is full list of files that are present in POTFILES but missing > in tarball: > util/spkmodem-recv.c I guess this needs patch below. spkmodem-recv.c is documented in grub.texi, so it should be available in tarball. diff --git a/ChangeLog b/ChangeLog index eb92ae4..c5db731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-18 Andrey Borzenkov + + * conf/Makefile.extra-dist: Add util/spkmodem-recv.c, it is required + if user wants to use spkmodem output. + 2013-04-17 Vladimir Serbinenko * util/grub-mkrescue.in: Add GPT for EFI boot. diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 2e36500..b21039a 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -38,6 +38,7 @@ EXTRA_DIST += grub-core/lib/LzmaDec.c EXTRA_DIST += BUGS EXTRA_DIST += util/i386/efi/grub-dumpdevtree EXTRA_DIST += util/import_gcrypth.sed +EXTRA_DIST += util/spkmodem-recv.c EXTRA_DIST += m4/gnulib-cache.m4 EXTRA_DIST += m4/glibc2.m4