apt crashed op ttf-mscorefonts-installer door sourceforge

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • mrmartijn
  • Registratie: Augustus 2010
  • Laatst online: 23-09 20:39
Ik heb net ubuntu 11.04 geinstalleerd op me laptop en ik installeer wine via apt-get install wine. werkt prima tot wine bij de dependency ttf-mscorefonts-installer komt.

zoals op de homepage van sourceforge te zien is. is sourceforge offline, en de installer probeert exe's te wgetten vanaf een sourceforge project en blijft in een oneindige loop hangen omdat ik telkens 302 en 500 errors terug krijg.

probleem is nu dat ik niks kan installeren omdat hij telkens probeert te verbinden met sourceforge, ook met andere packages omdat de installer script van de fonts nog ergens in de cache staat ofzo.

code:
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
Setting up ttf-droid (1.00~b112+dfsg+1-0ubuntu1) ...
Updating fontconfig cache for /usr/share/fonts/truetype/ttf-droid
Setting up ttf-mscorefonts-installer (3.3ubuntu3) ...

These fonts were provided by Microsoft "in the interest of cross-
platform compatibility".  This is no longer the case, but they are
still available from third parties.

You are free to download these fonts and use them for your own use,
but you may not redistribute them in modified form, including changes
to the file name or packaging format.

--2011-07-06 16:59:03--  http://downloads.sourceforge.net/corefonts/andale32.exe
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2011-07-06 17:00:23 ERROR 500: Internal Server Error.

--2011-07-06 17:00:23--  http://switch.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
Resolving switch.dl.sourceforge.net... 130.59.138.21, 2001:620:0:1b::21
Connecting to switch.dl.sourceforge.net|130.59.138.21|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=switch.dl.sourceforge.net [following]
--2011-07-06 17:00:23--  http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=switch.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... No data received.
Giving up.

--2011-07-06 17:02:37--  http://mesh.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
Resolving mesh.dl.sourceforge.net... 213.203.218.122
Connecting to mesh.dl.sourceforge.net|213.203.218.122|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=mesh.dl.sourceforge.net [following]
--2011-07-06 17:02:37--  http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=mesh.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... 500 Internal Server Error
2011-07-06 17:02:47 ERROR 500: Internal Server Error.

--2011-07-06 17:02:47--  http://dfn.dl.sourceforge.net/sourceforge/corefonts/andale32.exe
Resolving dfn.dl.sourceforge.net... 194.95.248.253, 2001:638:d:c101:acdc:1979:2:1001
Connecting to dfn.dl.sourceforge.net|194.95.248.253|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=dfn.dl.sourceforge.net [following]
--2011-07-06 17:02:58--  http://downloads.sourceforge.net/sourceforge/corefonts/andale32.exe?download&failedmirror=dfn.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...

http://blog.brixit.nl - Programming, electronics and guitars. http://debestesupermarktpizza.nl - pizza


Acties:
  • 0 Henk 'm!

Verwijderd

je zou
code:
1
aptitude -f remove
of
code:
1
dpkg -r ttf-mscorefonts-installer

kunnen proberen om aptitude duidelijk te maken dat het package niet geinstalleerd moet worden.

Acties:
  • 0 Henk 'm!

  • mrmartijn
  • Registratie: Augustus 2010
  • Laatst online: 23-09 20:39
Ik probeer net het aptitude commando maar het downloaden is intussen gelukt vanaf sourceforge :)

http://blog.brixit.nl - Programming, electronics and guitars. http://debestesupermarktpizza.nl - pizza