summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
blob: 7f1f376404102efd4169f739af866c388228300c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
PACKAGE=drakxtools
PKGVERSION:=$(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec|head -n 1)
RELEASE:=$(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec|head -n 1)
TAG := $(shell echo "V$(PKGVERSION)_$(RELEASE)" | tr -- '-.' '__')

include ../Makefile.config
include Makefile.config

POFILES   = $(shell ls share/po/*.po)
MOFILES   = $(POFILES:%.po=%.mo)
DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh
OTHERS     = $(OTHERDIRS) $(OTHERFILES)
OTHERDIRS  = tools/ddcprobe tools/serial_probe
OTHERFILES = tools/rpcinfo-flushed.c

STAGE1 = ../mdk-stage1

USE_PCMCIA := n
ifeq ($(ARCH),i386)
USE_PCMCIA := y
endif
ifeq ($(ARCH),x86_64)
USE_PCMCIA := y
endif

.PHONY: all $(DIRS) install clean stage2 full_stage2

all: list_modules.pm TAGS $(DIRS)

up:
	(cd ..; cvs up;cd -;make localsrpm;up /home/tv/rpm/SRPMS/drakxtools-$(PKGVERSION)-$(RELEASE:).src.rpm)


xs: $(DIRS)

list_modules.pm:
	ln -sf ../kernel/list_modules.pm

TAGS: $(ALLPMS)
	@etags -o - $^ /usr/lib/perl5/*/*/MDK/Common/*.pm | ./perl2etags > $@

clean:
	for i in $(DIRS) share/po; do $(MAKE) -C $$i clean; done;:
	rm -rf auto ../drakxtools.tar.bz2 *.bak
	find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f

check:
	perl -I. -Mlang -e 'lang::check'
	perl -I. -Mkeyboard -e 'keyboard::check'

localcopy: clean
	rm -rf standalone/pixmaps
	$(MAKE) -C ../tools clean || :
	cd .. ; rm -rf $(PACKAGE)-$(PKGVERSION) ; cp -af perl-install $(PACKAGE)-$(PKGVERSION) ; cp -af $(OTHERS) $(PACKAGE)-$(PKGVERSION)
	cd .. ; rm -f $(PACKAGE)-$(PKGVERSION)/probe.c; cp -a mdk-stage1/{log.h,pcmcia_/{probe.c,*.h}} $(PACKAGE)-$(PKGVERSION)/c/
	cd
	@make nuke_perl


$(DIRS):
	install -d auto
	$(MAKE) -C $@

test_pms:
	perl_checker install2.pm install_steps_gtk.pm install_steps_stdio.pm partition_table/*.pm standalone/{harddrake2,diskdrake,draksec}

test_pms_all:
	perl_checker $(shell echo $(ALLPMS) | perl -pe 's!(printer|share/advertising)\S+!!g')

%.mo: %.po
	msgfmt -o $@ $<

install_pms: $(DIRS)
	for i in `perl -ne 's/sub (\w+?)_?(\(\))? {.*/$$1/ and print' commands.pm` sync; do ln -sf commands $(DEST)/usr/bin/$$i; done

	install -d $(DESTREP4PMS)
	find $(DESTREP4PMS) -name "*.pm.gz" | xargs rm -f
	for i in $(PMS); do \
		dest=$(DESTREP4PMS)/`dirname $$i`; \
		install -d $$dest; \
		perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \
		perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(head|begin)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \
	done

	rm -f $(DESTREP4PMS)/{bootlook,tinyfirewall}.pm

	cp share/*.rc $(DESTREP4PMS)
	chmod a+x $(DESTREP4PMS)/install2
	chmod a+x $(DESTREP4PMS)/commands

mo_files : $(MOFILES)

get_needed_files: $(DIRS) mo_files
	eval `perl -V:version`; \
	cat share/list `../tools/specific_arch share/list` | \
	perl -pe "s/ARCH/$(ARCH)/g ; s/PERL_VERSION/$$version/g ; s|/LIB/|/$(LIB)/|g " | \
	perl -lpe '@l = glob; m|\*.*/| && @l != 1 and die "no/multiple match for $$_\n"; $$_ = join("\n", @l)' > $(TMPDIR)/list
	rpm -ql perl-Gtk2 perl-Glib | perl -lne 'print if m!^/usr/lib/perl5! && !/\.pod$$/ && ! -d' >> $(TMPDIR)/list

	@missing=`perl -lne 'print if !-e $$_' $(TMPDIR)/list`; [ -z "$$missing" ] || { echo "missing or multiple files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing" ; echo "missing or multiple files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; }

	find auto -follow -name "*.so" >> $(TMPDIR)/list

	for i in $(LOCALFILES) `cat $(TMPDIR)/list` ; do \
		ldd $$i 2>/dev/null | grep "=>" | perl -pe 's/.*=> //; s/ .*//; s,^/(lib(64)?)/.*?/,/\1/,' | sort | uniq >> $(TMPDIR)/list; \
	done

	perl -Mlang -I. -e 'print "$$_\n" foreach lang::console_font_files()' >> $(TMPDIR)/list

	install -d $(DEST)/etc
	install -d $(DEST)/etc/sysconfig/network-scripts
	install -d $(DEST)/lib
	install -d $(DEST)/$(LIB)
	install -d $(DEST)/bin
	install -d $(DEST)/usr/bin
	install -d $(DEST)/usr/lib
	install -d $(DEST)/usr/$(LIB)
	install -d $(DEST)/usr/share
	install -d $(DEST)/usr/share/langs
	install -d $(DEST)/usr/share/gtk
	install -d $(DEST)/usr/share/xmodmap
	install -d $(DEST)/usr/X11R6/lib/X11/locale
	install -d $(MEDIA_INFO_DEST)
	install -s $(LOCALFILES) $(DEST)/usr/bin
#	cp -f $(LOCALFILES2) $(DEST)/usr/bin
	ln -s ../X11R6/lib/X11 $(DEST)/usr/lib/X11
ifeq (sparc,$(ARCH))
	cp -a /usr/X11R6/lib/X11/xkb $(DEST)/usr/X11R6/lib/X11
	rm -f $(DEST)/usr/X11R6/lib/X11/xkb/compiled
	ln -s /tmp $(DEST)/usr/X11R6/lib/X11/xkb/compiled
	ln -s /usr/X11R6/lib/X11/xkb/xkbcomp $(DEST)/usr/bin/xkbcomp
endif
	cp -a /usr/X11R6/lib/X11/locale/{C,en_US.UTF-8,iso8859-1} $(DEST)/usr/X11R6/lib/X11/locale

ifeq (y,$(USE_PCMCIA))
	install -s /sbin/cardmgr $(DEST)/usr/bin
endif

	for i in `cat $(TMPDIR)/list`; do \
	    if (echo $$i | grep -q "lib/[^/]*\.so"); then \
	      install -s $$i $(DEST)/lib; \
	    elif (echo $$i | grep -q "lib64/[^/]*\.so"); then \
	      install -s $$i $(DEST)/lib64; \
	    else \
	      d=$$i; \
	      (echo $$d | grep -q "^[^/]") && d="$(REP4PMS)/$$d"; \
	      d=`echo $(DEST)/$$d | sed 's/\/usr\/local\//\/usr\//'`; \
	      install -d `dirname $$d` && \
	      if (echo $$i | grep -q "\.pm"); then \
	    	 perl -pe '$$_ =~ /^__END__/ and exit(0);' $$i > $$d; \
	      elif (echo $$i | grep -q "\.so"); then \
	    	      install -s $$i $$d; \
	      else \
	    	      cp -f $$i $$d; \
	      fi; \
	    fi; \
	done
	perl -pi -e 's/\s*use\s+(warnings|diagnostics|strict|vars|warnings).*//g' $(DEST)/usr/*/*/*/utf8_heavy.pl

	mv -f $(DEST)/bin/* $(DEST)/sbin/* $(DEST)/usr/bin
	cd $(DEST)/usr/bin ; mv insmod insmod_
	rmdir $(DEST)/bin $(DEST)/sbin

	perl -pe 's!^echo!/usr/bin/echo!' /bin/unicode_start > $(DEST)/usr/bin/unicode_start
	chmod a+x $(DEST)/usr/bin/unicode_start

	perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases

ifeq (i386,$(ARCH))
	cp ../tools/i386/busybox $(DEST)/usr/bin
endif
ifeq (x86_64,$(ARCH))
	cp ../tools/x86_64/busybox $(DEST)/usr/bin/
endif
ifeq (ia64,$(ARCH))
	ln -sf bash $(DEST)/usr/bin/sh
else
	ln -sf ash $(DEST)/usr/bin/sh
endif

	for i in fonts keyboards locales-skeleton keymaps; do tar xfj share/$$i.tar.bz2 -C $(DEST); done

	grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION

	gzip -9f $(DEST)/usr/share/ldetect-lst/*

	cd share ; cp -a consolefonts devices $(DEST)/usr/share
	cat share/symlinks `../tools/specific_arch share/symlinks` > $(DEST)/usr/share/symlinks
	-cd share ; cp -f *.png $(DEST)/usr/share
	-cd pixmaps ; cp -af *.png *.xpm $(DEST)/usr/share ; rm -f $(DEST)/usr/share/wiz_*
	cp `perl -I. -Mlang -e 'lang::png_lang_files()'` $(DEST)/usr/share/langs
	cd share ; cp compssUsers.pl* rpmsrate $(MEDIA_INFO_DEST)

	perl -I. -Mlang -e 'symlink "UTF-8", "$(DEST)/usr/share/locale/$$_" foreach lang::list_langs()'

	clean-rpmsrate $(MEDIA_INFO_DEST)/rpmsrate $(MAIN_RPMS_DIR)

	cp -f ../kernel/{modules.description,all.modules/modules.cz*} $(DEST)/lib/
	ls $(DEST)/lib | sed -n 's/modules.cz-//p' > $(STAGE2_DEST)/mdkinst.kernels

	$(MAKE) -C share/po install SUDO= NAME=libDrakX LOCALEDIR=$(DEST)/usr/share/locale_special

#	ga and sl are disabled because too few messages are translated
	rm -rf $(DEST)/usr/share/locale_special/{ga,sl}

ifeq (y,$(USE_PCMCIA))
	cp -a /etc/pcmcia $(DEST)/etc
	../tools/patch_pcmcia_config.pl $(DEST)/etc/pcmcia/config ../kernel/all.modules/`cat ../kernel/all.kernels/.main`/modules.dep
endif

	cp -f $(STAGE1)/init-stage2 $(DEST)/usr/bin/init

	find $(DEST) -name CVS | xargs rm -rf

full_stage2:
	$(MAKE) stage2
	$(MAKE) mdkinst_stage2

mdkinst_stage2:
	$(MISC_DEST)/make_mdkinst_stage2 $(DEST) $(STAGE2_DEST)/mdkinst_stage2

stage2:
	if [ `id -u` = 0 ]; then rm -rf $(DEST); else $(SUDO) rm -rf $(DEST); fi
	mkdir -p $(DEST)
	$(MAKE) get_needed_files 
	$(MAKE) install_pms

# rules to build a test rpm

localrpm: localdist buildrpm

localsrpm: spec_test localdist buildsrpm

srpm: spec_test cvstag localsrpm

localdist: cleandist localcopy tar

cleandist:
	rm -rf ../$(PACKAGE)-$(PKGVERSION) ../$(PACKAGE)-$(PKGVERSION).tar.bz2

spec_test:
	@if [[ -z "$(PKGVERSION)"  ]]; then echo "unable to get spec version"; exit 3;fi
	@if [[ -z "$(RELEASE)"  ]]; then echo "unable to get spec release"; exit 2;fi

tar:
	cd ../$(PACKAGE)-$(PKGVERSION) && perl -pi -e 's/^C_RPM.*/C_RPM=0/; s/^C_DRAKX.*/C_DRAKX=0/' c/Makefile
	cd ../$(PACKAGE)-$(PKGVERSION) && perl -pi -e 's/^all: help/all:/' share/po/Makefile
	cd ../$(PACKAGE)-$(PKGVERSION) && rm -rf install* pkgs.pm help.pm ftp.pm http.pm crypto.pm t.pm debug.log `find -name CVS`
	cd ../$(PACKAGE)-$(PKGVERSION) && mv -f Makefile.drakxtools Makefile
	cd ../$(PACKAGE)-$(PKGVERSION) && rm -f list_modules.pm && cp -f ../kernel/list_modules.pm .
	cd ..; tar cfj $(PACKAGE)-$(PKGVERSION).tar.bz2 $(patsubst %,$(PACKAGE)-$(PKGVERSION)/%,$(DISTFILES))
	cd ..; rm -rf $(PACKAGE)-$(PKGVERSION)

buildrpm:
	rpm -ta ../$(PACKAGE)-$(PKGVERSION).tar.bz2

buildsrpm:
	rpm -ts --nodeps ../$(PACKAGE)-$(PKGVERSION).tar.bz2

# rules to build a distributable rpm

rpm: cvstag dist buildrpm

slowsrpm: spec_test cvstag dist buildsrpm

dist: cleandist export tar

export:
	cd ..; cvs export -d $(PACKAGE)-$(PKGVERSION) -r $(TAG) $(PACKAGE)
	cd ../$(PACKAGE)-$(PKGVERSION) && rm -rf $(OTHERDIRS) && set -x && for f in $(OTHERDIRS); do cvs -d `cat ../CVS/Root` export -r $(TAG) -d `basename $$f` gi/$$f; done
	cd ..; set -x && for f in $(OTHERFILES); do cvs -d `cat ../CVS/Root` export -r $(TAG) -d $(PACKAGE)-$(PKGVERSION) gi/$$f; done
	@make nuke_perl

cvstag:
	cvs tag $(CVSTAGOPT) $(TAG)
	cd ..; cvs tag $(CVSTAGOPT) $(TAG) $(OTHERS)

nuke_perl:
	find ../$(PACKAGE)-$(PKGVERSION) -name '*.pm' | xargs perl -pi -e 's/\s*use\s+(diagnostics|strict|vars|warnings).*//g'
	find ../$(PACKAGE)-$(PKGVERSION)/standalone -type f | xargs perl -pi -e 's/\s*use\s+(diagnostics|strict|vars|warnings).*//g'

dont_run_directly_stage2:
	echo -e '#!/bin/sh\n\nexec /usr/bin/busybox sh' > $(DEST)/usr/bin/runinstall2.sh
	chmod a+x $(DEST)/usr/bin/runinstall2.sh
	ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2

trace_stage2:
	eval `perl -V:vendorlib`; install -m 644 -D $$vendorlib/Devel/Trace.pm $(DEST)$$vendorlib/Devel/Trace.pm
	perl -pi -e 's|(#!/usr/bin/perl).*|$$1 -d:Trace|' $(DEST)/usr/bin/runinstall2	
'#n1546'>1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065
# translation of urpmi-fur.po to furlan
# translation of urpmi.po to furlan
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
# Andrea Gracco <graccoandrea@tin.it>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: urpmi-fur\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-05-26 09:47+0200\n"
"PO-Revision-Date: 2004-05-17 23:57+0200\n"
"Last-Translator: Andrea Gracco <graccoandrea@tin.it>\n"
"Language-Team: furlan <gft@freelists.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"

#. This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
#. you can put here the letters for 'yes' for your language, so people
#. can hit those keys in their keyboard to reply.
#. please keep the 'Yy' for compatibility reasons
#.
#: placeholder.h:11
msgid "Yy"
msgstr "SsYy"

#. This is a list of chars acceptable as a 'no' answer to a Yes/No question;
#. you can put here the letters for 'no' for your language, so people
#. can hit those keys in their keyboard to reply.
#. please keep the 'Nn' for compatibility reasons
#.
#: placeholder.h:17
msgid "Nn"
msgstr "Nn"

#: ../_irpm:23
#, c-format
msgid "installing %s\n"
msgstr "instalant %s\n"

#: ../_irpm:33
#, c-format
msgid ""
"Automatic installation of packages...\n"
"You requested installation of package %s\n"
msgstr ""
"Instalazion automatiche dai pachets...\n"
"Tu âs domandât le instalazion dal pachet %s\n"

#: ../_irpm:33 ../urpme:29 ../urpmi:509
#, c-format
msgid "Is this OK?"
msgstr "Isal just?"

#: ../_irpm:35 ../urpm/msg.pm:40
#, c-format
msgid "Ok"
msgstr "Ok"

#: ../_irpm:36 ../urpm/msg.pm:41
#, c-format
msgid "Cancel"
msgstr "Scancele"

#: ../_irpm:44 ../urpmi:445 ../urpmi:517
#, c-format
msgid " (Y/n) "
msgstr " (s/N) "

#: ../_irpm:63
#, c-format
msgid "%s: command not found\n"
msgstr "%s: comant no cjatât\n"

#: ../rpm-find-leaves:11
#, c-format
msgid ""
"usage: %s [options]\n"
"where [options] are from\n"
msgstr ""
"ûs: %s [opzions]\n"
"la che [opzions] e son di\n"

#: ../rpm-find-leaves:13
#, c-format
msgid "   -h|--help      - print this help message.\n"
msgstr "   -h|--help      - stampe chest mes di jutori.\n"

#: ../rpm-find-leaves:14
#, c-format
msgid "   -g [group]     - restrict results to given group.\n"
msgstr "   -g [group]     - selezione i risultâts di chel grop.\n"

#: ../rpm-find-leaves:15
#, c-format
msgid "                    defaults is %s.\n"
msgstr "                    il valôr predefinît al è %s.\n"

#: ../urpm.pm:57
#, c-format
msgid "unknown protocol defined for %s"
msgstr "protocol no cognosût definît par %s"

#: ../urpm.pm:79
#, c-format
msgid "no webfetch found, supported webfetch are: %s\n"
msgstr "nissun webfetch cjatât, chei sopuartâts e son: %s\n"

#: ../urpm.pm:95
#, c-format
msgid "unable to handle protocol: %s"
msgstr "no rivi a gjestî il protocol: %s"

#: ../urpm.pm:137 ../urpm.pm:150 ../urpm.pm:163
#, c-format
msgid "syntax error in config file at line %s"
msgstr "fal di sintassi tal file config, rie %s"

#: ../urpm.pm:174
#, c-format
msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
msgstr "le font \"%s\" e cîr di doprâ une hdlist dizà in vore, font ignorade"

#: ../urpm.pm:180
#, c-format
msgid "medium \"%s\" trying to use an already used list, medium ignored"
msgstr "le font \"%s\" e cîr di doprâ une liste dizà doprade, le ignori"

#: ../urpm.pm:196
#, c-format
msgid ""
"unable to take care of medium \"%s\" as list file is already used by another "
"medium"
msgstr ""
"no rivi a ocupâmi de font \"%s\", il file list al è dizà doprât di un altre "
"font"

#: ../urpm.pm:202
#, c-format
msgid "unable to use name \"%s\" for unnamed medium because it is already used"
msgstr ""
"no rivi a doprâ il non \"%s\" pe font cence non parce che al è dizà in vore"

#: ../urpm.pm:209
#, c-format
msgid "unable to take medium \"%s\" into account as no list file [%s] exists"
msgstr ""
"no rivi a cjapâ in considerazion le font \"%s\" parce che no esist une liste "
"di file [%s]"

#: ../urpm.pm:213
#, c-format
msgid "unable to determine medium of this hdlist file [%s]"
msgstr "no rivi a stabilî le font di chest file hdlist [%s]"

#: ../urpm.pm:222
#, c-format
msgid "unable to access hdlist file of \"%s\", medium ignored"
msgstr "no rivi a acedi al file hdlist di \"%s\", font ignorade"

#: ../urpm.pm:224 ../urpm.pm:2347
#, c-format
msgid "unable to access list file of \"%s\", medium ignored"
msgstr "no rivi a acedi al file de liste di \"%s\", font ignorade"

#: ../urpm.pm:249
#, c-format
msgid "trying to bypass existing medium \"%s\", avoiding"
msgstr "o cîr di lassâ fûr le font esistint \"%s\", o eviti"

#: ../urpm.pm:257
#, c-format
msgid ""
"virtual medium \"%s\" should not have defined hdlist or list file, medium "
"ignored"
msgstr ""
"le font virtuâl \"%s\" no a di ve un file hdlist o list, le font e vignarâ "
"ignorâde"

#: ../urpm.pm:262
#, c-format
msgid "virtual medium \"%s\" should have a clear url, medium ignored"
msgstr "le font virtuâl \"%s\" e a di vê un url clâr, font ignorade"

#: ../urpm.pm:271
#, c-format
msgid "unable to find hdlist file for \"%s\", medium ignored"
msgstr "no rivi a cjatâ il file hdlist par \"%s\", font ignorade"

#: ../urpm.pm:278
#, c-format
msgid "unable to find list file for \"%s\", medium ignored"
msgstr "no rivi a cjatâ il file de liste par \"%s\", font ignorade"

#: ../urpm.pm:301
#, c-format
msgid "incoherent list file for \"%s\", medium ignored"
msgstr "liste dai file incoerent par \"%s\" font ignorade"

#: ../urpm.pm:309
#, c-format
msgid "unable to inspect list file for \"%s\", medium ignored"
msgstr "no rivi a analizâ le liste dai file par \"%s\", font ignorade"

#: ../urpm.pm:342
#, c-format
msgid "too many mount points for removable medium \"%s\""
msgstr "e son masse ponts di mount pe font rimovibil \"%s\""

#: ../urpm.pm:343
#, c-format
msgid "taking removable device as \"%s\""
msgstr "o consideri le font rimovibil sicu \"%s\""

#: ../urpm.pm:347
#, c-format
msgid "using different removable device [%s] for \"%s\""
msgstr "o stoi doprant un diferent dispositîf rimovibil [%s] par \"%s\""

#: ../urpm.pm:352 ../urpm.pm:355
#, c-format
msgid "unable to retrieve pathname for removable medium \"%s\""
msgstr "no rivi a recuperâ il percôrs pe font rimovibil \"%s\""

#: ../urpm.pm:368
#, c-format
msgid "unable to write config file [%s]"
msgstr "no rivi a scrivi tal file di configurazion [%s]"

#: ../urpm.pm:390
#, c-format
msgid "write config file [%s]"
msgstr "scrîf il file di configurazion [%s]"

#: ../urpm.pm:402
#, c-format
msgid "Can't use parallel mode with use-distrib mode"
msgstr "No rivi a doprâ le maniere paralêle insieme cun che user-distrib"

#: ../urpm.pm:412
#, c-format
msgid "unable to parse \"%s\" in file [%s]"
msgstr "no rivi a analizâ \"%s\" tal file [%s]"

#: ../urpm.pm:423
#, c-format
msgid "examining parallel handler in file [%s]"
msgstr "o stoi esaminant il gjestôr paralêl tal file [%s]"

#: ../urpm.pm:433
#, c-format
msgid "found parallel handler for nodes: %s"
msgstr "cjatât gjestôr paralêl par i grops: %s"

#: ../urpm.pm:437
#, c-format
msgid "using associated media for parallel mode: %s"
msgstr "o dopri les fonts pariadis pe maniere paralêle: %s"

#: ../urpm.pm:441
#, c-format
msgid "unable to use parallel option \"%s\""
msgstr "no rivi a doprâ le opzion paralêle \"%s\""

#: ../urpm.pm:452
#, c-format
msgid ""
"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
"update or --parallel"
msgstr ""
"  synthesis a nol po sedi doprât cun --media, --excludemedia, --sortmedia, --"
"update o --parallel"

#: ../urpm.pm:503 ../urpm.pm:529 ../urpm.pm:903 ../urpm.pm:914 ../urpm.pm:975
#: ../urpm.pm:992 ../urpm.pm:1075 ../urpm.pm:1132 ../urpm.pm:1315
#: ../urpm.pm:1423 ../urpm.pm:1527 ../urpm.pm:1533 ../urpm.pm:1634
#: ../urpm.pm:1713 ../urpm.pm:1717
#, c-format
msgid "examining synthesis file [%s]"
msgstr "o esamini il file synthesis [%s]"

#: ../urpm.pm:507 ../urpm.pm:522 ../urpm.pm:535 ../urpm.pm:906 ../urpm.pm:917
#: ../urpm.pm:981 ../urpm.pm:987 ../urpm.pm:1080 ../urpm.pm:1136
#: ../urpm.pm:1319 ../urpm.pm:1427 ../urpm.pm:1521 ../urpm.pm:1539
#: ../urpm.pm:1723
#, c-format
msgid "examining hdlist file [%s]"
msgstr "o esamini il file hdlist [%s]"

#: ../urpm.pm:517 ../urpm.pm:910
#, c-format
msgid "virtual medium \"%s\" is not local, medium ignored"
msgstr "le font virtuâl \"%s\" no je locâl, font ignorade"

#: ../urpm.pm:545 ../urpm.pm:924 ../urpm.pm:1000 ../urpm.pm:1084
#: ../urpm.pm:1431
#, c-format
msgid "problem reading hdlist or synthesis file of medium \"%s\""
msgstr "probleme leint il file hdlist/synthesis del font \"%s\""

#: ../urpm.pm:551 ../urpm.pm:1673
#, c-format
msgid "performing second pass to compute dependencies\n"
msgstr "o passi a le seconde fase par valutâ les dipindincis\n"

#: ../urpm.pm:566
#, c-format
msgid "skipping package %s"
msgstr "o salti il pachet %s"

#: ../urpm.pm:579
#, c-format
msgid "would install instead of upgrade package %s"
msgstr "e instalares il pachet invezit di atualizalu %s"

#: ../urpm.pm:591 ../urpm.pm:2147 ../urpm.pm:2210 ../urpm.pm:2783
#: ../urpm.pm:2881
#, c-format
msgid "unable to open rpmdb"
msgstr "no rivi a vierzi il database rpm"

#: ../urpm.pm:630
#, c-format
msgid "medium \"%s\" already exists"
msgstr "le font \"%s\" e esist dizà"

#: ../urpm.pm:637
#, c-format
msgid "virtual medium need to be local"
msgstr "le font virtuâl e a di sedi locâl"

#: ../urpm.pm:669
#, c-format
msgid "added medium %s"
msgstr "font zontade %s"

#: ../urpm.pm:685
#, c-format
msgid "unable to access first installation medium"
msgstr "no rivi a acedi a le prime font di instalazion"

#: ../urpm.pm:689
#, c-format