- Mar 10, 2020
-
-
Mike Gilbert authored
When running make dist, I hit this error: rm -f en@arabic.gmo && /usr/bin/gmsgfmt -c --statistics --verbose -o en@arabic.gmo en@arabic.po en@arabic.po:5312: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The character that terminates the directive number 3 is not a valid conversion specifier. /usr/bin/gmsgfmt: found 1 fatal error This was caused by "%m" being replaced with foreign Unicode characters. For example: msgid "cannot rename the file %s to %s: %m" msgstr "ﺹﺎﻨﻧﻮﺗ ﺮﻌﻧﺎﻤﻋ ﺖﻬﻋ ﻒִﻴﻠﻋ %s ﺕﻭ %s: %ﻡ" Mimic the workaround used for "%s" by reversing the replacement of "%m" at the end of the sed programs. Signed-off-by:
Mike Gilbert <floppym@gentoo.org> Reviewed-by:
Daniel Kiper <daniel.kiper@oracle.com>
-
Colin Watson authored
These were inadvertently lost during the conversion to Gnulib (gnulib: Upgrade Gnulib and switch to bootstrap tool; commit 35b90906). The files in po/gettext-patches/ can be imported using "git am" on top of the gettext tag corresponding to AM_GNU_GETTEXT_VERSION in configure.ac (currently 0.18.3). They handle translation of messages in shell files, make msgfmt output in little-endian format, and arrange to use @SHELL@ rather than /bin/sh. There were some changes solely for the purpose of distributing extra files; for ease of maintenance, I've added these to conf/Makefile.extra-dist instead. Fixes: https://savannah.gnu.org/bugs/?57298 Signed-off-by:
Colin Watson <cjwatson@ubuntu.com> Reviewed-by:
Daniel Kiper <daniel.kiper@oracle.com>
-
- Jun 25, 2019
-
-
Steve McIntyre authored
[dgit import tarball grub2 2.02+dfsg1-20 grub2_2.02+dfsg1-20.debian.tar.xz]
-
- Mar 05, 2019
-
-
Colin Watson authored
Upgrade Gnulib files to 20190105. It's much easier to maintain GRUB's use of portability support files from Gnulib when the process is automatic and driven by a single configuration file, rather than by maintainers occasionally running gnulib-tool and committing the result. Removing these automatically-copied files from revision control also removes the temptation to hack the output in ways that are difficult for future maintainers to follow. Gnulib includes a "bootstrap" program which is designed for this. The canonical way to bootstrap GRUB from revision control is now "./bootstrap", but "./autogen.sh" is still useful if you just want to generate the GRUB-specific parts of the build system. GRUB now requires Autoconf >= 2.63 and Automake >= 1.11, in line with Gnulib. Gnulib source code is now placed in grub-core/lib/gnulib/ (which should not be edited directly), and GRUB's patches are in grub-core/lib/gnulib-patches/. I've added a few notes to the developer manual on how to maintain this. Signed-off-by:
Colin Watson <cjwatson@ubuntu.com> Reviewed-by:
Daniel Kiper <daniel.kiper@oracle.com>
-
- Apr 10, 2018
-
-
Jaegeuk Kim authored
"F2FS (Flash-Friendly File System) is flash-friendly file system which was merged into Linux kernel v3.8 in 2013. The motive for F2FS was to build a file system that from the start, takes into account the characteristics of NAND flash memory-based storage devices (such as solid-state disks, eMMC, and SD cards). F2FS was designed on a basis of a log-structured file system approach, which remedies some known issues of the older log structured file systems, such as the snowball effect of wandering trees and high cleaning overhead. In addition, since a NAND-based storage device shows different characteristics according to its internal geometry or flash memory management scheme (such as the Flash Translation Layer or FTL), it supports various parameters not only for configuring on-disk layout, but also for selecting allocation and cleaning algorithm.", quote by https://en.wikipedia.org/wiki/F2FS. The source codes for F2FS are available from: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs.git http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git This patch has been integrated in OpenMandriva Lx 3. https://www.openmandriva.org/ Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by:
Pete Batard <pete@akeo.ie> Signed-off-by:
Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by:
Daniel Kiper <daniel.kiper@oracle.com>
-
- Feb 17, 2018
-
-
Colin Watson authored
[dgit import orig grub2_2.02+dfsg1.orig.tar.xz]
-
- May 03, 2017
-
-
Vladimir Serbinenko authored
/bin/sh might not exist.
-
- Nov 08, 2015
-
-
Vladimir Serbinenko authored
-
- Jul 23, 2015
-
-
Vladimir Serbinenko authored
-
- Feb 28, 2015
-
-
Vladimir Serbinenko authored
-
- Dec 23, 2013
-
-
Colin Watson authored
* docs/grub.texi (Obtaining and Building GRUB): Refer to Git rather than Bazaar. * po/README: Likewise. Fix spelling mistake.
-
- Dec 18, 2013
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- Dec 17, 2013
-
-
Vladimir Serbinenko authored
-
- Nov 16, 2013
-
-
Vladimir Serbinenko authored
the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
-
- Oct 03, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- Aug 08, 2013
-
-
Vladimir Testov authored
terminal-left: terminal window's left position terminal-top: terminal window's top position terminal-width: terminal window's width terminal-height: terminal window's height * grub-core/gfxmenu/theme-loader.c: Likewise. * include/grub/gfxmenu_view.h: Likewise. * po/exlude.pot: Likewise. * grub-core/gfxmenu/view.c: Likewise. Also updated minimal window size. Also terminal_sanity_check function has been introduced.
-
- Aug 02, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- May 14, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- May 10, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- May 07, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
marked for translation.
-
- Apr 28, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- Apr 11, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- Mar 21, 2013
-
-
Vladimir 'phcoder' Serbinenko authored
-
- Jan 29, 2013
-
-
Colin Watson authored
-
- Jul 31, 2012
-
-
Grégoire Sutre authored
export LC_ALL=en_US.UTF-8 find . -iname '*.[ch]' | sort > po/POTFILES.in
-
- Jun 18, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
-
- May 03, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
with GRUB expectance.
-
- Apr 04, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
* linguas.sh: ... here. * po/README: Point to linguas.sh.
-
Vladimir 'phcoder' Serbinenko authored
-
- Apr 01, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
* po/Rules-translit: New file. * po/arabic.sed: Likewise. * po/cyrillic.sed: Likewise. * po/greek.sed: Likewise. * po/hebrew.sed: Likewise. * po/README: Add en@cyrillic en@hebrew en@arabic and en@greek. * po/Makefile.in.in: Add extra_dist4.
-
- Mar 08, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
translatable strings as well.
-
- Mar 03, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
.po-update-en-piglatin.
-
Vladimir 'phcoder' Serbinenko authored
-
- Feb 29, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
-
- Feb 28, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
* Makefile.am (starfield_theme_files): New var. (starfield_DATA): Use starfield_theme_files. (EXTRA_DIST): Add starfield_theme_files. Add starfield source files. Add bootcheck-related files. * conf/Makefile.extra-dist (EXTRA_DIST): Add several missing files. * docs/Makefile.am (EXTRA_DIST): Add font_char_metrics.png and font_char_metrics.txt. * grub-core/Makefile.core.def (kernel): Update extra_dist. (setjmp): Add lib/ia64/longjmp.S. * po/Makefile.in.in (DISTFILES): Add POTFILES-shell.in and grub.d.sed. * po/POTFILES.in: Regenerate. * po/Rules-swiss: use DISTFILES.common.extra2 and not DISTFILES.common.extra1. * util/devicemap.c: Removed. * grub-core/lib/i386/relocator_backward.S: Likewise. * util/import_gcry.py: Remove unused files. Add extra_dist for ChangeLog.
-
- Feb 27, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
-
- Feb 26, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/lib/backtrace.c (grub_cmd_backtrace): ... to here. * grub-core/lib/i386/backtrace.c (GRUB_MOD_INIT): Move from ... * grub-core/lib/backtrace.c (GRUB_MOD_INIT): ... to here. Gettextize. * grub-core/lib/i386/backtrace.c (GRUB_MOD_FINI): Move from ... * grub-core/lib/backtrace.c (GRUB_MOD_FINI): ... to here. * po/POTFILES.in: Regenerate.
-
- Feb 25, 2012
-
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/Makefile.core.def (kernel): Add kern/emu/argp_common.c on emu. * util/argp_common.c: Rename to ... * grub-core/kern/emu/argp_common.c: ... this. All users updated. Add missing includes. * grub-core/kern/emu/main.c: Convert to argp. * po/POTFILES.in: Regenerate. * util/grub-install.in (usage): Make first letter lowcase in messages for uniformity. * util/grub-setup.c (options): Likewise.
-