Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 415051

Summary: app-admin/lib_users-0.4 - missing newline in PERMWARNING
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Tobias Klausmann (RETIRED) <klausman>
Status: RESOLVED FIXED    
Severity: trivial Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=692274
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2012-05-07 18:08:07 UTC
--- lib_users.py.org    2012-05-07 20:05:00.243965905 +0200
+++ lib_users.py        2012-05-07 20:06:04.899626489 +0200
@@ -17,7 +17,7 @@
 PROCFSBASE = "/proc/"
 PERMWARNING = """\
 Warning: Some files could not be read. Note that lib_users has to be run as
-root to get a full list of deleted in-use libraries."""
+root to get a full list of deleted in-use libraries.\n"""
 __version__ = "0.4"
 
 # These are no true libs so don't make our process a deleted libs user

Actual result:

jeroen@wieneke ~ $ lib_users
Warning: Some files could not be read. Note that lib_users has to be run as
root to get a full list of deleted in-use libraries.18546 "/usr/lib64/opera-next/opera-next"

Expected result:

jeroen@wieneke ~ $ lib_users
Warning: Some files could not be read. Note that lib_users has to be run as
root to get a full list of deleted in-use libraries.
18546 "/usr/lib64/opera-next/opera-next"
Comment 1 Tobias Klausmann (RETIRED) gentoo-dev 2012-05-07 19:12:25 UTC
Damn, had fixed that then lost it in a git merge.

Fixed v0.5 is in the tree.