Aegisub doesn't compile against the current version of dev-libs/boost, because aegisub still uses an API that was removed in version 1.87 of boost. A patch for moving aegisub to the new API is included. Reproducible: Always
Created attachment 914189 [details, diff] Patch to substitute io_service by io_context
got a build.log, emerge --info?
Created attachment 914200 [details] build log without patch
Created attachment 914201 [details] emerge --info aegisub
Created attachment 914202 [details] emerge --info boost
@Christian can you provide a signed-off-by for the patch?
I don't have credentials to do so.
(In reply to Christian Apeltauer from comment #7) > I don't have credentials to do so. It means add/comment a 'Signed-off-by: name <email>' line to attest it's your work and so on (see https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin).
I just pushed version 3.4.0. Is this issue still reproducible there? Thx
(In reply to Nick Sarnie from comment #9) > I just pushed version 3.4.0. Is this issue still reproducible there? Thx The issue is still reproducible under 3.4.0. But HEAD revision of github.com/TypesettingTools/Aegisub is already ported to the new boost API, so the issue should be gone in the next release.
Cool, thanks
@Christian Is it fixed in 3.4.2? Thanks