[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Still unable to build from tardist due to libgcrypt (and probably mo
From: |
Andrey Borzenkov |
Subject: |
Re: Still unable to build from tardist due to libgcrypt (and probably more) POTFILES |
Date: |
Thu, 18 Apr 2013 23:16:38 +0400 |
В Wed, 17 Apr 2013 21:49:02 +0400
Andrey Borzenkov <address@hidden> пишет:
> 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 <address@hidden>
+
+ * conf/Makefile.extra-dist: Add util/spkmodem-recv.c, it is required
+ if user wants to use spkmodem output.
+
2013-04-17 Vladimir Serbinenko <address@hidden>
* 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