Ticket #2150 (closed defect: worksforme)
package illume-0.0+svnr35818-r13: task do_fetch: failed
| Reported by: | frankmpunkt | Owned by: | Nytowl |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Distro | Version: | unspecified |
| Severity: | normal | Keywords: | illume fetch build |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: | always |
Description
the illume sources are no longer to be found at this location:
svn://svn.enlightenment.org/svn/e/trunk;module=illume;proto=http
unfortunately the repository here
svn://svn.enlightenment.org/svn/e/trunk/e/src/modules/illume
does not have the requested revision (35818)
openembedded/packages/e17/illume_svn.bb
needs to be updated
Attachments
Change History
comment:2 Changed 4 years ago by frankmpunkt
both sources openmoko cache and svn are throwing errors on compiling (see attachment attachment log.do_compile.21870)...
Changed 4 years ago by julian_chu
- Attachment illume_r36882_build_log added
illume rebuilding log with revision 36882
comment:3 Changed 4 years ago by julian_chu
Did you ever upgrade your OE tree?
The revision you used is 35818.
However, we fixed the revision of EFL stuffs to 36882 for a while. (in branch org.openmoko.dev)
You should upgrade your OE tree or you won't get any progress.
If you still have problem and think it is a bug, please create a new ticket for it.
comment:4 Changed 4 years ago by frankmpunkt
Only for completeness: I was using the *stable* branch, but indeed everything is fine in org.openmoko.dev.

Hi, thanks for the report.
E upstream changed the path of illume. Openmoko fixed the revision of illume to 36882 before E do a new release.
However, the path of illume supposed to be correct with revision 36882.
something interesting is that svn command will fail if you use "svn co -r 36882 http://URL/illume" but successed if you use "svn co http://URL/illume@36882". It means you will get different result if you use different checkout command.
The bad news is that OE use previous one so it will be failed.
The good news is that there is a cache on downloads.openmoko.org/sources/. OE will checkout it first.
We are trying to solve this problem.