[Bug 217543] A bug in kdebase-runtime 4.4 install script (chgrp: invalid group: `nogroup')

Michael Pyne mpyne at kde.org
Mon Jul 12 03:53:13 BST 2010


https://bugs.kde.org/show_bug.cgi?id=217543


Michael Pyne <mpyne at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40259|0                           |1
        is obsolete|                            |




--- Comment #3 from Michael Pyne <mpyne kde org>  2010-07-12 04:53:11 ---
Created an attachment (id=48785)
 --> (http://bugs.kde.org/attachment.cgi?id=48785)
(Perhaps broken) patch to check for which group to change kdesud to

I tried giving it a go at a proper CMake-style porting of the configure.in.in
(which just looks for nogroup, nobody, or gives up and manually uses a group of
65534). It even allows the user to change the group name manually. BUT the
CMake install isn't actually expanding my new KDESUD_GROUP setting from what I
can tell, because the final chgrp command is getting executed like "chgrp ''
'/path/to/kdesud'" (where the KDESUD_GROUP is being expanded to nothing, the
single quotes are in the command line). The entry is definitely making it into
the cache though.

Maybe someone else can figure out why this patch doesn't actually work?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list