Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173792 - dev-tcltk/tclxml-expat-2.4 configure fails
Summary: dev-tcltk/tclxml-expat-2.4 configure fails
Status: RESOLVED DUPLICATE of bug 96933
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 20:00 UTC by miga
Modified: 2007-04-08 21:03 UTC (History)
0 users

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 miga 2007-04-08 20:00:11 UTC
During updating world i have this:


emerge -v dev-tcltk/tclxml-expat

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] dev-tcltk/tclxml-expat-2.4  0 kB

<skipped>

checking system version (for dynamic loading)... ./configure: line 4524: syntax error near unexpected token `('
./configure: line 4524: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'

Actually, i don't test this on other machines, but i think, that it's not my local problem.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -v dev-tcltk/tclxml-expat 





I have gentoo-2006.1-amd64

This is contents of /var/tmp/portage/dev-tcltk/tclxml-expat-2.4/work/tclxml-2.4/expat/config.log -- emerge asks me to attach it.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1422: checking for correct TEA configuration
configure:1500: checking for Tcl configuration
configure:1573: checking for existence of /usr/lib/tclConfig.sh
configure:1665: checking for Cygwin environment
configure:1681: cc -c -march=k8 -O2 -pipe  conftest.c 1>&5
configure: In function 'main':
configure:1677: error: '__CYGWIN32__' undeclared (first use in this function)
configure:1677: error: (Each undeclared identifier is reported only once
configure:1677: error: for each function it appears in.)
configure: failed program was:
#line 1670 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1698: checking for mingw32 environment
configure:1710: cc -c -march=k8 -O2 -pipe  conftest.c 1>&5
configure: In function 'main':
configure:1706: error: '__MINGW32__' undeclared (first use in this function)
configure:1706: error: (Each undeclared identifier is reported only once
configure:1706: error: for each function it appears in.)
configure: failed program was:
#line 1703 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1736: checking for gcc
configure:1849: checking whether the C compiler (gcc -march=k8 -O2 -pipe ) works
configure:1865: gcc -o conftest -march=k8 -O2 -pipe   conftest.c  1>&5
configure:1891: checking whether the C compiler (gcc -march=k8 -O2 -pipe ) is a cross-compiler
configure:1896: checking whether we are using GNU C
configure:1905: gcc -E conftest.c
configure:1924: checking whether gcc accepts -g
configure:1963: checking if the compiler understands -pipe
configure:1974: gcc -pipe -c -march=k8 -O2 -pipe  conftest.c 1>&5
configure:1999: checking for a BSD compatible install
configure:2057: checking whether make sets ${MAKE}
configure:2091: checking for ranlib
configure:2124: checking for object suffix
configure:2130: gcc -pipe -c -march=k8 -O2 -pipe  conftest.c 1>&5
configure:2150: checking for executable suffix
configure:2160: gcc -pipe -o conftest -march=k8 -O2 -pipe   conftest.c  1>&5
configure:2199: checking for Tclxml configuration
configure:2267: checking for existence of /usr/lib/TclxmlConfig.sh
configure:2314: checking for Tcl public headers
configure:2735: checking for building with threads
configure:2773: checking how to build libraries
configure:2811: checking how to run the C preprocessor
configure:2832: gcc -pipe -E  conftest.c >/dev/null 2>conftest.out
configure:2899: checking if 64bit support is enabled
configure:2913: checking if 64bit Sparc VIS support is requested
configure:2934: checking system version (for dynamic loading)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-08 21:02:18 UTC
This is NOT a Gentoo Bugzilla product bug. What's so unclear about the description?

<snip>
Bugzilla: Only bugs regarding the Gentoo Bugzilla website (bugs.gentoo.org) belong here. Bugs related to ebuilds belong in 'Gentoo Linux'
</snip>
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-08 21:03:06 UTC
This won't be fixed, the ebuild will be removed.


*** This bug has been marked as a duplicate of bug 96933 ***