Bug#1021603: libpmix2

2022-10-16 Thread Ron Lovell
Should have said Arch Linux Issue 75727. On Sun, Oct 16, 2022 at 5:20 PM Ron Lovell wrote: > Same issue as Arch issue 279267? > > -- > James Ronald Lovell > Huntsville, AL, USA > > -- James Ronald Lovell Huntsville, AL, USA

Bug#1021603: libpmix2

2022-10-16 Thread Ron Lovell
Same issue as Arch issue 279267? -- James Ronald Lovell Huntsville, AL, USA

Bug#994910: tripwire segfaults while reading files in /etc

2021-09-22 Thread Ron Murray
Package: tripwire Version: 2.4.3.7-3+b3 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear Maintainer, I've been using tripwire for several years now, and never had troubles with it until this morning (perhaps [not] coincidentally with th

Bug#990069: openssh-server: Not accepting new connections during Debian 10 -> 11 upgrade

2021-08-03 Thread Ron
On Tue, Aug 03, 2021 at 10:08:42PM +0200, Aurelien Jarno wrote: > On 2021-08-01 00:05, Ron wrote: > > > > Unpacking openssh-sftp-server (1:8.4p1-5) over (1:7.9p1-10+deb10u2) ... > > Preparing to unpack .../openssh-client_1%3a8.4p1-5_amd64.deb ... > > Unpacking openssh

Bug#990069: openssh-server: Not accepting new connections during Debian 10 -> 11 upgrade

