[Bug 2061374] Re: Python SyntaxWarnings in checkrestart
Sindarina
2061374 at bugs.launchpad.net
Fri Jan 10 20:56:42 UTC 2025
Debian bug report for the same issue is here;
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057695
And it seems to have been fixed upstream, in case one of the maintainers
has the time to merge and release an updated package?
https://salsa.debian.org/debian/debian-
goodies/-/commit/bac2c271d807a3d02bf8530194020b0eb2087a07
** Bug watch added: Debian Bug tracker #1057695
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057695
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-goodies in Ubuntu.
https://bugs.launchpad.net/bugs/2061374
Title:
Python SyntaxWarnings in checkrestart
Status in debian-goodies package in Ubuntu:
Confirmed
Bug description:
Hi,
here is the problem:
# checkrestart
/usr/sbin/checkrestart:222: SyntaxWarning: invalid escape sequence '\S'
m = re.match('^diversion by (\S+) (from|to): (.*)$', line)
/usr/sbin/checkrestart:398: SyntaxWarning: invalid escape sequence '\('
if re.compile("DEL").search(last) or re.compile("\(deleted\)").search(data) or re.compile("\(path inode=[0-9]+\)$").search(data):
/usr/sbin/checkrestart:398: SyntaxWarning: invalid escape sequence '\('
if re.compile("DEL").search(last) or re.compile("\(deleted\)").search(data) or re.compile("\(path inode=[0-9]+\)$").search(data):
/usr/sbin/checkrestart:430: SyntaxWarning: invalid escape sequence '\s'
if re.compile("\s\(deleted\)$").search(fname):
/usr/sbin/checkrestart:437: SyntaxWarning: invalid escape sequence '\s'
data = re.split('\s+', output.strip('\n'), 3)
/usr/sbin/checkrestart:440: SyntaxWarning: invalid escape sequence '\s'
if re.compile("\s\(deleted\)$").search(f):
/usr/sbin/checkrestart:464: SyntaxWarning: invalid escape sequence '\.'
if ( f.startswith('/lib/') or f.startswith('/usr/lib/') ) and re.compile("\.so[\d.]+$"):
/usr/sbin/checkrestart:468: SyntaxWarning: invalid escape sequence '\+'
f = re.compile("\+").sub("\+", f)
/usr/sbin/checkrestart:468: SyntaxWarning: invalid escape sequence '\+'
f = re.compile("\+").sub("\+", f)
/usr/sbin/checkrestart:469: SyntaxWarning: invalid escape sequence '\d'
f = re.compile(".so[\d.]+$").sub(".so.*", f)
/usr/sbin/checkrestart:470: SyntaxWarning: invalid escape sequence '\.'
f = re.compile("\.").sub("\.", f)
/usr/sbin/checkrestart:470: SyntaxWarning: invalid escape sequence '\.'
f = re.compile("\.").sub("\.", f)
/usr/sbin/checkrestart:594: SyntaxWarning: invalid escape sequence '\('
if re.compile("\(path inode=[0-9]+\)$").search(f):
/usr/sbin/checkrestart:651: SyntaxWarning: invalid escape sequence '\d'
re_uids = re.compile('Uid:\t(\d+)\t(\d+)\t(\d+)\t(\d+)$')
/usr/sbin/checkrestart:764: SyntaxWarning: invalid escape sequence '\('
return re.sub('( \(deleted\)|.dpkg-new).*$','',f)
lsof: WARNING: can't stat() fuse.portal file system /run/user/1000/doc
Output information may be incomplete.
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
Found 0 processes using old versions of upgraded files
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: debian-goodies 0.88.1ubuntu1
Uname: Linux 6.8.6-060806-generic x86_64
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Mon Apr 15 11:04:17 2024
PackageArchitecture: all
SourcePackage: debian-goodies
UpgradeStatus: Upgraded to noble on 2024-04-12 (3 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-goodies/+bug/2061374/+subscriptions
More information about the foundations-bugs
mailing list