Summary: | media-sound/shell-fm on PPC only produces hissing noise | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nathan Phillip Brink (binki) (RETIRED) <binki> |
Component: | [OLD] Library | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ppc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://trac.xiph.org/ticket/1397 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nathan Phillip Brink (binki) (RETIRED)
![]() Hm, debian bug reports were closed with fixed upstream, but it's hard to say what fixed this... https://trac.xiph.org/log/trunk/ao It appears that https://trac.xiph.org/ticket/1397 is related. The upstream ticket was closed as fixed. Try libao-1.0.0, now in portage. (In reply to comment #3) > The upstream ticket was closed as fixed. Try libao-1.0.0, now in portage. OK, I tried with libao-1.0.0. I'm not sure if anything changed anywheres or not, etc., but I installed vorbis-tools and noticed that ogg123 doesn't exhibit this issue. This probably means that the issue is with shell-fm. I pulled shell-fm's git source and running make without any special arguments produced a shell-fm that still spurted out noise. Recompiling with the below command produced a working shell-fm, however: $ CPPFLAGS=-DWORDS_BIGENDIAN=1 make clean all -j2 As shell-fm's build system seems to expect the user to determine the bitiness of his system, I guess the shell-fm ebuild will have to figure out if it should add -DWORDS_BIGENDIAN to CPPFLAGS or not. Fixed in CVS, thanks for figuring out what the problem was. I added the flag WORDS_BIGENDIAN=1 whenever the arch is ppc. |