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

Bug 239052

Summary: sys-libs/e2fsprogs-libs-1.41.1: /usr/bin/mk_cmds references temporary build path
Product: Gentoo Linux Reporter: Tiziano Müller (RETIRED) <dev-zero>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tiziano Müller (RETIRED) gentoo-dev 2008-09-29 14:33:06 UTC
SS_DIR in mk_cmds contains a temporary build path

*snip*
#!/bin/sh
#
#

datarootdir=/usr/share
DIR="${DIR-/usr/share/ss}"
SS_DIR="/var/tmp/paludis/sys-libs-e2fsprogs-libs-1.41.1/work/e2fsprogs-libs-1.41.1/lib/ss"
AWK=gawk
SED=/bin/sed
*snip*
Comment 1 SpanKY gentoo-dev 2008-09-29 23:26:12 UTC
it's a fallback path that only gets used if /usr/share/ss/ is missing ... and if that dir is missing, your system is broken anyways, so ...