From bugzilla_noreply@novell.com Tue Oct 13 12:24:07 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] New: fetchmsttfonts: curl needs option "-L" (does not
handle relocated web page/fonts)
Date: Tue, 13 Oct 2009 06:25:04 -0600
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6970524685166717910=="
--===============6970524685166717910==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
Summary: fetchmsttfonts: curl needs option "-L" (does not
handle relocated web page/fonts)
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: i586
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Installation
AssignedTo: bnc-team-screening(a)forge.provo.novell.com
ReportedBy: koenig(a)linux.de
QAContact: jsrain(a)novell.com
Found By: ---
"zypper update" on factory just showed
Retrieving: fetchmsttfonts-11.1-6.1.noarch.rpm [done]
Installing: fetchmsttfonts-11.1-6.1 [done]
Running: fetchmsttfonts-11.1-6.1-fetchmsttfonts.sh.txt (fetchmsttfonts,
/var/adm/update-scripts)
..
andale32.exe
(http://kent.dl.sourceforge.net/sourceforge/corefonts/andale32.exe):
Fetching ... done
Extracting ... failed ... deleted!
andale32.exe
(http://jaist.dl.sourceforge.net/sourceforge/corefonts/andale32.exe):
Fetching ... done
Extracting ... failed ... deleted!
..
because curl did not get the font files (while wget would do the right job, or
"curl -L"):
# curl -s --speed-limit 3500 --speed-time 15 -o andale32.exe
http://kent.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
# ll andale32.exe=20
-rw-r--r-- 1 root root 374 2009-10-13 14:20 andale32.exe
# cat andale32.exe=20
302 Found
Found
The document has moved here.
Apache Server at kent.dl.sourceforge.net Port 80
# wget http://kent.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
--2009-10-13 14:20:49--=20
http://kent.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
Resolving kent.dl.sourceforge.net... 212.219.56.167
Connecting to kent.dl.sourceforge.net|212.219.56.167|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&=
failedmirror=3Dkent.dl.sourceforge.net
[following]
--2009-10-13 14:20:49--=20
http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&=
failedmirror=3Dkent.dl.sourceforge.net
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://surfnet.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale3=
2.exe
[following]
--2009-10-13 14:20:49--=20
http://surfnet.dl.sourceforge.net/project/corefonts/the%20fonts/final/andale3=
2.exe
Resolving surfnet.dl.sourceforge.net... 130.59.138.21, 2001:620:0:1b::21
Connecting to surfnet.dl.sourceforge.net|130.59.138.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 198384 (194K) [application/x-msdos-program]
Saving to: `andale32.exe.1'
100%[=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D>]
198,384 746K/s in 0.3s =20
2009-10-13 14:20:49 (746 KB/s) - `andale32.exe.1' saved [198384/198384]
# ll andale32.exe.1=20
-rw-r--r-- 1 root root 198384 2002-08-15 16:33 andale32.exe.1
# curl -L -s --speed-limit 3500 --speed-time 15 -o andale32.exe
http://kent.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
# ll andale32.exe=20
-rw-r--r-- 1 root root 198384 2009-10-13 14:23 andale32.exe
# cabextract -l andale32.exe=20
Viewing cabinet: andale32.exe
File size | Date Time | Name
-----------+---------------------+-------------
23 | 27.08.1998 15:51:44 | fontinst.inf
506 | 04.09.1998 11:18:44 | andale.inf
44032 | 05.06.1998 09:26:22 | fontinst.exe
105468 | 12.11.1998 07:18:26 | AndaleMo.TTF
74960 | 15.07.1997 06:53:44 | ADVPACK.DLL
4608 | 15.07.1997 06:53:44 | W95INF32.DLL
2272 | 15.07.1997 06:53:44 | W95INF16.DLL
All done, no errors.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============6970524685166717910==--
From bugzilla_noreply@novell.com Tue Oct 13 13:44:53 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Tue, 13 Oct 2009 07:45:00 -0600
Message-ID: <20091013134500.2A3B4245517@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7633433973735160782=="
--===============7633433973735160782==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User dr(a)baileynet.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c1
David Bailey changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dr(a)baileynet.org
--- Comment #1 from David Bailey 2009-10-13 07:44:59 MD=
T ---
Confirming bug and fix on openSUSE 11.2 milestone 8 on x86_64.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============7633433973735160782==--
From bugzilla_noreply@novell.com Tue Oct 13 14:21:28 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Tue, 13 Oct 2009 08:21:20 -0600
Message-ID: <20091013142120.7C835245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2844449995398594280=="
--===============2844449995398594280==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugzilla.novell.com/show_bug.cgi?id=546461
Michal Marek changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|bnc-team-screening(a)forge.pr |meissner(a)novell.com
|ovo.novell.com |
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2844449995398594280==--
From bugzilla_noreply@novell.com Tue Oct 13 15:12:02 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Tue, 13 Oct 2009 09:12:09 -0600
Message-ID: <20091013151209.271BBCC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0545005076447146189=="
--===============0545005076447146189==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User meissner(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c2
Marcus Meissner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Marcus Meissner 2009-10-13 09:12=
:08 MDT ---
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.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============0545005076447146189==--
From bugzilla_noreply@novell.com Tue Oct 13 15:20:50 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Tue, 13 Oct 2009 09:21:34 -0600
Message-ID: <20091013152134.244BDCC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0954681206170760393=="
--===============0954681206170760393==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User koenig(a)linux.de added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c3
--- Comment #3 from Harald Koenig 2009-10-13 09:21:33 MD=
T ---
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=20
CURL_OPTIONS,
just in case... ;-)
--- /var/adm/update-scripts/fetchmsttfonts-11.1-6.1-fetchmsttfonts.sh.txt~ =
=20
2009-10-05 16:39:52.000000000 +0200
+++ /var/adm/update-scripts/fetchmsttfonts-11.1-6.1-fetchmsttfonts.sh.txt =
=20
2009-10-13 14:26:02.657077287 +0200
@@ -30,7 +30,7 @@
internap \
"
-CURL_OPTIONS=3D"-s --speed-limit 3500 --speed-time 15"
+CURL_OPTIONS=3D"-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."
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============0954681206170760393==--
From bugzilla_noreply@novell.com Fri Oct 16 13:14:09 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Fri, 16 Oct 2009 07:14:55 -0600
Message-ID: <20091016131455.C2270CC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============9143282060768304087=="
--===============9143282060768304087==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User llunak(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c4
Lubos Lunak changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ripper(a)freakmail.de
--- Comment #4 from Lubos Lunak 2009-10-16 07:14:52 MD=
T ---
*** Bug 547319 has been marked as a duplicate of this bug. ***
http://bugzilla.novell.com/show_bug.cgi?id=3D547319
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============9143282060768304087==--
From bugzilla_noreply@novell.com Sun Oct 18 15:49:38 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Sun, 18 Oct 2009 09:50:37 -0600
Message-ID: <20091018155037.2E5ED245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1549809242215913708=="
--===============1549809242215913708==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User sinisa(a)4net.rs added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c5
Sinisa Bandin changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sinisa(a)4net.rs
--- Comment #5 from Sinisa Bandin 2009-10-18 09:50:32 MDT=
---
Still not fixed in RC1.
I did an online update during DVD install, and got all the "... failed,
deleted" results as before
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============1549809242215913708==--
From bugzilla_noreply@novell.com Sun Oct 18 16:38:54 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Sun, 18 Oct 2009 10:39:46 -0600
Message-ID: <20091018163946.5EA71245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7802075171050344106=="
--===============7802075171050344106==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User zinser(a)zinser.no-ip.info added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c6
Martin Zinser changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zinser(a)zinser.no-ip.info
--- Comment #6 from Martin Zinser 2009-10-18 10=
:39:43 MDT ---
Found the same bug in RC1 on x86 (clean install). Applied the fix mentioned in
Comment #3 and script executed without errors.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============7802075171050344106==--
From bugzilla_noreply@novell.com Mon Oct 19 05:44:05 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Sun, 18 Oct 2009 23:45:17 -0600
Message-ID: <20091019054517.E5572CC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8771693911899758349=="
--===============8771693911899758349==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User binner(a)kde.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c7
Stephan Binner changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |novellbmw(a)lsmod.de
--- Comment #7 from Stephan Binner 2009-10-18 23:45:16 MD=
T ---
*** Bug 548054 has been marked as a duplicate of this bug. ***
http://bugzilla.novell.com/show_bug.cgi?id=3D548054
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============8771693911899758349==--
From bugzilla_noreply@novell.com Mon Oct 19 11:13:37 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Mon, 19 Oct 2009 05:14:49 -0600
Message-ID: <20091019111449.91425245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7340565224987972010=="
--===============7340565224987972010==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User meissner(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c8
--- Comment #8 from Marcus Meissner 2009-10-19 05:14=
:46 MDT ---
yes, i submitted fixed package + patchinfo last week already, its jiust not
checked in yet.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============7340565224987972010==--
From bugzilla_noreply@novell.com Tue Oct 20 05:01:21 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Mon, 19 Oct 2009 23:02:02 -0600
Message-ID: <20091020050202.6D23ACC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2015921012058692362=="
--===============2015921012058692362==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User binner(a)kde.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c9
Stephan Binner changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |razuah(a)yahoo.co.uk
--- Comment #9 from Stephan Binner 2009-10-19 23:02:00 MD=
T ---
*** Bug 548223 has been marked as a duplicate of this bug. ***
http://bugzilla.novell.com/show_bug.cgi?id=3D548223
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2015921012058692362==--
From bugzilla_noreply@novell.com Thu Oct 29 16:51:34 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Thu, 29 Oct 2009 10:52:51 -0600
Message-ID: <20091029165251.6CBA0245517@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6999726948202075842=="
--===============6999726948202075842==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User poletti.marco(a)gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c10
Marco Poletti changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |poletti.marco(a)gmail.com
--- Comment #10 from Marco Poletti 2009-10-29 17=
:52:48 CET ---
Still an issue in 11.2 RC2.
Will this be fixed before final release?
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============6999726948202075842==--
From bugzilla_noreply@novell.com Fri Oct 30 10:48:13 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Fri, 30 Oct 2009 04:49:40 -0600
Message-ID: <20091030104940.7A3BB245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2169960096905720788=="
--===============2169960096905720788==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User meissner(a)novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c11
Marcus Meissner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #11 from Marcus Meissner 2009-10-30 04:4=
9:37 MDT ---
yes.
publishing test updates was taking just longer due to switch from factory to
11.2
we have just approved a new fetchmsttfonts patch
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2169960096905720788==--
From bugzilla_noreply@novell.com Sun Nov 1 22:36:27 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 546461] fetchmsttfonts: curl needs option "-L" (does not handle
relocated web page/fonts)
Date: Sun, 01 Nov 2009 15:38:06 -0700
Message-ID: <20091101223806.9F822245518@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2743819363801823222=="
--===============2743819363801823222==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D546461
User zinser(a)zinser.no-ip.info added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D546461#c12
--- Comment #12 from Martin Zinser 2009-11-01 1=
5:38:00 MST ---
Just tested with a clean install of 11.2 RC2. The fetchmsttfonts that is pull=
ed
in via online update does work now.
Thanks a lot!
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2743819363801823222==--