Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge -eav system failed building sandbox
Date: Sat, 09 Sep 2006 23:50:40
Message-Id: 5bdc1c8b0609091643q6efad15bjd307a27f1bc4a05e@mail.gmail.com
1 Hi,
2 OK, my conversion to gcc-4.1.1. seems ot have hit the skids, died,
3 burned up and is no longer to be foound. ;-). I came back to find the
4 machine back at the command line with a message:
5
6 error: C compiler cannot create executables
7
8 The screen said to attach the file
9
10 /var/tmp/portage/sandbox-1.2.17/work/build-x86-x86_64-pc-linux-gnu/config.log
11
12 to any bug reports. It's not that large so I thought I'd post it here
13 and see if I can get any faster answers as to what's gone wrong. To me
14 it looks like it's gone a bit strange about choosing the C compiler at
15 this point, but I don't understand why now after 2-3 hours of
16 compiling stuff with the new compiler.
17
18 lightning ~ # gcc-config -l
19 [1] x86_64-pc-linux-gnu-3.4.6
20 [2] x86_64-pc-linux-gnu-3.4.6-hardened
21 [3] x86_64-pc-linux-gnu-3.4.6-hardenednopie
22 [4] x86_64-pc-linux-gnu-3.4.6-hardenednopiessp
23 [5] x86_64-pc-linux-gnu-3.4.6-hardenednossp
24 [6] x86_64-pc-linux-gnu-4.1.1 *
25 lightning ~ #
26
27
28 I am going to try an emerge --resume I suppose. I'll wait a bit for
29 some feedback.
30
31 Thanks,
32 Mark
33
34 <SNIP>
35
36 This file contains any messages produced by compilers while
37 running configure, to aid debugging if configure makes a mistake.
38
39 It was created by sandbox configure 1.2.17, which was
40 generated by GNU Autoconf 2.59. Invocation command line was
41
42 $ ../sandbox-1.2.17//configure --prefix=/usr
43 --host=i686-pc-linux-gnu --mandir=/usr/share/man
44 --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
45 --localstatedir=/var/lib --libdir=/usr/lib32 --enable-multilib
46 --build=i686-pc-linux-gnu
47
48 ## --------- ##
49 ## Platform. ##
50 ## --------- ##
51
52 hostname = lightning
53 uname -m = x86_64
54 uname -r = 2.6.17-rt5
55 uname -s = Linux
56 uname -v = #1 PREEMPT Sat Jul 1 17:02:05 PDT 2006
57
58 /usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3000+
59 /bin/uname -X = unknown
60
61 /bin/arch = x86_64
62 /usr/bin/arch -k = unknown
63 /usr/convex/getsysinfo = unknown
64 hostinfo = unknown
65 /bin/machine = unknown
66 /usr/bin/oslevel = unknown
67 /bin/universe = unknown
68
69 PATH: /usr/local/sbin
70 PATH: /sbin
71 PATH: /usr/sbin
72 PATH: /usr/lib/portage/bin
73 PATH: /usr/local/bin
74 PATH: /bin
75 PATH: /usr/bin
76 PATH: /opt/bin
77 PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1
78 PATH: /opt/ati/bin
79 PATH: /opt/ati/sbin
80 PATH: /opt/blackdown-jdk-1.4.2.03/bin
81 PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
82 PATH: /usr/kde/3.5/sbin
83 PATH: /usr/kde/3.5/bin
84 PATH: /usr/qt/3/bin
85
86
87 ## ----------- ##
88 ## Core tests. ##
89 ## ----------- ##
90
91 configure:1533: checking for a BSD-compatible install
92 configure:1588: result: /bin/install -c
93 configure:1599: checking whether build environment is sane
94 configure:1642: result: yes
95 configure:1707: checking for gawk
96 configure:1723: found /bin/gawk
97 configure:1733: result: gawk
98 configure:1743: checking whether make sets $(MAKE)
99 configure:1763: result: yes
100 configure:1942: checking for i686-pc-linux-gnu-gcc
101 configure:1958: found /usr/bin/i686-pc-linux-gnu-gcc
102 configure:1968: result: i686-pc-linux-gnu-gcc
103 configure:2250: checking for C compiler version
104 configure:2253: i686-pc-linux-gnu-gcc --version </dev/null >&5
105 gcc-config error: i686-pc-linux-gnu-gcc wrapper: Unable to determine executable.
106 CTARGET=i686-pc-linux-gnu
107 exec=gcc
108
109 configure:2256: $? = 1
110 configure:2258: i686-pc-linux-gnu-gcc -v </dev/null >&5
111 gcc-config error: i686-pc-linux-gnu-gcc wrapper: Unable to determine executable.
112 CTARGET=i686-pc-linux-gnu
113 exec=gcc
114
115 configure:2261: $? = 1
116 configure:2263: i686-pc-linux-gnu-gcc -V </dev/null >&5
117 gcc-config error: i686-pc-linux-gnu-gcc wrapper: Unable to determine executable.
118 CTARGET=i686-pc-linux-gnu
119 exec=gcc
120
121 configure:2266: $? = 1
122 configure:2289: checking for C compiler default output file name
123 configure:2292: i686-pc-linux-gnu-gcc -march=k8 -O2 -pipe conftest.c >&5
124 gcc-config error: i686-pc-linux-gnu-gcc wrapper: Unable to determine executable.
125 CTARGET=i686-pc-linux-gnu
126 exec=gcc
127
128 configure:2295: $? = 1
129 configure: failed program was:
130 | /* confdefs.h. */
131 |
132 | #define PACKAGE_NAME "sandbox"
133 | #define PACKAGE_TARNAME "sandbox"
134 | #define PACKAGE_VERSION "1.2.17"
135 | #define PACKAGE_STRING "sandbox 1.2.17"
136 | #define PACKAGE_BUGREPORT "sandbox@g.o"
137 | #define PACKAGE "sandbox"
138 | #define VERSION "1.2.17"
139 | /* end confdefs.h. */
140 |
141 | int
142 | main ()
143 | {
144 |
145 | ;
146 | return 0;
147 | }
148 configure:2334: error: C compiler cannot create executables
149 See `config.log' for more details.
150
151 ## ---------------- ##
152 ## Cache variables. ##
153 ## ---------------- ##
154
155 ac_cv_env_CC_set=
156 ac_cv_env_CC_value=
157 ac_cv_env_CFLAGS_set=set
158 ac_cv_env_CFLAGS_value='-march=k8 -O2 -pipe'
159 ac_cv_env_CPPFLAGS_set=
160 ac_cv_env_CPPFLAGS_value=
161 ac_cv_env_CPP_set=
162 ac_cv_env_CPP_value=
163 ac_cv_env_CXXCPP_set=
164 ac_cv_env_CXXCPP_value=
165 ac_cv_env_LDFLAGS_set=
166 ac_cv_env_LDFLAGS_value=
167 ac_cv_env_build_alias_set=set
168 ac_cv_env_build_alias_value=i686-pc-linux-gnu
169 ac_cv_env_host_alias_set=set
170 ac_cv_env_host_alias_value=i686-pc-linux-gnu
171 ac_cv_env_target_alias_set=
172 ac_cv_env_target_alias_value=
173 ac_cv_path_install='/bin/install -c'
174 ac_cv_prog_AWK=gawk
175 ac_cv_prog_CC=i686-pc-linux-gnu-gcc
176 ac_cv_prog_make_make_set=yes
177
178 ## ----------------- ##
179 ## Output variables. ##
180 ## ----------------- ##
181
182 ACLOCAL='${SHELL}
183 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run
184 aclocal-1.9'ALLOCA=''
185 AMDEPBACKSLASH=''
186 AMDEP_FALSE=''
187 AMDEP_TRUE=''
188 AMTAR='${SHELL}
189 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run tar'
190 AR=''
191 AUTOCONF='${SHELL}
192 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run
193 autoconf'
194 AUTOHEADER='${SHELL}
195 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run
196 autoheader'
197 AUTOMAKE='${SHELL}
198 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run
199 automake-1.9'
200 AWK='gawk'
201 CC='i686-pc-linux-gnu-gcc'
202 CCDEPMODE=''
203 CFLAGS='-march=k8 -O2 -pipe'
204 CPP=''
205 CPPFLAGS=''
206 CXXCPP=''
207 CYGPATH_W='echo'
208 DEFS=''
209 DEPDIR=''
210 ECHO='echo'
211 ECHO_C=''
212 ECHO_N='-n'
213 ECHO_T=''
214 EGREP=''
215 EXEEXT=''
216 HAVE_RTLD_NEXT_FALSE=''
217 HAVE_RTLD_NEXT_TRUE=''
218 INSTALL_DATA='${INSTALL} -m 644'
219 INSTALL_PROGRAM='${INSTALL}'
220 INSTALL_SCRIPT='${INSTALL}'
221 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
222 LDFLAGS=''
223 LIBC_PATH=''
224 LIBDL=''
225 LIBOBJS=''
226 LIBS=''
227 LIBTOOL=''
228 LN_S=''
229 LTLIBOBJS=''
230 MAKEINFO='${SHELL}
231 /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/missing --run
232 makeinfo'
233 OBJEXT=''
234 PACKAGE='sandbox'
235 PACKAGE_BUGREPORT='sandbox@g.o'
236 PACKAGE_NAME='sandbox'
237 PACKAGE_STRING='sandbox 1.2.17'
238 PACKAGE_TARNAME='sandbox'
239 PACKAGE_VERSION='1.2.17'
240 PATH_SEPARATOR=':'
241 RANLIB=''
242 READELF=''
243 SET_MAKE=''
244 SHELL='/bin/sh'
245 STRIP=''
246 VERSION='1.2.17'
247 ac_ct_AR=''
248 ac_ct_CC=''
249 ac_ct_RANLIB=''
250 ac_ct_STRIP=''
251 am__fastdepCC_FALSE=''
252 am__fastdepCC_TRUE=''
253 am__include=''
254 am__leading_dot='.'
255 am__quote=''
256 am__tar='${AMTAR} chof - "$$tardir"'
257 am__untar='${AMTAR} xf -'
258 bindir='${exec_prefix}/bin'
259 build='i686-pc-linux-gnu'
260 build_alias='i686-pc-linux-gnu'
261 build_cpu=''
262 build_os=''
263 build_vendor=''
264 datadir='/usr/share'
265 exec_prefix='NONE'
266 host='i686-pc-linux-gnu'
267 host_alias='i686-pc-linux-gnu'
268 host_cpu=''
269 host_os=''
270 host_vendor=''
271 includedir='${prefix}/include'
272 infodir='/usr/share/info'
273 install_sh='/var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17/install-sh'
274 libdir='/usr/lib32'
275 libexecdir='${exec_prefix}/libexec'
276 localstatedir='/var/lib'
277 mandir='/usr/share/man'
278 mkdir_p='mkdir -p --'
279 oldincludedir='/usr/include'
280 prefix='/usr'
281 program_transform_name='s,x,x,'
282 sbindir='${exec_prefix}/sbin'
283 sharedstatedir='${prefix}/com'
284 sysconfdir='/etc'
285 target_alias=''
286
287 ## ----------- ##
288 ## confdefs.h. ##
289 ## ----------- ##
290
291 #define PACKAGE "sandbox"
292 #define PACKAGE_BUGREPORT "sandbox@g.o"
293 #define PACKAGE_NAME "sandbox"
294 #define PACKAGE_STRING "sandbox 1.2.17"
295 #define PACKAGE_TARNAME "sandbox"
296 #define PACKAGE_VERSION "1.2.17"
297 #define VERSION "1.2.17"
298
299 configure: exit 77
300 --
301 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: emerge -eav system failed building sandbox Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] emerge -eav system failed building sandbox Richard Fish <bigfish@××××××××××.org>