[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688195: marked as done (Missing import of errno in runcmd.py)



Your message dated Tue, 05 Oct 2021 07:37:45 -0400
with message-id <29dcc61567c79ab677fdf023b05db864b784323e.camel@debian.org>
and subject line Re: Bug#688195: Missing import of errno in runcmd.py
has caused the Debian Bug report #688195,
regarding Missing import of errno in runcmd.py
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
688195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688195
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python-cliapp
Version: 1.20120630-1
Severity: important
Tags: patch

runcmd.py uses the errno module in line 93 without first importing it.
The patch below adds the missing import.

It would be nice if this bug could be fixed for wheezy. As it only
affects an error path it does not render the package unusable in most
cases. Thus I was a bit reluctant to set a RC severity myself.

I can also prepare an upload if you don't have the time to fix the issue
at the moment.

Gaudenz

--- python-cliapp-1.20120630.orig/cliapp/runcmd.py
+++ python-cliapp-1.20120630/cliapp/runcmd.py
@@ -20,6 +20,7 @@
 import os
 import select
 import subprocess
+import errno
 
 import cliapp
 

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-cliapp depends on:
ii  python     2.7.3~rc2-1
ii  python2.6  2.6.8-0.2
ii  python2.7  2.7.3~rc2-2.1

python-cliapp recommends no packages.

Versions of packages python-cliapp suggests:
pn  libjs-query       <none>
ii  libjs-underscore  1.1.6-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.20120929-1

Mark this bug as done since it has been fixed in all supported Debian releases
(sid, testing, stable, oldstable) as of Oct 2021.

Thanks,
Boyuan Yang

On Thu, 20 Sep 2012 10:23:02 +0100 Lars Wirzenius <liw@liw.fi> wrote:
> On Thu, Sep 20, 2012 at 10:28:31AM +0200, Gaudenz Steinlin wrote:
> > Package: python-cliapp
> > Version: 1.20120630-1
> > Severity: important
> > Tags: patch
> > 
> > runcmd.py uses the errno module in line 93 without first importing it.
> > The patch below adds the missing import.
> 
> Already fixed upstream.
> 
> > I can also prepare an upload if you don't have the time to fix the issue
> > at the moment.
> 
> I hope to get my Debian package building workflow working again this
> weekend, and soon after that there'll be a new cliapp in unstable.
> 
> -- 
> I wrote a book: http://gtdfh.branchable.com/

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: