Bug 9036 - setting of environment variable TMPDIR not honored
Summary: setting of environment variable TMPDIR not honored
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.24.x
Hardware: All All
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-22 21:32 UTC by ginny690901
Modified: 2016-07-12 14:17 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ginny690901 2016-06-22 21:32:15 UTC
While it's possible (even when rather stressful to change all relevant '/bin' to '/system/bin', perhaps consider a change to autotools?) to compile busybox on a not rooted android system, it's virtually ussless since thé only part that honors TMPDIR is <mktemp>!
While this bug might not be as severe on other systems as it is on android, it is present on all systems.
Comment 1 Denys Vlasenko 2016-07-12 14:17:45 UTC
I would say, "Who is the idiot who planned Android filesystem and 'wisely' decided to made /bin/sh and /tmp nonexistent?"
What such a decision could possibly be good for? Causing pain, I take it.