Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: docs/linux64_bit_issues.md

Issue 1324603002: [Docs] Another round of stylistic fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/layout_tests_linux.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 **Note: This page is (somewhat) obsolete.** Chrome has a native 64-bit build now . Normal users should be running 64-bit Chrome on 64-bit systems. However, it's possible developers might be using a 64-bit system to build 32-bit Chrome, and w ill want to test the build on the same system. In that case, some of these tips may still be useful (though there might not be much more work done to address pr oblems with this configuration).
2
3 Many 64-bit Linux distros allow you to run 32-bit apps but have many libraries m isconfigured. The distros may be fixed at some point, but in the meantime we hav e workarounds.
4
5 ## IME path wrong
6 Symptom: IME doesn't work. `Gtk: /usr/lib/gtk-2.0/2.10.0/immodules/im-uim.so: w rong ELF class: ELFCLASS64`
7
8 Chromium bug: [9643](http://code.google.com/p/chromium/issues/detail?id=9643)
9
10 Affected systems:
11 | **Distro** | **upstream bug** |
12 |:-----------|:-----------------|
13 | Ubuntu Hardy, Jaunty | [190227](https://bugs.launchpad.net/ubuntu/+source/ia32 -libs/+bug/190227) |
14
15 Workaround: If your xinput setting is to use SCIM, im-scim.so is searched for in lib32 directory, but ia32 package does not have im-scim.so in Ubuntu and perhap s other distributions. Ubuntu Hardy, however, has 32-bit im-xim.so. Therefore, i nvoking Chrome as following enables SCIM in Chrome.
16
17 > $ GTK\_IM\_MODULE=xim XMODIFIERS="@im=SCIM" chrome
18
19
20 ## GTK filesystem module path wrong
21 Symptom: File picker doesn't work. `Gtk: /usr/lib/gtk-2.0/2.10.0/filesystems/li bgio.so: wrong ELF class: ELFCLASS64`
22
23 Chromium bug: [12151](http://code.google.com/p/chromium/issues/detail?id=12151)
24
25 Affected systems:
26 | **Distro** | **upstream bug** |
27 |:-----------|:-----------------|
28 | Ubuntu Hardy, Jaunty, Koala alpha 2 | [190227](https://bugs.launchpad.net/ubun tu/+source/ia32-libs/+bug/190227) |
29
30 Workaround: ??
31
32 ## GIO module path wrong
33 Symptom: `/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64`
34
35 Chromium bug: [12193](http://code.google.com/p/chromium/issues/detail?id=12193)
36
37 Affected systems:
38 | **Distro** | **upstream bug** |
39 |:-----------|:-----------------|
40 | Ubuntu Hardy, Jaunty, Koala alpha 2 | [190227](https://bugs.launchpad.net/ubun tu/+source/ia32-libs/+bug/190227) |
41
42 Workaround: ??
43
44 ## Can't install on 64 bit Ubuntu 9.10 Live CD
45 Symptom: "Error: Dependency is not satisfiable: ia32-libs-gtk"
46
47 Chromium bug: n/a
48
49 Affected systems:
50 | **Distro** | **upstream bug** |
51 |:-----------|:-----------------|
52 | Ubuntu Koala alpha 2 | |
53
54 Workaround: Enable the Universe repository. (It's enabled by default
55 when you actually install Ubuntu; only the live CD has it disabled.)
56
57 ## gconv path wrong
58 Symptom: Paste doesn't work. `Gdk: Error converting selection from STRING: Conv ersion from character set 'ISO-8859-1' to 'UTF-8' is not supported`
59
60 Chromium bug: [12312](http://code.google.com/p/chromium/issues/detail?id=12312)
61
62 Affected systems:
63 | **Distro** | **upstream bug** |
64 |:-----------|:-----------------|
65 | Arch | ?? |
66
67 Workaround: Set `GCONV_PATH` to appropriate `/path/to/lib32/usr/lib/gconv` .
OLDNEW
« no previous file with comments | « docs/layout_tests_linux.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698