Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] problem installing portage with prefix launcher on hp-ux ia64
Date: Wed, 07 Nov 2007 14:05:21
Message-Id: 1194444286.14981.22.camel@sapc154
In Reply to: [gentoo-alt] problem installing portage with prefix launcher on hp-ux ia64 by Jeremy
1 On Fri, 2007-11-02 at 12:28 -0500, Jeremy wrote:
2 > I finally got most everything to "bootstrap" on hp-ia64 with
3 > prefix-launcher however I cannot get portage to install because it
4 > apparently wants to install files outside of my set PREFIX. See error
5 > below, any ideas? Notice how the files before it are installed to the
6 > correct location.
7 >
8 > /bin/sh ../subst-install
9 > --installcmd='/home/jolexa/hpux/prefix_tmp/prefix-launcher-1pre.jolexa/ia64-hp-hpux11.23/bin/install-sh
10 > -o jolexa -g minstaff -m 644'
11 > /home/jolexa/hpux/trunk/buildroot.scandia.ia64-hp-hpux11.23/portage/prefix-portage-2.2.00.8228/cnf/etc-update.conf
12 > /home/jolexa/hpux/prefix_tmp/prefix-launcher-1pre.jolexa/ia64-hp-hpux11.23/etc/etc-update.conf
13 > /home/jolexa/hpux/prefix_tmp/prefix-launcher-1pre.jolexa/ia64-hp-hpux11.23/bin/install-sh
14 > -d -m 755 -o jolexa -g minstaff /share/portage
15 > mkdir: cannot create directory `/share': Permission denied
16
17 Sorry for delay: this is a portage bug and fixed in
18 prefix-portage-2.2.00.8280, which already is used in recent
19 prefix-launcher.
20
21 You should be able to just do:
22 $ svn up
23
24 Because your Makefile will get updated too, you also should rename your
25 buildroot:
26 $ mv buildroot.scandia.ia64-hp-hpux11.23 buildroot
27
28 To inform gmake to use the newer portage version:
29 $ gmake config
30
31 To enforce complete rebuild of prefix-portage:
32 $ rm -rf buildroot/portage/*
33
34 Continue with the install:
35 $ gmake install
36
37 > gmake[2]: *** [install] Error 1
38 > gmake[2]: Leaving directory
39 > `/home/jolexa/hpux/trunk/buildroot.scandia.ia64-hp-hpux11.23/portage/scandia.ia64-hp-hpux11.23/cnf'
40
41 /haubi/
42 --
43 Michael Haubenwallner
44 Gentoo on a different level
45
46 --
47 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] problem installing portage with prefix launcher on hp-ux ia64 Jeremy <jer.gentoo@×××××.com>