Opened 15 years ago

Closed 15 years ago

#5887 closed defect (fixed)

win32-packager.pl references invalid URI for qt-win-opensource-src-4.4.0.zip

Reported by: anonymous Owned by: danielk
Priority: minor Milestone: unknown
Component: windows Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

It looks like the download moved or the mirror used was shut down. As a result, the script can't download qt-win-opensource-src-4.4.0.zip by itself any more.

To fix it change the line in /packaging/Win32/build/win32-packager.pl from:

fetch => 'http://ftp.ntua.gr/pub/X11/Qt/qt/source/qt-win-opensource-src-4.4.0.zip'],

to

fetch => 'http://ftp.icm.edu.pl/packages/qt/source/qt-win-opensource-src-4.4.0.zip'],

(I'm assuming that's the same file. Other DL locations may be available around the web.)

Change History (1)

comment:1 Changed 15 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [18989]) Update Qt download URL. Closes #5887

Note: See TracTickets for help on using tickets.