diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | NEWS | 239 | ||||
| -rw-r--r-- | po/libc.pot | 368 |
3 files changed, 425 insertions, 187 deletions
@@ -1,3 +1,8 @@ +2016-08-01 Carlos O'Donell <carlos@redhat.com> + + * NEWS: Add 2.24 fixed bugs. + * po/libc.pot: Regenerate. + 2016-08-01 Aurelien Jarno <aurelien@aurel32.net> * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile @@ -73,8 +73,243 @@ Security related changes: The following bugs are resolved with this release: - [The release manager will add the list generated by - scripts/list-fixed-bugs.py just before the release.] + [1170] localedata: ne_NP: update Nepali locale definition file + [3629] manual: stpcpy description in string.texi refers to MS-DOG instead + of MS-DOS. + [6527] malloc: [powerpc] Malloc alignment insufficient for PowerPC + [6796] math: fdim() does not set errno on overflow + [10354] libc: posix_spawn should use vfork() in more cases than presently + [11213] localedata: localedata: add copyright disclaimer to locale files + [12143] localedata: chr_US: new Cherokee locale + [12450] localedata: sgs_LT: new locale + [12676] localedata: ln_CD: new locale + [13237] localedata: LC_ADDRESS.country_name: update all locales w/latest + CLDR data + [13304] math: fma, fmaf, fmal produce wrong results + [14259] build: --localedir arg to configure is ignored + [14499] nptl: Does posix_spawn invoke atfork handlers / use vfork? + [14750] libc: Race condition in posix_spawn vfork usage vs signal handlers + [14934] localedata: es_CL: wrong first weekday chilean locale + [15262] localedata: LC_MESSAGES.yesexpr/noexpr: inconsistent use of + romanisation + [15263] localedata: LC_MESSAGES.yesexpr/noexpr: inconsistent use of 1/0 + and +/- + [15264] localedata: LC_MESSAGES.yesstr/nostr: lacking in many locales + [15368] nptl: raise() is not async-signal-safe + [15479] math: ceil, floor, round and trunc raise inexact exception + [15578] localedata: kk_KZ: various updates + [16003] localedata: pap_AN: punt old locale + [16137] localedata: iw_IL: punt old locale + [16190] localedata: eo: new esperanto locale + [16374] localedata: lv_LV: change currency symbol in LC_MONETARY to euro + [16742] malloc: race condition: pthread_atfork() called before first + malloc() results in unexpected locking behaviour/deadlocks + [16975] localedata: LC_MESSAGES.yesexpr/noexpr: revisit capitalization in + all locales + [16983] localedata: postal_fmt does not allow %l and %n modifiers + [17565] localedata: pt_PT: wrong (work-)week start + [17899] math: [powerpc] floorl returns negative zero with FE_DOWNWARD + [17950] build: Build fails with -msse + [18205] localedata: be_BY*: wrong first_weekday and first_workday + [18433] libc: posix_spawn does not return correctly upon failure to + execute + [18453] localedata: charmaps/IBM875: incorrect codes + [18712] string: bits/string2.h incompatible with -O2 -Werror=packed + -Wsystem-headers + [18896] localedata: he_IL: improvements for currency + [18911] localedata: ro_RO: Correcting week day name for "Tuesday" in + Romanian locale data + [18960] locale: s390: _nl_locale_subfreeres uses larl opcode on misaligned + symbol + [19056] libc: Deprecate readdir_r + [19133] localedata: pt_*: days & months should be lowercase in Portuguese + language + [19198] localedata: nl_NL: small improvements for Dutch locales + [19257] network: Per-thread memory leak in __res_vinit with IPv6 + nameservers (CVE-2016-5417) + [19269] build: tst-audit4 and tst-audit10 failures with gcc-6 on non avx + machine + [19400] locale: Language missing in "iso-639.def", trivial fix in + description + [19431] malloc: Deadlock between fflush, getdelim, and fork + [19505] libc: Incorrect file descriptor validity checks in + posix_spawn_file_actions_add{open,close,dup2} + [19509] dynamic-link: dlsym, dlvsym do not report errors through dlerror + when using RTLD_NEXT + [19512] locale: Stale `#ifndef HAVE_BUILTIN_EXPECT' in + `intl/{gettextP,loadinfo}.h' + [19534] libc: execle, execlp may use malloc + [19568] localedata: *_CH: Swiss locales have inconsistent start of week + [19573] network: res_nclose and __res_maybe_init disagree about name + server initialization, breaking Hesiod + [19575] localedata: Status of GB18030 tables + [19581] localedata: sr_* date_fmt string contains additional newline + [19583] string: SSSE3_Fast_Copy_Backward flag needs to be enabled for AMD + Excavator core + [19592] math: [ldbl-128ibm] ceill incorrect in non-default rounding modes + [19593] math: [ldbl-128ibm] truncl incorrect in non-default rounding modes + [19594] math: [ldbl-128ibm] roundl incorrect in non-default rounding modes + [19595] math: [ldbl-128ibm] fmodl incorrect for results in subnormal + double range + [19602] math: [ldbl-128ibm] fmodl handling of equal arguments with low + part zero incorrect + [19603] math: [ldbl-128ibm] remainderl, remquol incorrect sign handling in + equality tests + [19610] dynamic-link: ldconfig -X removes stale symbolic links + [19613] libc: s390x (64 bit) macro expansion WCOREDUMP and others + [19633] locale: strfmon_l applies global locale to number formatting + [19642] network: Memory leak in getnameinfo + [19648] libc: test-skeleton.c: Do not set RLIMIT_DATA + [19653] libc: Potential for NULL pointer dereference (CWE-476) in + glibc-2.22 + [19654] math: [x86_64] Need testcase for BZ #19590 fix + [19671] localedata: Missing Sanity Check for malloc() in 'tst-fmon.c' & + 'tst-numeric.c' + [19674] math: [ldbl-128ibm] powl incorrect overflow handling + [19677] math: [ldbl-128ibm] remainderl equality test incorrect for zero + low part + [19678] math: [ldbl-128ibm] nextafterl, nexttowardl incorrect sign of zero + result + [19679] dynamic-link: gcc-4.9.3 C++ exception handling broken due to + unaligned stack + [19726] locale: Converting UCS4LE to INTERNAL with iconv() does not update + pointers and lengths in error-case. + [19727] locale: Converting from/to UTF-xx with iconv() does not always + report errors on UTF-16 surrogates values. + [19755] nscd: nscd assertion failure in gc + [19758] dynamic-link: Typo in EXTRA_LD_ENVVARS for x86-64 + [19759] libc: mempcpy shouldn't be inlined + [19762] dynamic-link: HAS_CPU_FEATURE/HAS_ARCH_FEATURE are easy to misuse + [19765] libc: s390 needs an optimized mempcpy + [19779] glob: glob: buffer overflow with GLOB_ALTDIRFUNC due to incorrect + NAME_MAX limit assumption (CVE-2016-1234) + [19783] build: benchtests don't support --enable-hardcoded-path-in-tests + [19787] network: Missing and incorrect truncation checks in getnameinfo + [19790] math: [ldbl-128ibm] nearbyintl incorrect in non-default rounding + modes + [19791] network: Assertion failure in res_query.c with un-connectable name + server addresses + [19792] libc: MIPS: backtrace yields infinite backtrace with makecontext + [19822] math: libm.so install clobbers old version + [19825] network: resolv: send_vc can return uninitialized data in second + response to getaddrinfo + [19830] network: nss_dns: should check RDATA length against buffer length + [19831] network: nss_dns: getaddrinfo returns uninitialized data when + confronted with A/AAAA records of invalid size + [19837] nss: nss_db: No retries for some long lines with a larger buffer + [19848] math: powl(10,n) for n=-4,-5,-6,-7 is off by more than 1 ULP + [19853] stdio: Printing IBM long double in decimal with high precision is + sometimes incorrect + [19860] build: x86_64: compile errors for tst-audit10 and tst-auditmod10b + [19861] nptl: libpthread IFUNC resolver for fork can lead to crash + [19862] network: resolv, nss_dns: Remove remaining logging of unexpected + record types + [19865] network: Assertion failure or memory leak in + _nss_dns_getcanonname_r + [19868] network: nss_dns: netent code does not skip over non-PTR records + [19879] network: nss_dns: Stack overflow in getnetbyname implementation + (CVE-2016-3075) + [19881] string: Improve x86-64 memset + [19907] string: Incorrect memcpy tests + [19916] dynamic-link: S390: fprs/vrs are not saved/restored while + resolving symbols + [19925] libc: termios.h XCASE namespace + [19928] string: memmove-vec-unaligned-erms.S is slow with large data size + [19929] libc: limits.h NL_NMAX namespace + [19931] stdio: Memory leak in vfprintf + [19957] libc: clone(CLONE_VM) access invalid parent memory + [19963] localedata: en_IL: New locale + [19989] stdio: stdio.h cuserid namespace + [19994] network: getaddrinfo does not restore RES_USE_INET6 flag in + gethosts + [19996] locale: langinfo.h nl_langinfo_l namespace + [20005] stdio: fflush on a file opened with fmemopen resets position to 0 + [20010] network: getaddrinfo: Stack overflow in hostent translation + (CVE-2016-3706) + [20012] stdio: libio: fmemopen append mode failure + [20014] stdio: stdio.h namespace for pre-threads POSIX + [20017] network: resolv: Use gmtime_r instead of gmtime in p_secstodate + [20023] libc: fcntl.h timespec namespace + [20024] math: [x86_64] vectorized sincos trashes the stack + [20031] network: nss_hesiod: Heap overflow in get_txt_records + [20041] time: sys/time.h timespec namespace + [20043] libc: unistd.h missing cuserid for UNIX98 and before + [20044] libc: unistd.h missing pthread_atfork for UNIX98 + [20051] libc: ttyslot in wrong header under wrong conditions + [20054] libc: gethostname not declared for XPG4 + [20055] libc: termios.h missing tcgetsid for XPG4 + [20072] dynamic-link: x86 init_cpu_features is called twice in static + executable + [20073] libc: sys/stat.h fchmod namespace + [20074] libc: stdlib.h rand_r namespace + [20076] libc: sys/stat.h missing S_IFSOCK, S_ISSOCK for XPG4 + [20094] libc: stdlib.h should not declare grantpt, ptsname, unlockpt for + XPG3 + [20111] libc: struct sockaddr_storage cannot be aggregate-copied + [20112] network: sunrpc: stack (frame) overflow in Sun RPC clntudp_call + (CVE-2016-4429) + [20115] string: Extra alignment in memset-vec-unaligned-erms.S + [20119] libc: Wrong mask for processors level type from CPUID + [20139] dynamic-link: Upper part of zmm is zeroed if Glibc is built with + AS not supporting AVX512 + [20151] math: [ldbl-128/ldbl-128ibm] j0l, j1l, y0l, y1l return sNaN for + sNaN argument + [20153] math: [ldbl-128ibm] sqrtl (sNaN) returns sNaN + [20156] math: [ldbl-128ibm] ceill, rintl etc. return sNaN for sNaN + argument + [20157] math: [powerpc] fabsl (sNaN) wrongly raises "invalid" + [20160] math: [powerpc] ceil, rint etc. return sNaN for sNaN input + [20178] libc: posix_spawn{p} should not call exit + [20191] stdio: libio: vtables hardening + [20195] string: FMA4 detection requires CPUID execution with register + eax=0x80000001 + [20198] libc: quick_exit incorrectly destroys C++11 thread objects. + [20205] math: [i386/x86_64] nextafterl incorrect incrementing negative + subnormals + [20212] math: acos (sNaN) returns sNaN + [20213] math: asin (sNaN) returns sNaN + [20214] network: Linux header sync with linux/in6.h and ipv6.h again. + [20218] math: [i386] asinhl (sNaN) returns sNaN + [20219] math: [i386] atanhl (sNaN) returns sNaN + [20222] stdio: fopencookie: Mangle function pointers + [20224] math: [i386] cbrtl (sNaN) returns sNaN + [20225] math: ldexp, scalbn, scalbln return sNaN for sNaN input + [20226] math: [i386/x86_64] expl, exp10l, expm1l return sNaN for sNaN + input + [20227] math: [i386/x86_64] logl (sNaN) returns sNaN + [20228] math: [i386/x86_64] log10l (sNaN) returns sNaN + [20229] math: [i386/x86_64] log1pl (sNaN) returns sNaN + [20232] math: [ldbl-128] expm1l (sNaN) returns sNaN + [20233] math: [ldbl-128ibm] expm1l (sNaN) returns sNaN + [20234] math: [ldbl-128ibm] log1pl (sNaN) returns sNaN + [20235] math: [i386/x86_64] log2l (sNaN) returns sNaN + [20237] nss: nss_db: get*ent segfaults without preceding set*ent + [20240] math: modf (sNaN) returns sNaN + [20248] libc: debug/tst-longjump_chk2 calls printf from a signal handler + [20250] math: frexp (sNaN) returns sNaN + [20252] math: atan2 (sNaN, qNaN) fails to raise "invalid" + [20255] math: [i386] fdim, fdimf return with excess range and precision / + double rounding + [20256] math: [i386/x86_64] fdiml returns sNaN for sNaN input + [20260] string: ../sysdeps/x86/bits/string.h:1092:3: error: array + subscript is below array bounds [-Werror=array-bounds] + [20262] nis: _nss_nis_initgroups_dyn always returns NSS_STATUS_NOTFOUND + [20263] nptl: robust mutex deadlocks if other thread requests timedlock + (Only arm/linux) + [20277] libc: $dp is not initialized correctly in sysdeps/hppa/start.S + [20284] malloc: malloc: Corrupt arena avoidance causes unnecessary mmap + fallbacks + [20296] math: [i386/x86_64] scalbl returns sNaN for sNaN input, missing + "invalid" exceptions + [20314] nptl: make[4]: *** [/usr/include/stdlib.h] Error 1 + [20316] localedata: id_ID: Februari instead of Pebruari + [20327] string: POWER8 strcasecmp returns incorrect result + [20347] math: Failure: Test: j0_downward (0xap+0) + [20348] libc: FAIL: misc/tst-preadvwritev64 + [20349] libc: 64-bit value is passed differently in p{readv,writev}{64} + [20350] libc: There is no test for p{read,write}64 + [20357] math: Incorrect cos result for 1.5174239687223976 + [20384] build: Don't run libmvec-sincos-avx* tests on non avx machines Version 2.23 diff --git a/po/libc.pot b/po/libc.pot index 927aa37007..7f54448713 100644 --- a/po/libc.pot +++ b/po/libc.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libc 2.23.90\n" -"POT-Creation-Date: 2016-02-18 17:26-0200\n" +"POT-Creation-Date: 2016-08-01 21:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -66,8 +66,7 @@ msgid "Give a short usage message" msgstr "" #: argp/argp-parse.c:103 catgets/gencat.c:109 catgets/gencat.c:113 -#: iconv/iconv_prog.c:60 iconv/iconv_prog.c:61 nscd/nscd.c:105 -#: nss/makedb.c:120 +#: iconv/iconv_prog.c:60 iconv/iconv_prog.c:61 nscd/nscd.c:105 nss/makedb.c:120 msgid "NAME" msgstr "" @@ -137,12 +136,12 @@ msgid "" "[OUTPUT-FILE [INPUT-FILE]...]" msgstr "" -#: catgets/gencat.c:229 debug/pcprofiledump.c:209 elf/ldconfig.c:307 +#: catgets/gencat.c:229 debug/pcprofiledump.c:209 elf/ldconfig.c:308 #: elf/pldd.c:252 elf/sln.c:85 elf/sprof.c:372 iconv/iconv_prog.c:408 #: iconv/iconvconfig.c:379 locale/programs/locale.c:277 -#: locale/programs/localedef.c:376 login/programs/pt_chown.c:89 +#: locale/programs/localedef.c:366 login/programs/pt_chown.c:89 #: malloc/memusagestat.c:563 nss/getent.c:913 nss/makedb.c:369 -#: posix/getconf.c:486 sunrpc/rpcinfo.c:676 +#: posix/getconf.c:503 sunrpc/rpcinfo.c:676 #: sysdeps/unix/sysv/linux/lddlibc4.c:61 #, c-format msgid "" @@ -151,12 +150,12 @@ msgid "" msgstr "" #: catgets/gencat.c:245 debug/pcprofiledump.c:225 debug/xtrace.sh:64 -#: elf/ldconfig.c:323 elf/ldd.bash.in:38 elf/pldd.c:268 elf/sotruss.sh:75 +#: elf/ldconfig.c:324 elf/ldd.bash.in:38 elf/pldd.c:268 elf/sotruss.sh:75 #: elf/sprof.c:389 iconv/iconv_prog.c:425 iconv/iconvconfig.c:396 -#: locale/programs/locale.c:294 locale/programs/localedef.c:402 -#: login/programs/pt_chown.c:63 malloc/memusage.sh:71 -#: malloc/memusagestat.c:581 nscd/nscd.c:509 nss/getent.c:86 nss/makedb.c:385 -#: posix/getconf.c:468 sysdeps/unix/sysv/linux/lddlibc4.c:68 +#: locale/programs/locale.c:294 locale/programs/localedef.c:392 +#: login/programs/pt_chown.c:63 malloc/memusage.sh:71 malloc/memusagestat.c:581 +#: nscd/nscd.c:509 nss/getent.c:86 nss/makedb.c:385 posix/getconf.c:485 +#: sysdeps/unix/sysv/linux/lddlibc4.c:68 #, c-format msgid "" "Copyright (C) %s Free Software Foundation, Inc.\n" @@ -165,11 +164,11 @@ msgid "" msgstr "" #: catgets/gencat.c:250 debug/pcprofiledump.c:230 debug/xtrace.sh:68 -#: elf/ldconfig.c:328 elf/pldd.c:273 elf/sprof.c:395 iconv/iconv_prog.c:430 +#: elf/ldconfig.c:329 elf/pldd.c:273 elf/sprof.c:395 iconv/iconv_prog.c:430 #: iconv/iconvconfig.c:401 locale/programs/locale.c:299 -#: locale/programs/localedef.c:407 malloc/memusage.sh:75 +#: locale/programs/localedef.c:397 malloc/memusage.sh:75 #: malloc/memusagestat.c:586 nscd/nscd.c:514 nss/getent.c:91 nss/makedb.c:390 -#: posix/getconf.c:473 +#: posix/getconf.c:490 #, c-format msgid "Written by %s.\n" msgstr "" @@ -371,7 +370,7 @@ msgstr "" msgid ", OS ABI: %s %d.%d.%d" msgstr "" -#: elf/cache.c:157 elf/ldconfig.c:1340 +#: elf/cache.c:157 elf/ldconfig.c:1341 #, c-format msgid "Can't open cache file %s\n" msgstr "" @@ -622,11 +621,11 @@ msgstr "" msgid "cannot map zero-fill pages" msgstr "" -#: elf/dl-lookup.c:845 +#: elf/dl-lookup.c:849 msgid "relocation error" msgstr "" -#: elf/dl-lookup.c:872 +#: elf/dl-lookup.c:875 msgid "symbol lookup error" msgstr "" @@ -658,16 +657,16 @@ msgstr "" msgid "cannot make segment writable for relocation" msgstr "" -#: elf/dl-reloc.c:276 +#: elf/dl-reloc.c:277 #, c-format msgid "%s: out of memory to store relocation results for %s\n" msgstr "" -#: elf/dl-reloc.c:292 +#: elf/dl-reloc.c:293 msgid "cannot restore segment prot after reloc" msgstr "" -#: elf/dl-reloc.c:323 +#: elf/dl-reloc.c:324 msgid "cannot apply additional memory protection after relocation" msgstr "" @@ -687,222 +686,222 @@ msgstr "" msgid "cannot allocate version reference table" msgstr "" -#: elf/ldconfig.c:141 +#: elf/ldconfig.c:142 msgid "Print cache" msgstr "" -#: elf/ldconfig.c:142 +#: elf/ldconfig.c:143 msgid "Generate verbose messages" msgstr "" -#: elf/ldconfig.c:143 +#: elf/ldconfig.c:144 msgid "Don't build cache" msgstr "" -#: elf/ldconfig.c:144 -msgid "Don't generate links" +#: elf/ldconfig.c:145 +msgid "Don't update symbolic links" msgstr "" -#: elf/ldconfig.c:145 +#: elf/ldconfig.c:146 msgid "Change to and use ROOT as root directory" msgstr "" -#: elf/ldconfig.c:145 +#: elf/ldconfig.c:146 msgid "ROOT" msgstr "" -#: elf/ldconfig.c:146 +#: elf/ldconfig.c:147 msgid "CACHE" msgstr "" -#: elf/ldconfig.c:146 +#: elf/ldconfig.c:147 msgid "Use CACHE as cache file" msgstr "" -#: elf/ldconfig.c:147 +#: elf/ldconfig.c:148 msgid "CONF" msgstr "" -#: elf/ldconfig.c:147 +#: elf/ldconfig.c:148 msgid "Use CONF as configuration file" msgstr "" -#: elf/ldconfig.c:148 +#: elf/ldconfig.c:149 msgid "" "Only process directories specified on the command line. Don't build cache." msgstr "" -#: elf/ldconfig.c:149 +#: elf/ldconfig.c:150 msgid "Manually link individual libraries." msgstr "" -#: elf/ldconfig.c:150 +#: elf/ldconfig.c:151 msgid "FORMAT" msgstr "" -#: elf/ldconfig.c:150 +#: elf/ldconfig.c:151 msgid "Format to use: new, old or compat (default)" msgstr "" -#: elf/ldconfig.c:151 +#: elf/ldconfig.c:152 msgid "Ignore auxiliary cache file" msgstr "" -#: elf/ldconfig.c:159 +#: elf/ldconfig.c:160 msgid "Configure Dynamic Linker Run Time Bindings." msgstr "" -#: elf/ldconfig.c:346 +#: elf/ldconfig.c:347 #, c-format msgid "Path `%s' given more than once" msgstr "" -#: elf/ldconfig.c:386 +#: elf/ldconfig.c:387 #, c-format msgid "%s is not a known library type" msgstr "" -#: elf/ldconfig.c:414 +#: elf/ldconfig.c:415 #, c-format msgid "Can't stat %s" msgstr "" -#: elf/ldconfig.c:488 +#: elf/ldconfig.c:489 #, c-format msgid "Can't stat %s\n" msgstr "" -#: elf/ldconfig.c:498 +#: elf/ldconfig.c:499 #, c-format msgid "%s is not a symbolic link\n" msgstr "" -#: elf/ldconfig.c:517 +#: elf/ldconfig.c:518 #, c-format msgid "Can't unlink %s" msgstr "" -#: elf/ldconfig.c:523 +#: elf/ldconfig.c:524 #, c-format msgid "Can't link %s to %s" msgstr "" -#: elf/ldconfig.c:529 +#: elf/ldconfig.c:530 msgid " (changed)\n" msgstr "" -#: elf/ldconfig.c:531 +#: elf/ldconfig.c:532 msgid " (SKIPPED)\n" msgstr "" -#: elf/ldconfig.c:586 +#: elf/ldconfig.c:587 #, c-format msgid "Can't find %s" msgstr "" -#: elf/ldconfig.c:602 elf/ldconfig.c:775 elf/ldconfig.c:834 elf/ldconfig.c:868 +#: elf/ldconfig.c:603 elf/ldconfig.c:776 elf/ldconfig.c:835 elf/ldconfig.c:869 #, c-format msgid "Cannot lstat %s" msgstr "" -#: elf/ldconfig.c:609 +#: elf/ldconfig.c:610 #, c-format msgid "Ignored file %s since it is not a regular file." msgstr "" -#: elf/ldconfig.c:618 +#: elf/ldconfig.c:619 #, c-format msgid "No link created since soname could not be found for %s" msgstr "" -#: elf/ldconfig.c:701 +#: elf/ldconfig.c:702 #, c-format msgid "Can't open directory %s" msgstr "" -#: elf/ldconfig.c:793 elf/ldconfig.c:855 elf/readlib.c:97 +#: elf/ldconfig.c:794 elf/ldconfig.c:856 elf/readlib.c:97 #, c-format msgid "Input file %s not found.\n" msgstr "" -#: elf/ldconfig.c:800 +#: elf/ldconfig.c:801 #, c-format msgid "Cannot stat %s" msgstr "" -#: elf/ldconfig.c:951 +#: elf/ldconfig.c:952 #, c-format msgid "libc5 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:954 +#: elf/ldconfig.c:955 #, c-format msgid "libc6 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:957 +#: elf/ldconfig.c:958 #, c-format msgid "libc4 library %s in wrong directory" msgstr "" -#: elf/ldconfig.c:985 +#: elf/ldconfig.c:986 #, c-format msgid "" "libraries %s and %s in directory %s have same soname but different type." msgstr "" -#: elf/ldconfig.c:1094 +#: elf/ldconfig.c:1095 #, c-format msgid "Warning: ignoring configuration file that cannot be opened: %s" msgstr "" -#: elf/ldconfig.c:1160 +#: elf/ldconfig.c:1161 #, c-format msgid "%s:%u: bad syntax in hwcap line" msgstr "" -#: elf/ldconfig.c:1166 +#: elf/ldconfig.c:1167 #, c-format msgid "%s:%u: hwcap index %lu above maximum %u" msgstr "" -#: elf/ldconfig.c:1173 elf/ldconfig.c:1181 +#: elf/ldconfig.c:1174 elf/ldconfig.c:1182 #, c-format msgid "%s:%u: hwcap index %lu already defined as %s" msgstr "" -#: elf/ldconfig.c:1184 +#: elf/ldconfig.c:1185 #, c-format msgid "%s:%u: duplicate hwcap %lu %s" msgstr "" -#: elf/ldconfig.c:1206 +#: elf/ldconfig.c:1207 #, c-format msgid "need absolute file name for configuration file when using -r" msgstr "" -#: elf/ldconfig.c:1213 locale/programs/xmalloc.c:63 malloc/obstack.c:416 -#: malloc/obstack.c:418 posix/getconf.c:441 posix/getconf.c:661 +#: elf/ldconfig.c:1214 locale/programs/xmalloc.c:63 malloc/obstack.c:416 +#: malloc/obstack.c:418 posix/getconf.c:458 posix/getconf.c:697 #, c-format msgid "memory exhausted" msgstr "" -#: elf/ldconfig.c:1245 +#: elf/ldconfig.c:1246 #, c-format msgid "%s:%u: cannot read directory %s" msgstr "" -#: elf/ldconfig.c:1289 +#: elf/ldconfig.c:1290 #, c-format msgid "relative path `%s' used to build cache" msgstr "" -#: elf/ldconfig.c:1319 +#: elf/ldconfig.c:1320 #, c-format msgid "Can't chdir to /" msgstr "" -#: elf/ldconfig.c:1360 +#: elf/ldconfig.c:1361 #, c-format msgid "Can't open cache file directory %s\n" msgstr "" @@ -945,7 +944,7 @@ msgstr "" msgid "No such file or directory" msgstr "" -#: elf/ldd.bash.in:150 inet/rcmd.c:479 +#: elf/ldd.bash.in:150 inet/rcmd.c:475 msgid "not regular file" msgstr "" @@ -1358,7 +1357,7 @@ msgstr "" msgid "list all known coded character sets" msgstr "" -#: iconv/iconv_prog.c:64 locale/programs/localedef.c:129 +#: iconv/iconv_prog.c:64 locale/programs/localedef.c:123 msgid "Output control:" msgstr "" @@ -1367,8 +1366,8 @@ msgid "omit invalid characters from output" msgstr "" #: iconv/iconv_prog.c:66 iconv/iconvconfig.c:128 -#: locale/programs/localedef.c:122 locale/programs/localedef.c:124 -#: locale/programs/localedef.c:126 locale/programs/localedef.c:147 +#: locale/programs/localedef.c:116 locale/programs/localedef.c:118 +#: locale/programs/localedef.c:120 locale/programs/localedef.c:140 #: malloc/memusagestat.c:56 msgid "FILE" msgstr "" @@ -1461,7 +1460,7 @@ msgstr "" msgid "[DIR...]" msgstr "" -#: iconv/iconvconfig.c:126 locale/programs/localedef.c:133 +#: iconv/iconvconfig.c:126 locale/programs/localedef.c:126 msgid "PATH" msgstr "" @@ -1484,7 +1483,7 @@ msgstr "" msgid "Directory arguments required when using --nostdlib" msgstr "" -#: iconv/iconvconfig.c:341 locale/programs/localedef.c:294 +#: iconv/iconvconfig.c:341 locale/programs/localedef.c:287 #, c-format msgid "no output file produced because warnings were issued" msgstr "" @@ -1499,84 +1498,84 @@ msgstr "" msgid "cannot g |
