Summary: | dev-java/flexdock-0.5.2: fail to fetch source code for flexdock when installing scilab | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Qingping Hou <dave2008713> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | asolokha, guillaume.horel, hsggebhardt, joshua.rich, qnikst, rose |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to flexdock-0.5.2.ebuild: change SRC_URI to Debian mirror |
Description
Qingping Hou
2011-03-03 14:08:47 UTC
Same problem here. Manually following the link: http://java.net/projects/flexdock/files/documents/2037/152436/flexdock-0.5.2-src.zip Leads to a 404 page and looking around on the site does not reveal any sources on-line anymore. Regards, Josh (In reply to comment #1) > Same problem here. > > Manually following the link: > > http://java.net/projects/flexdock/files/documents/2037/152436/flexdock-0.5.2-src.zip > > Leads to a 404 page and looking around on the site does not reveal any sources > on-line anymore. > Actually, I found that the source can be checkout according to this site:http://java.net/projects/flexdock I checked out the source and packed it into zip, but after doing hash it can't match. Created attachment 264787 [details, diff]
patch to flexdock-0.5.2.ebuild: change SRC_URI to Debian mirror
Here is a patch to the ebuild that grabs the source from a Debian mirror instead of from the 404 upstream location. This workaround allows me to compile and install the package.
Yeah, I see the SVN repo and they are using tags, so it is possible that an alternative might be to use the subversion eclass and checkout a tagged version of the source from the repo?
Thanks and regards,
Josh
(In reply to comment #3) > Created an attachment (id=264787) [details] > patch to flexdock-0.5.2.ebuild: change SRC_URI to Debian mirror Thanks for your patch! I can now correctly fetch the source. > Yeah, I see the SVN repo and they are using tags, so it is possible that an > alternative might be to use the subversion eclass and checkout a tagged version > of the source from the repo? Yes, I think it will be better to check out the source with subversion. Regards, Qingping Hou I bumped it to version 1.1 in the science overlay which will be needed by scilab-5.4. |