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 18:11:41
Message-Id: 200608141410.44490.gmishkin@acs.bu.edu
In Reply to: Re: [gentoo-java] Wanted: Killer Java Applications for the Desktop by Geoffrey Mishkin
1 Here's everything extra I needed in my 32-bit lib directory in order for it to
2 run:
3
4 bonobo libgnomevfs-2.a
5 bonobo-2.0 libgnomevfs-2.la
6 GConf libgnomevfs-2.so
7 gnome-vfs-2.0 libgnomevfs-2.so.0
8 gnome-vfs-image libgnomevfs-2.so.0.1400.2
9 libbonobo-2.a libIDL-2.la
10 libbonobo-2.la libIDL-2.so
11 libbonobo-2.so libIDL-2.so.0
12 libbonobo-2.so.0 libIDL-2.so.0.0.0
13 libbonobo-2.so.0.0.0 libname-server-2.a
14 libbonobo-activation.a libORBit-2.la
15 libbonobo-activation.la libORBit-2.so
16 libbonobo-activation.so libORBit-2.so.0
17 libbonobo-activation.so.4 libORBit-2.so.0.1.0
18 libbonobo-activation.so.4.0.0 libORBitCosNaming-2.la
19 libgconf-2.a libORBitCosNaming-2.so
20 libgconf-2.la libORBitCosNaming-2.so.0
21 libgconf-2.so libORBitCosNaming-2.so.0.1.0
22 libgconf-2.so.4 libORBit-imodule-2.la
23 libgconf-2.so.4.1.0 libORBit-imodule-2.so
24 libglade libORBit-imodule-2.so.0
25 libgnomecanvas-2.la libORBit-imodule-2.so.0.0.0
26 libgnomecanvas-2.so libpopt.a
27 libgnomecanvas-2.so.0 libpopt.la
28 libgnomecanvas-2.so.0.1400.0 libpopt.so
29 libgnomeprint libpopt.so.0
30 libgnomeprint-2-2.a libpopt.so.0.0.0
31 libgnomeprint-2-2.la libxml2.a
32 libgnomeprint-2-2.so libxml2.la
33 libgnomeprint-2-2.so.0 libxml2.so
34 libgnomeprint-2-2.so.0.1.0 libxml2.so.2
35 libgnomeprintui-2-2.a libxml2.so.2.6.26
36 libgnomeprintui-2-2.la orbit-2.0
37 libgnomeprintui-2-2.so pkgconfig
38 libgnomeprintui-2-2.so.0 python2.4
39 libgnomeprintui-2-2.so.0.1.0 xml2Conf.sh
40
41 --Geoff Mishkin <gmishkin@××××××.com>
42
43
44 On Monday 14 August 2006 10:52, Geoffrey Mishkin wrote:
45 > I am working on getting the new Notes to work on amd64 right now. However,
46 > it's 32-bit and requires 32-bit libraries that don't have emul-linux-x86-*
47 > packages yet. So far I've identified libgnomeprint, libxml2, and
48 > libgnomeprintui, but I might run into more later. Basically what I did was
49 > follow the instructions to set up a 32-bit chroot environment, build binary
50 > packages inside it for the libraries I need, then just unpack the /usr/lib
51 > directory of the binary package to /opt/lib32, which is a directory I
52 > created and added to ld.so.conf for this purpose.
53 >
54 > It's going, but it's going slowly. libgnomeprintui depends on a fairly
55 > significant portion of X11 which I'm building 32-bit right now. Just
56 > warning you what you're getting into on amd64. :-) For x86 it should be
57 > easier.
58 >
59 > The installation notes for Notes (lol) say that it depends on Gnome, but
60 > I'm not exactly sure how much (so far only libgnomeprint and
61 > libgnomeprintui). It also depends on Mozilla (not Firefox). I'm not sure
62 > if mozilla-bin will work because it wasn't built with xft support. I ran
63 > into a problem with that while trying out Sametime. I had to download a
64 > 32-bit binary from mozilla.org that was marked as having xft support, then
65 > unpacked it to /usr/local. That made Sametime work. I'm not sure if the
66 > new Notes requires this as well, but just to be safe I had it use the
67 > binary from mozilla.org. This is done using the /etc/gre.conf file, which
68 > Gentoo doesn't have, but which is required for the Notes installer to not
69 > die near the beginning. It looks like this:
70 >
71 > [1.7.13]
72 > GRE_PATH=/usr/local/mozilla
73 >
74 > Should be pretty self-explanatory. Good luck with your ebuild!
75 >
76 > --Geoff Mishkin <gmishkin@××.edu>
77 >
78 > On Monday 14 August 2006 10:16, Nathan Egge wrote:
79 > > What about the new version of Lotus Notes 7.0.1 code named Hannover?
80 > > There is a linux client that is writen using Eclipse SWT (comes bundled
81 > > with its own JVM, which can be stripped out). I am waiting on IT to hand
82 > > me the installation binary, but I will see about making an ebuild from
83 > > it.
84 > >
85 > > More info can be found here:
86 > >
87 > > http://www.dga.co.uk/customer/publicdo.nsf/Lookup-MENU/2E782AB075494BD080
88 > >25 71A7003B9F56!OpenDocument
89 > > http://tgdaily.com/2006/07/10/lotus_notes_linux/
90 > > www.ibm.com/software/lotus
91 > >
92 > > Joshua Nichols <nichoj@g.o> wrote: Hey folks,
93 > >
94 > > I'm looking to build a list of killer open source Java applications for
95 > > the desktop... So basically, I'm looking to get more sweet applications
96 > > into portage. Here is what I know of so far:
97 > >
98 > > In portage:
99 > > azureus
100 > > freemind
101 > >
102 > > Not in portage (yet):
103 > >
104 > > aerith https://aerith.dev.java.net/
105 > >
106 > > Let's see what's out there :)
107 > >
108 > > --
109 > > Joshua Nichols
110 > > Gentoo/Java - Project Lead
111 --
112 gentoo-java@g.o mailing list