Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410513 - app-doc/doxygen has broken SRC_URI
Summary: app-doc/doxygen has broken SRC_URI
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.stack.nl/~dimitri/doxygen/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 05:57 UTC by Myk Taylor
Modified: 2012-04-02 06:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.