Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11203 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 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

Changed 2 years ago by eridius@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r21076

Note: See TracTickets for help on using tickets.