Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7151 - htmltidy does not emerge anymore, source not present anymore
Summary: htmltidy does not emerge anymore, source not present anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sascha Schwabbauer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 02:18 UTC by Michael Glauche (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Michael Glauche (RETIRED) gentoo-dev 2002-08-28 02:18:36 UTC
>>> Downloading http://tidy.sourceforge.net/src/tidy_src_020718.tgz
--09:15:11--  http://tidy.sourceforge.net/src/tidy_src_020718.tgz
           => `/usr/portage/distfiles/tidy_src_020718.tgz'
Resolving tidy.sourceforge.net... done.
Connecting to tidy.sourceforge.net[216.136.171.201]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
09:15:12 ERROR 404: Not Found.

!!! Couldn't download tidy_src_020718.tgz. Aborting.
!!! emerge aborting on  /usr/portage/app-text/htmltidy/htmltidy-2.7.18.ebuild .


FIX:
copy the ebuild to:
htmltidy-2.8.22.ebuild

[   ] tidy_src_020822.tgz     22-Aug-2002 23:50   150k  GZIP compressed tar ar>
Comment 1 Sascha Schwabbauer (RETIRED) gentoo-dev 2002-08-30 06:37:15 UTC
strange, i can download the package...
download it from the ibiblio server..
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-01-12 08:59:14 UTC
The source for htmltidy has been moved to http://tidy.sourceforge.net/src/old/

The diff to the ebuild should be:

-SRC_URI="http://tidy.sourceforge.net/src/${MY_P}.tgz"
+SRC_URI="http://tidy.sourceforge.net/src/old/${MY_P}.tgz"

The current version is 030108 (in Gentoo terms, 3.1.8)

Cheers,

Alastair
Comment 3 Jason Shoemaker (RETIRED) gentoo-dev 2003-02-01 12:24:44 UTC
Hi,

Hopefully the broken SRC_URI will be fixed the next time you emerge rsync.

Thanks for your help.