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

Bug 504854

Summary: app-admin/sudo-1.8.10_p1 creates useless/wrong paths in /var/run
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2014-03-17 05:11:01 UTC
>>> Completed installing sudo-1.8.10_p1 into /chroot/build/portage/app-admin/sudo-1.8.10_p1/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/lib64/sudo/group_file.so
   usr/lib64/sudo/system_group.so
   usr/lib64/sudo/sudoers.so
   usr/libexec/sudo/sudo_noexec.so
   usr/sbin/visudo
   usr/bin/sudoreplay
   usr/bin/sudo
ecompressdir: bzip2 -9 /usr/share/doc
ecompressdir: bzip2 -9 /usr/share/man
 * QA Notice: This ebuild installs into paths that should be created at runtime.
 *  To fix, simply do not install into these directories.  Instead, your package
 *  should create dirs on the fly at runtime as needed via init scripts/etc...
 * 
 *   var/run
 *   var/run/sudo

>>> Installing (16 of 20) app-admin/sudo-1.8.10_p1
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-03-17 05:17:43 UTC
+  17 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> sudo-1.8.10_p1.ebuild:
+  Don't install into /var/run as that is a tmpfs most of the time (bug
+  #504854).
+
Fixed without a revbump.