Gentoo Archives: gentoo-java

From: Geoffrey Mishkin <gmishkin@××××××.edu>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Wanted: Killer Java Applications for the Desktop
Date: Mon, 14 Aug 2006 14:52:57
Message-Id: 200608141052.07512.gmishkin@acs.bu.edu
In Reply to: Re: [gentoo-java] Wanted: Killer Java Applications for the Desktop by Nathan Egge
1 I am working on getting the new Notes to work on amd64 right now. However,
2 it's 32-bit and requires 32-bit libraries that don't have emul-linux-x86-*
3 packages yet. So far I've identified libgnomeprint, libxml2, and
4 libgnomeprintui, but I might run into more later. Basically what I did was
5 follow the instructions to set up a 32-bit chroot environment, build binary
6 packages inside it for the libraries I need, then just unpack the /usr/lib
7 directory of the binary package to /opt/lib32, which is a directory I created
8 and added to ld.so.conf for this purpose.
9
10 It's going, but it's going slowly. libgnomeprintui depends on a fairly
11 significant portion of X11 which I'm building 32-bit right now. Just warning
12 you what you're getting into on amd64. :-) For x86 it should be easier.
13
14 The installation notes for Notes (lol) say that it depends on Gnome, but I'm
15 not exactly sure how much (so far only libgnomeprint and libgnomeprintui).
16 It also depends on Mozilla (not Firefox). I'm not sure if mozilla-bin will
17 work because it wasn't built with xft support. I ran into a problem with
18 that while trying out Sametime. I had to download a 32-bit binary from
19 mozilla.org that was marked as having xft support, then unpacked it
20 to /usr/local. That made Sametime work. I'm not sure if the new Notes
21 requires this as well, but just to be safe I had it use the binary from
22 mozilla.org. This is done using the /etc/gre.conf file, which Gentoo doesn't
23 have, but which is required for the Notes installer to not die near the
24 beginning. It looks like this:
25
26 [1.7.13]
27 GRE_PATH=/usr/local/mozilla
28
29 Should be pretty self-explanatory. Good luck with your ebuild!
30
31 --Geoff Mishkin <gmishkin@××.edu>
32
33
34 On Monday 14 August 2006 10:16, Nathan Egge wrote:
35 > What about the new version of Lotus Notes 7.0.1 code named Hannover? There
36 > is a linux client that is writen using Eclipse SWT (comes bundled with its
37 > own JVM, which can be stripped out). I am waiting on IT to hand me the
38 > installation binary, but I will see about making an ebuild from it.
39 >
40 > More info can be found here:
41 >
42 > http://www.dga.co.uk/customer/publicdo.nsf/Lookup-MENU/2E782AB075494BD08025
43 >71A7003B9F56!OpenDocument http://tgdaily.com/2006/07/10/lotus_notes_linux/
44 > www.ibm.com/software/lotus
45 >
46 > Joshua Nichols <nichoj@g.o> wrote: Hey folks,
47 >
48 > I'm looking to build a list of killer open source Java applications for
49 > the desktop... So basically, I'm looking to get more sweet applications
50 > into portage. Here is what I know of so far:
51 >
52 > In portage:
53 > azureus
54 > freemind
55 >
56 > Not in portage (yet):
57 >
58 > aerith https://aerith.dev.java.net/
59 >
60 > Let's see what's out there :)
61 >
62 > --
63 > Joshua Nichols
64 > Gentoo/Java - Project Lead
65 --
66 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] Wanted: Killer Java Applications for the Desktop Geoffrey Mishkin <gmishkin@××××××.edu>