Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222577 - dev-java/xml-xmlbeans-1.0.4_pre20041217 fails to find file for download
Summary: dev-java/xml-xmlbeans-1.0.4_pre20041217 fails to find file for download
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 03:17 UTC by Xavian-Anderson Macpherson
Modified: 2008-05-19 02:04 UTC (History)
0 users

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


Attachments
emerge --info (shingoshi_emergeinfo-20080518_03:41:41,19.19 KB, text/plain)
2008-05-18 20:18 UTC, Xavian-Anderson Macpherson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xavian-Anderson Macpherson 2008-05-18 03:17:37 UTC
docs:
    [mkdir] Created dir: /var/tmp/portage/dev-java/xml-xmlbeans-1.0.4_pre20041217/work/xml-xmlbeans-20041217/v1/build/docs
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: "/var/tmp/portage/dev-java/xml-xmlbeans-1.0.4_pre20041217/work/xml-xmlbeans-20041217/v1/build/docs/reference/"
  [javadoc] Loading source files for package javax.xml.namespace...
  [javadoc] Loading source files for package org.apache.xmlbeans...
  [javadoc] Constructing Javadoc information...
  [javadoc] javadoc: warning - Error fetching URL: http://xml.apache.org/xmlbeans/docs/reference/index.html/package-list
  [javadoc] Standard Doclet version 1.6.0_06
  [javadoc] Building tree for all the packages and classes...
  [javadoc] /var/tmp/portage/dev-java/xml-xmlbeans-1.0.4_pre20041217/work/xml-xmlbeans-20041217/v1/src/xmlpublic/org/apache/xmlbeans/QNameSet.java:122: warning - Parameter "excludedQNamesInIncludedURIs" is documented more than once.
  [javadoc] /var/tmp/portage/dev-java/xml-xmlbeans-1.0.4_pre20041217/work/xml-xmlbeans-20041217/v1/src/xmlpublic/org/apache/xmlbeans/QNameSetBuilder.java:84: warning - Parameter "excludedQNamesInIncludedURIs" is documented more than once.
  [javadoc] /var/tmp/portage/dev-java/xml-xmlbeans-1.0.4_pre20041217/work/xml-xmlbeans-20041217/v1/src/xmlpublic/org/apache/xmlbeans/SchemaAttributeGroup.java:50: warning - @exclude is an unknown tag.

Shingoshi
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2008-05-18 10:05:57 UTC
You didn't give require information, please give it and reopen.
For example:
!!! When you file a bug report, please include the following information:
GENTOO_VM=ibm-jdk-bin-1.6  CLASSPATH="" JAVA_HOME="/opt/ibm-jdk-bin-1.6.0.1"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"
and of course, the output of emerge --info
Comment 2 Xavian-Anderson Macpherson 2008-05-18 20:18:14 UTC
Created attachment 153607 [details]
emerge --info

I no longer have a copy of the build.log.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2008-05-19 00:20:40 UTC
(In reply to comment #2)
> Created an attachment (id=153607) [edit]
> emerge --info
> 
> I no longer have a copy of the build.log.
> 

Can't you reproduce the issue then?
Comment 4 Xavian-Anderson Macpherson 2008-05-19 02:04:14 UTC
Maybe I should have marked this bug as trivial. Because the package did install, so this didn't prevent that. I just thought that on the chance that this might not be trivial, I should post it. I wouldn't have even noticed it, were it not for the fact that I sit addictively in front of my screen watching code stream by during compilations.

The problem is, once I have a package installed, I can't re-emerge it afterwards, unless I change a USE flag. And in most cases, I check and set those before I install any package. So no, I can't redo this to give you what you want. Sorry, that's just the way it is. I thought by giving you what I did, you'd be able to find this. It occurred during the final stages of the installation, when the documentation was being created. I personally don't think it was very important, because like I said, the package did install.

This is the link in question. I didn't even bother to check it afterwards. Maybe I should have before posting this. Again, if so, I'm sorry.
http://xml.apache.org/xmlbeans/docs/reference/index.html/package-list
But that is the only line of code that matters here.
Ok. I just checked the link. It is dead (404). That's the problem. It may be that this version's package-list is outdated, or has been moved to another location. I don't know. How important can it be if the package successfully compiles and installs? And, like I said, if it weren't for my addictive behavior, no one else would have likely even spotted it.

Shingoshi