Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30636 - emerge fails for openoffice 1.1, error: C compiler cannot create executables
Summary: emerge fails for openoffice 1.1, error: C compiler cannot create executables
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
: 30639 31403 31582 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-07 23:23 UTC by markagregg
Modified: 2003-10-21 04:05 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markagregg 2003-10-07 23:23:09 UTC
emerge outputs...

checking for gawk... gawk
checking for gawk... /bin/gawk
checking for sed... /bin/sed
checking the operating system... checked (Linux)
checking for gcc... /usr/bin/ccache gcc
checking for C compiler default output... configure: error: C compiler cannot
create executables
See `config.log' for more details.

config.log says...

<snip>
configure:2017: checking for gcc
configure:2043: result: /usr/bin/ccache gcc
configure:2287: checking for C compiler version
configure:2290: /usr/bin/ccache gcc --version </dev/null >&5
./configure: line 1: /usr/bin/ccache: is a directory
configure:2293: $? = 126
configure:2295: /usr/bin/ccache gcc -v </dev/null >&5
./configure: line 1: /usr/bin/ccache: is a directory
configure:2298: $? = 126
configure:2300: /usr/bin/ccache gcc -V </dev/null >&5
./configure: line 1: /usr/bin/ccache: is a directory
configure:2303: $? = 126
configure:2327: checking for C compiler default output
configure:2330: /usr/bin/ccache gcc -march=athlon-tbird -O2 -pipe
-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER   conftest.c  >&5
./configure: line 1: /usr/bin/ccache: is a directory
configure:2333: $? = 126
configure: failed program was:
| #line 2306 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2372: error: C compiler cannot create executables
See `config.log' for more details.
<snip>

Reproducible: Always
Steps to Reproduce:
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-08 02:46:50 UTC
Please update your ccache. The current ccache ebuilds have the /usr/bin/ccache
binary, while previously the binary was installed as /usr/bin/ccache/ccache.
Comment 2 SpanKY gentoo-dev 2003-10-08 09:32:22 UTC
*** Bug 30639 has been marked as a duplicate of this bug. ***
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-08 12:28:08 UTC
This should be fixed in the newest version (same name)
Comment 4 SpanKY gentoo-dev 2003-10-18 11:40:54 UTC
*** Bug 31403 has been marked as a duplicate of this bug. ***
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-21 04:05:47 UTC
*** Bug 31582 has been marked as a duplicate of this bug. ***