Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738534 - app-doc/doxygen-1.8.17: SRC_URI 404 Not Found
Summary: app-doc/doxygen-1.8.17: SRC_URI 404 Not Found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-22 07:15 UTC by Anton Bolshakov
Modified: 2021-11-24 03:07 UTC (History)
2 users (show)

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 Anton Bolshakov 2020-08-22 07:15:59 UTC
>>>  '/var/tmp/portage/app-doc/doxygen-1.8.17/temp/build.log'
>>> Jobs: 1 of 3 complete, 1 failed                 Load avg: 2.87, 1.72, 1.41
>>> Downloading 'http://mirror.rise.ph/gentoo/distfiles/30/doxygen-1.8.17.src.tar.gz'
--2020-08-22 15:04:51--  http://mirror.rise.ph/gentoo/distfiles/30/doxygen-1.8.17.src.tar.gz
Resolving mirror.rise.ph... 43.226.6.79
Connecting to mirror.rise.ph|43.226.6.79|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-22 15:04:51 ERROR 404: Not Found.

>>> Downloading 'http://doxygen.nl/files/doxygen-1.8.17.src.tar.gz'
--2020-08-22 15:04:51--  http://doxygen.nl/files/doxygen-1.8.17.src.tar.gz
Resolving doxygen.nl... 195.5.163.171
Connecting to doxygen.nl|195.5.163.171|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.doxygen.nl/files/doxygen-1.8.17.src.tar.gz [following]
--2020-08-22 15:04:52--  https://www.doxygen.nl/files/doxygen-1.8.17.src.tar.gz
Resolving www.doxygen.nl... 195.5.163.171
Connecting to www.doxygen.nl|195.5.163.171|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-22 15:04:53 ERROR 404: Not Found.
Comment 1 Matthias Maier gentoo-dev 2021-11-23 15:02:34 UTC
1.8.17 is present on mirrors, newer versions are also in tree.
Comment 2 Anton Bolshakov 2021-11-24 02:41:36 UTC
I think they delete old versions from the official website.

For example,
 404 - http://doxygen.nl/files/doxygen-1.8.20.src.tar.gz
 404 - http://doxygen.nl/files/doxygen-1.8.17.src.tar.gz
but:
 200 - http://doxygen.nl/files/doxygen-1.9.1.src.tar.gz 

Can you change the SRC_URI to https://sourceforge.net/projects/doxygen/files/ instead?
Comment 3 Larry the Git Cow gentoo-dev 2021-11-24 03:07:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50f8f7fadc1edd4ad6f4eedae11bc517d74e7d2

commit f50f8f7fadc1edd4ad6f4eedae11bc517d74e7d2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-11-24 03:06:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-24 03:06:33 +0000

    app-doc/doxygen: add sourceforge mirror as backup
    
    Upstream seem to prune old releases after a while.
    
    Closes: https://bugs.gentoo.org/738534
    Signed-off-by: Sam James <sam@gentoo.org>

 app-doc/doxygen/doxygen-1.8.17-r1.ebuild | 1 +
 app-doc/doxygen/doxygen-1.8.20.ebuild    | 1 +
 app-doc/doxygen/doxygen-1.9.1.ebuild     | 1 +
 app-doc/doxygen/doxygen-1.9.2.ebuild     | 1 +
 app-doc/doxygen/doxygen-9999.ebuild      | 1 +
 5 files changed, 5 insertions(+)