Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70559 - new ebuild: libgtk-java 2.4.6
Summary: new ebuild: libgtk-java 2.4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 70557
  Show dependency tree
 
Reported: 2004-11-09 03:08 UTC by Andrew Cowie
Modified: 2004-11-16 10:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Remove the autoconf macro which checks for docbook (libgtk-java-2.4.6_no-docbook-autoconf-macro.patch,394 bytes, patch)
2004-11-16 10:48 UTC, Andrew Cowie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cowie 2004-11-09 03:08:32 UTC
[raised per request from karltk]

Part of java-gnome 2.8.2

ebuild at http://www.operationaldynamics.com/reference/software/gentoo/
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-16 03:53:00 UTC
This ebuild bombed on my machine with:
----
configure: error: docbook not found in /sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i586-pc-linux-gnu/gcc-bin/3.3:/opt/intel/compiler80/bin:/usr/X11R6/bin:/opt/sun-jdk-1.4.2.06/bin:/opt/sun-jdk-1.4.2.06/jre/bin:/opt/
----

Apparently, there's a missing DEPEND.

I also suggest the following modifications:

1) Rewrite the spurious mkdir -p to dodir
3) May fix indentation in DEPEND and RDEPEND to be 8-space/tab compliant



Comment 2 Andrew Cowie 2004-11-16 05:46:15 UTC
There are some Make targets in doc/ which depend on docbook2html. VERY old, and mostly unused at this point, but the dependency check is hardcoded into an autoconf macro, and hacking that out has implications down the trcak. I'm checking with upstream what to do about this longer term.

But since we don't need it right now, I will patch it out. Attachment later today.
[or, workaround, emerge docbook-sgml-utils]

AfC
Atlanta
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-11-16 10:41:33 UTC
Fixed. Available for testing on x86 and ppc.
Comment 4 Andrew Cowie 2004-11-16 10:48:36 UTC
Created attachment 44085 [details, diff]
Remove the autoconf macro which checks for docbook

Fix removes the autoconf dependency check looking for DocBook (since the code
which uses it upstream is deprecated or broken or borked, and neither we nor
upstream call the make targets which use it).

My ebuilds at http://www.operationaldynamics.com/reference/software/gentoo/
have been updated.

AfC
Atlanta