Gentoo Archives: gentoo-user

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: ~gcc-4.7.0
Date: Sat, 02 Jun 2012 06:54:05
Message-Id: 4FC9B81E.4060901@fu-berlin.de
In Reply to: Re: [gentoo-user] Re: ~gcc-4.7.0 by Nilesh Govindrajan
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 02.06.2012 04:37, Nilesh Govindrajan wrote:
5 > On Jun 2, 2012 6:08 AM, "walt" <w41ter@×××××.com> wrote:
6 <SNIP>
7 >
8 > Has anyone tried compiling chromium 20 (as of yesterday) and
9 > libreoffice 3.5.4.2 using gcc 4.7.0? I am unable to do so. Using
10 > unstable Amd64.
11 >
12 > -- Nilesh Govindrajan http://nileshgr.com
13 >
14
15 Openoffice: No
16
17 Chromium >20: Yes - they're a bit of a PITA...
18
19 It won't work without some patches. Mostly missing includes for
20 unistd.h (in most files is a
21
22 #if defined(OS_ANDROID)
23 #include <unistd.h>
24 #endif
25
26 where it is needed (ideally in a #id defined(OS_POSIX) (or LINUX?)
27 #endif block).
28
29 I've got no time to look into the versions 20.x to <21.0.1155.2 and my
30 custom patch for 21.0.1155.2 also fixes a selinux related issue.
31
32 If you google you'll find some other patches (even one on
33 bugs.gentoo.org) which max work for you (depends on version, I think).
34
35 I'll attach my patch for reference.
36
37 WKR
38 Hinnerk
39 -----BEGIN PGP SIGNATURE-----
40 Version: GnuPG v2.0.19 (GNU/Linux)
41 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
42
43 iQEcBAEBAgAGBQJPybgeAAoJEJwwOFaNFkYcu2YIAIa3xtDXMD7hFy/7iI5yEhd2
44 eLE5+GswNKYdCeYRaLvuqQpWJnm2GZj7UQVklxd1qgA2UhxgHCZkiya5Uj8M3va6
45 iE8e2TfCwAUqkL69/9HAXQh+cuHreq7ZAP9/+1yUaH8NOa9gZluIzyZv/TtO/PiJ
46 wDK6Zhar/MlpFOrduz3m0gFuJun1fruVGvT9cIWRTDSsMmsGm6l88JNG1YyXtmZV
47 yoL5ZfT0g+Lw1IJ6C03WEFG8yW/nXjE9wIojjzQoC3fkBmTPNWmcXdz5LzPx8T+P
48 rc9WQf8IGRQwA8ME8LPEJZdGxZmT170nOs74TqwJOs7F2YGAwL+N0euHF8DCilg=
49 =16Fc
50 -----END PGP SIGNATURE-----

Attachments

File name MIME type
selinux-gcc-4.7.patch text/x-patch
selinux-gcc-4.7.patch.sig application/pgp-signature