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

Bug 602932

Summary: PORTAGE_TMPDIR not respected in env
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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