2021-07-31 Thread Ron
included below - I'm not sure offhand exactly how the libc restart logic is coded, but at first blush I'd note the new openssh-server is unpacked but not set up at the time the libc service restart takes place ... Cheers, Ron Unpacking openssh-sftp-server (1:8.4p1-5) over (1:7.9p1-

Bug#932598: Upgrade to buster fails with start-stop-daemon error

2019-08-05 Thread Ron Murray
On 7/30/19 4:14 PM, Andreas Beckmann wrote: > Hi Ron, > > On 21/07/2019 05.42, Ron Murray wrote: >> On upgrade to buster, sendmail upgrade failed with this message: >> >>> start-stop-daemon: matching only on non-root pidfile >>> /var/run/sendmail/mta/sen

Bug#932598: Upgrade to buster fails with start-stop-daemon error

2019-07-20 Thread Ron Murray
/mta/sendmail.pid as well. Note: Although probably not a sendmail problem (start-stop daemon?), it might be advisable to re-word the error message. "matching only on non-root pidfile xxx.pid is insecure" is rather cryptic, and does not point the way to fixing the problem. .Ron Murray -

Bug#870406: Bug#870608: There is a possible patch available

2019-03-06 Thread Ron
On Wed, Mar 06, 2019 at 03:15:40AM +0100, Elimar Riesebieter wrote: > Hi all, > > did someone checked > > https://git.xiph.org/?p=libao.git;a=commit;h=d5221655dfd1a2156aa6be83b5aadea7c1e0f5bd > You mean the commit which has :? authorRon Sat, 13 Jan 2018 09:49:20

Bug#920882: Confirmation of Fix in libpmix2 3.1.2-2

2019-01-30 Thread Ron Lovell
My MPI issues were resolved by 3.1.2-2. Great work, guys. -- James Ronald Lovell Huntsville, AL, USA

Bug#920882: libpmix2 and Open MPI

2019-01-29 Thread Ron Lovell
The libpmix2 update causes my MPI programs compiled with gcc/gfortran/clang to fail at runtime with the same messages. -- James Ronald Lovell

Bug#913811: Bug #913811 Correction to previous

2018-11-15 Thread Ron Lovell
Oops. Last one should be: [ -d path ] && [ ! -L path ] -- James Ronald Lovell

Bug#913811: Bug #913811iptables

2018-11-15 Thread Ron Lovell
I still remember the first time that one bit me: "[ -e path]" fails if path is a dead symlink. There are other pitfalls testing symlinks. Some idioms I use: Does path exist? [ -e path ] || [ -L path ] Is path really a regular file? [ -f path ] && [ ! -L path ] A directory? [ -d path ] && [ ! -d

Bug#908120: gnome-terminal: confirmation of fix

2018-09-10 Thread Ron Lovell
libgtk-3-0_3.24.0-2_amd64 does fix the issue on my system. Great work, guys!

Bug#890844: Fwd: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-21 Thread Ron Lovell
-- Forwarded message -- From: Ron Lovell Date: Mon, Feb 19, 2018 at 8:45 PM Subject: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail To: 890...@bugs.debian.org, 890...@bugs.debian.org If I'm following correctly, it appears the issue with py

Bug#890621: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-19 Thread Ron Lovell
attribute when imported to python3.7 beta 1. But to simplify and to handle future cases, I think you will want to modify the 3.7 regression tests setup.py as well. Thanks all for the great work on this. Ron -- James Ronald Lovell Huntsville, AL, USA

Bug#880308: CLA Diet is the end of obesity sR6X

2017-11-13 Thread Ron Sasanas
I have not received this product On Nov 10, 2017 1:52 PM, "CLA Diet" wrote: > > > > > >

Bug#861298: Location of sample ogg file

2017-05-19 Thread Ron
On Fri, May 19, 2017 at 10:04:20PM +0200, Petter Reinholdtsen wrote: > > [Georges Racinet] > > I don't really have insight on the best place to put a sample ogg file ; > > in the meanwhile, that one is now in python-pygame-doc, and the attached > > patch fixes the FTBFS for me. Hoping this short-t

Bug#861298: oggvideotools: FTBFS: can not open file for reading

2017-04-27 Thread Ron
y what would be expected rather than that it just doesn't completely explode in flames trying. And won't need to B-D on odd packages just for a data file in them. Cheers, Ron

Bug#851612: CVE-2017-0381

2017-02-06 Thread Ron
On Mon, Feb 06, 2017 at 08:45:01PM +0100, Julien Cristau wrote: > On Tue, Jan 31, 2017 at 15:32:13 +1030, Ron wrote: > > > I've CC'd -release, to see what they'd prefer we do for Jessie. > > It might be that the best option here is to just put something lat

Bug#851612: CVE-2017-0381

2017-01-30 Thread Ron
t after some unreadable memory. > > > > So while the bug definitely needed to be fixed -- and was fixed back in > > July -- we don't consider it to be a severe security issue. If you > > disagree with our analysis, could you point out what we missed? > > Apologies

Bug#794594: library transition is needed with GCC 5 is the default

2015-08-05 Thread Ron
Just as a perhaps slightly simpler workaround for anyone who hits this before a fixed aptitude is also in sid: People using pdebuild can use: pdebuild --pbuildersatisfydepends /usr/lib/pbuilder/pbuilder-satisfydepends-classic --use-pdebuild-internal Which will then use apt as the resolver and

Bug#794587: man page is part of both libvbp0 and libvbp1

2015-08-05 Thread Ron
st make this conflict with libvpb0? (I know all the reasons why this is *normally* not a good idea for library packages, so no need to repeat those - but in this specific case, for this specific package, it might still be the Lesser Evil here). Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#781942: dovecot-antispam: crashes dovecot imap

2015-04-05 Thread Ron
/dovecot-antispam-plugin/ (the official version) > http://johannes.sipsolutions.net/Projects/dovecot-antispam (the original > version) > https://anonscm.debian.org/cgit/users/ron/dovecot-antispam.git/ (debian > / your version) There is the version Johannes wrote and maintains, which we curr

Bug#781942: dovecot-antispam: crashes dovecot imap

2015-04-05 Thread Ron
pdate the system again ... because that's what happened here if this ever worked. Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#778655: doxygen: Doxygen should not enable markdown by default

2015-02-17 Thread Ron
n its own right, but the mood in #d-d seemed to be that we should start by limiting the damage here and then tackle that part separately. Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#723103: dieharder: non-free due to $beverage clause?

2014-12-26 Thread Ron
On Fri, Dec 26, 2014 at 12:14:09PM -0600, Dirk Eddelbuettel wrote: > > On 27 December 2014 at 04:18, Ron wrote: > | > | Hi, > | > | Did you want to actually close or downgrade this bug now? > > No, because nobody ever replied (including upstream, with whom I've wor

Bug#723103: dieharder: non-free due to $beverage clause?

2014-12-26 Thread Ron
x27;t consider the extra request binding. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#764219: isc-dhcp-client: fails to configure the default route

2014-10-12 Thread Ron
changelog certainly wouldn't go astray in any case. > I'll leave you to close the bug if you agree with my analysis. Yeah, if the RFC is ambiguous about that, I'm not seeing it either. I can confirm that putting the default route into the RFC3442 list does appear to do the

Bug#764219: isc-dhcp-client: fails to configure the default route

2014-10-06 Thread Ron
I haven't dug deeper yet to know if it's really an upstream change which broke this, or some debian patch which failed to be applied to it correctly - but severity RC because I don't think we should ship this version in Jessie if it has this bug in it. Cheers, Ron -- To UNS

Bug#739581: closed by Michael Gilbert (Re: Bug#739581: update-grub: fails at 30_init-select, no Windows entries in grub.cfg)

2014-03-19 Thread Ron Murray
by Michael Gilbert . > > Their explanation is attached below along with your original report. > If this explanation is unsatisfactory and you have not received a > better one in a separate message then please contact Michael Gilbert > by > replying to this email. > > Confir

Bug#739581: update-grub: fails at 30_init-select, no Windows entries in grub.cfg

2014-03-07 Thread Ron Murray
Package: init-select Version: 1.20140301 Followup-For: Bug #739581 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H. Close, but no banana. * Problem still exists in version 1.20140301. grub.cfg cuts off immediately after the "### BEGIN /etc/grub.d/30_init-select ###" line. * /etc/default

Bug#720397: wavesurfer fails to start after upgrading tcl/tk to 8.5.14-2

2013-08-21 Thread Ron
s "allowed" to break, or is this really a bug that the tk folk need to fix? Cheers, Ron On Wed, Aug 21, 2013 at 12:58:21PM +0200, Giulio Paci wrote: > Package: wavesurfer > Version: 1.8.8p4-1 > Severity: grave > Justification: renders package unusable > > Dear Ro

Bug#704870: opus: cve-2013-0899

2013-04-12 Thread Ron
ning a new half-baked list of 'release-blockers' to cherry-pick doesn't really seem helpful for either of those goals at this stage of the freeze. If there were proven vectors for any of these things, including this one, we'd have rushed out urgent fixes last year, when they

Bug#704870: opus: cve-2013-0899

2013-04-09 Thread Ron
hat's the only thing that will actually make any real difference to any existing users here. (and if someone can show that, they'll probably find a whole bunch of other potentially serious bugs in that app too would be my first bet ... which would still be a better use of time than blind patc

Bug#691535: undefined symbol: glPopClientAttrib

2012-11-11 Thread Ron
On Sun, Nov 11, 2012 at 05:39:31PM +0100, gregor herrmann wrote: > On Mon, 12 Nov 2012 01:08:19 +1030, Ron wrote: > > > > > Does glxgears actually run for you without the mumble preload? > > > Yup, sorry for not mentioning this yesterday. > > Ok, so it's rea

Bug#691535: undefined symbol: glPopClientAttrib

2012-11-11 Thread Ron
On Sun, Nov 11, 2012 at 02:42:45PM +0100, gregor herrmann wrote: > On Sun, 11 Nov 2012 15:31:53 +1030, Ron wrote: > > > Does glxgears actually run for you without the mumble preload? > > Yup, sorry for not mentioning this yesterday. Ok, so it's reasonably certain to

Bug#691535: undefined symbol: glPopClientAttrib

2012-11-10 Thread Ron
-- or if that happens before you read this, to just push it straight into the normal unstable queue. (we shouldn't need to request another unblock for that, since the RC fix will flag it already). Many thanks again! Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#683919: Can't use the final version of opus

2012-08-05 Thread Ron
keen to know what that is. If gst can be crashed by the bug above, that's almost certainly a separate bug in gst that also should be fixed (since anyone could write a file that would crash it in that case even if this bug was fixed). If you can crash it, an example of how to reproduce that w

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-03 Thread Ron
the correct offset on i386. Yeah, it being zero by luck, or just somehow not actually tested down this codepath are really the only explanations I have too. But it wouldn't be the first "how did this ever work before" bug I've seen this year either :) I'm glad we've

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-03 Thread Ron
On Tue, Jul 03, 2012 at 09:27:21AM +0200, Fabian Greffrath wrote: > Am 03.07.2012 01:13, schrieb Ron: > >Well, no ... _sanitize_matrix() only gets called if format->matrix is > >not NULL. So I don't really see what "more robust" check it could do. > > My f

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-02 Thread Ron
On Mon, Jul 02, 2012 at 11:35:54AM +0200, Fabian Greffrath wrote: > Am 02.07.2012 11:15, schrieb Fabian Greffrath: > >_open_device(). I haven't digged through libao sources that much, but > >I believe a more robust check in _sanitize_matrix() (which is where > >the crash actually occurs) may be app

Bug#679526: Bug#638741: Bug#679526: Build-Depends on obsolete package ia32-libs-dev

2012-07-02 Thread Ron
On Mon, Jul 02, 2012 at 01:40:19PM +0200, Fabian Greffrath wrote: > Am 29.06.2012 21:38, schrieb Fabian Greffrath: > >Ouch...! /o\ > > Hey, wait, this is about /usr/lib vs. /usr/lib32 and not multiarch. Well we don't really know *what* it's about at all, since the reporter didn't give us enough i

Bug#679826: zsnes: segfaults on start in testing i386

2012-07-01 Thread Ron
On Sun, Jul 01, 2012 at 11:13:23PM +0200, Etienne Millon wrote: > * Ron [120701 23:07]: > > Strace probably won't help a lot here, the problem isn't really tied > > to interactions with system calls - my first guess would probably be > > that something in zsnes isn&

Bug#679526: Bug#638741: test results

2012-07-01 Thread Ron
On Sun, Jul 01, 2012 at 09:47:41PM +0200, Etienne Millon wrote: > * Ron [120701 21:44]: > > ... and this more or less means all bets are off for what we are > > really seeing here. > > > > You might want to build zsnes with debug symbols and inspect what > > happ

Bug#679526: Bug#638741: test results

2012-07-01 Thread Ron
want to build zsnes with debug symbols and inspect what happened prior to calling this if you want to debug it further. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#679526: Bug#638741: Bug#679526: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Ron
On Fri, Jun 29, 2012 at 04:26:37PM +0200, Fabian Greffrath wrote: > Am 29.06.2012 15:57, schrieb Ron: > >I only took over libao a few weeks ago, and I'm not really any more keen > >to relocate all its files on the eve of the freeze than I was to do that > >just a cou

Bug#679526: Bug#638741: Bug#679526: Build-Depends on obsolete package ia32-libs-dev

2012-06-29 Thread Ron
re is real call for it - but I think it's way too late to be experimenting with this in wheezy release candidates now. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675971: what should we be doing?

2012-06-27 Thread Ron
mpromises they need to make to get that - which seems to be the ongoing theme here. They managed to get that working with opus in just a couple of days, and with none of the ED grade drama that we seem to be seeing here. Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debia

Bug#675971: what should we be doing?

2012-06-25 Thread Ron
On Sun, Jun 24, 2012 at 03:51:14PM -0400, Chris Knadle wrote: > Because of all these sticky problems, without a clear path to proceed if I > were personally in the maintainer's shoes I'd probably take the "do nothing" > option and release the current "348" version that has the libcelt0-0 codec >

Bug#675971: what should we be doing?

2012-06-24 Thread Ron
Hi tcwardr...@gmail.com, I confess I'm not entirely certain how to respond to this suggestion of yours ... If, on the one hand, you actually are a black-hat, who has put in the effort to actually analyse this for your own benefit - then I tip my hat to you and your art, and wish you all the best

Bug#675971: what should we be doing?

2012-06-19 Thread Ron
y out of my power to plan or control, so how long this will take pretty much entirely depends on how long it takes people to tell their friends "it's time to update again". All I can really hope is that it will happen before the blackhats tell them that instead. All I can really do i

Bug#676007: dovecot-antispam: FTBFS: antispam-storage.c:3:26: fatal error: antispam-storage-2.1.c: No such file or directory

2012-06-08 Thread Ron
7;s a little shocked at this happening so close to the freeze, but we'll try to get an update out for this as soon as we can. Ron On Mon, Jun 04, 2012 at 11:51:40PM +0200, Lucas Nussbaum wrote: > Source: dovecot-antispam > Version: 2.0+20120225-2 > Severity: serious > Tags: wheez

Bug#672066: Breaking ABI without bumping SONAME is not the way to fix gcc-4.7 breakage

2012-06-04 Thread Ron
is. If no other actually sane solution can be found, then you'll need to force this package to build with gcc-4.6 instead. If upstream is really going to apply this patch, they'll need to bump SONAME and do a proper transition for it. Ron -- To UNSUBSCRIBE, email to

Bug#675955: mumble-server: Error launching mumble-server, 1.2.3-348

2012-06-04 Thread Ron
the cause of this is the 'fix' for #672066 in zeroc-ice which breaks ABI. That will need to be reverted, and all affected packages will need to be rebuilt. Until that happens, things are probably going to be a bit chaotic both in sid and wheezy for things using zeroc-ice. Sorr

Bug#675955: mumble-server: Error launching mumble-server 1.2.3-348

2012-06-04 Thread Ron
gin. That was a little while ago now though, so I'm a bit surprised nobody else has noticed it yet if that is really the case. Knowing which version you came from (or which version you need to go back to before it works again) would help narrow this down though. Cheers, Ron On Mon, Jun 04

Bug#675610: Please build cmus without roar for wheezy

2012-06-02 Thread Ron
ght people crossing off the details we need to finalise for the release. Thanks! Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#598547: gnuplot: Gnuplot batch mode task stops when called from a backgrounded script

2012-04-19 Thread Ron
Hi again :) On Fri, Apr 20, 2012 at 05:50:12AM +0930, Ron wrote: > On Thu, Apr 19, 2012 at 09:57:09PM +0200, Anton Gladky wrote: > > Hi Ron, > > > > what is the reason of marking this bug as serious? > > You can take your pick of the RC severities, but I don't

Bug#598547: gnuplot: Gnuplot batch mode task stops when called from a backgrounded script

2012-04-19 Thread Ron
Hi Anton, Thanks for the quick response :) On Thu, Apr 19, 2012 at 09:57:09PM +0200, Anton Gladky wrote: > Hi Ron, > > what is the reason of marking this bug as serious? You can take your pick of the RC severities, but I don't think we should release with a bug that makes gnuplo

Bug#665383: Source and destination overlap in memcpy

2012-03-23 Thread Ron
I haven't exhaustively scanned the mawk code for any others at this stage. Cheers, Ron --- fin.c.orig 2012-03-24 02:40:41.0 +1030 +++ fin.c 2012-03-24 02:40:46.0 +1030 @@ -328,7 +328,7 @@ /* move a partial line to front of buffer and try again */ unsigned rr ; -

Bug#651861: Uses floating-point operations without proper locking

2011-12-12 Thread Ron
hat should be uploaded shortly. And I've confirmed the current package does build correctly with the 3.1+41 kernel, it's just the cross targetted builds that were broken. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#651861: Uses floating-point operations without proper locking

2011-12-12 Thread Ron
will fix the other problem you reported too (and let me get rid of the broken arch detection which is why it was building for you in 'cross' builds in the first place). If you need a quick fix, just kill this line in src/vtcore/Makefile: obj-$(CONFIG_VTCORE) += vtecho_fp.o Good catch

Bug#628247: sofia-sip Bug#628247: Generated code

2011-11-10 Thread Ron
nclude with the next upload. In the meantime there's no reason for this to be distracting the people who are looking to track the real RC issues that need resolving for the next release. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#647008: asterisk-modules: uninstallable on s390 (libvpb0 removed)

2011-11-02 Thread Ron
ich is what Phil was looking at tidying up. It looks like that might be more pain than gain until we have a better way to describe those sort of exceptions though ... Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#641173: libcurl3-gnutls (optional) depends on librtmp0 (extra)

2011-09-10 Thread Ron
on those should depend on that themselves. Thanks, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#628247: sofia-sip Bug#628247: Generated code

2011-08-20 Thread Ron
oduce it myself. It will be good if we can find a fix for it - but I'll also downgrade the severity of this bug if we don't find one by the time it becomes a release blocker. None of the normal Debian buildds have been hit by it to date, and "don't build with -j10" d

Bug#631143: Don't be afraid, dovecot-antispam 1.4 is only useful for Debian stable and earlier

2011-06-25 Thread Ron
er need to be patient, and/or stick with the dovecot 1.2.x releases. There will be packages supporting 2.x as soon as the work that needs to be done is done. Thanks, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#599462: audiosink-actual-sink-alsa: Unable to set hw params for playback: Invalid argument

2010-10-13 Thread Ron
On Thu, Oct 07, 2010 at 06:56:16PM +0100, Tim Retout wrote: > clone 585614 -1 > reassign -1 gstreamer0.10-alsa > retitle -1 audiosink-actual-sink-alsa: Unable to set hw params for > playback: Invalid argument > fixed 585614 0.5.6-1.2 > close 585614 > thanks > > On 7 Oct

Bug#585614: Fails to open any mp3's to split

2010-10-07 Thread Ron
On Wed, Oct 06, 2010 at 10:27:21PM +0100, Tim Retout wrote: > 010 13:54, Ron wrote: > > Grabbing gstreamer0.10-tools to get that, also updated me to > > libgstreamer0.10-0 0.10.30-1, which does seem to have altered how it fails. > > I think it would be worth upgradin

Bug#585614: Fails to open any mp3's to split

2010-10-06 Thread Ron
On Tue, Oct 05, 2010 at 10:12:06PM +0100, Tim Retout wrote: > reopen 585614 > thanks > > On Tue, 2010-10-05 at 21:17 +1030, Ron wrote: > > Hi Tim, > > > > Thanks for adding some extra perspective to this, but it still > > seems to be a bit more complicated th

Bug#585614: Fails to open any mp3's to split

2010-10-05 Thread Ron
reamer plugins for X11 and Pango ii libgstreamer-plugins-base0.10-0 0.10.29-4 GStreamer libraries from the "base" set ii libgstreamer0.10-0 0.10.29-1 Core GStreamer libraries and elements Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#578893: cpad-kernel-source: subprocess installed post-installation script returned error exit status 2

2010-08-25 Thread Ron
Hi Moritz, On Wed, Aug 25, 2010 at 08:57:54PM +0200, Moritz Muehlenhoff wrote: > Hi, > > On Fri, Apr 23, 2010 at 11:03:14PM +0930, Ron wrote: > > > | ++ uname -r > > > | + '[' 2.6.32-3-amd64 = 2.6.32-4-amd64 ']' > > > | + echo '

Bug#588607: mutt (priority standard) depends on libtokyocabinet8 (extra)

2010-07-10 Thread Ron
Package: mutt Version: 1.5.20-9 Severity: serious As per policy 2.5, it shouldn't do that. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#588608: aptitude (priority important) depends on libboost-iostreams (priority optional)

2010-07-10 Thread Ron
Package: aptitude Version: 0.6.3-2 Severity: serious Serious as per policy 2.5 Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#571339: A discussion from July-2010 on the problem at hand:

2010-07-04 Thread Ron Varburg
For the record: One might be interested in the thread started by: http://www.mail-archive.com/linux...@cs.huji.ac.il/msg58796.html Same thread, different archive, is at: http://article.gmane.org/gmane.linux.region.israel/40568

Bug#571339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571339#15

2010-07-03 Thread Ron Varburg
> From: kaplanl...@gmail.com > To: linux...@hotmail.com > CC: 571...@bugs.debian.org > > Because there isn't any new upstream version and no one provided a patch to > fix the FTBFS. > > 2010/7/3 Ron Varburg> > > > > Why is that? > > > > ___

Bug#571339: Have you uploaded a new version?

2010-07-03 Thread Ron Varburg
Why is that? > Date: Sat, 3 Jul 2010 20:07:02 +0300 > Subject: Re: Bug#571339: Have you uploaded a new version? > From: kaplanl...@gmail.com > To: linux...@hotmail.com; 571...@bugs.debian.org > > Nope. > > 2010/7/3 Ron Varburg> >

Bug#571339: Have you uploaded a new version?

2010-07-03 Thread Ron Varburg
Have you uploaded a new version? _ Hotmail: דואר אלקטרוני מהימן עם הגנה רבת עוצמה של Microsoft מפני הודעות זבל. https://signup.live.com/signup.aspx?id=60969

Bug#585614: Fails to open any mp3's to split

2010-06-13 Thread Ron
On Sat, Jun 12, 2010 at 10:07:32AM -0700, Ryan Niebur wrote: > On Sat, Jun 12, 2010 at 08:30:20PM +0930, Ron wrote: > > Package: mp3splt-gtk > > Version: 0.5.6-1+b1 > > Severity: grave > > > > Hi Ryan, > > > > This is the same bug we discussed a while

Bug#585614: Fails to open any mp3's to split

2010-06-12 Thread Ron
eam (since including this in squeeze if it doesn't work at all seems silly), and partly as documentation for an NMU I might do if you don't have any reasons to object to that. Cheers, Ron -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unsta

Bug#578893: cpad-kernel-source: subprocess installed post-installation script returned error exit status 2

2010-04-23 Thread Ron
surprising number of users, but I have a hard time believing it. The laptop I had with one of these in it is all but dead, and I'm not aware of anything newer using these. I'm tempted to just have the package removed, as I can't usefully test it anymore, but if some actual users

Bug#567569: Unable to bind some core keys to pad buttons

2010-04-15 Thread Ron
he version now in unstable, there are a number of button fixes in it, but I'm not sure offhand if this is one of them. Either way, the severity of this definitely isn't "serious" though. It's neither a policy violation, nor makes the package entirely unsuitable for

Bug#542269: #542269 -- newlib-mingw32 and mingw32-runtime: error when trying to install together

2010-01-23 Thread Ron
On Sat, Jan 23, 2010 at 04:13:37PM +0100, Ralf Treinen wrote: > Hi Ron, > > On Sat, Jan 23, 2010 at 09:05:39PM +1030, Ron wrote: > > > > Hi Ralf, > > > > On Thu, Jan 21, 2010 at 10:27:26PM +0100, Ralf Treinen wrote: > > > I filed bug #542269 with s

Bug#542269: #542269 -- newlib-mingw32 and mingw32-runtime: error when trying to install together

2010-01-23 Thread Ron
more about this from them soon enough. And if they didn't, it would eventually get removed. I can't think of anything useful this package is going to be able to do to fix it though, so in theory you could -done it here if you really wanted to. But it does remind me this problem is still p

Bug#560917: [Freewx-maint] Processed: Re: Bug#560917: CVE-2009-3560 and CVE-2009-3720 denial-of-services

2009-12-13 Thread Ron
m the security teams though. It is currently using the system expat. Cheers, Ron On Sun, Dec 13, 2009 at 09:57:03AM +, Debian Bug Tracking System wrote: > Processing commands for cont...@bugs.debian.org: > > > reassign 560917 wxwidgets2.8 > Bug #560917 [wxwidget2.8] CVE-2009-35

Bug#560916: CVE-2009-3560 and CVE-2009-3720 denial-of-services

2009-12-13 Thread Ron
On Sun, Dec 13, 2009 at 11:34:44AM +0100, Emilio Pozuelo Monfort wrote: > Ron wrote: > > It does seem sane that we should make this an explicit build dep, and also > > _force_ the use of system expat. Right now it's doing it opportunistically > > (though we do force

Bug#560916: CVE-2009-3560 and CVE-2009-3720 denial-of-services

2009-12-12 Thread Ron
On Sun, Dec 13, 2009 at 12:25:38AM -0500, Michael Gilbert wrote: > On Sun, 13 Dec 2009 15:46:53 +1030 Ron wrote: > > > > > Hi, > > > > 2.6 should be ok for this. wx does indeed bundle a bunch of embedded > > source, but the debian binary packages avoid using

Bug#560915: CVE-2009-3560 and CVE-2009-3720 denial-of-services

2009-12-12 Thread Ron
.xrc input file that was supplied in some app package. So it's real, but likely not the most urgent package in need of a security update at this stage, and one option for 'fixing' it once and for all might simply be to drop the libwx_gtk_xrc-2.4 library from this package altogether. Ch

Bug#560778: apt-listchanges: depends on things in optional, which depend on things in extra

2009-12-11 Thread Ron
stead implementing it in a manner that only depends on existing standard packages. Maybe even making it a standard feature of apt itself. Cheers, Ron -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel:

Bug#558989: dash reverses the established logic of test -nt -ot (and maybe others)

2009-11-30 Thread Ron
Even if it's just to remove -nt entirely and have such scripts _obviously_ break rather than silently doing the exact opposite of what they always have in the past. People who've had systems running Debian for years deserve more from us than this. Thanks, Ron -- System Information: Debia

Bug#556860: Your 'fix' broke KVM

2009-11-27 Thread Ron Watkins
Ok, I understand what's going on better now, and I'm sorry for the combative tone. I was indeed running the kvm from unstable, because I had to move to the that kernel to fix a bug, and I figured keeping kvm in as close sync as possible made the most sense. That may not have been necessary,

Bug#556860: Your 'fix' broke KVM

2009-11-27 Thread Ron Watkins
By adding your conflict with KVM, you're now breaking systems, if the administrators aren't paying attention. People running KVM, if they want to KEEP running KVM, can't update QEMU. There is no non-conflicting version of KVM available anywhere in testing or unstable. Since not even unstable

Bug#544588: dovecot-antispam: should have a versioned dovecot dependency

2009-11-17 Thread Ron
On Tue, Nov 17, 2009 at 11:16:37AM +, Simon McVittie wrote: > On Tue, 17 Nov 2009 at 12:37:55 +1030, Ron wrote: > > This is a known issue, yeah. But I don't really think it's a bug in the > > plugin per-se. > > I'm not going to get into BTS severity pin

Bug#544588: dovecot-antispam: should have a versioned dovecot dependency

2009-11-16 Thread Ron
on the whole, it just changes the flavour of them a little and adds some new failure modes that we don't currently suffer from. We need to bite the bullet and fix this properly in dovecot, anything else will mostly just be a recurring waste of people's time until we do. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#459099: mingw32: FTBFS with dash

2009-10-02 Thread Ron
t them to be releasable. cf. #542269 HAND, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#548862: svgatextmode: The last of its habitat has been destroyed. So long and thanks for all the fish

2009-09-29 Thread Ron
For the rest of you, and you know who you are, it's been fun, thanks a lot! but it seems our work here is very nearly done now. Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#539687: List of remaining packages affected by the libogg.la removal

2009-08-16 Thread Ron
On Mon, Aug 17, 2009 at 12:20:57AM +0200, Josselin Mouette wrote: > Le dimanche 16 août 2009 à 23:59 +0930, Ron a écrit : > > On Sun, Aug 16, 2009 at 01:01:45PM +0200, Josselin Mouette wrote: > > > please go to hell. > > > > Thanks for that Joss. You make an imp

Bug#539687: List of remaining packages affected by the libogg.la removal

2009-08-16 Thread Ron
nce... Thanks for playing your part to help make this picture complete again. o/ Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#539687: marked as done (libogg-dev: Removal of .la should have been coordinated with other packages)

2009-08-10 Thread Ron
s still not clear. > > > > I can't speak for Ron, Sorry Peter, I trimmed the cc list on my reply to Erik about this, I figured that nobody on -release actually needed this explained to them and it would just be noise there. > > but in general, the reason to remove .la f

Bug#539687: marked as done (libogg-dev: Removal of .la should have been coordinated with other packages)

2009-08-10 Thread Ron
On Mon, Aug 10, 2009 at 05:37:12PM +1000, Erik de Castro Lopo wrote: > Ron wrote: > > > At least upstream seems active on that one. And the maintainer was around > > to respond to #518037 in March, even if their response wasn't entirely > > satisfactory and upstream

Bug#539687: updating flac for removal of the libogg.la

2009-08-09 Thread Ron
n't, please forward this request to the release team, but it seems like a good opportunity to close some simple bugs at the same time instead. Cheers, Ron -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

  1   2   >