Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Solaris prefix aborting with "invalid shebangs found"
Date: Sun, 07 Nov 2010 17:10:15
Message-Id: 20101107170939.GY14638@gentoo.org
In Reply to: Re: [gentoo-alt] Solaris prefix aborting with "invalid shebangs found" by Konstantin Tokarev
1 On 04-11-2010 13:09:46 +0300, Konstantin Tokarev wrote:
2 >
3 > 04.11.2010, 10:38, "Fabian Groffen" <grobian@g.o>:
4 >
5 > > It IS portage.  Please try to downgrade to 2.2.01.17133 if possible.  If
6 > > not, please give me the output, and I'll help you get through.
7 > >
8 >
9 > I have similar problem on Mac OS X 10.5. Trying to upgrade from
10 > 2.2.01.16711 to 2.2.01.17133
11
12 Ok, the only way out of this is to edit the file that causes this
13 behaviour:
14
15 $EPREFIX/usr/lib/portage/bin/misc-functions.sh
16
17 The simplest thing to do, is to find the function
18 install_qa_check_prefix, and just disable it being run entirely, by
19 simply removing the lines:
20
21 # Prefix specific checks
22 [[ -n ${EPREFIX} ]] && install_qa_check_prefix
23
24
25
26 --
27 Fabian Groffen
28 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] Solaris prefix aborting with "invalid shebangs found" Konstantin Tokarev <annulen@××××××.ru>