Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 163221
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin von Gagern <Martin.vGagern@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
commons-io-1.2.ebuild fixed commons-io-1.2.ebuild text/plain Martin von Gagern 2007-01-22 11:39 0000 1.34 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 163221 depends on: Show dependency tree
Bug 163221 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-01-22 11:38 0000
!!! ERROR: dev-java/commons-io-1.2 failed.
Call stack:
  ebuild.sh, line 1611:   Called dyn_install
  ebuild.sh, line 1057:   Called qa_call 'src_install'
  environment, line 4478:   Called src_install
  commons-io-1.2.ebuild, line 47:   Called java-pkg_dojavadoc 'dist/docs/api'
  java-utils-2.eclass, line 517:   Called die

!!! dist/docs/api does not exist, or isn't a directory!

Comparing ebuild and work dir, I modified the ebuild like this:

--- commons-io-1.2.ebuild.orig
+++ commons-io-1.2.ebuild
@@ -44,6 +44,6 @@
        java-pkg_newjar build/${P}.jar ${PN}.jar

        dodoc RELEASE-NOTES.txt NOTICE.txt || die
-       use doc && java-pkg_dojavadoc dist/docs/api
+       use doc && java-pkg_dojavadoc build/dist-build/${P}/docs
        use source && java-pkg_dosrc src/java/*
 }

------- Comment #1 From Martin von Gagern 2007-01-22 11:39:53 0000 -------
Created an attachment (id=107772) [details]
fixed commons-io-1.2.ebuild

This is the ebuild with my modification applied.

------- Comment #2 From Vlastimil Babka (Caster) 2007-01-22 12:40:01 0000 -------
Fixed, thanks!
In the future please don't attach ebuild, but the patch instead of inlining it.
Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug