Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461188 - Please stabilize =media-radio/flrig-1.3.11
Summary: Please stabilize =media-radio/flrig-1.3.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Thomas Beierlein
URL: http://packages.gentoo.org/package/me...
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2013-03-10 05:10 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2013-03-12 18:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-03-10 05:10:39 UTC
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.
Comment 1 Thomas Beierlein gentoo-dev 2013-03-10 20:06:57 UTC
(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.
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2013-03-11 09:55:37 UTC
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.
Comment 3 Agostino Sarubbo gentoo-dev 2013-03-12 09:52:37 UTC
amd64 stable
Comment 4 Agostino Sarubbo gentoo-dev 2013-03-12 10:06:44 UTC
x86 stable. Last arch, closing
Comment 5 Thomas Beierlein gentoo-dev 2013-03-12 18:27:57 UTC
(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.