Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602932 - PORTAGE_TMPDIR not respected in env
Summary: PORTAGE_TMPDIR not respected in env
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-17 16:03 UTC by Toralf Förster
Modified: 2016-12-17 16:48 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 Toralf Förster gentoo-dev 2016-12-17 16:03:35 UTC
This doesn't work:

# cat /etc/portage/env/tmpdir 
PORTAGE_TMPDIR=/var

# grep tmpdir /etc/portage/package.env/misc 
dev-qt/qtwebengine            splitdebug tmpdir




This works :
# PORTAGE_TMPDIR=/var emerge -1 dev-qt/qtwebengine


The variable isn't defined in make.conf:

# grep -i tmp /etc/portage/make.conf
DISTDIR="/var/tmp/distfiles"
Comment 1 Toralf Förster gentoo-dev 2016-12-17 16:48:47 UTC
it works now - probably overlooked something here