Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 410513

Summary: app-doc/doxygen has broken SRC_URI
Product: Gentoo Linux Reporter: Myk Taylor <myk002>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.stack.nl/~dimitri/doxygen/download.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Myk Taylor 2012-04-02 05:57:51 UTC
The ftp download links for doxygen have been broken for a while, even from the doxygen site itself.  The http version of the links work fine.  The following diff fixes the problem:

< SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz
---
> SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz

Reproducible: Always

Steps to Reproduce:
1. remove any cached doxygen source tarballs from your portage distfiles directory
2. emerge -f doxygen
Actual Results:  
source download fails

Expected Results:  
successful emerge
Comment 1 Myk Taylor 2012-04-02 06:00:58 UTC
it was a firewall issue on my end.  sorry.