Skip to content

Bump web_video_server to 3.1.0-1 from 3.0.0-1#219

Closed
jaagut wants to merge 1 commit into
RoboStack:mainfrom
bit-bots:bump/web_video_server
Closed

Bump web_video_server to 3.1.0-1 from 3.0.0-1#219
jaagut wants to merge 1 commit into
RoboStack:mainfrom
bit-bots:bump/web_video_server

Conversation

@jaagut
Copy link
Copy Markdown

@jaagut jaagut commented May 23, 2026

This bumps web_video_server to 3.1.0-1 from 3.0.0-1.

Closes #210. Hopefully.

@traversaro
Copy link
Copy Markdown
Member

I replied in #210, but as a more specific comment to this PR: unfortunately the web_video_server ships a shared library, and in particular from release 3.0.0 to 3.1.0 some ABI breaking change were done (see RobotWebTools/web_video_server@3.0.0...3.1.0), so we can't bump its version without also bumping the mutex, as the mutex is the only thing preventing ABI breakage in robostack (as opposed to conda-forge where we have run_exports and all that machinery).

On the bright side, the exact same version bump for web_video_server is done in #212, so as soon as #212 is merged, there will be a new full rebuilt that includes web-video-server 3.1.0 .

@jaagut
Copy link
Copy Markdown
Author

jaagut commented May 23, 2026

@traversaro Thank you for your detailed reply. I think it's fine for us to wait for #212. We are currently a bit confused why we are still or again getting errors importing sqlite3.

Our observation was: This issue has been resolved, until we added web_video_server. But now removing it, still doesn't resolve the issue.

@traversaro
Copy link
Copy Markdown
Member

traversaro commented May 24, 2026

To avoid the XY problem ( https://en.wikipedia.org/wiki/XY_problem ) can you open an issue on the problem that you are experiencing, with the full error?

Without fully understanding the problem, it may be possible that it is not solved by #212 .

@jaagut
Copy link
Copy Markdown
Author

jaagut commented May 24, 2026

We resolved this issue internally. We had a custom readline package holding back the sqlite3 versions.

@jaagut jaagut closed this May 24, 2026
@jaagut jaagut deleted the bump/web_video_server branch May 24, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

web-video-server missing for 0.14.0

2 participants