Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42071 - emerging tomcat-4.1.29 fails
Summary: emerging tomcat-4.1.29 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 14:13 UTC by Stefan Knoblich (RETIRED)
Modified: 2004-02-21 23:34 UTC (History)
0 users

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


Attachments
fixes variable order (tomcat-4.1.29.ebuild.diff,1.19 KB, patch)
2004-02-18 14:16 UTC, Stefan Knoblich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Knoblich (RETIRED) gentoo-dev 2004-02-18 14:13:49 UTC
emerge =tomcat-4.1.29

!!! No message digest entry found for file "."
!!! Most likely a temporary problem. Try 'emerge sync' again later.
!!! If you are certain of the authenticity of the file then you may type
!!! the following to generate a new digest:
!!!   ebuild /usr/portage/category/package/package-version.ebuild digest

ebuild tomcat-4.1.29.ebuild digest says this:

ebuild: this ebuild generated output during the depend phase (bad)
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2004-02-18 14:16:31 UTC
Created attachment 25880 [details, diff]
fixes variable order

SRC_URI="bla/$var"

var="stuff"

won't work...

also removes the (inactive) pkg_postrm
removing users / groups is imho a bad idea
Comment 2 Tony W. 2004-02-20 00:55:14 UTC
Change the SRC_URI to:

SRC_URI="http://apache.sunsite.ualberta.ca/jakarta/tomcat-4/v4.1.29/bin/jakarta-tomcat-4.1.29.tar.gz"

*shrug*
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-21 23:34:04 UTC
Thanks, hehe, MY BAD!!