Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180117 - media-sound/pulseaudio-0.9.6 rekeywording request
Summary: media-sound/pulseaudio-0.9.6 rekeywording request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on: 181234
Blocks: 180203
  Show dependency tree
 
Reported: 2007-05-28 14:01 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-09-10 19:12 UTC (History)
2 users (show)

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


Attachments
Corrupt asm on ppc (flist.s,8.22 KB, text/plain)
2007-06-24 12:28 UTC, Matti Bickel (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-05-28 14:01:49 UTC
This new version depends on libatomic_ops, which is only ~amd64 and ~x86-fbsd. Please keyword the new version together with the new dependency.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-05-28 16:25:34 UTC
x86 team you want to keyword 1.2 version of libatomic_ops: although the tests passes, depending on CFLAGS enabled and GCC version one of the functions will miscompile, 1.2 is fixed as far as I can see.

(By the way, thanks to b33fc0d3 who helped me diagnosing the problem).
Comment 2 Gustavo Zacarias (RETIRED) gentoo-dev 2007-05-29 20:26:51 UTC
~sparc done.
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2007-05-29 23:14:31 UTC
both stable on x86
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2007-05-29 23:40:11 UTC
(In reply to comment #3)
> both stable on x86
> 

Uhh, of course, just keyworded ~x86, not stable. :)
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-31 01:25:05 UTC
Stable for HPPA (killerfox).
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-31 01:25:40 UTC
Oops, wrong bug.
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-31 04:24:02 UTC
Both marked ~hppa.
Comment 8 Markus Rothe (RETIRED) gentoo-dev 2007-06-02 08:06:25 UTC
pulseaudio 0.9.6 does not compile on ppc64

if powerpc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../src -I../src/modules -I../src/modules/rtp -I../src/modules/gconf  -D_POSIX_PTHREAD_SEMANTICS    -DPA_DLSEARCHPATH=\"/usr/lib64/pulse-0.9/modules/\" -DPA_DEFAULT_CONFIG_DIR=\"/etc/pulse\" -DPA_BINARY=\"/usr/bin/pulseaudio\" -DPA_SYSTEM_RUNTIME_PATH=\"/var/run/pulse\" -DAO_REQUIRE_CAS '-DDEBUG_TRAP=__asm__("int $3")' -O2 -pipe -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -MT flist_test-flist.o -MD -MP -MF ".deps/flist_test-flist.Tpo" -c -o flist_test-flist.o `test -f 'pulsecore/flist.c' || echo './'`pulsecore/flist.c; \
        then mv -f ".deps/flist_test-flist.Tpo" ".deps/flist_test-flist.Po"; else rm -f ".deps/flist_test-flist.Tpo"; exit 1; fi
{standard input}: Assembler messages:
{standard input}:97: Error: syntax error; found `,' but expected `('
{standard input}:97: Error: junk at end of line: `,9'
make[3]: *** [flist_test-flist.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-sound/pulseaudio-0.9.6/work/pulseaudio-0.9.6/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/media-sound/pulseaudio-0.9.6/work/pulseaudio-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/pulseaudio-0.9.6/work/pulseaudio-0.9.6'
make: *** [all] Error 2
Comment 9 Raúl Porcel (RETIRED) gentoo-dev 2007-06-02 21:08:58 UTC
~alpha/~ia64 done
Comment 10 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-06-07 18:36:00 UTC
Markus can you get the compiler's output (assembler input)? Just re-run the last gcc call from the same directory adding -save-temps parameter at commandline, it should generate a flist_test-flist.s so that we can check what code is throwing that error.
Comment 11 Matti Bickel (RETIRED) gentoo-dev 2007-06-24 12:28:37 UTC
Created attachment 122963 [details]
Corrupt asm on ppc

Some error on ppc. Here's the flist.s file rerunning the gcc command gave me.
Comment 12 Joe Jezak (RETIRED) gentoo-dev 2007-09-10 19:12:05 UTC
There was a bug in the asm for libatomic_ops.  I've bumped that with the patch and marked this ~ppc/~ppc64.  Closing since we're the last arch.