Bug 209036 - app-text/recode-3.6-r2: failed to compile with width of 'ignore' exceeds it's type using GCC-4.3.0
|
Bug#:
209036
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: shell-tools@gentoo.org
|
Reported By: EckosGentoo@gmail.com
|
|
Component: GCC Porting
|
|
|
URL:
|
|
Summary: app-text/recode-3.6-r2: failed to compile with width of 'ignore' exceeds it's type using GCC-4.3.0
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-02-05 21:17 0000
|
I've tried compiling recode for use with PHP5.2.5-r1 using
GCC-4.3.0_alpha20080201. And it said width of 'ignore' exceeds it's type. I
have however tried compiling with GCC-4.2.2 and it compiles fine.
Reproducible: Always
Steps to Reproduce:
1. install gcc-4.3.0_alpha20080201 from the toolchain overlay
2. enable ~x86
3. compile
until gcc-4.3 is portage (officially supported) we'd like bug reports to
include patches please. ;)
*** Bug 215245 has been marked as a duplicate of this bug. ***
Created an attachment (id=148123) [details]
Another patch to compile with gcc 4.3
It seems that 2 is just too much for a bool type. Replacing it with 1 compiles
fine (and should presumably yield the same result).
Sadly, I have completely no experience with C programming and this is the first
patch I have ever attempted.