thunderbird-115.7.0-2.1 in all 3 repo's was rebuild against wrong version of libvpx - dependency broken #230

Closed
opened 2024-01-26 08:05:55 +01:00 by BS86 · 5 comments

When upgrading, thunderbird-115.7.0-2.1 fails in all 3 repos's with the following error:

error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libvpx.so=8-64' required by thunderbird

The libvpx should be libvpx.so=9-64 - a simple rebuild should fix it, at least it did here locally.

When upgrading, thunderbird-115.7.0-2.1 fails in all 3 repos's with the following error: ``` error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'libvpx.so=8-64' required by thunderbird ``` The libvpx should be `libvpx.so=9-64` - a simple rebuild should fix it, at least it did here locally.
BS86 changed title from thunderbird in all 3 repo's was rebuild against wrong version of libvpx - dependency broken to thunderbird-115.7.0-2.1 in all 3 repo's was rebuild against wrong version of libvpx - dependency broken 2024-01-26 09:11:25 +01:00

I think the same goes for ffmpeg, ffmpeg4.4 and libavif. Installing these 4 packages from regular extra repository solved the issue temporarily:

yay -S extra/thunderbird extra/ffmpeg extra/ffmpeg4.4 extra/libavif

I think the same goes for ffmpeg, ffmpeg4.4 and libavif. Installing these 4 packages from regular extra repository solved the issue temporarily: `yay -S extra/thunderbird extra/ffmpeg extra/ffmpeg4.4 extra/libavif`
Owner

I requeued these for now. I'll check later if any more packages are affected.

I requeued these for now. I'll check later if any more packages are affected.
anonfunc added the
bug
label 2024-01-26 12:01:07 +01:00
Author

I think the same goes for ffmpeg, ffmpeg4.4 and libavif.

Those 3 packages worked fine for me in the v4 repo's - don't have time to check the other repos

> I think the same goes for ffmpeg, ffmpeg4.4 and libavif. Those 3 packages worked fine for me in the v4 repo's - don't have time to check the other repos
Author

I requeued these for now. I'll check later if any more packages are affected.

the rebuild is finished but was only done in the v2 and v3 repos, v4 is still broken.

> I requeued these for now. I'll check later if any more packages are affected. the rebuild is finished but was only done in the v2 and v3 repos, v4 is still broken.
Author

rebuild is now done for v4, too - working again

rebuild is now done for v4, too - working again
BS86 closed this issue 2024-01-26 21:30:41 +01:00
Sign in to join this conversation.
No description provided.