On Fri, Jul 27, 2012 at 08:39:42AM +0200, Bastian Blank wrote:
> On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote:
> > open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a
> > symlink. lockfile_try_lock() interpreted that error code to mean that
> > some other process ha
On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote:
> open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a
> symlink. lockfile_try_lock() interpreted that error code to mean that
> some other process had created the lock file in the meantime, so it went
> around its loop a
On 07/26/2012 06:24 PM, gregor herrmann wrote:
> On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote:
>
>> Peter, have many thanks. I see what I can do over the weekend.
> Seems you're having a long weekend :)
Did I truly write that in May? Strange. I think to have already
mentioned in some
On Fri, Jul 27, 2012 at 8:17 AM, Mathieu Malaterre
wrote:
> Steve,
>
> [CCing Brad for confirmation]
>
> On Fri, Jul 27, 2012 at 4:13 AM, Steve M. Robbins wrote:
>> Hey ... is there a trick to fix #654718 similar to that for __int128?
>
> I guess:
>
> #undef _GLIBCXX_USE_FLOAT128
As a side note
Processing commands for cont...@bugs.debian.org:
> severity 682691 normal
Bug #682691 [mysql-workbench] [mysql-workbench] When quit MySQL Workbench, it
get freezed
Severity set to 'normal' from 'serious'
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
682691: htt
Steve,
[CCing Brad for confirmation]
On Fri, Jul 27, 2012 at 4:13 AM, Steve M. Robbins wrote:
> Hey ... is there a trick to fix #654718 similar to that for __int128?
I guess:
#undef _GLIBCXX_USE_FLOAT128
But I do not know if this is a fix, or a hack.
HTH
--
Mathieu
--
To UNSUBSCRIBE, ema
Package: freefoam
Version: 0.1.0-1
Severity: serious
Justification: Policy 2.1
Dear Maintainer,
The source package contains several non-free files. Namely, these are:
* Removed by upstream in commit e0497b96c7c179ff85d76a06245171a119e291ba:
- applications/test/readCHEMKINIII/CHEMKINdata/chem.*
Package: freefoam
Version: 0.1.0-1
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)
Dear Maintainer,
g++-4.7 is more strict about qualifiying template-dependent names than previous
versions where, and hence freefoam fails to bui
Your message dated Fri, 27 Jul 2012 05:47:20 +
with message-id
and subject line Bug#680807: fixed in poco 1.3.6p1-3
has caused the Debian Bug report #680807,
regarding poco: FTBFS: String.h:448:2: error: 'replaceInPlace' was not declared
in this scope, and no declarations were found by argume
Your message dated Fri, 27 Jul 2012 05:47:20 +
with message-id
and subject line Bug#650059: fixed in poco 1.3.6p1-3
has caused the Debian Bug report #650059,
regarding poco: FTBFS with multiarch libmysqlclient-dev
to be marked as done.
This means that you claim that the problem has been dealt
Your message dated Fri, 27 Jul 2012 05:47:20 +
with message-id
and subject line Bug#626088: fixed in poco 1.3.6p1-3
has caused the Debian Bug report #626088,
regarding libpocomysql9: relocation error: /usr/lib/libPocoMySQL.so.9: symbol
__cxa_pure_virtual
to be marked as done.
This means that
On 07/27/2012 12:45 AM, Sebastian Ramacher wrote:
> Hi Michael,
>
> On 26/07/12 22:39, Michael Wild wrote:
>> How should I proceed? Should I upload viennacl-1.2.0-2 to mentors and
>> ask for sponsorship? I don't suppose that 1.3.0-1 would be uploadable
>> due to the freeze, right?
>>
>> Michael
>
Your message dated Fri, 27 Jul 2012 01:47:10 +
with message-id
and subject line Bug#682639: fixed in tunnelx 20110801-5
has caused the Debian Bug report #682639,
regarding tunnelx: FTBFS: xargs: /usr/lib/jvm/default-java/bin/javac: No such
file or directory
to be marked as done.
This means t
On Thu, Jul 26, 2012 at 06:10:26PM -0700, Ben Pfaff wrote:
> On Fri, Jul 27, 2012 at 09:47:49AM +0900, Simon Horman wrote:
> > On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote:
> > > open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a
> > > symlink, but we would like "ovsdb
On Fri, Jul 27, 2012 at 09:47:49AM +0900, Simon Horman wrote:
> On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote:
> > open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a
> > symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to
> > work if /etc/openvswi
On Thu, Jul 26, 2012 at 03:01:26PM -0700, Ben Pfaff wrote:
> This may be more useful in practice than failing the entire OVS startup
> sequence.
Acked-by: Simon Horman
>
> Debian bug #681955.
> CC: 681...@bugs.debian.org
> Reported-by: Bastian Blank
> Signed-off-by: Ben Pfaff
> ---
> utiliti
Your message dated Fri, 27 Jul 2012 00:47:13 +
with message-id
and subject line Bug#682406: fixed in gdb-doc 7.4.1-2
has caused the Debian Bug report #682406,
regarding gdb-doc: FTBFS in sid: aclocal not found
to be marked as done.
This means that you claim that the problem has been dealt wit
On Thu, Jul 26, 2012 at 02:48:51PM -0700, Ben Pfaff wrote:
> open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a
> symlink. lockfile_try_lock() interpreted that error code to mean that
> some other process had created the lock file in the meantime, so it went
> around its loop a
Acked-by: Simon Horman
On Thu, Jul 26, 2012 at 02:48:53PM -0700, Ben Pfaff wrote:
> Debian bug #681880.
> CC: 681...@bugs.debian.org
> Reported-by: Bastian Blank
> Signed-off-by: Ben Pfaff
> ---
> REPORTING-BUGS |2 +-
> debian/automake.mk |1 +
> de
On Thu, Jul 26, 2012 at 02:48:52PM -0700, Ben Pfaff wrote:
> open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a
> symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to
> work if /etc/openvswitch/conf.db is a symlink to elsewhere in the file
> system. This comm
On Thu, Jul 26, 2012 at 04:47:53PM -0700, Ansis Atteka wrote:
> On Thu, Jul 26, 2012 at 2:48 PM, Ben Pfaff wrote:
>
> > Debian bug #681880.
> > CC: 681...@bugs.debian.org
> > Reported-by: Bastian Blank
> > Signed-off-by: Ben Pfaff
...
> > --- a/debian/openvswitch-switch.dirs
> > +++ b/debian/
Your message dated Thu, 26 Jul 2012 19:22:24 -0430
with message-id <20120726235224.ga18...@valeria.miguel.cc>
and subject line Re: Syntax error in catalina.sh -security:
java.security.policy==
has caused the Debian Bug report #681971,
regarding Syntax error in catalina.sh -security: java.security.
On Thu, Jul 26, 2012 at 2:48 PM, Ben Pfaff wrote:
> Debian bug #681880.
> CC: 681...@bugs.debian.org
> Reported-by: Bastian Blank
> Signed-off-by: Ben Pfaff
> ---
> REPORTING-BUGS |2 +-
> debian/automake.mk |1 +
> debian/openvswitch-switch.dirs
I can reproduce this; I get a failed slapd upgrade from Squeeze to Wheezy.
For some reason slapcat is never run and the .ldif file is never created.
Then load_databases() is run and tries to access a file that doesn't
exist.
> chiestand@sagan:/tmp/openldap-2.4.31/debian$ sudo dpkg --configure -a
Your message dated Thu, 26 Jul 2012 22:47:11 +
with message-id
and subject line Bug#680793: fixed in python-defaults 2.7.3-2
has caused the Debian Bug report #680793,
regarding zope2.12: FTBFS: IndexError: list index out of range
to be marked as done.
This means that you claim that the proble
Hi Michael,
On 26/07/12 22:39, Michael Wild wrote:
> How should I proceed? Should I upload viennacl-1.2.0-2 to mentors and
> ask for sponsorship? I don't suppose that 1.3.0-1 would be uploadable
> due to the freeze, right?
>
> Michael
The diff between 1.2.0-1 and 1.3.0-1 is huge:
311 files chan
Package: enigmail
Version: 2:1.4.1-2
Severity: serious
Just got back from DebConf and receiving signatures by email every day -
but I can't import them. I have marked the bug `serious' because this
obviously impacts an important workflow.
I have the latest icedove and enigmail packages from whee
Your message dated Thu, 26 Jul 2012 22:32:12 +
with message-id
and subject line Bug#682504: fixed in live-boot 3.0~a38-1
has caused the Debian Bug report #682504,
regarding Vanilla standard live image kernel panics: init killed
to be marked as done.
This means that you claim that the problem
Hi,
On Thu, Jul 26, 2012 at 6:17 PM, Julien Cristau wrote:
> On Wed, Jul 11, 2012 at 06:11:01 +0900, Nobuhiro Iwamatsu wrote:
>
>> diff -u mendexk-2.6e/Makefile mendexk-2.6e/Makefile
>> --- mendexk-2.6e/Makefile
>> +++ mendexk-2.6e/Makefile
>> @@ -12,7 +12,7 @@
>>
>> # for Debian's libkpathsea-d
On 07/26/2012 09:12 PM, Richard Nelson wrote:
> fixed in git.
thank you ;)
--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: daniel.baum...@progress-technologies.net
Internet: http://people.progress-technologies.net/~daniel.baumann/
--
To UNSUBSCRIBE, ema
This may be more useful in practice than failing the entire OVS startup
sequence.
Debian bug #681955.
CC: 681...@bugs.debian.org
Reported-by: Bastian Blank
Signed-off-by: Ben Pfaff
---
utilities/ovs-ctl.in |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/utilities/
On Thu, Jul 26, 2012 at 10:44:58AM +0200, Bastian Blank wrote:
> On Wed, Jul 18, 2012 at 06:50:10AM -0700, Ben Pfaff wrote:
> > On Wed, Jul 18, 2012 at 09:57:13AM +0200, Bastian Blank wrote:
> > > Enabling brcompat without openvswitch-brcompat installed or the module
> > > available breaks the init
Processing commands for cont...@bugs.debian.org:
> tags 682840 + pending
Bug #682840 [apache2.2-common] Default
/etc/apache2/mods-available/disk_cache.conf is incompatible with ext3
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
682840: htt
Debian bug #681880.
CC: 681...@bugs.debian.org
Reported-by: Bastian Blank
Signed-off-by: Ben Pfaff
---
REPORTING-BUGS |2 +-
debian/automake.mk |1 +
debian/openvswitch-switch.dirs |1 +
debian/openvswitch-switch.postinst | 15 +++
de
open() with O_CREAT|O_EXCL yields EEXIST if the name passed in is a
symlink, but we would like "ovsdb-tool create /etc/openvswitch/conf.db" to
work if /etc/openvswitch/conf.db is a symlink to elsewhere in the file
system. This commit fixes the problem. It introduces a theoretical race,
but no one
open() with O_CREAT|O_EXCL yields EEXIST if the file being opened is a
symlink. lockfile_try_lock() interpreted that error code to mean that
some other process had created the lock file in the meantime, so it went
around its loop again, which found out the same thing, which led to a hang.
This co
On 07/26/2012 10:23 PM, Sebastian Ramacher wrote:
> Hi Karl,
>
> On 26/07/12 21:48, Karl Rupp wrote:
>> thanks for the patch. Just two short questions:
>> * Which compiler (version) did you use?
>
> gcc 4.7
>
>> * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as
>> well?
Hi Sebastian,
ah, thanks for the info. We'll include the fix with the upcoming 1.3.1
release. Thanks a lot :-)
Best regards,
Karli
On 07/26/2012 10:23 PM, Sebastian Ramacher wrote:
Hi Karl,
On 26/07/12 21:48, Karl Rupp wrote:
thanks for the patch. Just two short questions:
* Which compil
+++ Michael Terry [2012-07-26 15:10 -0400]:
>
> This patch should fix it. /usr/lib/jvm/default-java is provided by
> default-jre-headless. Which is Depended on by default-jre, which is
> Depended on by default-jdk. So if you switch the hard-coded Depend on
> openjdk-6-jdk to default-jdk, you sh
Hi Adam,
On Thu, Jul 26, 2012 at 10:00:53PM +0100, Adam D. Barratt wrote:
> On Thu, 2012-07-26 at 14:45 +0200, Andreas Tille wrote:
> > BTW, it seems to me that libpoco development only happens in experimental
> > and unstable does not deserve the attention it would need. Please help
> > fixing t
On Thu, 2012-07-26 at 14:45 +0200, Andreas Tille wrote:
> BTW, it seems to me that libpoco development only happens in experimental
> and unstable does not deserve the attention it would need. Please help
> fixing the problem to make sure the reverse depends can stay in testing.
"Stay" would impl
Hi Karl,
On 26/07/12 21:48, Karl Rupp wrote:
> thanks for the patch. Just two short questions:
> * Which compiler (version) did you use?
gcc 4.7
> * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as
> well?
ViennaCL 1.3.0 has the same issue. Michael Wild's package at me
Processing commands for cont...@bugs.debian.org:
> retitle 682896 RM: doc-linux-de -- RoQA outdated
Bug #682896 [ftp.debian.org] Please remove doc-linux-de
Changed Bug title to 'RM: doc-linux-de -- RoQA outdated' from 'Please remove
doc-linux-de'
> tags 682896 moreinfo
Bug #682896 [ftp.debian.org
Package: ftp.debian.org
Severity: grave
Dear FTP Masters,
by accident I had a look at my old mails (1). The improved machine
translation is
roughly
How are the German HOWTOs involved?
Those responsible have disappeared, but the HOWTOs crop up yet.
Is the whole project dead?
Smells
Hi Sebastian,
thanks for the patch. Just two short questions:
* Which compiler (version) did you use?
* Do you happen to know whether the error shows up with ViennaCL 1.3.0 as well?
Thanks and best regards,
Karli
(ViennaCL lead developer)
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@li
On 2012-07-25 at 15:30:16 +0200, Felix Geyer wrote:
> That test requires a lot of random data (5 MB).
> It seems to be only used for testing if signing files work.
> Do you have an idea why the data needs to be random
> instead of just using a hardcoded pattern to generate
> that file?
Just to be
Hi Cristian,
thanks for your intent to fix the package. In case you might have
missed it on debian-mentors a patch was posted:
http://lists.debian.org/debian-mentors/2012/07/msg00446.html
Just let us know if you might face any trouble
Andreas.
On Thu, Jul 26, 2012 at 07:47:35PM +020
On 07/26/2012 01:21 PM, gregor herrmann wrote:
> Find a patch attached.
thanks for the nudge, gregor. I've just uploaded this fix as
0.6.0+svn10787-2.
> What worries me a bit is the change in the python dependencies:
>
> From the package in the archive:
> Depends: python2.7 | python2.6, python
Your message dated Thu, 26 Jul 2012 19:17:23 +
with message-id
and subject line Bug#680424: fixed in trac-odtexport 0.6.0+svn10787-2
has caused the Debian Bug report #680424,
regarding trac-odtexport: depends on nonexisting python-pil if rebuilt
to be marked as done.
This means that you claim
On Thu, 26 Jul 2012 15:09:20 -0400, Daniel Kahn Gillmor wrote:
> > Find a patch attached.
> thanks for the nudge, gregor. I've just uploaded this fix as
> 0.6.0+svn10787-2.
Cool, thanks.
> > From the package in the archive:
> > Depends: python2.7 | python2.6, python (>= 2.6.6-7~), python (<< 2
On Thu, 26 Jul 2012 20:58:17 +0200, Jonas Smedegaard wrote:
> > how about using perl (libjavascript-minifier-perl) to minify the
> > JavaScript?
> I favor no minification over switching to different minifier. See my
> (attempt at) explanation why at bug#679665.
Fair enough, and thanks for the p
Processing commands for cont...@bugs.debian.org:
> tag 682504 pending
Bug #682504 [live-boot] Vanilla standard live image kernel panics: init killed
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
682504: http://bugs.debian.org/cgi-bin/bugrep
Package: tunnelx
Version: 20110801-4
Followup-For: Bug #682639
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer,
This patch should fix it. /usr/lib/jvm/default-java is provided by
default-jre-headless. Which is Depended on by default-jre, which is
tag 682504 pending
thanks
On Tue, Jul 24, 2012 at 7:31 PM, Ben Armstrong
wrote:
> I retested with a simpler config, just the 'standard' list this time,
> but otherwise the same as before. Also, I turned on 'set -x' in the init
> script in initramfs to see what was happening. It turns out the cras
On 12-07-26 at 08:01pm, gregor herrmann wrote:
> Control: tag 679669 + patch
>
> On Sat, 30 Jun 2012 18:24:31 +0200, Julien Cristau wrote:
>
> > underscore in wheezy build-depends on uglifyjs, which is missing
> > there. This needs to be fixed before release.
>
> Hi Jonas,
>
> how about using
Processing control commands:
> clone 680845 -1
Bug #680845 [src:derivations] derivations: FTBFS: Can't create output index
file /«PKGBUILDDIR»/tex/main.ind.
Bug 680845 cloned as bug 682892
> reassign -1 rubber
Bug #682892 [src:derivations] derivations: FTBFS: Can't create output index
file /«
Control: clone 680845 -1
Control: reassign -1 rubber
Control: retitle -1 rubber: calls makeindex with absolute paths
Control: forwarded -1 https://bugs.launchpad.net/rubber/+bug/706338
Control: block 680845 by -1
On 08/07/12 19:05, Lucas Nussbaum wrote:
>> rubber main.tex
>> compiling main.tex...
Processing commands for cont...@bugs.debian.org:
> tags 682882 + sid wheezy
Bug #682882 [inguma] inguma: Recommends non-existent python-qt3 package
Added tag(s) sid and wheezy.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
682882: http://bugs.debian.org/cgi-bin/
Your message dated Thu, 26 Jul 2012 18:02:09 +
with message-id
and subject line Bug#681316: fixed in httpie 0.1.6+20120309git-2.1
has caused the Debian Bug report #681316,
regarding httpie: missing dependency on python-pkg-resources
to be marked as done.
This means that you claim that the pro
Control: tag 679669 + patch
On Sat, 30 Jun 2012 18:24:31 +0200, Julien Cristau wrote:
> underscore in wheezy build-depends on uglifyjs, which is missing there.
> This needs to be fixed before release.
Hi Jonas,
how about using perl (libjavascript-minifier-perl) to minify the
JavaScript?
Patch a
Processing control commands:
> tag 679669 + patch
Bug #679669 [src:underscore] underscore: build-dependency on uglifyjs not
satisfiable in wheezy
Added tag(s) patch.
--
679669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679669
Debian Bug Tracking System
Contact ow...@bugs.debian.org with
On Thu, 26 Jul 2012 14:45:02 +0200
Andreas Tille wrote:
> Hi,
>
> I tried to apply the patch that is supposed to solve the problem below
> but I was running in another problem which sounds quite familiar from
> other gcc-4.7 issues. I tried to fix the problem in Git
>
>git+ssh://git.debian
On Thursday, July 26, 2012 12:45:47 PM Evgeni Golov wrote:
> Go ahead. I'm on vacation and cannot upload anything until next monday
> anyways (i hoped to get OK from release team before leaving, but didnt, the
> guys seem busy ;))
OK. Uploading. The only change I made was to drop the -1 revision
On Thu, Jul 26, 2012 at 04:48:59PM +0100, Ian Jackson wrote:
> Josselin Mouette writes ("Bug#681687: missing mime entry"):
> > Le jeudi 26 juillet 2012 à 12:50 +0100, Ian Jackson a écrit :
> > > 4. We do not disagree with the Release Team's assessment that
> > > the failure of the evince pack
Control: tag 680424 + patch
On Thu, 05 Jul 2012 20:54:05 +0200, Julian Taylor wrote:
> if this package is rebuild without -imaging installed it collects a
> dependency on python-pil which does not exist.
> The dependency is generated form dh_python2.
> the requires.txt dependency needs to be over
Control: tag 680423 + patch
On Thu, 05 Jul 2012 20:39:41 +0200, Julian Taylor wrote:
> if this package is rebuild it collects a dependency on python-pil from
> dh_python2 which does not exist.
> the requires.txt dependency needs to be overriden to python-imaging,
> e.g. with debian/pydist-overrid
Processing control commands:
> tag 680424 + patch
Bug #680424 [trac-odtexport] trac-odtexport: depends on nonexisting python-pil
if rebuilt
Added tag(s) patch.
--
680424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with proble
Processing control commands:
> tag 680423 + patch
Bug #680423 [trac-wikiprint] trac-wikiprint: depends on nonexisting python-pil
if rebuilt
Added tag(s) patch.
--
680423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680423
Debian Bug Tracking System
Contact ow...@bugs.debian.org with proble
I'm not sure what the intent of those keyword defvars were, but the
following patch allows sml-mode to compile for emacs24. No idea if it
breaks emacs23.
--- sml-mode-4.1.orig/sml-compat.el
+++ sml-mode-4.1/sml-compat.el
@@ -95,13 +95,6 @@ If DIR-FLAG is non-nil, create a new emp
(defmacro def
On 11/07/12 09:38, Thorsten Glaser wrote:
>> b) MediaWiki resourceloader will automatically minify the javascript
>> sent to the user. It doesn't need (nor should) be preminified.
>
> That doesn’t have anything to do with what’s in the Debian
> binary packages of the various ECMAscript libraries,
Processing commands for cont...@bugs.debian.org:
> severity 682883 normal
Bug #682883 [zeitgeist-extensions] zeitgeist-extension: Should this package be
removed from the archive?
Severity set to 'normal' from 'serious'
> reassign 682883 ftp.debian.org
Bug #682883 [zeitgeist-extensions] zeitgeist-
severity 682883 normal
reassign 682883 ftp.debian.org
retitle 682883 RM: zeitgeist-extension -- RoM; obsoleted
thanks
Hi Laurent,
That's right, thanks for the heads-up!
Kind regards,
--
Siegfried
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscr
Control: tag 681146 + patch
On Wed, 11 Jul 2012 00:37:58 +0200, Andreas Beckmann wrote:
> Looks like the home directory is removed but the user remains, so the
> next installation won't recreate the missing homedirectory and using
> the homeless user fails later on.
Actually this looks all good
Processing control commands:
> tag 681146 + patch
Bug #681146 [bitlbee-common] bitlbee-common: fails to install, purge, and
install again
Added tag(s) patch.
--
681146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
On Tue, Jul 24, 2012 at 2:43 AM, Lucas Nussbaum
wrote:
> Source: ddd
> Version: 1:3.3.12-3
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20120724 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your pack
On Sat, 12 May 2012 17:05:13 +0200, Steffen Möller wrote:
> Peter, have many thanks. I see what I can do over the weekend.
Seems you're having a long weekend :)
IOW: Any news on this bug? The patch seems small and reasonable to
me.
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.pri
Processing commands for cont...@bugs.debian.org:
> found 682883 0.0.6-1
Bug #682883 [zeitgeist-extensions] zeitgeist-extension: Should this package be
removed from the archive?
There is no source info for the package 'zeitgeist-extensions' at version
'0.0.6-1' with architecture ''
Unable to make
Your message dated Thu, 26 Jul 2012 16:17:58 +
with message-id
and subject line Bug#679557: fixed in xserver-xorg-video-nouveau 1:1.0.1-3
has caused the Debian Bug report #679557,
regarding xserver-xorg-video-nouveau: Fermi cards need Linux 3.4 for
acceleration
to be marked as done.
This mea
Processing commands for cont...@bugs.debian.org:
> reassign 682883 zeitgeist-extensions
Bug #682883 [src:zeitgeist-extension] zeitgeist-extension: Should this package
be removed from the archive?
Warning: Unknown package 'src:zeitgeist-extension'
Bug reassigned from package 'src:zeitgeist-extensi
Source: zeitgeist-extension
Version: 0.0.6-1
Severity: serious
User: debian...@lists.debian.org
Usertags: proposed-removal
Hi,
I've the feeling that this package should be removed from the archive
since zeitgeist has been rewritten to vala.
If you don't think this package is needed any more, ple
Processing commands for cont...@bugs.debian.org:
> found 682869 2.0.1-1
Bug #682869 [munin] munin: insecure/misleading apache configuration
(authentication bypass)
Marked as found in versions munin/2.0.1-1.
> found 682869 1.4.5-3
Bug #682869 [munin] munin: insecure/misleading apache configuration
found 682869 2.0.1-1
found 682869 1.4.5-3
# h01ger: for the same reason that removing the config does not solve
# the issue, the issue is present in squeeze
# h01ger: i.e. it ships a cgi-graph => bypass possible
thanks
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a
On Sat, 14 Jul 2012 01:17:06 +0900, Taku YASUI wrote:
> I create a patch fixing this bug. Please apply attached patch.
> Please apply it.
Any reason for not uploading this NMU to a DELAYED queue?
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
On Thu, 19 Jul 2012 09:36:05 +0900, Nobuhiro Iwamatsu wrote:
> Sorry, I mistook attaching a patch.
> I attached... to this mail.
Any reason for not uploading this NMU to a DELAYED queue?
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : D
Package: inguma
Version: 0.0.7.2-2
Severity: serious
inguma recommends python-qt3, which has been removed from the archive. It's
not clear if the best solution is to drop the recommends or remove this
package.
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject o
Your message dated Thu, 26 Jul 2012 15:54:14 +
with message-id
and subject line Bug#682773: Removed package(s) from unstable
has caused the Debian Bug report #682408,
regarding pycg: FTBFS with nvidia-cg-toolkit (3.1.0013-1)
to be marked as done.
This means that you claim that the problem has
Your message dated Thu, 26 Jul 2012 15:52:41 +
with message-id
and subject line Bug#682757: Removed package(s) from unstable
has caused the Debian Bug report #527714,
regarding pornview: FTBFS: gtkcellrendererpixmap.h:69: error: expected '=',
',', ';', 'asm' or '__attribute__' before 'gtk_cel
Your message dated Thu, 26 Jul 2012 15:51:36 +
with message-id
and subject line Bug#682775: Removed package(s) from unstable
has caused the Debian Bug report #632378,
regarding python-pyglew: ImportError: libpython2.6.so.1.0: cannot open shared
object file: No such file or directory
to be mar
Josselin Mouette writes ("Bug#681687: missing mime entry"):
> Le jeudi 26 juillet 2012 à 12:50 +0100, Ian Jackson a écrit :
> > 4. We do not disagree with the Release Team's assessment that
> > the failure of the evince package to provide a mime type
> > entry is a release critical bug.
Le jeudi 26 juillet 2012 à 15:36 +0200, Nico Golde a écrit :
> FWIW, I do support Julien's request to change this. Without going into detail
> why I think that security should have priority here, why is gtk3 support even
> an issue? Can you explain this a little further?
There is a general prob
Looks like 659417 is simply a result of 667417.
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processing commands for cont...@bugs.debian.org:
> tags 667417 pending
Bug #667417 [wrapitk-python] wrapitk-python: ftbfs with recent gccxml
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
667417: http://bugs.debian.org/cgi-bin/bugreport.cgi?
Your message dated Thu, 26 Jul 2012 15:32:14 +
with message-id
and subject line Bug#675181: fixed in gccxml 0.9.0+cvs20120420-4
has caused the Debian Bug report #675181,
regarding gccxml cannot parse under GCC 4.7.1
to be marked as done.
This means that you claim that the problem has been de
Processing commands for cont...@bugs.debian.org:
> severity 682709 important
Bug #682709 [nfs-kernel-server] nfs-kernel-server: NFS4 krb5 mounts hang under
nfs-utils 1.2.6-3
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
severity 682709 important
thanks
For a reason I don't understand, after the last reboot of the server and
client, everything works again. I suspect the last configuration changes
(before my previous email) did not propagate correctly because of some
caching (or some other reason that would go beyo
Processing commands for cont...@bugs.debian.org:
> tags 675181 pending
Bug #675181 [gccxml] gccxml cannot parse under GCC 4.7.1
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
675181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675181
D
Processing commands for cont...@bugs.debian.org:
> tags 675181 fixed-upstream
Bug #675181 [gccxml] gccxml cannot parse under GCC 4.7.1
Added tag(s) fixed-upstream.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
675181: http://bugs.debian.org/cgi-bin/bugreport.cg
On 07/26/2012 05:31 AM, Mathieu Malaterre wrote:
> reopen 675181
> severity grave
> retitle 675181 gccxml cannot parse under GCC 4.7.1
> forwarded 675181 http://www.gccxml.org/Bug/view.php?id=13372
> thanks
>
> Not sure if this is ideal to reopen the bug instead of creating a new
> one. But I bel
Processing commands for cont...@bugs.debian.org:
> severity 682709 grave
Bug #682709 [nfs-kernel-server] nfs-kernel-server: NFS4 krb5 mounts hang under
nfs-utils 1.2.6-3
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
6827
Hi Helmut,
On Donnerstag, 26. Juli 2012, Helmut Grohne wrote:
> Justification: user security hole
thanks a lot for your ongoing work on Debian security! Much appreciated! :-)
About the issue at hand, I'll see what I can do...
more notes from IRC:
helmut, any idea how to fix?
h01ger: that's
1 - 100 of 144 matches
Mail list logo