Gentoo Archives: gentoo-alt

From: "Eduardo Mendonça" <eduardomendoncapt@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas
Date: Wed, 30 May 2007 11:59:41
Message-Id: 465D6703.6080709@gmail.com
In Reply to: Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas by Fabian Groffen
1 Fabian Groffen wrote:
2 > On 30-05-2007 00:31:09 +0200, Eduardo Mendonça wrote:
3 >
4 >>>> ./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= clean
5 >>>> ./build.sh: line 276: 22689 Bus error $@
6 >>>>
7 >
8 > start a new shell, get it in prefix and type:
9 > gcc --version
10 >
11 >
12 $ gcc --version
13 gcc (GCC) 4.2.0 (Gentoo 4.2.0)
14 Copyright (C) 2007 Free Software Foundation, Inc.
15 This is free software; see the source for copying conditions. There is NO
16 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 >>> Don't know if darwin creates core-files: Do you find one somewhere under
18 >>> /Gentoo/var/tmp/portage/dev-util/boost-build-1.34_pre20061214/work/boost_1_34_pre20061214/
19 >>>
20 >>> Seems that I best pass to darwin-users here, sorry.
21 >>>
22 >>>
23 >>>
24 >> Have files there but don't know what you mean!?
25 >>
26 >> Well you said you had boost from gentoo-prefix user overlay, can you get me
27 >> to the right direction on how I can configure that overlay?
28 >>
29 >
30 > emerge layman
31 > layman -a prefix-users
32 > echo "source /Gentoo/usr/portage/local/layman/make.conf" >> /Gentoo/etc/make.conf
33 >
34 >
35 >
36 Ok I have a problem with layman:
37
38 |$ emerge layman -vp
39
40 These are the packages that would be merged, in order:
41
42 Calculating dependencies... done!
43 [ebuild R ] app-portage/layman-1.0.99 0 kB
44
45 Total: 1 package (1 reinstall), Size of downloads: 0 kB
46 $
47 $ layman -L
48 $ |
49
50 No output...
51
52 I went to my other gentoo box, where I can successfully use layman, and
53 I added prefix-users and then copied all the information needed so I
54 could add it to my prefix. BAD WAY TO DO THIS... but don't know what I'm
55 missing...
56
57 |$ head -n 40 /Gentoo/etc/layman/layman.cfg | tail -n 10
58 # URLs of the remote lists of overlays (one per line) or
59 # local overlay definitions
60 #
61 #overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
62 # http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
63 # http://mydomain.org/my-layman-list.xml
64 # file:///usr/portage/local/layman/my-list.xml
65
66 overlays :
67 http://www.gentoo.org/proj/en/gentoo-alt/prefix/layman-prefix.txt
68
69 $
70 |
71 So after that I have:
72
73 |$ layman -l
74 * prefix-users [Subversion] (source:
75 http://prefix-user.no-ip.o...)
76 $ |
77
78 And I started compiling boost:
79
80 |$ emerge boost -v
81
82 These are the packages that would be merged, in order:
83
84 Calculating dependencies... done!
85 [ebuild N ] dev-libs/boost-1.33.1-r1 USE="threads -bcp -bjam -debug
86 -doc -icu -pyste -threadsonly" 0 kB [1]
87
88 Total: 1 package (1 new), Size of downloads: 0 kB
89 Portage overlays:
90 [1] /Gentoo/usr/portage/local/layman/prefix-users
91 [2] /Gentoo/usr/local/portage
92
93 >>> Verifying ebuild Manifests...
94
95 >>> Emerging (1 of 1) dev-libs/boost-1.33.1-r1 to /|
96
97 (...)
98
99 I also changed -j3 to -j1... and tried compiling with gcc 4.0.1, but
100 always, at some point I had:
101
102 |(...)
103
104 FileClone
105 /Gentoo/var/tmp/portage/dev-libs/boost-1.33.1-r1/image/Gentoo/usr/include/boost/wave/util/time_conversion_helper.hpp
106 FileClone
107 /Gentoo/var/tmp/portage/dev-libs/boost-1.33.1-r1/image/Gentoo/usr/include/boost/wave/util/transform_iterator.hpp
108 FileClone
109 /Gentoo/var/tmp/portage/dev-libs/boost-1.33.1-r1/image/Gentoo/usr/include/boost/wave/util/unput_queue_iterator.hpp
110 ...failed updating 11 targets...
111 ...skipped 13 targets...
112 ...updated 3587 targets...
113
114 !!! ERROR: dev-libs/boost-1.33.1-r1 failed.
115 Call stack:
116 ebuild.sh, line 1564: Called dyn_install
117 ebuild.sh, line 1010: Called qa_call 'src_install'
118 ebuild.sh, line 44: Called src_install
119 boost-1.33.1-r1.ebuild, line 153: Called die
120
121 !!! Install failed
122 !!! If you need support, post the topmost build error, and the call
123 stack if relevant.
124 !!! A complete build log is located at
125 '/Gentoo/var/log/dev-libs:boost-1.33.1-r1:20070530-115200.log'.
126
127 !!! This ebuild is from an overlay:
128 '/Gentoo/usr/portage/local/layman/prefix-users'
129 $
130 |
131 Any thoughts?
132
133 Best regards,
134 Eduardo Mendonça
135 --
136 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas Matt Michalowski <me@××××××××.au>
Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas Fabian Groffen <grobian@g.o>