Bug#576457: config.h regenerated at wrong place for amd64

2010-04-10 Thread Giuseppe Iuculano
> The failure to start seems to have been fixed (or at least, "fixed") by the > 0.9.21-1.2+b1 binNMU on amd64. Yes, the problem was that the "touch config.h.in" didn't have any effect probably because it was built in a very fast buildd and ext3 only has a 1 second resolution. It's a timing/resolut

Bug#576457: config.h regenerated at wrong place for amd64

2010-04-08 Thread Simon McVittie
On Wed, 07 Apr 2010 at 11:54:23 +0200, Torsten Marek wrote: > I've checked some other architecture's buildd logs, they look exactly > like the local one. The failure to start seems to have been fixed (or at least, "fixed") by the 0.9.21-1.2+b1 binNMU on amd64. Simon -- To UNSUBSCRIBE, ema

Bug#576457: config.h regenerated at wrong place for amd64

2010-04-07 Thread Torsten Marek
Hi, something is strange in there. If you check the build log, you'll see that configure is run twice, then config.h.in is regenerated using autoheader, but config.h is build via config.status only after "make all-recursive" is executed. In a local build, config.h is created immediately after con

Bug#576457: pulseaudio: fails to start

2010-04-07 Thread Sergey Fionov
version 0.9.21-1.2 fixes problem in local build with dpkg-buildpackage, but don't fix problem on buildd. Buildd log at https://buildd.debian.org/fetch.cgi?pkg=pulseaudio;ver=0.9.21-1.2;arch=amd64 have warnings about unused variables in core-util.c:199, it means that HAVE_FSTAT and HAVE_FCHMOD are

Bug#576457:

2010-04-07 Thread Sergey Fionov
Sorry for incorrect link in my previous comment, link to buildd log should be: https://buildd.debian.org/build.cgi?pkg=pulseaudio;ver=0.9.21-1.2;arch=amd64 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Bug#576457: I can confirm, 0.9.21-1.2 does not work on amd64

2010-04-07 Thread Joe Oblivian
$ dpkg -l pulseaudio Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==-==

Bug#576457: just built from sources with 0002-CVE-2009-1299 patch but it doesn't work on amd64 sid still

2010-04-06 Thread Victor Ryabtcev
Ver: 0.9.21-1.2 :/usr/src/pulseaudio-0.9.21/.pc# cat applied-patches 0001-Work-around-some-platforms-not-having-O_CLOEXEC.patch 0002-CVE-2009-1299.patch ~/Downloads$ pulseaudio -D --log-target=stderr --log-level=0 E: main.c: Daemon startup failed. ~/Downloads$ pulseaudio -k --log-target=stder

Bug#576457: The fixed version is not available for amd64

2010-04-06 Thread Yusuf iskenderoglu
Hello, For amd64, the bugfixed version of pulseaudio is not available yet. Is there a problem? Or is this just a synchronisation issue between debian mirrors? Regards, yusuf. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#576457: NMU

2010-04-05 Thread Giuseppe Iuculano
Hi, Attached is a debdiff of the changes I made for 0.9.21-1.2 0-day NMU. Cheers, Giuseppe diff -u pulseaudio-0.9.21/debian/changelog pulseaudio-0.9.21/debian/changelog --- pulseaudio-0.9.21/debian/changelog +++ pulseaudio-0.9.21/debian/changelog @@ -1,3 +1,12 @@ +pulseaudio (0.9.21-1.2) unstable

Bug#576457: Broken by "fix" for #573615

2010-04-05 Thread Tony Houghton
I can confirm this in 0.9.21-1.1 while 0.9.21-1 WFM. Presumably it's caused by the attempt to fix #573615: pulseaudio (0.9.21-1.1) unstable; urgency=high * Non-maintainer upload. * Fix insecure temporary file creation security issue (closes: #573615). -- Michael Gilbert Sat, 27 Mar 2010 1

Bug#576457: should be merged with 574111?

2010-04-05 Thread Timo Juhani Lindfors
Hi, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574111 covers the same issue for stable, was reported 16 March and has a patch. Maybe this bug should be merged with it? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

Bug#576457: Updated Patch

2010-04-05 Thread Torsten Marek
Hi, the problem is that HAVE_FCHOWN & others are missing from config.h.in. I've attached an update for 0002-CVE-2009-1299 which fixes this problem. best, Torsten -- .: Torsten Marek .: http://shlomme.diotavelli.net .: tors...@diotavelli.net -- GnuPG: 1024D/A244C858 # From d3efa43d85ac132c6a

Bug#576457: pulseaudio: fails to start

2010-04-05 Thread Vincent Ordy
Same error here. In pa_make_secure_dir (core-util.c:197), uid=-1 and gid=-1. HAVE_FCHOWN is not defined so their values are not fixed, and the comparaisons at line 267-268 fail. I changed uid and gid values in gdb and it worked. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.

Bug#576457: pulseaudio: fails to start

2010-04-04 Thread Alexander Hofbauer
Confirming this issue. Same error here (also tried a clean install). signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Bug#576457: pulseaudio: fails to start

2010-04-04 Thread Philipp Weis
Package: pulseaudio Version: 0.9.21-1.1 Severity: grave Tags: sid Justification: renders package unusable After the latest NMU, pulseaudio refuses to start on my system. $ pulseaudio -D E: main.c: Daemon startup failed. $ pulseaudio -k E: core-util.c: Failed to create secure directory: Permissio