diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rwxr-xr-x | autogen.sh | 8 | ||||
-rwxr-xr-x | file/autogen.sh | 8 | ||||
-rw-r--r-- | po/cs.po | 70 | ||||
-rw-r--r-- | po/da.po | 70 | ||||
-rw-r--r-- | po/de.po | 70 | ||||
-rw-r--r-- | po/fi.po | 70 | ||||
-rw-r--r-- | po/fr.po | 70 | ||||
-rw-r--r-- | po/gl.po | 70 | ||||
-rw-r--r-- | po/is.po | 70 | ||||
-rw-r--r-- | po/ja.po | 70 | ||||
-rw-r--r-- | po/ko.po | 70 | ||||
-rw-r--r-- | po/no.po | 70 | ||||
-rw-r--r-- | po/pl.po | 70 | ||||
-rw-r--r-- | po/pt.po | 70 | ||||
-rw-r--r-- | po/pt_BR.po | 70 | ||||
-rw-r--r-- | po/ro.po | 70 | ||||
-rw-r--r-- | po/rpm.pot | 70 | ||||
-rw-r--r-- | po/ru.po | 70 | ||||
-rw-r--r-- | po/sk.po | 70 | ||||
-rw-r--r-- | po/sl.po | 72 | ||||
-rw-r--r-- | po/sr.po | 70 | ||||
-rw-r--r-- | po/sv.po | 70 | ||||
-rw-r--r-- | po/tr.po | 70 | ||||
-rw-r--r-- | python/Makefile.am | 6 | ||||
-rw-r--r-- | rpm.spec.in | 9 | ||||
-rw-r--r-- | rpmdb/rpmdb.h | 4 | ||||
-rw-r--r-- | rpmdb/sqlite.c | 64 | ||||
-rw-r--r-- | rpmpopt.in | 11 | ||||
-rwxr-xr-x | zlib/configure | 340 |
30 files changed, 1041 insertions, 886 deletions
@@ -1,5 +1,10 @@ 4.4.1 -> 4.4.2: - start 4.4.2 devel. + - sqlite3: revert cClose scoping, data is freed in cClose unlike db4. + - build against sqlite3-3.1.2. + - sqlite3: update encode/decode from sqlite-2.8.16. + - add --xml popt alias for query modes. + - remove _rpmdb now that python2.[34] are commonly available. 4.4 -> 4.4.1: - force *.py->*.pyo byte code compilation with brp-python-bytecompile. diff --git a/autogen.sh b/autogen.sh index 4a44ea961..bf305a6e1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,14 +3,14 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.10" +LTV="libtoolize (GNU libtool) 1.5.14" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.9.3" +AMV="automake (GNU automake) 1.9.5" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.10 + libtool-1.5.14 autoconf-2.59 - automake-1.9.3 + automake-1.9.5 Simply edit this script to change the libtool/autoconf/automake versions checked if you need to, as rpm should build (and has built) with all recent versions of libtool/autoconf/automake. diff --git a/file/autogen.sh b/file/autogen.sh index ff9b215ca..9e70e1f0e 100755 --- a/file/autogen.sh +++ b/file/autogen.sh @@ -3,14 +3,14 @@ export CFLAGS export LDFLAGS -LTV="libtoolize (GNU libtool) 1.5.10" +LTV="libtoolize (GNU libtool) 1.5.14" ACV="autoconf (GNU Autoconf) 2.59" -AMV="automake (GNU automake) 1.9.3" +AMV="automake (GNU automake) 1.9.5" USAGE=" This script documents the versions of the tools I'm using to build rpm: - libtool-1.5.10 + libtool-1.5.14 autoconf-2.59 - automake-1.9.3 + automake-1.9.5 Simply edit this script to change the libtool/autoconf/automake versions checked if you need to, as rpm should build (and has built) with all recent versions of libtool/autoconf/automake. @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-07-24 10:02+0100\n" "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -3801,161 +3801,161 @@ msgstr "nemohu otevřít RPM databázi v %s\n" msgid "cannot open %s index\n" msgstr "nemohu otevřít RPM databázi v %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuji %s-%s-%s \"%s\" z tsort relací.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "znovu vytvořit databázi z existující databáze" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "chyba při vytváření dočasného souboru %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "nemohu provést dotaz %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Nelze přejmenovat %s na %s: %m\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-04-05 23:03GMT\n" "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -3815,165 +3815,165 @@ msgstr "kan ikke ĺbne '%s'-indeks ved brug af db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "kan ikke ĺbne '%s'-indeks\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "der er ikke sat nogen dbpath\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: kan ikke lćse hoved ved 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "fjerner \"%s\" fra %s-indekset.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "fjerne %d indgange fra %s-indekset.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "fejl(%d) ved hentning af \"%s\"-poster fra '%s'-indekset\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "fejl(%d) ved fjernelse af post %s fra %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "fejl(%d) under allokering af ny pakkeinstans\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" "tilfřjer \"%s\" til '%s'-indekset.\n" "\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "tilfřjer %d indgange til '%s'-indekset.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "fejl(%d) ved gemning af post %s i %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "fjerner %s efter vellykket genopbygning af db3.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "der ikke sat nogen dbpath" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "genopbygger database %s over i %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "den midlertidige database %s eksisterer allerede\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" "opretter kataloget %s\n" "\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "opretter kataloget %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ĺbner gammel database med dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ĺbner ny database med dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "post nummer %d i databasen er fejlbehćftet -- overspringer.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "kunne ikke tilfřje posten, der tidligere var ved %d\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "kunne ikke genopbygge database: original-databasen beholdes\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "kunne ikke erstatte gammel database med ny database!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "erstat filer i %s med filer fra %s for at genoprette" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "fjerner kataloget %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "kunne ikke fjerne katalog %s: %s\n" @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 1998-08-03 18:02+02:00\n" "Last-Translator: Karl Eichwalder <ke@SuSE.DE>\n" "Language-Team: German <de@li.org>\n" @@ -3987,168 +3987,168 @@ msgstr "kann Datei %s nicht öffnen: " msgid "cannot open %s index\n" msgstr "Fehler: kann %s nicht öffnen\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "»dbpath« ist nicht gesetzt" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "Fehler beim Eintrag %s von %s" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "kann Kopfzeilen bei %d nicht lesen, um danach zu suchen" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "Fehler beim Eintrag %s von %s" # FIXME -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" # FIXME -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "Fehler beim Eintrag %s von %s" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" # FIXME -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "Fehler beim Suchen nach Paket %s\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # FIXME -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "Fehler beim Löschen des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "Fehler bei Schreiben des Eintrags %s nach %s" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "»dbpath« ist nicht gesetzt" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "die temporäre Datenbank %s existiert schon" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "Datenbank aus der vorhandenen neu erstellen" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" "Eintrag Nummer %d in der Datenback ist nicht in Ordnung -- wird übersprungen" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "kann einen Eintrag hinzufügen, ursprünglich bei %d" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "Fehler beim Anlegen des Verzeichnisses %s: %s" # , c-format -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "Öffnen von %s fehlgeschlagen: %s" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 1998-05-02 21:41:47-0400\n" "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n" "Language-Team: Finnish <linux@sot.com>\n" @@ -3847,162 +3847,162 @@ msgstr "en voinut avata tiedostoa %s: " msgid "cannot open %s index\n" msgstr "virhe: en voi avata %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ei ole asetettu" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "en voi lukea headeria %d:stä päivittäessä" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "virhe luettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "virhe etsittäessä pakettia %s\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "virhe poistettaessa tietuetta %s %s:stä" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "virhe talletettaessa tietuetta %s %s:ään" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "dbpath ei ole asetettu" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "väliaikainen tietokanta %s on jo olemassa" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "kokoa tietokanta uudelleen vanhasta tietokannasta" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "tietue numero %d tietokannassa viallinen -- ohitan sen" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "en voi lisätä tietuetta %d:stä" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "virhe luotaessa hakemistoa %s: %s" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "en voinut avata %s: %s" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: RPM 4.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2003-07-06 01:36+0200\n" "Last-Translator: RPM French Translation <rpm-fr@livna.org>\n" "Language-Team: RPM French Translation <rpm-fr@livna.org>\n" @@ -3825,166 +3825,166 @@ msgstr "ne peut ouvrir l'index %s en utilisant db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "ne peut ouvrir l'index %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "aucun dbpath n'a Ă©tĂ© fourni\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "erreur(%d) en attrapant les articles \"%s\" de l'index %s\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: on saute" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "erreur(%d) en stockant l'article nÂş%d dans %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: on saute" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: l'entĂŞte nÂş%u endommagĂ© a Ă©tĂ© tĂ©lĂ©chargĂ© -- ignorĂ©.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: impossible de lire l'entĂŞte Ă 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" "erreur(%d) en affectant l'article de l'entĂŞte nÂş%d pour l'enlèvement de %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "enlèvement \"%s\" Ă l'index %s.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "enlèvement de %d entrĂ©es Ă l'index %s.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "erreur(%d) en affectant les articles \"%s\" de l'index %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "erreur(%d) en stockant l'article \"%s\" dans %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "erreur(%d) en enlevant l'article \"%s\" de %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "erreur(%d) en allouant une nouvelle instance de paquetage\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: on saute" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "rajout de \"%s\" Ă l'index %s.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "rajout de %d entrĂ©es Ă l'index %s.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "erreur(%d) en stockant l'article %s dans %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "enlèvement de %s après la reconstruction rĂ©ussie en db3.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "aucun dbpath fourni" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "reconstruction de la base de donnĂ©es de %s en %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "la base de donnĂ©es temporarire %s existe dĂ©jĂ \n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "crĂ©ation du rĂ©pertoire %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "crĂ©ation du rĂ©pertoire %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ouverture d'une vieille base de donnĂ©es avec dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ouverture d'une nouvelle base de donnĂ©es avec dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "l'entĂŞte nÂş%u dans la base de donnĂ©es n'est pas bon -- ignorĂ©.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "impossible d'ajouter l'article qui Ă©tait au dĂ©part Ă %u\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "Ne peut reconstruire la base de donnĂ©es: la base originale reste telle " "qu'elle est\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "Ne peut remplacer la vieille base de donnĂ©es par la nouvelle!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" "remplacer les fichiers dans %s avec les fichiers de %s pour faire une " "rĂ©cupĂ©ration" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "destruction du rĂ©pertoire %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "Ne peut dĂ©truire le rĂ©pertoire %s: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-01-13 22:31+0100\n" "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n" "Language-Team: Galician <trasno@ceu.fi.udc.es>\n" @@ -3683,161 +3683,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-07-12 13:25+0000\n" "Last-Translator: Richard Allen <ra@hp.is>\n" "Language-Team: is <kde-isl@mmedia.is>\n" @@ -3717,161 +3717,161 @@ msgstr "get ekki opnađ %s index međ db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "get ekki opnađ %s index\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 1999-12-01 22:49 +JST\n" "Last-Translator: Kanda Mitsuru <kanda@nn.iij4u.or.jp>\n" "Language-Team: JRPM <jrpm@linux.or.jp>\n" @@ -3894,164 +3894,164 @@ msgstr "%s ¤ňĄŞˇĽĄ×Ąó¤Ç¤¤Ţ¤»¤ó %s:%d" msgid "cannot open %s index\n" msgstr "%s ¤ňĄŞˇĽĄ×Ąó¤Ç¤¤Ţ¤»¤ó\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ¤¬ŔßÄꤵ¤ě¤Ć¤¤¤Ţ¤»¤ó" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ÎĽčĆŔ¤ÎĄ¨ĄéˇĽ (%s ¤«¤é)" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ň %s ¤ËĄąĄČĄ˘¤ÇĄ¨ĄéˇĽ " -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "¸ˇş÷¤Î¤ż¤á¤Î %d ¤Ç ĄŘĄĂĄŔ¤ňĆɤळ¤Č¤¬¤Ç¤¤Ţ¤»¤ó" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ÎĽčĆŔ¤ÎĄ¨ĄéˇĽ (%s ¤«¤é)" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "group Ą¤ĄóĄÇĄĂĄŻĄą¤ňşď˝ü¤·¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "name Ą¤ĄóĄÇĄĂĄŻĄąşď˝ü¤·¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ÎĽčĆŔ¤ÎĄ¨ĄéˇĽ (%s ¤«¤é)" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ň %s ¤ËĄąĄČĄ˘¤ÇĄ¨ĄéˇĽ " -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ň %s ¤Ëşď˝ü¤ÇĄ¨ĄéˇĽ" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "ĄŃĄĂĄ±ˇĽĄ¸ %s ¤Îõş÷Ą¨ĄéˇĽ\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚľÁ°¤ňĘŃąą¤·¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "%s ¤ň %s ¤ŘĚľÁ°¤ňĘŃąą¤·¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "ĄěĄłˇĽĄÉ %s ¤ň %s ¤ËĄąĄČĄ˘¤ÇĄ¨ĄéˇĽ " -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "dbpath ¤¬ŔßÄꤵ¤ě¤Ć¤¤¤Ţ¤»¤ó" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rootdir %s Ăć¤ÇĄÇˇĽĄżĄŮˇĽĄą¤ňşĆą˝Ăۤ·¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "°ě»ţĹŞ¤ĘĄÇˇĽĄżĄŮˇĽĄą %s ¤Ď¤ą¤Ç¤Ë¸şß¤·¤Ć¤¤¤Ţ¤ą" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ĄÇĄŁĄěĄŻĄČĄę¤ÎşîŔ®: %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "ĄÇĄŁĄěĄŻĄČĄę¤ÎşîŔ®: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "¸Ĺ¤¤ĄÇˇĽĄżĄŮˇĽĄą¤ÎĄŞˇĽĄ×Ąó\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "ż·¤·¤¤ĄÇˇĽĄżĄŮˇĽĄą¤ÎĄŞˇĽĄ×Ąó\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "ĄÇˇĽĄżĄŮˇĽĄąĂć¤ÎĄěĄłˇĽĄÉČÖąć %d ¤ĎÉÔŔµ¤Ç¤ą -- ĄąĄĄĂĄ×¤·¤Ţ¤ą" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "%d ¤Ë ĄŞĄęĄ¸ĄĘĄë¤ÎĄěĄłˇĽĄÉ¤ňÉղäǤ¤Ţ¤»¤ó" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ĄÇˇĽĄżĄŮˇĽĄą¤ÎşĆą˝Ăۤ˼şÇÔ; ĄŞĄęĄ¸ĄĘĄëĄÇˇĽĄżĄŮˇĽĄą¤¬¤Ţ¤Ŕ¤˝¤ł¤Ë»Ä¤Ă¤Ć¤¤¤Ţ¤ą\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "¸Ĺ¤¤ĄÇˇĽĄżĄŮˇĽĄą¤ňż·¤·¤¤ĄÇˇĽĄżĄŮˇĽĄą¤ËĂÖ¤´ą¤¨¤ë¤Î¤ËĽşÇÔ!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "%s Ăć¤ÎĄŐĄˇĄ¤Ąë¤ňĄęĄ«ĄĐˇĽ¤ą¤ë¤ż¤á¤Ë %s ¤«¤éĄŐĄˇĄ¤Ąë¤ČĂÖ¤´ą¤¨¤Ţ¤ą" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "ĄÇĄŁĄěĄŻĄČĄę¤ÎşîŔ®: %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "ĄÇĄŁĄěĄŻĄČĄę %s ¤Îşď˝üĽşÇÔ: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2002-03-04 17:17+0900\n" "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n" "Language-Team: GNU Translation project <ko@li.org>\n" @@ -3792,166 +3792,166 @@ msgstr "db%2$d(Ŕ»)¸¦ ŔĚżëÇĎż© %1$s Ŕε¦˝ş¸¦ ż Ľö ľř˝Ŕ´Ď´Ů - %3$s (%4$d)\n" msgid "cannot open %s index\n" msgstr "%s Ŕε¦˝ş¸¦ ż Ľö ľř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "db°ć·Î°ˇ ĽłÁ¤µÇľî ŔÖÁö ľĘ˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" "%3$s Ŕε¦˝şżˇĽ \"%2$s\" ·ąÄڵ带 ľň´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "%3$s(Ŕ¸)·Î %2$s ·ąÄڵ带 ŔúŔĺÇĎ´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: ĽŐ»óµČ Çě´ő #%u(ŔĚ)°ˇ şą±¸(retrieved)µÇľú˝Ŕ´Ď´Ů, »ý·«ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: 0x%xŔÇ Çě´ő¸¦ ŔĐŔ» Ľö ľř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" "%3$s Ŕε¦˝şżˇĽ \"%2$s\" ·ąÄڵ带 ľň´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "%2$s Ŕε¦˝şżˇĽ \"%1$s\"(Ŕ»)¸¦ »čÁ¦ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "%2$s Ŕε¦˝şżˇĽ %1$d Ç׸ńµé(entries)Ŕ» »čÁ¦ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" "%3$s Ŕε¦˝şżˇĽ \"%2$s\" ·ąÄڵ带 ľň´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "%3$s(Ŕ¸)·Î %2$s ·ąÄڵ带 ŔúŔĺÇĎ´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "%3$sżˇĽ %2$s ·ąÄڵ带 »čÁ¦ÇĎ´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "»ő·Îżî ĆĐĹ°Áö¸¦ ąčġÇĎ´Â µµÁß żŔ·ů(%d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: ĽŐ»óµČ Çě´ő #%u(ŔĚ)°ˇ şą±¸(retrieved)µÇľú˝Ŕ´Ď´Ů, »ý·«ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "%2$s Ŕε¦˝şżˇ \"%1$s\"(Ŕ»)¸¦ Ăß°ˇÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "%2$s Ŕε¦˝şżˇ %1$d Ç׸ńµé(entries)Ŕ» Ăß°ˇÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "%3$s(Ŕ¸)·Î %2$s ·ąÄڵ带 ŔúŔĺÇĎ´Â µµÁß żŔ·ů(%1$d)°ˇ ąß»ýÇß˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "db3¸¦ Ŕ籸ĂŕÇŃ ČÄżˇ %s(Ŕ»)¸¦ »čÁ¦ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "db°ć·Î°ˇ ĽłÁ¤µÇľî ŔÖÁö ľĘ˝Ŕ´Ď´Ů" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "%2$sżˇ %1$s µĄŔĚĹÍşŁŔĚ˝ş¸¦ Ŕ籸Ăŕ ÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "Ŕӽà µĄŔĚĹÍşŁŔĚ˝ş %s(ŔĚ)°ˇ ŔĚąĚ Á¸ŔçÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "%s µđ·şĹ丮¸¦ »ýĽşÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "%s µđ·şĹ丮¸¦ »ýĽşÇÔ: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "dbapi %d·Î ŔĚŔü µĄŔĚĹÍşŁŔĚ˝ş¸¦ ż±´Ď´Ů\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "dbapi %d·Î »ő·Îżî µĄŔĚĹÍşŁŔĚ˝ş¸¦ ż±´Ď´Ů\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "µĄŔĚĹÍşŁŔĚ˝şŔÇ ·ąÄÚµĺ ąřČŁ %u(ŔĚ)°ˇ Ŕ߸řµÇľú˝Ŕ´Ď´Ů -- »ý·«ÇŐ´Ď´Ů.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "%użˇ ĂłŔ˝şÎĹÍ ·ąÄڵ带 Ăß°ˇÇŇ Ľö ľř˝Ŕ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "µĄŔĚĹÍşŁŔĚ˝ş¸¦ Ŕ籸ĂŕÇϴµĄ ˝ÇĆĐÇÔ: żřş» µĄŔĚĹÍşŁŔĚ˝ş´Â ±×´ë·Î ŔŻÁöµË´Ď´Ů\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "ŔĚŔü µĄŔĚĹÍşŁŔĚ˝ş¸¦ »ő·Îżî µĄŔĚĹÍşŁŔĚ˝ş·Î ±łĂĽÇϴµĄ ˝ÇĆĐÇß˝Ŕ´Ď´Ů!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "şą±¸Çϱâ Ŕ§ÇŘ %2$sŔÇ ĆÄŔĎŔ» %1$sŔÇ ĆÄŔĎ·Î ±łĂĽÇŐ´Ď´Ů" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "%s µđ·şĹ丮¸¦ »čÁ¦ÇŐ´Ď´Ů\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "%s µđ·şĹ丮¸¦ »čÁ¦ÇϴµĄ ˝ÇĆĐÇÔ: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-06-27 12:24+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -3760,161 +3760,161 @@ msgstr "kan ikke ĺpne %s-indeks ved bruk av db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "kan ikke ĺpne %s indeks\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "feil(%d) under fjerning av post %s fra %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "feil(%d) under fjerning av post %s fra %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "feil(%d) under lagring av post %s til %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.3-20030515\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2003-06-08 22:42+0200\n" "Last-Translator: Arkadiusz Miskiewicz <arekm@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -3749,161 +3749,161 @@ msgstr "nie można otworzyć indeksu %s przy użyciu db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "nie można otworzyć indeksu %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "¶cieżka bazy danych nie została podana\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "bł±d(%d) pobierania rekordów \"%s\" z indeksu %s\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: pomijanie" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "bł±d(%d) zapisywania rekordu #%d do %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: pomijanie" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: uszkodzony nagłówek #%u odtworzony -- pomijanie.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: nie można odczytać nagłówka pod 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "bł±d(%d) ustawiania rekordu nagłówka #%d do usunięcia %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "usuwanie \"%s\" z indeksu %s.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "usuwanie %d wpisów z indeksu %s.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "bł±d(%d) ustawiania rekordów \"%s\" z indeksu %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "bł±d(%d) zapisywania rekordu \"%s\" do %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "bł±d(%d) usuwania rekordu \"%s\" z %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "bł±d(%d) alokowania nowej instancji pakietu\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: pomijanie" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "dodawanie \"%s\" do indeksu %s.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "dodawanie %d wpisów do indeksu %s.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "bł±d(%d) zapisywania rekordu %s do %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "usuwanie %s po udanym przebudowaniu db3.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "¶cieżka bazy danych nie została podana" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "odbudowywanie bazy danych %s w %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "tymczasowa baza danych %s już istnieje\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "tworzenie katalogu %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "tworzenie katalogu %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "otwieranie starej bazy danych przy użyciu dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "otwieranie nowej bazy danych przy użyciu dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "nagłówek #%u w bazie danych jest błędny -- pominięto.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "nie można dodać rekordu będ±cego oryginalnie przy %u\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "przebudowanie bazy nie powiodło się; stara pozostała na miejscu\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "zamiana starej bazy na now± nie powiodła się!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "aby odzyskać, należy zast±pić pliki w %s plikami z %s" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "usuwanie katalogu %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "usunięcie katalogu %s nie powiodło się: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2002-02-14 10:51+0000\n" "Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n" "Language-Team: pt <morais@kde.org\n" @@ -3801,163 +3801,163 @@ msgstr "năo consigo abrir o índice de %s usando o db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "năo consigo abrir o índice do %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "năo foi definido o dbpath\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: recebida instância do cabeçalho #%u estragada, a ignorar.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: năo consigo ler o cabeçalho em 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "a remover o \"%s\" do índice %s.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "a remover %d registos do índice %s.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "erro(%d) ao obter os registos \"%s\" do índice %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "erro(%d) ao remover o registo %s do %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "erro(%d) ao criar uma nova instância do pacote\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: recebida instância do cabeçalho #%u estragada, a ignorar.\n" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "a adicionar o \"%s\" ao índice %s.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "a adicionar %d registos ao índice %s.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "erro(%d) ao guardar o registo %s em %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "a remover o %s depois duma reconstruçăo bem sucedida do db3.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "năo foi definido o dbpath" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "a reconstruir a base de dados %s em %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "A base de dados temporária %s já existe\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "a criar a directoria %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "a criar a directoria %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "a abrir a base de dados antiga com a dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "a abrir a base de dados nova com a dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "o número do registo %u na base de dados está errado -- a ignorar.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "năo consigo adicionar o registo originalmente em %u\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "falhou a reconstruçăo da base de dados: a base de dados original mantém-se\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "falhou a substituiçăo da base de dados antiga pela nova!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "substituir os ficheiros em %s por ficheiros de %s a recuperar" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "a remover a directoria %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "falhou a remoçăo da directoria %s: %s\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 46fd564b6..30d21b1b4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2004-02-29 07:48+0500\n" "Last-Translator: Arnaldo Carvalho de Melo <acme@conectiva.com.br>\n" "Language-Team: Brazilian Portuguese\n" @@ -4063,162 +4063,162 @@ msgstr "No consegui abrir: %s\n" msgid "cannot open %s index\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" # , c-format -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "no foi passado pacote para desinstalao" # , c-format -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "no foi passado pacote para instalao" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" # , c-format -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "No consegui abrir: %s\n" # , c-format -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "No consegui abrir: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "reconstrua o banco de dados a partir de um banco de dados existente" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" @@ -4231,13 +4231,13 @@ msgstr "" # "Content-Type: text/plain; charset=ISO-8859-1\n" # "Content-Transfer-Encoding: 8-bit\n" # , c-format -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "RPM verso %s\n" # , c-format -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "No consegui abrir: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 1999-04-10 12:00+EST\n" "Last-Translator: Cristian Gafton <gafton@redhat.com>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -3683,161 +3683,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" diff --git a/po/rpm.pot b/po/rpm.pot index a186691e4..4182853dc 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\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" @@ -3689,161 +3689,161 @@ msgstr "" msgid "cannot open %s index\n" msgstr "" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2002-08-27 13:36-0400\n" "Last-Translator: Eugene Kanter, <eugene@blackcatlinux.com>\n" "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n" @@ -3766,165 +3766,165 @@ msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ÉÎÄĹËÓ %s ÉÓĐĎĚŘÚŐŃ db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ ÉÎÄĹËÓ %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎĚŐŢĹÎÉŃ ÚÁĐÉÓĹĘ \"%s\" ÉÚ ÉÎÄĹËÓÁ %s\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 #, fuzzy msgid "miFreeHeader: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "ĎŰÉÂËÁ (%d) ÓĎČŇÁÎĹÎÉŃ ÚÁĐÉÓÉ #%d × %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 #, fuzzy msgid "rpmdbNextIterator: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: ĐĎĚŐŢĹÎ ĐĎ×ŇĹÖÄĹÎÎŮĘ ÚÁÇĎĚĎ×ĎË #%u -- ĐŇĎĐŐÓËÁĹÔÓŃ.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: ÎĹ×ĎÚÍĎÖÎĎ ĐŇĎŢĹÓÔŘ ÚÁÇĎĚĎ×ĎË × 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎÄÇĎÔĎ×ËÉ ÚÁĐÉÓÉ ÚÁÇĎĚĎ×ËÁ #%d ÄĚŃ ŐÄÁĚĹÎÉŃ %s\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "ŐÄÁĚŃĹÔÓŃ \"%s\" ÉÚ ÉÎÄĹËÓÁ %s.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "ŐÄÁĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ ÉÚ ÉÎÄĹËÓÁ %s.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "ĎŰÉÂËÁ(%d) ĐĎĚŐŢĹÎÉŃ \"%s\" ÚÁĐÉÓĹĘ ÉÚ ÉÎÄĹËÓÁ %s\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "ĎŰÉÂËÁ(%d) ÓĎČŇÁÎĹÎÉŃ ÚÁĐÉÓÉ \"%s\" × %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "ĎŰÉÂËÁ(%d) ŐÄÁĚĹÎÉŃ ÚÁĐÉÓÉ %s ÉÚ %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "ĎŰÉÂËÁ(%d) ŇĹÚĹŇ×ÉŇĎ×ÁÎÉŃ ĐÁÍŃÔÉ ÄĚŃ ĎÂŇÁÚÁ ÎĎ×ĎÇĎ ĐÁËĹÔÁ\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: ĐŇĎĐŐÓËÁĹÔÓŃ" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ \"%s\" × ÉÎÄĹËÓ %s.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "ÄĎÂÁ×ĚŃĹÔÓŃ %d ÚÁĐÉÓĹĘ × ÉÎÄĹËÓ %s\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "ĎŰÉÂËÁ(%d) ÚÁĐÉÓÉ ÚÁĐÉÓÉ %s × %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "ŐÄÁĚŃĹÔÓŃ %s ĐĎÓĚĹ ŐÓĐĹŰÎĎÇĎ ÚÁ×ĹŇŰĹÎÉŃ ĐĹŇĹÉÎÄĹËÁĂÉÉ ÂÁÚŮ × db3.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "ĐÁŇÁÍĹÔĹŇ dbpath ÎĹ ŐÓÔÁÎĎ×ĚĹÎ" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ĐĹŇĹÓÔŇÁÉ×ÁĹÔÓŃ ÂÁÚÁ ÄÁÎÎŮČ %s × %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "×ŇĹÍĹÎÎÁŃ ÂÁÚÁ ÄÁÎÎŮČ %s ŐÖĹ ÓŐÝĹÓÔ×ŐĹÔ\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "ÓĎÚÄÁŁÔÓŃ ËÁÔÁĚĎÇ %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "ĎÔËŇŮ×ÁĹÔÓŃ ÎĎ×ÁŃ ÂÁÚÁ ÄÁÎÎŮČ ŢĹŇĹÚ dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "ÚÁÇĎĚĎ×ĎË ÎĎÍĹŇ %u × ÂÁÚĹ ÄÁÎÎŮČ ÎĹ×ĹŇÎŮĘ -- ĐŇĎĐŐÓËÁĹÔÓŃ.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÄĎÂÁ×ÉÔŘ ÚÁĐÉÓŘ (ĐĹŇ×ĎÎÁŢÁĚŘÎĎ × %u)\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ĐĹŇĹÓÔŇĎĹÎÉĹ ÂÁÚŮ ÄÁÎÎŮČ ÎĹ ŐÄÁĚĎÓŘ, ÓÔÁŇÁŃ ÂÁÚÁ ÄÁÎÎŮČ ĎÓÔÁĹÔÓŃ ÎÁ ÍĹÓÔĹ\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÚÁÍĹÎÉÔŘ ÓÔÁŇŐŔ ÂÁÚŐ ÄÁÎÎŮČ ÎÁ ÎĎ×ŐŔ!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "ĆÁĘĚŮ × %s ÚÁÍĹÎŃŔÔÓŃ ĆÁĘĚÁÍÉ ÉÚ %s ÄĚŃ ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "ŐÄÁĚŃĹÔÓŃ ËÁÔÁĚĎÇ %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "ĎŰÉÂËÁ ŐÄÁĚĹÎÉŃ ËÁÔÁĚĎÇÁ %s: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 1999-04-08 21:37+02:00\n" "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n" "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n" @@ -3849,163 +3849,163 @@ msgstr "nie je moľné otvori» %s na %s:%d" msgid "cannot open %s index\n" msgstr "nie je moľné otvori» %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "nebola nastavená ľiadna dbpath" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "nie je moľné prečíta» hlavičku na %d pre vyhµadanie" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstraňuje sa index skupín\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstraňuje sa index názvov\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "chyba pri načítaní záznamu %s z %s" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "chyba pri odstraňovaní záznamu %s z %s" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "chyba pri hµadaní balíka %s\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "premenováva sa %s na %s\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "chyba pri zápise záznamu %s do %s" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "nebola nastavená ľiadna dbpath" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "znovu sa vytvára databáza v adresári %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "dočasná databáza %s uľ existuje" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "otvára sa stará databáza\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "otvára sa nová databáza\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "záznam číslo %d v databáze je chybný -- bol vynechaný" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "nie je moľné prida» záznam pôvodne na %d" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "nepodarilo sa znovu vytvori» databázu; zostáva pôvodná\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "nepodarilo sa nahradi» starú databázu novou!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "nahradí súbory v %s súbormi z %s kvôli obnove" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "vytvára sa adresár %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "nepodarilo sa odstráni» adresár %s: %s\n" @@ -1,13 +1,13 @@ # -*- mode:po; coding:iso-latin-2; -*- Slovenian messages for Redhat pkg. mngr. # Copyright (C) 2000 Free Software Foundation, Inc. # Primoľ Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2000. -# $Id: sl.po,v 1.389.2.18 2005/02/14 01:34:15 jbj Exp $ +# $Id: sl.po,v 1.389.2.19 2005/02/16 19:05:40 jbj Exp $ # msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2000-10-08 19:05+0200\n" "Last-Translator: Grega Fajdiga <gregor.fajdiga@telemach.net>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -3856,165 +3856,165 @@ msgstr "ni moľno odpreti kazala %s z uporabo db%d - %s (%d)" msgid "cannot open %s index\n" msgstr "ni moľno odpreti kazala %s:" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath ni nastavljena" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: ni moľno prebrati glave pri 0x%x" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "odstranjevanje \"%s\" iz kazala %s.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "odstranjevanje %d vnosov iz kazala %s\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "napaka(%d) pri branju zapisov \"%s\" iz kazala %s" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "napaka(%d) pri brisanju zapisa %s iz %s" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "napaka(%d) pri iskanju paketa %s\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, fuzzy, c-format msgid "adding \"%s\" to %s index.\n" msgstr "dodajanje \"%s\" v kazalo %s.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "dodajanje %d vnosov v kazalo %s.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "napaka(%d) pri pisanju zapisa %s v %s" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "dbpath ni nastavljena" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "ponovna izgradnja podatkovne zbirke %s v %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "začasna podatkovna zbirka %s ľe obstaja" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "ustvarjanje imenika: %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "ustvarjanje imenika: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "odpiranje stare podatkovne zbirke\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "odpiramo nove podatkovne zbirke z dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "zapis ąt. %d v zbirki je poąkodovan -- preskočeno." -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "zapisa ni moľno dodati na %d" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 #, fuzzy msgid "failed to rebuild database: original database remains in place\n" msgstr "" "ponovna izgradnja podatkovne zbirke je bila neuspeąna; stara ostaja na\n" "istem mestu\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "zamenjava stare podatkovne zbirke z novo je bila neuspeąna!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, fuzzy, c-format msgid "replace files in %s with files from %s to recover" msgstr "poskus povrnitve z nadomestitvijo datotek v %s z datotekami v %s" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "odstranjevanje imenika: %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspeąna odstranitev imenika %s: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2004-02-29 07:48+0500\n" "Last-Translator: unknown\n" "Language-Team: unknown\n" @@ -3841,162 +3841,162 @@ msgstr "Ne mogu da otvorim datoteku %s: " msgid "cannot open %s index\n" msgstr "greąka: ne mogu da otvorim %s\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 #, fuzzy msgid "no dbpath has been set\n" msgstr "dbpath nije određen" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, fuzzy, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "greąka kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "greąka zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, fuzzy, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "ne mogu da pročitam zaglavlje na %d za proveru" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "greąka kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, fuzzy, c-format msgid "removing \"%s\" from %s index.\n" msgstr "greąka uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, fuzzy, c-format msgid "removing %d entries from %s index.\n" msgstr "greąka uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "greąka kod uzimanja sloga %s iz %s" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "greąka zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "greąka uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, fuzzy, c-format msgid "error(%d) allocating new package instance\n" msgstr "greąka kod potrage za paketom %s\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, fuzzy, c-format msgid "adding %d entries to %s index.\n" msgstr "greąka uklanjanja sloga %s u %s" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, fuzzy, c-format msgid "error(%d) storing record %s into %s\n" msgstr "greąka zapisivanja sloga %s u %s" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "dbpath nije određen" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, fuzzy, c-format msgid "rebuilding database %s into %s\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, fuzzy, c-format msgid "temporary database %s already exists\n" msgstr "privremena baza podataka %s već postoji" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, fuzzy, c-format msgid "creating directory %s\n" msgstr "greąka kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, fuzzy, c-format msgid "creating directory %s: %s\n" msgstr "greąka kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, fuzzy, c-format msgid "opening old database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, fuzzy, c-format msgid "opening new database with dbapi %d\n" msgstr "rekreiraj bazu podataka iz postojeće baze" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "slog broj %d u bazi podataka je neispravan -- preskačem ga" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, fuzzy, c-format msgid "cannot add record originally at %u\n" msgstr "ne mogu da dodam slog originalno na %d" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, fuzzy, c-format msgid "removing directory %s\n" msgstr "greąka kod kreiranja direktorijuma %s: %s" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, fuzzy, c-format msgid "failed to remove directory %s: %s\n" msgstr "neuspelo otvaranje %s: %s" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2003-02-05 12:40+0100\n" "Last-Translator: Göran Uddeborg <goeran@uddeborg.pp.se>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -3751,161 +3751,161 @@ msgstr "kan inte öppna %s-indexet med db%d - %s (%d)\n" msgid "cannot open %s index\n" msgstr "kan inte öppna %s-indexet\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "ingen dbpath har satts\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "fel(%d) när \"%s\"-poster hämtades frĺn %s-indexet\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "miFreeHeader: hoppar över" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "fel(%d) när post nr. %d sparades i %s\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "rpmdbNextIterator: hoppar över" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: skadat huvud nr. %u hämtat -- hoppar över.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: kan inte läsa huvud vid 0x%x\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "fel(%d) när huvudpost nr. %d för %s skulle tas bort\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "tar bort \"%s\" frĺn %s-indexet.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "tar bort %d poster frĺn %s-indexet.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "fel(%d) när \"%s\"-poster frĺn %s-indexet sattes\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "fel(%d) när post \"%s\" sparades i %s\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "fel(%d) när post \"%s\" togs bort frĺn %s\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "fel(%d) vid allokering av ny paketinstans\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 msgid "rpmdbAdd: skipping" msgstr "rpmdbAdd: hoppar över" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "lägger till \"%s\" till %s-indexet.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "lägger till %d poster till %s-indexet.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "fel(%d) när post %s sparades i %s\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "tar bort %s efter lyckad db3-ombyggnad.\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "ingen dbpath har satts" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "bygger om databas %s till %s\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "tillfällig databas %s existerar redan\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "skapar katalog %s\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "skapar katalog %s: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "öppnar gammal databas med dbapi %d\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "öppnar ny databas med dbapi %d\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "huvud nr. %u i databasen är felaktigt -- hoppar över.\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "kan inte lägga till post ursprungligen vid %u\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "kunde inte bygga om databasen: orginaldatabasen finns kvar\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "kunde inte ersätta gammal databas med ny databas!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "byt ut filer i %s med filer frĺn %s för att ĺterställa" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "tar bort katalog %s\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "kunde inte ta bort katalogen %s: %s\n" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-13 17:18-0500\n" +"POT-Creation-Date: 2005-02-16 10:57-0500\n" "PO-Revision-Date: 2001-07-05 08:02+300\n" "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -3810,164 +3810,164 @@ msgstr "%s indeksi db%d - %s (%d) kullanarak açýlamadý\n" msgid "cannot open %s index\n" msgstr "%s indeksi açýlamadý\n" -#: rpmdb/rpmdb.c:969 +#: rpmdb/rpmdb.c:970 msgid "no dbpath has been set\n" msgstr "belirtilmiţ bir dbpath deđeri yok\n" -#: rpmdb/rpmdb.c:1247 rpmdb/rpmdb.c:1378 rpmdb/rpmdb.c:1434 rpmdb/rpmdb.c:2396 -#: rpmdb/rpmdb.c:2525 rpmdb/rpmdb.c:3300 +#: rpmdb/rpmdb.c:1248 rpmdb/rpmdb.c:1379 rpmdb/rpmdb.c:1435 rpmdb/rpmdb.c:2397 +#: rpmdb/rpmdb.c:2526 rpmdb/rpmdb.c:3301 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:1628 +#: rpmdb/rpmdb.c:1629 msgid "miFreeHeader: skipping" msgstr "" -#: rpmdb/rpmdb.c:1638 +#: rpmdb/rpmdb.c:1639 #, fuzzy, c-format msgid "error(%d) storing record #%d into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:2282 +#: rpmdb/rpmdb.c:2283 msgid "rpmdbNextIterator: skipping" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2315 #, fuzzy, c-format msgid "rpmdb: damaged header #%u retrieved -- skipping.\n" msgstr "rpmdb: bozuk baţlýk örneđi #%u alýndý, atlanýyor.\n" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2630 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "%s: 0x%x de baţlýk okunamadý\n" -#: rpmdb/rpmdb.c:2695 +#: rpmdb/rpmdb.c:2696 #, fuzzy, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:2810 +#: rpmdb/rpmdb.c:2811 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "\"%s\" %s indeksinden siliniyor.\n" -#: rpmdb/rpmdb.c:2814 +#: rpmdb/rpmdb.c:2815 #, c-format msgid "removing %d entries from %s index.\n" msgstr "%d girdi %s indeksinden siliniyor.\n" -#: rpmdb/rpmdb.c:2842 +#: rpmdb/rpmdb.c:2843 #, fuzzy, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "hata(%d): \"%s\" kayýt %s indeksinden alýnýyor\n" -#: rpmdb/rpmdb.c:2863 +#: rpmdb/rpmdb.c:2864 #, fuzzy, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2874 #, fuzzy, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "hata(%d) %s kaydýn %s dosyasýndan silinmesi\n" -#: rpmdb/rpmdb.c:3038 +#: rpmdb/rpmdb.c:3039 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "yeni paket örneđini tutma hatasý(%d)\n" -#: rpmdb/rpmdb.c:3103 +#: rpmdb/rpmdb.c:3104 #, fuzzy msgid "rpmdbAdd: skipping" msgstr "rpmdb: bozuk baţlýk örneđi #%u alýndý, atlanýyor.\n" -#: rpmdb/rpmdb.c:3275 +#: rpmdb/rpmdb.c:3276 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "\"%s\" %s indeksine ekleniyor.\n" -#: rpmdb/rpmdb.c:3279 +#: rpmdb/rpmdb.c:3280 #, c-format msgid "adding %d entries to %s index.\n" msgstr "%d girdi %s indeksine ekleniyor.\n" -#: rpmdb/rpmdb.c:3319 +#: rpmdb/rpmdb.c:3320 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "hata(%d): %s kayýt %s içine yazýlýyor\n" -#: rpmdb/rpmdb.c:3728 +#: rpmdb/rpmdb.c:3729 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "baţarýlý db3 yeniden oluţturma ertesinde %s kaldýrýlýyor\n" -#: rpmdb/rpmdb.c:3767 +#: rpmdb/rpmdb.c:3768 msgid "no dbpath has been set" msgstr "belirtilmiţ bir dbpath yok" -#: rpmdb/rpmdb.c:3799 +#: rpmdb/rpmdb.c:3800 #, c-format msgid "rebuilding database %s into %s\n" msgstr "%s veritabaný %s içinde yeniden oluţturuluyor\n" -#: rpmdb/rpmdb.c:3803 +#: rpmdb/rpmdb.c:3804 #, c-format msgid "temporary database %s already exists\n" msgstr "geçici veritabaný %s zaten mevcut\n" -#: rpmdb/rpmdb.c:3809 +#: rpmdb/rpmdb.c:3810 #, c-format msgid "creating directory %s\n" msgstr "%s dizini oluţturuluyor\n" -#: rpmdb/rpmdb.c:3811 +#: rpmdb/rpmdb.c:3812 #, c-format msgid "creating directory %s: %s\n" msgstr "%s dizini oluţturuluyor: %s\n" -#: rpmdb/rpmdb.c:3820 +#: rpmdb/rpmdb.c:3821 #, c-format msgid "opening old database with dbapi %d\n" msgstr "eski veritabaný dbapi %d ile açýlýyor\n" -#: rpmdb/rpmdb.c:3831 +#: rpmdb/rpmdb.c:3832 #, c-format msgid "opening new database with dbapi %d\n" msgstr "yeni veritabaný dbapi %d ile açýlýyor\n" -#: rpmdb/rpmdb.c:3862 +#: rpmdb/rpmdb.c:3863 #, fuzzy, c-format msgid "header #%u in the database is bad -- skipping.\n" msgstr "veritabanýndaki %u. kayýt hatalý -- atlanýyor\n" -#: rpmdb/rpmdb.c:3902 +#: rpmdb/rpmdb.c:3903 #, c-format msgid "cannot add record originally at %u\n" msgstr "kayýt özgün olarak %u e eklenemedi\n" -#: rpmdb/rpmdb.c:3916 +#: rpmdb/rpmdb.c:3917 msgid "failed to rebuild database: original database remains in place\n" msgstr "" "veritabaný yeniden oluţturulamadý: mevcut veritabaný deđiţmeden\n" "yerinde býrakýldý\n" -#: rpmdb/rpmdb.c:3924 +#: rpmdb/rpmdb.c:3925 msgid "failed to replace old database with new database!\n" msgstr "eski veritabanýnýn yenisiyle deđiţtirilirmesi baţarýsýz!\n" -#: rpmdb/rpmdb.c:3926 +#: rpmdb/rpmdb.c:3927 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "kurtarmak için %s içindeki dosyalar %s deki dosyalarla deđiţtiriliyor" -#: rpmdb/rpmdb.c:3936 +#: rpmdb/rpmdb.c:3937 #, c-format msgid "removing directory %s\n" msgstr "%s dizini siliniyor\n" -#: rpmdb/rpmdb.c:3938 +#: rpmdb/rpmdb.c:3939 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "%s dizininin silinmesi baţarýsýz: %s\n" diff --git a/python/Makefile.am b/python/Makefile.am index ffaaf605b..1cffac3e5 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -44,15 +44,9 @@ python_LTLIBRARIES = poptmodule.la rpmdir = $(pylibdir)/site-packages/rpm rpm_LTLIBRARIES = _rpmmodule.la -rpmdbdir = $(pylibdir)/site-packages/rpmdb -rpmdb_LTLIBRARIES = _rpmdb.la - _rpmmodule_la_LDFLAGS = $(mylibs) $(LIBS) -module -avoid-version _rpmmodule_la_LIBADD = @WITH_BEECRYPT_LIB@ -_rpmdb_la_SOURCES = _rpmdb.c -_rpmdb_la_LDFLAGS = $(mylibs) $(LIBS) -module -avoid-version - poptmodule_la_SOURCES = poptmodule.c poptmodule_la_LDFLAGS = $(mylibs) $(LIBS) -module -avoid-version diff --git a/rpm.spec.in b/rpm.spec.in index 74b4d18ed..6f603cba3 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -20,7 +20,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.1 +Release: 0.3 Group: System Environment/Base Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz License: GPL @@ -500,5 +500,12 @@ exit 0 %{__includedir}/popt.h %changelog +* Wed Feb 16 2005 Jeff Johnson <jbj@jbj.org> 4.4.2-0.3 +- sqlite3: revert cClose scoping, data is freed in cClose unlike db4. +- build against sqlite3-3.1.2. +- sqlite3: update encode/decode from sqlite-2.8.16. +- add --xml popt alias for query modes. +- remove _rpmdb now that python2.[34] are commonly available. + * Sun Feb 13 2005 Jeff Johnson <jbj@jbj.org> 4.4.2-0.1 - start 4.4.2 devel. diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h index 096f38c8b..685609937 100644 --- a/rpmdb/rpmdb.h +++ b/rpmdb/rpmdb.h @@ -274,9 +274,9 @@ struct _dbiIndex { const char * dbi_root; /*!< chroot(2) component of path */ /*@null@*/ const char * dbi_home; /*!< directory component of path */ -/*@null@*/ +/*@relnull@*/ const char * dbi_file; /*!< file component of path */ -/*@null@*/ +/*@relnull@*/ const char * dbi_subfile; /*@null@*/ const char * dbi_tmpdir; /*!< temporary directory */ diff --git a/rpmdb/sqlite.c b/rpmdb/sqlite.c index 5760cb2a2..2ab5f7f87 100644 --- a/rpmdb/sqlite.c +++ b/rpmdb/sqlite.c @@ -118,7 +118,7 @@ static unsigned int endian = 0x11223344; ** 0x00. This is accomplished by using an escape character to encode ** 0x27 and 0x00 as a two-byte sequence. The escape character is always ** 0x01. An 0x00 is encoded as the two byte sequence 0x01 0x01. The -** 0x27 character is encoded as the two byte sequence 0x01 0x03. Finally, +** 0x27 character is encoded as the two byte sequence 0x01 0x28. Finally, ** the escape character itself is encoded as the two-character sequence ** 0x01 0x02. ** @@ -126,7 +126,7 @@ static unsigned int endian = 0x11223344; ** ** 0x00 -> 0x01 0x01 ** 0x01 -> 0x01 0x02 -** 0x27 -> 0x01 0x03 +** 0x27 -> 0x01 0x28 ** ** If that were all the encoder did, it would work, but in certain cases ** it could double the size of the encoded string. For example, to @@ -172,7 +172,7 @@ static unsigned int endian = 0x11223344; ** the offset in step 7 below. ** ** (6) Convert each 0x01 0x01 sequence into a single character 0x00. -** Convert 0x01 0x02 into 0x01. Convert 0x01 0x03 into 0x27. +** Convert 0x01 0x02 into 0x01. Convert 0x01 0x28 into 0x27. ** ** (7) Subtract the offset value that was the first character of ** the encoded buffer from all characters in the output buffer. @@ -206,16 +206,22 @@ static unsigned int endian = 0x11223344; ** ** The return value is the number of characters in the encoded ** string, excluding the "\000" terminator. +** +** If out==NULL then no output is generated but the routine still returns +** the number of characters that would have been generated if out had +** not been NULL. */ -static size_t sqlite_encode_binary(const unsigned char *in, size_t n, - unsigned char *out) - /*@modifies out @*/ +static int sqlite_encode_binary(const unsigned char *in, int n, unsigned char *out) + /*@modifies *out @*/ { int i, j, e, m; + unsigned char x; int cnt[256]; - if (n == 0) { - out[0] = 'x'; - out[1] = 0; + if( n<=0 ){ + if( out ){ + out[0] = 'x'; + out[1] = 0; + } return 1; } memset(cnt, 0, sizeof(cnt)); @@ -231,24 +237,21 @@ static size_t sqlite_encode_binary(const unsigned char *in, size_t n, if( m==0 ) break; } } + if( out==0 ){ + return n+m+1; + } out[0] = e; j = 1; for(i=0; i<n; i++){ - int c = (in[i] - e)&0xff; - if( c==0 ){ - out[j++] = 1; + x = in[i] - e; + if( x==0 || x==1 || x=='\''){ out[j++] = 1; - }else if( c==1 ){ - out[j++] = 1; - out[j++] = 2; - }else if( c=='\'' ){ - out[j++] = 1; - out[j++] = 3; - }else{ - out[j++] = c; + x++; } + out[j++] = x; } out[j] = 0; + assert( j==n+m+1 ); return j; } @@ -262,27 +265,18 @@ static size_t sqlite_encode_binary(const unsigned char *in, size_t n, ** The "in" and "out" parameters may point to the same buffer in order ** to decode a string in place. */ -static size_t sqlite_decode_binary(const unsigned char *in, unsigned char *out) - /*@modifies out @*/ +static int sqlite_decode_binary(const unsigned char *in, unsigned char *out) + /*@modifies *out @*/ { - int i; - int c, e; + int i, e; + unsigned char c; e = *(in++); i = 0; while( (c = *(in++))!=0 ){ if( c==1 ){ - c = *(in++); - if( c==1 ){ - c = 0; - }else if( c==2 ){ - c = 1; - }else if( c==3 ){ - c = '\''; - }else{ - return -1; - } + c = *(in++) - 1; } - out[i++] = (c + e)&0xff; + out[i++] = c + e; } return i; } diff --git a/rpmpopt.in b/rpmpopt.in index 7cf5a5bbf..b5c47473c 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -2,7 +2,7 @@ # \verbatim # # @RPMCONFIGDIR@/@configure_input@ -# $Id: rpmpopt.in,v 2.39.2.1 2005/01/09 17:48:19 jbj Exp $ +# $Id: rpmpopt.in,v 2.39.2.2 2005/02/16 19:05:36 jbj Exp $ # # This file *should not be modified*. Local customizations # belong in /etc/popt, not here. This file will be replaced @@ -76,6 +76,9 @@ Description :\n%{DESCRIPTION}\n' \ rpm alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n\n]' \ --POPTdesc=$"list change logs for this package" +rpm alias --xml --qf '[%{*:xml}\n]' \ + --POPTdesc=$"list metadata in xml" + rpm alias --triggerscripts --qf '\ [trigger%{TRIGGERTYPE} scriptlet (using %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\ %{TRIGGERSCRIPTS}\n]' @@ -353,6 +356,9 @@ Description :\n%{DESCRIPTION}\n' \ rpmq alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n\n]' \ --POPTdesc=$"list change logs for this package" +rpmq alias --xml --qf '[%{*:xml}\n]' \ + --POPTdesc=$"list metadata in xml" + rpmq alias --triggerscripts --qf '\ [trigger%{TRIGGERTYPE} scriptlet (using %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\ %{TRIGGERSCRIPTS}\n]' @@ -447,6 +453,9 @@ Description :\n%{DESCRIPTION}\n' \ rpmquery alias --changelog --qf '[* %{CHANGELOGTIME:day} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n\n]' \ --POPTdesc=$"list change logs for this package" +rpmquery alias --xml --qf '[%{*:xml}\n]' \ + --POPTdesc=$"list metadata in xml" + rpmquery alias --triggerscripts --qf '\ [trigger%{TRIGGERTYPE} scriptlet (using %{TRIGGERSCRIPTPROG}) -- %{TRIGGERCONDS}\n\ %{TRIGGERSCRIPTS}\n]' diff --git a/zlib/configure b/zlib/configure index c8f5129e5..44af44c80 100755 --- a/zlib/configure +++ b/zlib/configure @@ -3235,7 +3235,7 @@ lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do - test ! -f $lt_ac_sed && break + test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in @@ -3522,13 +3522,13 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | kfreebsd*-gnu) +freebsd* | kfreebsd*-gnu | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; @@ -5459,7 +5459,7 @@ else lt_cv_sys_max_cmd_len=8192; ;; - netbsd* | freebsd* | openbsd* | darwin* ) + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -5471,8 +5471,20 @@ else # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` ;; - - *) + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + *) # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. @@ -5523,9 +5535,6 @@ symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' -# Transform the above into a raw symbol and a C symbol. -symxfrm='\1 \2\3 \3' - # Transform an extracted symbol line into a proper C declaration lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" @@ -5585,8 +5594,11 @@ esac # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + # Write the raw and C identifiers. - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no @@ -6326,11 +6338,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6329: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6341: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6333: \$? = $ac_status" >&5 + echo "$as_me:6345: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -6482,12 +6494,19 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 ;; linux*) - case $CC in + case $cc_basename in icc* | ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; + pgcc | pgf77 | pgf90) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-static' + ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. @@ -6532,6 +6551,11 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 fi ;; + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' @@ -6569,11 +6593,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6572: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6596: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:6576: \$? = $ac_status" >&5 + echo "$as_me:6600: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -6629,11 +6653,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:6632: $lt_compile\"" >&5) + (eval echo "\"\$as_me:6656: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:6636: \$? = $ac_status" >&5 + echo "$as_me:6660: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -6788,7 +6812,7 @@ EOF allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes - export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' @@ -6846,11 +6870,21 @@ EOF linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_cmds="$tmp_archive_cmds" + tmp_addflag= + case $CC,$host_cpu in + pgf77* | pgf90* ) # Portland Group f77 and f90 compilers + tmp_addflag=' -fpic' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' supports_anon_versioning=no case `$LD -v 2>/dev/null` in - *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions @@ -6860,9 +6894,9 @@ EOF archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' else - archive_expsym_cmds="$tmp_archive_cmds" + archive_expsym_cmds=$archive_cmds fi else ld_shlibs=no @@ -6952,7 +6986,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ link_all_deplibs=yes if test "$GCC" = yes; then - case $host_os in aix4.012|aix4.012.*) + case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` @@ -6973,6 +7007,9 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ fi esac shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi else # not using gcc if test "$host_cpu" = ia64; then @@ -7238,7 +7275,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -7427,7 +7464,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) - whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac link_all_deplibs=yes ;; @@ -7759,7 +7796,7 @@ cygwin* | mingw* | pw32*) ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; @@ -7817,7 +7854,9 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@ -7836,7 +7875,7 @@ freebsd*) freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -7962,7 +8001,7 @@ linux*) # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -8814,7 +8853,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 8817 "configure" +#line 8856 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -8912,7 +8951,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 8915 "configure" +#line 8954 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -9215,6 +9254,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo @@ -9881,7 +9926,7 @@ case $host_os in link_all_deplibs_CXX=yes if test "$GXX" = yes; then - case $host_os in aix4.012|aix4.012.*) + case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` @@ -9902,6 +9947,9 @@ case $host_os in fi esac shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi else # not using gcc if test "$host_cpu" = ia64; then @@ -10167,14 +10215,14 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; esac ;; - freebsd12*) + freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes @@ -10205,7 +10253,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then @@ -10363,8 +10411,12 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer - archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no @@ -10372,6 +10424,14 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; + pgCC) + # Portland Group C++ compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + ;; cxx) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' @@ -10610,7 +10670,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in - solaris2.0-5 | solaris2.0-5.*) ;; + solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The C++ compiler is used as linker so we must use $wl # flag to pass the commands to the underlying system @@ -10918,7 +10978,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 ;; esac ;; - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -10964,12 +11024,18 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; - icpc) + icpc* | ecpc*) # Intel C++ lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; + pgCC) + # Portland Group C++ compiler. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fpic' + lt_prog_compiler_static_CXX='-static' + ;; cxx) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha @@ -11105,11 +11171,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11108: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11174: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11112: \$? = $ac_status" >&5 + echo "$as_me:11178: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -11165,11 +11231,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11168: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11234: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11172: \$? = $ac_status" >&5 + echo "$as_me:11238: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -11233,7 +11299,7 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw*) - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' @@ -11471,7 +11537,7 @@ cygwin* | mingw* | pw32*) ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; @@ -11529,7 +11595,9 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@ -11548,7 +11616,7 @@ freebsd*) freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -11674,7 +11742,7 @@ linux*) # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -12526,7 +12594,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 12529 "configure" +#line 12597 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12624,7 +12692,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 12627 "configure" +#line 12695 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12842,6 +12910,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo @@ -13374,12 +13448,19 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 ;; linux*) - case $CC in + case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-static' ;; + pgcc | pgf77 | pgf90) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-fpic' + lt_prog_compiler_static_F77='-static' + ;; ccc*) lt_prog_compiler_wl_F77='-Wl,' # All Alpha code is PIC. @@ -13424,6 +13505,11 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 fi ;; + unicos*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_can_build_shared_F77=no + ;; + uts4*) lt_prog_compiler_pic_F77='-pic' lt_prog_compiler_static_F77='-Bstatic' @@ -13461,11 +13547,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13464: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13550: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13468: \$? = $ac_status" >&5 + echo "$as_me:13554: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -13521,11 +13607,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13524: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13610: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13528: \$? = $ac_status" >&5 + echo "$as_me:13614: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13680,7 +13766,7 @@ EOF allow_undefined_flag_F77=unsupported always_export_symbols_F77=no enable_shared_with_static_runtimes_F77=yes - export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' @@ -13694,7 +13780,7 @@ EOF fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else - ld_shlibs=no + ld_shlibs_F77=no fi ;; @@ -13738,11 +13824,21 @@ EOF linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_cmds_F77="$tmp_archive_cmds" + tmp_addflag= + case $CC,$host_cpu in + pgf77* | pgf90* ) # Portland Group f77 and f90 compilers + tmp_addflag=' -fpic' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' supports_anon_versioning=no case `$LD -v 2>/dev/null` in - *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions @@ -13752,9 +13848,9 @@ EOF archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' else - archive_expsym_cmds_F77="$tmp_archive_cmds" + archive_expsym_cmds_F77=$archive_cmds_F77 fi else ld_shlibs_F77=no @@ -13844,7 +13940,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ link_all_deplibs_F77=yes if test "$GCC" = yes; then - case $host_os in aix4.012|aix4.012.*) + case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` @@ -13865,6 +13961,9 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ fi esac shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi else # not using gcc if test "$host_cpu" = ia64; then @@ -14026,7 +14125,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' - fix_srcfile_path='`cygpath -w "$srcfile"`' + fix_srcfile_path_F77='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_F77=yes ;; @@ -14110,7 +14209,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes @@ -14299,7 +14398,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) - whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac link_all_deplibs_F77=yes ;; @@ -14631,7 +14730,7 @@ cygwin* | mingw* | pw32*) ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; @@ -14689,7 +14788,9 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@ -14708,7 +14809,7 @@ freebsd*) freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -14834,7 +14935,7 @@ linux*) # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -15197,6 +15298,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo @@ -15511,7 +15618,7 @@ objext_GCJ=$objext lt_simple_compile_test_code="class foo {}\n" # Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n' +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -15556,11 +15663,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15559: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15666: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15563: \$? = $ac_status" >&5 + echo "$as_me:15670: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -15712,12 +15819,19 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 ;; linux*) - case $CC in + case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-static' ;; + pgcc | pgf77 | pgf90) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-fpic' + lt_prog_compiler_static_GCJ='-static' + ;; ccc*) lt_prog_compiler_wl_GCJ='-Wl,' # All Alpha code is PIC. @@ -15762,6 +15876,11 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 fi ;; + unicos*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_can_build_shared_GCJ=no + ;; + uts4*) lt_prog_compiler_pic_GCJ='-pic' lt_prog_compiler_static_GCJ='-Bstatic' @@ -15799,11 +15918,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15802: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15921: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15806: \$? = $ac_status" >&5 + echo "$as_me:15925: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -15859,11 +15978,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15862: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15981: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:15866: \$? = $ac_status" >&5 + echo "$as_me:15985: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16018,7 +16137,7 @@ EOF allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=no enable_shared_with_static_runtimes_GCJ=yes - export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' @@ -16032,7 +16151,7 @@ EOF fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' else - ld_shlibs=no + ld_shlibs_GCJ=no fi ;; @@ -16076,11 +16195,21 @@ EOF linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_cmds_GCJ="$tmp_archive_cmds" + tmp_addflag= + case $CC,$host_cpu in + pgf77* | pgf90* ) # Portland Group f77 and f90 compilers + tmp_addflag=' -fpic' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + esac + archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' supports_anon_versioning=no case `$LD -v 2>/dev/null` in - *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions @@ -16090,9 +16219,9 @@ EOF archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' else - archive_expsym_cmds_GCJ="$tmp_archive_cmds" + archive_expsym_cmds_GCJ=$archive_cmds_GCJ fi else ld_shlibs_GCJ=no @@ -16182,7 +16311,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ link_all_deplibs_GCJ=yes if test "$GCC" = yes; then - case $host_os in aix4.012|aix4.012.*) + case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` @@ -16203,6 +16332,9 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~ fi esac shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi else # not using gcc if test "$host_cpu" = ia64; then @@ -16384,7 +16516,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' - fix_srcfile_path='`cygpath -w "$srcfile"`' + fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_GCJ=yes ;; @@ -16468,7 +16600,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | kfreebsd*-gnu) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes @@ -16657,7 +16789,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # Supported since Solaris 2.6 (maybe 2.5.1?) - whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac link_all_deplibs_GCJ=yes ;; @@ -16989,7 +17121,7 @@ cygwin* | mingw* | pw32*) ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; @@ -17047,7 +17179,9 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; -freebsd*) +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in @@ -17066,7 +17200,7 @@ freebsd*) freebsd2*) shlibpath_overrides_runpath=yes ;; - freebsd3.01* | freebsdelf3.01*) + freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; @@ -17192,7 +17326,7 @@ linux*) # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -18044,7 +18178,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 18047 "configure" +#line 18181 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -18142,7 +18276,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 18145 "configure" +#line 18279 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -18360,6 +18494,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo @@ -18805,6 +18945,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo |