|
Bugzilla – Full Text Bug Listing |
| Summary: | fetchmsttfonts: curl needs option "-L" (does not handle relocated web page/fonts) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Harald Koenig <koenig> |
| Component: | Installation | Assignee: | Marcus Meissner <meissner> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dr, forgotten_m1ELUxQFxN, forgotten_tCnyPY8iPq, novellbmw, razuah, ripper, sinisa |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Harald Koenig
2009-10-13 12:25:02 UTC
Confirming bug and fix on openSUSE 11.2 milestone 8 on x86_64. umm yes. i fixed it for 11.0 and 11.1 but forgot factory. i changed the paths to the current ones in the script, no follow. with the following small patch, fetchmsttfonts works fine for me even with "factory paths". so I'd suggest to change both the URLs *and* the CURL_OPTIONS, just in case... ;-) --- /var/adm/update-scripts/fetchmsttfonts-11.1-6.1-fetchmsttfonts.sh.txt~ 2009-10-05 16:39:52.000000000 +0200 +++ /var/adm/update-scripts/fetchmsttfonts-11.1-6.1-fetchmsttfonts.sh.txt 2009-10-13 14:26:02.657077287 +0200 @@ -30,7 +30,7 @@ internap \ " -CURL_OPTIONS="-s --speed-limit 3500 --speed-time 15" +CURL_OPTIONS="-L -s --speed-limit 3500 --speed-time 15" if [ ! -f /usr/bin/id -o ! -f /usr/bin/cabextract -o ! -f /usr/sbin/fonts-config ]; then echo "Running in non-chrooted (install into directory) mode... Exit safely." *** Bug 547319 has been marked as a duplicate of this bug. *** Still not fixed in RC1. I did an online update during DVD install, and got all the "... failed, deleted" results as before Found the same bug in RC1 on x86 (clean install). Applied the fix mentioned in Comment #3 and script executed without errors. *** Bug 548054 has been marked as a duplicate of this bug. *** yes, i submitted fixed package + patchinfo last week already, its jiust not checked in yet. *** Bug 548223 has been marked as a duplicate of this bug. *** Still an issue in 11.2 RC2. Will this be fixed before final release? yes. publishing test updates was taking just longer due to switch from factory to 11.2 we have just approved a new fetchmsttfonts patch Just tested with a clean install of 11.2 RC2. The fetchmsttfonts that is pulled in via online update does work now. Thanks a lot! |