Bug 181597 - dev-lang/tcl-8.4.15 version bump
|
Bug#:
181597
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: tcltk@gentoo.org
|
Reported By: pipping@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-lang/tcl-8.4.15 version bump
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-06-10 19:35 0000
|
hmm, 8.4.15 compile failed on my amd64. I'll try to fix it.
x86_64-pc-linux-gnu-gcc -c -O2 -O2 -march=k8 -pipe -pipe -DTCL_DBGX= -Wall
-Wno-implicit-int -fno-strict-aliasing -fPIC
-I/var/tmp/portage/dev-lang/tcl-8.4.15/work/tcl8.4.15/unix/../generic
-I/var/tmp/portage/dev-lang/tcl-8.4.15/work/tcl8.4.15/unix -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DPEEK_XCLOSEIM=1
-D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSEGETWD=1 -DNO_STRERROR=1
-DNO_GETWD=1 -DNO_WAIT3=1 -DNO_UNAME=1 -DNO_REALPATH=1 -DHAVE_SYS_TIME_H=1
-DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1
-DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1
-DHAVE_ST_BLKSIZE=1 -DNO_FSTATFS=1 -DNO_MEMMOVE=1 -DNO_STRING_H=1
-DUSE_DIRENT2_H=1 -DNO_UNION_WAIT=1 -DNO_GETTOD=1 -DHAVE_SIGNED_CHAR=1
-DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1
-DTCL_SHLIB_EXT=\".so\"
/var/tmp/portage/dev-lang/tcl-8.4.15/work/tcl8.4.15/unix/tclUnixCompat.c
In file included from /usr/include/string.h:9,
from
/var/tmp/portage/dev-lang/tcl-8.4.15/work/tcl8.4.15/unix/tclUnixCompat.c:19:
/usr/include/gentoo-multilib/amd64/string.h:40: error: conflicting types for
'memcpy'
/usr/include/gentoo-multilib/amd64/string.h:43: error: expected declaration
specifiers or '...' before '(' token
/usr/include/gentoo-multilib/amd64/string.h:43: error: expected declaration
specifiers or '...' before '(' token
/usr/include/gentoo-multilib/amd64/string.h:43: error: expected declaration
specifiers or '...' before '(' token
/usr/include/gentoo-multilib/amd64/string.h:59: error: conflicting types for
'memset'
/usr/include/gentoo-multilib/amd64/string.h:67: error: conflicting types for
'memchr'
/var/tmp/portage/dev-lang/tcl-8.4.15/work/tcl8.4.15/unix/../generic/../compat/string.h:34:
error: previous declaration of 'memchr' was here
/usr/include/gentoo-multilib/amd64/string.h:293: error: conflicting types for
'bcopy'
/usr/include/gentoo-multilib/amd64/string.h:44: error: previous declaration of
'bcopy' was here
make: *** [tclUnixCompat.o] Error 1
(In reply to comment #1)
> hmm, 8.4.15 compile failed on my amd64. I'll try to fix it.
> [...]
Does 8.5a6 compile?
hmm, I just compiled on amd64 without problems.
From the 8.4.14 ebuild I removed the epatch for ${PN}-8.3.5-tclm4-soname.patch
as it didn't apply. On line 81 I removed the $ after the -L in the sed
replacement part as I think that's a typo.