Gentoo Archives: gentoo-dev

From: Brent <brentd@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] tk-8.4.3 compile error
Date: Wed, 01 Oct 2003 18:41:34
Message-Id: 1065033698.1464.18.camel@brent
1 Hello,
2
3 I hope this is the proper mailing list to ask this question, I didn't
4 get any answer on the user list.
5
6 I have tcl-8.4.3 emerged from portage with out a problem, however when I
7 try to emerge tk-8.4.3 I get this error:
8
9 In file included from
10 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkPort.h:34,
11 from
12 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkArgv.c:16:
13 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/tkUnixPort.h:224:20:
14 tclInt.h: No such file or directory
15
16 The file tclInt.h is alive and well at
17 /usr/lib/tcl8.4/include/generic/tclInt.h
18
19 What have I missed?
20
21 Here is the full emerge output:
22
23 emerge tk
24 Calculating dependencies ...done!
25 >>> emerge (1 of 1) dev-lang/tk-8.4.3 to /
26 >>> md5 src_uri ;-) tk8.4.3-src.tar.gz
27 >>> Unpacking source...
28 >>> Unpacking tk8.4.3-src.tar.gz to /var/tmp/portage/tk-8.4.3/work
29 * Applying
30 remove-control-v-8.4.diff... [ ok ]>>> Source unpacked.
31 creating cache ./config.cache
32 checking whether to use symlinks for manpages... no
33 checking compression for manpages... no
34 checking for gcc... gcc
35 checking whether the C compiler (gcc -march=athlon -O3 -pipe ) works...
36 yes
37 checking whether the C compiler (gcc -march=athlon -O3 -pipe ) is a
38 cross-compiler... no
39 checking whether we are using GNU C... yes
40 checking whether gcc accepts -g... yes
41 checking how to run the C preprocessor... gcc -E
42 checking for unistd.h... yes
43 checking for limits.h... yes
44 checking for building with threads... yes
45 checking for pthread_mutex_init in -lpthread... yes
46 checking for pthread_attr_setstacksize... yes
47 checking for readdir_r... yes
48 checking if the compiler understands -pipe... yes
49 checking for required early compiler flags... _LARGEFILE64_SOURCE
50 checking for 64-bit integer type... long long
51 checking for struct dirent64... no
52 checking for struct stat64... yes
53 checking for off64_t... yes
54 checking for Tcl configuration... found /usr/lib/tclConfig.sh
55 checking for existence of /usr/lib/tclConfig.sh... loading
56 checking how to build libraries... shared
57 checking for ranlib... ranlib
58 checking if 64bit support is requested... no
59 checking if 64bit Sparc VIS support is requested... no
60 checking system version (for dynamic loading)... Linux-2.4.22-pre7-aa1
61 checking for dlopen in -ldl... yes
62 checking for ar... ar
63 checking for build with symbols... no
64 checking for sin... no
65 checking for main in -lieee... yes
66 checking stdlib.h... yes
67 checking fd_set and sys/select... yes
68 checking for ANSI C header files... yes
69 checking for mode_t... yes
70 checking for pid_t... yes
71 checking for size_t... yes
72 checking for uid_t in sys/types.h... yes
73 checking for sys/time.h... yes
74 checking whether time.h and sys/time.h may both be included... yes
75 checking pw_gecos in struct pwd... yes
76 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
77 checking for main in -lXbsd... no
78 checking for connect... yes
79 checking for gethostbyname... yes
80 checking for sin... (cached) no
81 checking for main in -lieee... (cached) yes
82 checking whether char is unsigned... no
83 checking for strtod... yes
84 checking for Solaris2.4/Tru64 strtod bugs... ok
85 updating cache ./config.cache
86 creating ./config.status
87 creating Makefile
88 creating tkConfig.sh
89 gcc -pipe -c -march=athlon -O3 -pipe -Wall -Wconversion
90 -Wno-implicit-int -fPIC -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix
91 -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../generic
92 -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../bitmaps
93 -I/var/tmp/portage/tcl-8.4.3/work/tcl8.4.3/generic -I/usr/X11R6/include
94 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1
95 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1
96 -DHAVE_READDIR_R=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\
97 long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DPEEK_XCLOSEIM=1
98 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
99 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS
100 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../generic/tk3d.c
101 gcc -pipe -c -march=athlon -O3 -pipe -Wall -Wconversion
102 -Wno-implicit-int -fPIC -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix
103 -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../generic
104 -I/var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../bitmaps
105 -I/var/tmp/portage/tcl-8.4.3/work/tcl8.4.3/generic -I/usr/X11R6/include
106 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1
107 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1
108 -DHAVE_READDIR_R=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\
109 long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DPEEK_XCLOSEIM=1
110 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
111 -DHAVE_PW_GECOS=1 -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS
112 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/../generic/tkArgv.c
113 In file included from
114 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkPort.h:34,
115 from
116 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkInt.h:27,
117 from
118 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tk3d.h:18,
119 from
120 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tk3d.c:16:
121 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/tkUnixPort.h:224:20:
122 tclInt.h: No such file or directory
123 In file included from
124 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkPort.h:34,
125 from
126 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/generic/tkArgv.c:16:
127 /var/tmp/portage/tk-8.4.3/work/tk8.4.3/unix/tkUnixPort.h:224:20:
128 tclInt.h: No such file or directory
129 make: *** [tkArgv.o] Error 1
130 make: *** Waiting for unfinished jobs....
131 make: *** [tk3d.o] Error 1
132
133 !!! ERROR: dev-lang/tk-8.4.3 failed.
134 !!! Function src_compile, Line 35, Exitcode 2
135 !!! (no error message)

Replies

Subject Author
Re: [gentoo-dev] tk-8.4.3 compile error Lisa Seelye <lisa@g.o>