Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55853 closed defect (fixed)

netpbm @10.81.02: fetch fails with HTTP 429 'Too Many Requests'

Reported by: mndavidoff (Monte Davidoff) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc:
Port: netpbm

Description

I get the following error when trying to install netpbm:

$ sudo port -vs install netpbm
--->  Computing dependencies for netpbm.
--->  Fetching distfiles for netpbm
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_netpbm/netpbm/work" && /usr/bin/svn --non-interactive --trust-server-cert checkout https://svn.code.sf.net/p/netpbm/code/@3128 --non-recursive /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_netpbm/netpbm/work 2>&1
Checked out revision 3128.
Updating 'advanced':
...
A    advanced/converter/other/jpeg2000/libjasper/base/jas_tvp.c
A    advanced/converter/other/pamtosvg/spline.h
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/spline.c'
svn: E200042: Additional errors:
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/image-header.h'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/output-svg.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/exception.h'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/autotrace.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/pamtosvg/autotrace.h'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2937/advanced/converter/other/pnmtojpeg.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2922/advanced/converter/other/pnmtotiffcmyk.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jp2/jp2_dec.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jp2/jp2_cod.h'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jpc/jpc_t1enc.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jpc/jpc_mqenc.c'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jpc/jpc_dec.h'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jpc/Makefile'
svn: E175002: Unexpected HTTP status 429 'Too Many Requests' on '/p/netpbm/code/!svn/rvr/2828/advanced/converter/other/jpeg2000/libjasper/jpc/jpc_enc.h'
Command failed: /usr/bin/svn --non-interactive --trust-server-cert update -r3128 advanced userguide 
Exit code: 1
Error: Failed to fetch netpbm: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_netpbm/netpbm/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port netpbm failed

I've it several times over the last couple of days and got the same error, although the failures occur on different files.

Attachments (1)

main.log.gz (7.4 KB) - added by mndavidoff (Monte Davidoff) 6 years ago.

Download all attachments as: .zip

Change History (7)

Changed 6 years ago by mndavidoff (Monte Davidoff)

Attachment: main.log.gz added

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: ryandesign removed
Owner: set to ryandesign
Status: newassigned

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

I agree, this is happening for me now too. I don't know why nor what to do about it. Maybe SourceForge has changed their server settings.

comment:4 Changed 6 years ago by mndavidoff (Monte Davidoff)

The SourceForge problems appear to be fixed. I was able to install netpbm.

comment:5 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In the SourceForge site support request I see that they have removed the rate limiting that presumably caused this condition.

comment:6 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

In 9192b329cc13ddda097b50a8cb086adc4b8d5435/macports-ports:

netpbm: Fetch from GitHub mirror instead of SourceForge svn

Fetching from svn has been repeatedly problematic.

See: #28250
See: #28590
See: #29692
See: #31987
See: #32000
See: #36517
See: #38823
See: #41023
See: #48687
See: #50087
See: #54428
See: #54918
See: #54919
See: #54924
See: #55853
See: #55930
See: #55986

Note: See TracTickets for help on using tickets.