Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431034 - app-shells/gentoo-bashcomp broken by /etc/make.globals removal
Summary: app-shells/gentoo-bashcomp 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: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2012-08-12 05:52 UTC by Ryan Hill (RETIRED)
Modified: 2012-10-24 04:35 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gentoo-bashcomp-make.globals.patch (gentoo-bashcomp-make.globals.patch,312 bytes, patch)
2012-08-12 07:32 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2012-08-12 05:52:09 UTC
2.2.0_alpha121:

dirtyepic@tundra ~ $ emerge -av lib<tab>
libass           libgfx           librxe           libsufr          libxc            
libcgnsoo        libgtextutils    libsfmt          libtcd           
libfac           librecad         libspatialindex  libunzip


2.2.0_alpha120:

dirtyepic@tundra ~ $ emerge -av lib<tab>
Display all 746 possibilities? (y or n)
Comment 1 Zac Medico gentoo-dev 2012-08-12 06:53:31 UTC
Maybe this is related to the remove of the /etc/make.globals symlink (bug #427862). If so, this should make it work again:

  ln -s /usr/share/portage/config/make.globals /etc/make.globals
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2012-08-12 07:31:43 UTC
Yep, it does.  Thanks.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2012-08-12 07:32:13 UTC
Created attachment 321070 [details, diff]
gentoo-bashcomp-make.globals.patch
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2012-08-16 03:46:49 UTC
FYI I'm applying this on Saturday if there are no objections.
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-08-20 18:28:00 UTC
(In reply to comment #4)
> FYI I'm applying this on Saturday if there are no objections.

You don't have to wait or ask for permission. Go ahead at will
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2012-08-20 19:17:14 UTC
I'm waiting for my brain to stop with the stabby-paining.  Three-day migraines suck.
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2012-08-20 20:53:44 UTC
Actually it seems I don't have write permission to the gentoo-bashcomp overlay.
Comment 8 Sebastian Rose 2012-09-14 15:06:32 UTC
Sorry to nag, but was this resolved? At least on my system it's still broken.
Comment 9 Ryan Hill (RETIRED) gentoo-dev 2012-09-15 01:28:31 UTC
The lack of Resolved in the status field is a clue.
Comment 10 Pacho Ramos gentoo-dev 2012-09-29 09:13:34 UTC
Do you let me to commit it to main tree at least?
Comment 11 Pacho Ramos gentoo-dev 2012-10-06 09:42:58 UTC
+*gentoo-bashcomp-20101217-r1 (06 Oct 2012)
+
+  06 Oct 2012; Pacho Ramos <pacho@gentoo.org>
+  +gentoo-bashcomp-20101217-r1.ebuild:
+  Fix breakage after /etc/make.globals, bug #431034.
+
Comment 12 Nikos Chantziaras 2012-10-06 12:23:35 UTC
(In reply to comment #11)
> +*gentoo-bashcomp-20101217-r1 (06 Oct 2012)
> +
> +  06 Oct 2012; Pacho Ramos <pacho@gentoo.org>
> +  +gentoo-bashcomp-20101217-r1.ebuild:
> +  Fix breakage after /etc/make.globals, bug #431034.
> +

>>> Emerging (1 of 1) app-shells/gentoo-bashcomp-20101217-r1
 * gentoo-bashcomp-20101217.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking gentoo-bashcomp-20101217.tar.bz2 to /var/tmp/portage/app-shells/gentoo-bashcomp-20101217-r1/work
>>> Source unpacked in /var/tmp/portage/app-shells/gentoo-bashcomp-20101217-r1/work
>>> Preparing source in /var/tmp/portage/app-shells/gentoo-bashcomp-20101217-r1/work/gentoo-bashcomp-20101217 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch
 *   ( gentoo-bashcomp-20101217-make_globals.patch )

 * ERROR: app-shells/gentoo-bashcomp-20101217-r1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
Comment 13 Pacho Ramos gentoo-dev 2012-10-06 13:02:42 UTC
Fixed it a few minutes ago
Comment 15 Ryan Hill (RETIRED) gentoo-dev 2012-10-24 04:35:21 UTC
Fixed.