Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431816 - app-portage/getdelta-0.7.9 broken by /etc/make.globals removal
Summary: app-portage/getdelta-0.7.9 broken by /etc/make.globals removal
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - External Interaction (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 07:08 UTC by Ilya Gordeev
Modified: 2012-08-20 02:56 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 Ilya Gordeev 2012-08-18 07:08:57 UTC
/usr/bin/getdelta.sh from package app-portage/getdelta
/usr/bin/getdelta.sh: line 441: /etc/make.globals: No such file or directory

/etc/init.d/squash_portage from here http://en.gentoo-wiki.com/wiki/Squashed_Portage_Tree
/etc/init.d/squash_portage: line 23: /etc/make.globals: No such file or directory

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2012-08-18 08:29:18 UTC
Anything that relies on /etc/make.globals needs to be fixed to use /usr/share/portage/config/make.globals instead. If you need a temporary workaround then do this:

  ln -s /usr/share/portage/config/make.globals /etc/make.globals
Comment 2 Patrick Lauer gentoo-dev 2012-08-20 02:56:20 UTC
+  20 Aug 2012; Patrick Lauer <patrick@gentoo.org> +getdelta-0.7.9-r1.ebuild:
+  Hackfix for #431816

And now everyone please STOP MOVING STUFF AROUND, kthx?
(this is the second path messup I have to fix today, getting tired of change)