Summary: | media-sound/mixxx-2.2.4 : AttributeError: module SCons.Warnings has no attribute Warning: | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | anton.gubarkov, atoth, david.guglielmi, kripton, remi, sam, StormByte, zseri.devel |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 media-sound:mixxx-2.2.4:20210129-044948.log temp.tar.bz2 Fix scons >= 4.1 compat |
Description
Toralf Förster
![]() Created attachment 685077 [details]
emerge-info.txt
Created attachment 685080 [details]
emerge-history.txt
Created attachment 685083 [details]
environment
Created attachment 685086 [details]
etc.portage.tar.bz2
Created attachment 685089 [details]
media-sound:mixxx-2.2.4:20210129-044948.log
Created attachment 685092 [details]
temp.tar.bz2
This bugs happens when trying to build mixxx with =scons-4.1.0-r1. Reverting to scons-4.0.1 made mixxx able to build again. (In reply to David Carlos Manuelda from comment #7) > This bugs happens when trying to build mixxx with =scons-4.1.0-r1. > > Reverting to scons-4.0.1 made mixxx able to build again. As alternative you can try the cmake based live ebuilds of mixxx until mixxx-2.3 will be released. A lot of interesting changes upstream since last release mixxx-2.2.4. Testing feedback welcome. Created attachment 692127 [details, diff] Fix scons >= 4.1 compat "SCons.Warnings.Warning" has been renamed to "SCons.Warnings.SConsWarning" (https://github.com/SCons/scons/commit/b71dbb402a8e1235564a8127853ba80f688eb073) So, I guess we should depend on >=dev-util/scons-4.1 and apply this patch. (In reply to David from comment #9) > Created attachment 692127 [details, diff] [details, diff] > Fix scons >= 4.1 compat > > "SCons.Warnings.Warning" has been renamed to "SCons.Warnings.SConsWarning" > (https://github.com/SCons/scons/commit/ > b71dbb402a8e1235564a8127853ba80f688eb073) > > So, I guess we should depend on >=dev-util/scons-4.1 and apply this patch. on the top of this there is only dev-util/scons-4.1.0-r1 in portage now so patch should be included otherwise everybody is going to have failure when building mixx as there is also only media-sound/mixxx-2.2.4 in portage The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d9d3175dcbcb7b9aecb9a50bd896cdc8b6feab commit 87d9d3175dcbcb7b9aecb9a50bd896cdc8b6feab Author: Rémi Cardona <remi@gentoo.org> AuthorDate: 2021-05-08 17:58:03 +0000 Commit: Rémi Cardona <remi@gentoo.org> CommitDate: 2021-05-08 17:58:44 +0000 media-sound/mixxx: add patch to fix build with scons 4.1 Closes: https://bugs.gentoo.org/767838 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rémi Cardona <remi@gentoo.org> .../mixxx/files/mixxx-2.2.4-fix-scons-compat.patch | 24 ++++++++++++++++++++++ media-sound/mixxx/mixxx-2.2.4.ebuild | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) Hi proaudio, I took the liberty to push the attached patch, I hope that's ok with you. Please let me know if I overstepped my bounds. David, thanks for the patch! Cheers |