Opened 17 years ago

Closed 17 years ago

#11203 closed defect (fixed)

BUG bugzilla@2-22 doesn't download

Reported by: jmm@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: nomaintainer@…
Port:

Description

I tried to install Bugzilla. All prerequisits install fine (need to use variant mysql4 for p5-dbd-mysql). The output for the bugzilla port is: ---> Fetching bugzilla ---> bugzilla-2.22.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles/bugzilla ---> Attempting to fetch bugzilla-2.22.tar.gz from http://ftp.mozilla.org/pub/mozilla.org/webtools/ ---> Attempting to fetch bugzilla-2.22.tar.gz from ftp://ftp.mozilla.org/pub/mozilla.org/webtools/ ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-od.opendarwin.org/bugzilla ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-msn.opendarwin.org/bugzilla ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-bay13.opendarwin.org/bugzilla ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-msn.opendarwin.org/ ---> Attempting to fetch bugzilla-2.22.tar.gz from http://distfiles-bay13.opendarwin.org/ Warning: the following items did not execute (for bugzilla): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Internet connection and everything is fine since all prerequisits installed. I'm not an expert with macports but I believe that the port script needs an update to reflect the latest bugzilla versin 2.22.1

Change History (2)

comment:1 Changed 17 years ago by elias@…

bugzilla 2.22 has been moved to the archive. you can download the archive yourself, though! Assuming you have wget installed and your macports prefix ist /opt/local this should work for you:

cd /opt/local/var/db/dports/distfiles/bugzilla && sudo wget http://ftp.mozilla.org/pub/mozilla.org/webtools/archived/bugzilla-2.22.tar.gz

or (alternatively):

sudo wget -O /opt/local/var/db/dports/distfiles/bugzilla/bugzilla-2.22.tar.gz http://ftp.mozilla.org/pub/mozilla.org/webtools/archived/bugzilla-2.22.tar.gz

comment:2 Changed 17 years ago by kballard (Lily Ballard)

Resolution: fixed
Status: newclosed

Fixed in r21076

Note: See TracTickets for help on using tickets.