Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184716 - alsa-utils-1.0.14.ebuild still has an ugly "XXX write TLV"
Summary: alsa-utils-1.0.14.ebuild still has an ugly "XXX write TLV"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo ALSA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 11:03 UTC by Mario Bachmann
Modified: 2007-09-17 16:47 UTC (History)
0 users

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


Attachments
corrected alsa-utils-1.0.14.ebuild (alsa-utils-1.0.14.ebuild,2.25 KB, text/plain)
2007-07-09 11:04 UTC, Mario Bachmann
Details
new patch alsa-utils-1.0.14-xxx-write-tlv.patch (alsa-utils-1.0.14-xxx-write-tlv.patch,327 bytes, patch)
2007-07-09 11:05 UTC, Mario Bachmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Bachmann 2007-07-09 11:03:12 UTC
alsa-utils-1.0.14/alsactl/state.c has the bad looking line:
fprintf(stderr, "XXX write TLV...\n");

this is printed out while booting init phase

Reproducible: Always

Steps to Reproduce:
1. rc-update add alsasound boot
2. reboot
3. look at the boot messages

Actual Results:  
XXX write TLV

Expected Results:  
no such a message
Comment 1 Mario Bachmann 2007-07-09 11:04:24 UTC
Created attachment 124316 [details]
corrected alsa-utils-1.0.14.ebuild
Comment 2 Mario Bachmann 2007-07-09 11:05:26 UTC
Created attachment 124317 [details, diff]
new patch alsa-utils-1.0.14-xxx-write-tlv.patch
Comment 3 Mario Bachmann 2007-07-09 11:07:35 UTC
i created a patch and tested it successfully. here it works now. the ugly message is gone while booting.
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2007-07-09 11:08:19 UTC
(In reply to comment #2)
> Created an attachment (id=124317) [edit]
> new patch alsa-utils-1.0.14-xxx-write-tlv.patch
> 

Silencing errors from code is probably not something that upstream would accept but you can try. Any way please submit your issue upstream too.
Comment 5 Mario Bachmann 2007-07-09 11:20:17 UTC
> Silencing errors from code is probably not something that upstream would accept
> but you can try. Any way please submit your issue upstream too.

i do not understand. how to submit this issue upstream? 
beside: i accepted the patch and i think this is not only my issue. ;-)
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-07-09 18:52:11 UTC
(In reply to comment #5)
> i do not understand. how to submit this issue upstream? 

https://bugtrack.alsa-project.org/alsa-bug/

Comment 7 Christian Heim (RETIRED) gentoo-dev 2007-08-11 14:28:52 UTC
I'm not going to incorporate this change unless UPSTREAM agrees on that. Sorry.
Comment 8 Mario Bachmann 2007-08-11 15:01:38 UTC
is it really such hard to take responsibility for deleting the ugly message "XXX write TLV" caused by an obviously debugging relict in the file state.c of alsa-utils? unbelievable! 
Comment 9 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-09-16 16:05:50 UTC
(In reply to comment #7)
> I'm not going to incorporate this change unless UPSTREAM agrees on that.

Upstream agreed.
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3185
http://hg-mirror.alsa-project.org/alsa-utils/rev/b230fef1ea76

Please reopen this bug.
Comment 10 Petteri Räty (RETIRED) gentoo-dev 2007-09-16 20:41:06 UTC
(In reply to comment #8)
> is it really such hard to take responsibility for deleting the ugly message
> "XXX write TLV" caused by an obviously debugging relict in the file state.c of
> alsa-utils? unbelievable! 
> 

Keeping patches in sync with upstream changes requires work which can be avoided when the changes are merged upstream.

(In reply to comment #9)
> 
> Please reopen this bug.
> 

done
Comment 11 Christian Heim (RETIRED) gentoo-dev 2007-09-17 16:47:13 UTC
(In reply to comment #9)
> (In reply to comment #7)
> > I'm not going to incorporate this change unless UPSTREAM agrees on that.
> 
> Upstream agreed.
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3185
> http://hg-mirror.alsa-project.org/alsa-utils/rev/b230fef1ea76
> 
> Please reopen this bug.

And it's in CVS now. Thanks to whoever took that upstream.