After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361883 - Building libglade-java on OpenSolaris
Building libglade-java on OpenSolaris
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: LibGlade
Unmaintained
Other opensolaris
: Normal normal
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on: 360207 361899
Blocks: 339854
 
 
Reported: 2006-10-13 07:53 UTC by John Rice
Modified: 2007-01-05 02:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patches for building libglade-java on OpenSolaris (4.43 KB, patch)
2006-10-13 07:54 UTC, John Rice
committed Details | Review

Description John Rice 2006-10-13 07:53:25 UTC
This is a set of buildsystem patches to allow libglade-java to be built on OpenSolaris nevada build48 and above [currently this build uses Gnome 2.14, but will be bumped to Gnome 2.16 shortly].

Changes for the following:
1. Get src building: Additon of newline to Config.java.in.
2. Configure --with_javadir is meant to be a supported configure option to tell the build where to put generated jar files, but had some hard coded path bugs and was not being picked up in generated .pc file.
3. Generating Javadoc on OpenSolaris - problem with use of "find -mindep". Not supported on this OS, simple generic workaround added. Also added missing classpath to remove build errors.
4. Applied patch to create src jar from Bug 339854: http://bugzilla.gnome.org/attachment.cgi?id=65225
5. Need to change where doc base dir is set in the build, as we wanted to put it in a different location on OpenSolaris. Currently defaulting to ${datadir/doc}. Added configure option --with_docbasedir to support this.
Comment 1 John Rice 2006-10-13 07:54:45 UTC
Created attachment 74616 [details] [review]
Patches for building libglade-java on OpenSolaris
Comment 2 John Rice 2006-10-13 09:41:15 UTC
Note: docbasedir support requires the glib macro jg_common.m4
Patch 74620 Bug 360207
Comment 3 Andrew Cowie 2006-10-15 09:39:46 UTC
Seems all fine, pending my question at Bug 361899 Comment #3

AfC
Comment 4 Andrew Cowie 2006-10-24 02:34:31 UTC
Patch committed.

I just noticed that you didn't create a -uninstalled.pc for this one. Is that an oversight? If so, REOPEN this bug and if you would, kindly gin me up another patch with just that.

AfC
Comment 5 John Rice 2006-10-24 09:02:05 UTC
Nope - as libglade was the last package built in the uber package no other components depended on it in the build tree so no need for an uninstalled.pc in this instance. There is no harm in adding one if people need it of course :)