[opensuse-factory] the MS truetype fonts script has got problems
Retrieving kernel-default... Delta-RPM ./rpm/i586/kernel-default-2.6.18.2-23_31.i586.delta.rpm wird heruntergeladen OK Delta-RPM wird angewendet: /var/adm/mount/AP_0x0000000d/rpm/i586/kernel-default-2.6.18.2-23_31.i586.delta.rpm OK Installation von ./rpm/i586/kernel-default-2.6.18.2-31.i586.rpm: "The Standard Kernel for both Uniprocessor and Multiprocessor Systems" OK Retrieving kernel-source... Delta-RPM ./rpm/i586/kernel-source-2.6.18.2-23_31.i586.delta.rpm wird heruntergeladen OK Delta-RPM wird angewendet: /var/adm/mount/AP_0x0000000d/rpm/i586/kernel-source-2.6.18.2-23_31.i586.delta.rpm OK Installation von ./rpm/i586/kernel-source-2.6.18.2-31.i586.rpm: "The Linux Kernel Sources" OK Skript fetchmsttfonts.sh-2302-patch-fetchmsttfonts.sh-2-2302-1.noarch wird gestartet note: No proxy is used. Please set the environment variable "http_proxy" note: to your favorite proxy, if you want to use a proxy for the download. note: note: bash: export http_proxy="http://proxy.provider.de:3128/" note: tcsh: setenv http_proxy "http://proxy.provider.de:3128/" EULA: Fetching ... done Trying to find the fastest server: puzzle ... 9 sec ovh ... 1 sec switch ... 1 sec citkit ... to slow (aborted) mesh ... 1 sec jaist ... 2 sec cogent ... to slow (aborted) kent ... 1 sec nchc ... 5 sec heanet ... 2 sec easynews ... 2 sec optusnet ... 1 sec voxel ... to slow (aborted) The winner is: >> ovh << andale32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... failed ... deleted! andale32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... failed ... deleted! andale32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... failed ... deleted! andale32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... done arial32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... failed ... deleted! arial32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... failed ... deleted! arial32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... failed ... deleted! arial32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... done arialb32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... failed ... deleted! arialb32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... failed ... deleted! arialb32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... failed ... deleted! arialb32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... done comic32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... failed ... deleted! comic32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... failed ... deleted! comic32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... failed ... deleted! comic32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... done courie32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... failed ... deleted! courie32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... failed ... deleted! courie32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... failed ... deleted! courie32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... done georgi32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... failed ... deleted! georgi32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... failed ... deleted! georgi32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... failed ... deleted! georgi32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... done impact32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): Fetching ... done Extracting ... failed ... deleted! impact32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): ... ... Anybody any idea why this happens? Thanks! FMF --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Frank-Michael Fischer schrieb:
Extracting ... failed ... deleted! impact32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe):
Anybody any idea why this happens?
Yes, it happens because this code failed: cabextract -l $file &> /dev/null if [ $? -ne 0 ]; then rm -f $file echo "failed ... deleted!" This can fail for different reasons, one of them could be that cabextract is not installed. Do you have cabextract installed? Try to do the cabextract manually, what does it print? Btw.: The script installs the fonts into /usr/X11R6/lib/X11/fonts/truetype. This should better be /usr/share/fonts/truetype. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Andreas Hanke schrieb:
Frank-Michael Fischer schrieb:
Extracting ... failed ... deleted! impact32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe):
Anybody any idea why this happens?
Yes, it happens because this code failed:
cabextract -l $file &> /dev/null if [ $? -ne 0 ]; then rm -f $file echo "failed ... deleted!"
This can fail for different reasons, one of them could be that cabextract is not installed.
Do you have cabextract installed?
Try to do the cabextract manually, what does it print?
Btw.: The script installs the fonts into /usr/X11R6/lib/X11/fonts/truetype. This should better be /usr/share/fonts/truetype.
It's installed and functions. At the end all the fonts got downloaded and installed after many, many retries. And it's unlikely that cabextract stops working for a while and comes back again etc. FMF --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Frank-Michael Fischer schrieb:
And it's unlikely that cabextract stops working for a while and comes back again etc.
Hm, with the information that is currently available it almost looks like exactly that. This is the script: http://ftp.suse.com/pub/suse/update/10.2/scripts/fetchmsttfonts.sh Download it, run it on its own (without YaST around it) and try to find out why it fails. I tend to blame the sourceforge servers. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Andreas Hanke schrieb:
Frank-Michael Fischer schrieb:
And it's unlikely that cabextract stops working for a while and comes back again etc.
Hm, with the information that is currently available it almost looks like exactly that.
This is the script:
http://ftp.suse.com/pub/suse/update/10.2/scripts/fetchmsttfonts.sh
Download it, run it on its own (without YaST around it) and try to find out why it fails. I tend to blame the sourceforge servers.
Right, seems ovh.dl.sourceforge.net cab files are just plain rotten and puzzle is not in this font business at all. FMF EULA: Fetching ... done Trying to find the fastest server: puzzle ... to slow (aborted) ovh ... 1 sec switch ... 6 sec citkit ... to slow (aborted) mesh ... 1 sec jaist ... 2 sec cogent ... to slow (aborted) kent ... 1 sec nchc ... 3 sec heanet ... 5 sec easynews ... 1 sec optusnet ... 1 sec voxel ... to slow (aborted) The winner is: >> ovh << andale32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... failed ... deleted! andale32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... failed ... deleted! andale32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... failed ... deleted! andale32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/andale32.exe): Fetching ... done Extracting ... done arial32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... failed ... deleted! arial32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... failed ... deleted! arial32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... failed ... deleted! arial32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/arial32.exe): Fetching ... done Extracting ... done arialb32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... failed ... deleted! arialb32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... failed ... deleted! arialb32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... failed ... deleted! arialb32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/arialb32.exe): Fetching ... done Extracting ... done comic32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... failed ... deleted! comic32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... failed ... deleted! comic32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... failed ... deleted! comic32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/comic32.exe): Fetching ... done Extracting ... done courie32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... failed ... deleted! courie32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... failed ... deleted! courie32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... failed ... deleted! courie32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/courie32.exe): Fetching ... done Extracting ... done georgi32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... failed ... deleted! georgi32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... failed ... deleted! georgi32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... failed ... deleted! georgi32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/georgi32.exe): Fetching ... done Extracting ... done impact32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): Fetching ... done Extracting ... failed ... deleted! impact32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): Fetching ... failed ... deleted! impact32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): Fetching ... done Extracting ... failed ... deleted! impact32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/impact32.exe): Fetching ... done Extracting ... done times32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/times32.exe): Fetching ... done Extracting ... failed ... deleted! times32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/times32.exe): Fetching ... failed ... deleted! times32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/times32.exe): Fetching ... done Extracting ... failed ... deleted! times32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/times32.exe): Fetching ... done Extracting ... done trebuc32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/trebuc32.exe): Fetching ... done Extracting ... failed ... deleted! trebuc32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/trebuc32.exe): Fetching ... failed ... deleted! trebuc32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/trebuc32.exe): Fetching ... done Extracting ... failed ... deleted! trebuc32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/trebuc32.exe): Fetching ... done Extracting ... done verdan32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/verdan32.exe): Fetching ... done Extracting ... failed ... deleted! verdan32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/verdan32.exe): Fetching ... failed ... deleted! verdan32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/verdan32.exe): Fetching ... done Extracting ... failed ... deleted! verdan32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/verdan32.exe): Fetching ... done Extracting ... done webdin32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/webdin32.exe): Fetching ... done Extracting ... failed ... deleted! webdin32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/webdin32.exe): Fetching ... failed ... deleted! webdin32.exe (http://ovh.dl.sourceforge.net/sourceforge/corefonts/webdin32.exe): Fetching ... done Extracting ... failed ... deleted! webdin32.exe (http://switch.dl.sourceforge.net/sourceforge/corefonts/webdin32.exe): Fetching ... done Extracting ... done mv: angegebenes Ziel „/usr/X11R6/lib/X11/fonts/truetype“ ist kein Verzeichnis Creating fonts.{scale,dir} files ........... /etc/fonts/suse-font-dirs.conf unchanged /etc/fonts/suse-hinting.conf unchanged /etc/fonts/suse-bitmaps.conf unchanged Creating cache files for fontconfig ........................................ generating java font setup Warning: cannot find a sans serif Japanese font. Japanese in Java might not work. Warning: cannot find a serif Japanese font. Japanese in Java might not work. Warning: cannot find a sans serif simplified Chinese font. Simplified Chinese in Java might not work. Warning: cannot find a serif simplified Chinese font. Simplified Chinese in Java might not work. Warning: cannot find a sans serif traditional Chinese font. Traditional Chinese in Java might not work. Warning: cannot find a serif traditional Chinese font. Traditional Chinese in Java might not work. Warning: cannot find a sans serif Korean font. Korean in Java might not work. Warning: cannot find a serif Korean font. Korean in Java might not work. writing /usr/lib/jvm/java-1.5.0-sun-1.5.0_update8/jre/lib/fontconfig.SuSE.properties Generating CJK setup for xpdf ... *** Fonts installed. *** --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Tue, Nov 28, 2006 at 01:29:08PM +0100, Frank-Michael Fischer wrote:
Andreas Hanke schrieb:
Frank-Michael Fischer schrieb:
And it's unlikely that cabextract stops working for a while and comes back again etc.
Hm, with the information that is currently available it almost looks like exactly that.
This is the script:
http://ftp.suse.com/pub/suse/update/10.2/scripts/fetchmsttfonts.sh
Download it, run it on its own (without YaST around it) and try to find out why it fails. I tend to blame the sourceforge servers.
Right, seems ovh.dl.sourceforge.net cab files are just plain rotten and puzzle is not in this font business at all.
Right. This changes from time to time. I've removed ovh and the other slow machines (puzzle,citkit,cogent,voxel) from the server list therefore. BTW, I don't think the script is so bad. It simply checks for the quickest server, and uses this one as default download server. If a package download fails it uses the next one in the server list and so on ... You can see this pretty good in the output of the script. Best regards, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ------------------------------------------------------
On Tue, Nov 28, 2006 at 11:51:36AM +0100, Andreas Hanke wrote:
Frank-Michael Fischer schrieb:
Extracting ... failed ... deleted! impact32.exe (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe):
Anybody any idea why this happens?
Yes, it happens because this code failed:
cabextract -l $file &> /dev/null if [ $? -ne 0 ]; then rm -f $file echo "failed ... deleted!"
This can fail for different reasons, one of them could be that cabextract is not installed.
Do you have cabextract installed?
Since some of those downloads succeed, it is just a download error. Please just wait until it is finished downloading.
Try to do the cabextract manually, what does it print?
It is just that the mirror fails. Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (4)
-
Andreas Hanke
-
Frank-Michael Fischer
-
Marcus Meissner
-
Stefan Dirsch