-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building care-o-bot 79867c8 #262
Comments
I think I ran into a similar issue once or twice before, and I think there is no alternative other than using the release date of the package. But perhaps, someone else has a better solution. |
The issue was already fixed before the 1st release. |
Should I close this, since it is being tracked elsewhere? |
Well, the issue of repositories using source builds and reporting bugs in those is tracked in other issues. But your problem reproducing What I would suggest is the following: generate a That should work. We should make a note about this (ie: not using the "correct" timepoint). |
I was able to generate
I guess now I have to modify the |
Wait: since we use |
These are the
|
Looking at the bug description, it would appear the affected packages are |
Note: the bug description would seem to be incorrect. The bug is not in |
Can someone give me permissions to fork repositories to this organization? |
No (as it's not a permission we can give to individual users), but we can invite you to the |
I don't remember if @ChrisTimperley said if bugzoo can handle multiple PUTs yesterday, but the bug file looks like this:
And the output of
is
|
IIRC, BugZoo: not tested (probably not). The |
#264 should add multiple PUT support to `build-bugzoo.py. Also,
|
@ChrisTimperley I am able to build the manifest with #264. Thanks! Now facing #69 |
#69? Can you show the build log for your bug? Has the Could it be that you're running into vcstools/vcstools#147? |
@gavanderhoorn : Sorry that was a hasty reply as I didn't dig into the error. I am getting similar errors for
|
That would seem to be #69, but afaik we're already handling that with automatic renames of entries in Can you clarify which versions of things you are using, and which commands lead to this error? |
I pulled #264 in a new branch and working on it. These are the tars in deps.rosinstall which fail:
The following command lead to the error:
|
Renaming happens when the Did you run the time machine manually? Ah, just saw that you did: #262 (comment). That would explain it then. Either rename the entries yourself (to |
Was about to comment that :) Can I use |
Well .. no, not really (if I understand you correctly).
Note that you may still run into vcstools/vcstools#147 unfortunately. |
Manually replacing But docker build in
still fails with
Looks like cob_sound-0.6.4 (which is currently listed in |
That would be a candidate for Edit: example: robust/mavros/753226d/753226d.bug Lines 55 to 56 in a293039
|
But don't I have to use |
If you want to have everything done automatically: yes. But in the end all it does is run the time machine twice. Once for the actual PUT(s) (and with
Don't believe that's needed in this case. As this is a special case (bug in unreleased pkg) I'd just run the time machine manually, as you're already doing. Edit: this part may be clearer. #254 is a bit difficult to follow. |
in
Makes sense. Ran the command
But #264 (comment) EDIT: Sorry my bad! All good now :) |
Guess I was unclear, but I am able to build the image now. |
@ipa-hsd: with #270 merged, you should be able to set the timestamp you used for the It would be great if you could test whether that actually works. |
Which timestamp did you configure for the time machine to use? |
|
@ipa-hsd: perhaps you've already done so, but could I ask you to add a comment to the |
I hadn't, will do so 👍 |
While building the bug, I get the following error:
The issue was created at
2015-08-03T08:03:34Z
and the package was first released on Aug 29, 2015. So basically, there is no entry of this package for the requested{TIMEPOINT}
in rosdistro.How can we solve this?
The text was updated successfully, but these errors were encountered: