Gentoo Archives: gentoo-osx

From: m h <sesquile@×××××.com>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] [PREFIX] Portage 2.1.6 issues on linux...
Date: Tue, 14 Mar 2006 23:58:16
Message-Id: e36b84ee0603141557q170fb05cya09069d4e6d2af59@mail.gmail.com
1 This is probably configure issues...
2
3 I'm installing portage 2.1.6 on RHEL4 using the following configure:
4 ./configure --prefix=${PREFIX} --with-user=`whoami`
5 --with-group=${GROUP} --sysconfdir=${PREFIX}/etc
6 --with-rootuser=`whoami` --with-rootuid=`id -u`
7 --with-offset-prefix=${PREFIX}
8
9 After that I have a stab at a linux prefix profile that I link
10 etc/make.profile to. I also update etc/make.conf and add PREFIX to it
11 (and set PORTDIR=${PREFIX}/usr/portage).
12
13 Now after setting the path, emerge runs. But I'm getting the following issue:
14
15 #emerge -av system
16 !!! Problem with sandbox binary. Disabling...
17
18 These are the packages that would be merged, in order:
19
20 Calculating system dependencies
21 aux_get(): (0) Error in sys-apps/portage-2.1.2-r1 ebuild. (-1)
22 Check for syntax error or corruption in the ebuild. (--debug)
23
24
25 aux_get(): (0) Error in sys-apps/portage-2.1.4 ebuild. (-1)
26 Check for syntax error or corruption in the ebuild. (--debug)
27
28
29 aux_get(): (0) Error in sys-apps/portage-2.1.6 ebuild. (-1)
30 Check for syntax error or corruption in the ebuild. (--debug)
31
32
33 aux_get(): (0) Error in sys-libs/glibc-2.3.5-r2 ebuild. (-1)
34 Check for syntax error or corruption in the ebuild. (--debug)
35
36
37 aux_get(): (0) Error in app-shells/bash-3.1_p10 ebuild. (-1)
38 Check for syntax error or corruption in the ebuild. (--debug)
39
40
41 aux_get(): (0) Error in app-shells/bash-3.0-r13 ebuild. (-1)
42 Check for syntax error or corruption in the ebuild. (--debug)
43
44 .....
45 snip snip
46 ....
47
48
49 aux_get(): (0) Error in sys-libs/readline-5.0-r2 ebuild. (-1)
50 Check for syntax error or corruption in the ebuild. (--debug)
51
52
53 !!! Packages for the following atoms are either all
54 !!! masked or don't exist:
55 >=sys-apps/portage-2.0.53.03 virtual/libc app-shells/bash sys-devel/libtool dev-
56 lang/perl sys-apps/texinfo sys-apps/findutils sys-devel/make sys-apps/sed app-ar
57 ch/bzip2 sys-apps/which app-arch/tar sys-devel/patch sys-devel/autoconf-wrapper
58 sys-devel/flex sys-apps/groff sys-apps/grep net-misc/rsync app-arch/cpio virtual
59 /pager virtual/baselayout sys-devel/automake-wrapper virtual/ssh sys-devel/gcc s
60 ys-apps/diffutils virtual/os-headers sys-apps/gawk sys-devel/bison sys-libs/zlib
61 net-misc/wget sys-apps/file virtual/gzip sys-apps/coreutils sys-libs/ncurses sy
62 s-devel/m4 virtual/editor sys-devel/gnuconfig sys-apps/debianutils net-misc/iput
63 ils sys-libs/readline
64
65 ... done!
66
67 Total size of downloads: 0 kB
68
69 Nothing to merge; do you want me to auto-clean packages? [Yes/No] n
70 '
71
72 I'm using the latest prefix aware tree that I can find (the nightlies
73 that kito is posting).
74
75 Any hints
76
77 thanks
78
79 matt
80
81 --
82 gentoo-osx@g.o mailing list

Replies