Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148599 - dev-libs/ptypes-2.0.2 won't compile w/ gcc-4.x [patch]
Summary: dev-libs/ptypes-2.0.2 won't compile w/ gcc-4.x [patch]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-09-21 19:47 UTC by James Hutton
Modified: 2006-10-22 12:47 UTC (History)
0 users

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


Attachments
Updated ptypes-2.0.2.ebuild (ptypes-2.0.2.ebuild,808 bytes, text/plain)
2006-09-21 19:48 UTC, James Hutton
Details
GCC4.x.x patch (ptypes_gcc4.patch,1.45 KB, patch)
2006-09-21 19:48 UTC, James Hutton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Hutton 2006-09-21 19:47:26 UTC
When emerging ptypes-2.0.2 with a gcc 4.X.X it will crap out.  This hopefully be fixed in a later release. Until then it should be patched (regardless of gcc version).

Relevent emerge --info:
Portage 2.1.1 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla, glibc-2.4.90.20060716-r0, 2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
Gentoo Base System version 1.12.5
Last Sync: Thu, 21 Sep 2006 21:30:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.7, 2.0.29
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1, 2.16.1-r3, 2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=athlon64 -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=athlon64 -msse3"
DISTDIR="/usr/portage/distfiles"
Comment 1 James Hutton 2006-09-21 19:48:27 UTC
Created attachment 97721 [details]
Updated ptypes-2.0.2.ebuild
Comment 2 James Hutton 2006-09-21 19:48:56 UTC
Created attachment 97722 [details, diff]
GCC4.x.x patch
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2006-10-22 12:47:37 UTC
Fixed in CVS as 2.0.2-r1. Thanks for reporting and the patch!