Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239052 - sys-libs/e2fsprogs-libs-1.41.1: /usr/bin/mk_cmds references temporary build path
Summary: sys-libs/e2fsprogs-libs-1.41.1: /usr/bin/mk_cmds references temporary build path
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 14:33 UTC by Tiziano Müller (RETIRED)
Modified: 2008-09-29 23:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ...