Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693982 - DISTDIR default value is incorrect in wiki
Summary: DISTDIR default value is incorrect in wiki
Status: RESOLVED INVALID
Alias: None
Product: Websites
Classification: Unclassified
Component: Wiki (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Wiki Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-10 13:44 UTC by hs
Modified: 2019-09-10 14:06 UTC (History)
1 user (show)

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 hs 2019-09-10 13:44:25 UTC
https://wiki.gentoo.org/wiki/DISTDIR

The default value of DISTDIR variable is in /usr/portage/distfiles. No DISTDIR definition is in make.conf:

# emerge --info
...
DISTDIR="/usr/portage/distfiles"
...
Comment 1 Ben Kohler gentoo-dev 2019-09-10 13:46:38 UTC
For new installations, it is /var/cache/distfiles.  For existing installs, the old setting was preserved by the portage ebuild, written into /usr/share/portage/config/make.globals so as to not break anyone's old setup.

If you set the new value and rebuild portage, it'll update make.globals.
Comment 2 hs 2019-09-10 14:06:08 UTC
Thanks for clearing this up.