Is it OK to stabilize =media-radio/flrig-1.3.11 ? If so, please CC all arches which have stable keywords for older versions of this package and add STABLEREQ keyword to the bug.
(In reply to comment #0) > Is it OK to stabilize =media-radio/flrig-1.3.11 ? > > If so, please CC all arches which have stable keywords > > for older versions of this package and add STABLEREQ keyword > > to the bug. Should be ready to go. Arches please do your work.
When building for amd64, I get this QA issue : * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * rigs/TT588.cxx:50:54: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] Changing: 5500, 6000, 6500, 7000, 7500, 8000, 9000, 12000, NULL}; to: 5500, 6000, 6500, 7000, 7500, 8000, 9000, 12000, 0}; in line 50 of /src/rigs/TT588.cxx file fixes this issue. Otherwise amd64 ok here.
amd64 stable
x86 stable. Last arch, closing
(In reply to comment #2) > When building for amd64, I get this QA issue : > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * rigs/TT588.cxx:50:54: warning: converting to non-pointer type 'int' from > NULL [-Wconversion-null] > > Changing: > 5500, 6000, 6500, 7000, 7500, 8000, 9000, 12000, NULL}; > to: > 5500, 6000, 6500, 7000, 7500, 8000, 9000, 12000, 0}; > > in line 50 of /src/rigs/TT588.cxx file fixes this issue. > > Otherwise amd64 ok here. Upstream is informed. Will be fixed in next version.