Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 393270 Details for
Bug 565057
FTBFS rome-0.9-5.fc13
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 31.98 KB, created by
FTBFS
on 2010-02-13 17:45:56 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
FTBFS
Created:
2010-02-13 17:45:56 UTC
Size:
31.98 KB
patch
obsolete
>Mock Version: 1.0.1 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/rome.spec'], False, '/var/lib/mock/fedora-development-i386-rome-0.9-5.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0xce5910>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/rome.spec'] >Building target platforms: i386 >Building for target i386 >Wrote: /builddir/build/SRPMS/rome-0.9-5.fc13.src.rpm >Child returncode was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/rome.spec'], False, '/var/lib/mock/fedora-development-i386-rome-0.9-5.fc13.src.rpm/root/', None, 25200, True, 0, 8116, 14667, None, logger=<mock.trace_decorator.getLog object at 0xce5910>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/rome.spec'] >Building target platforms: i386 >Building for target i386 >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.u8jUpt >+ umask 022 >+ cd /builddir/build/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ cd /builddir/build/BUILD >+ rm -rf rome-0.9 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/rome-0.9-src.tar.gz >+ /bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rome-0.9 >+ /bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ find -name '*.jar' -o -name '*.class' -exec rm -f '{}' ';' >+ mkdir -p target/lib >+ ln -s /usr/share/java/jdom-1.0.jar target/lib >+ cp -p /builddir/build/SOURCES/MANIFEST.MF . >+ echo 'Patch #0 (rome-0.9-addosgimanifest.patch):' >Patch #0 (rome-0.9-addosgimanifest.patch): >+ /bin/cat /builddir/build/SOURCES/rome-0.9-addosgimanifest.patch >+ /usr/bin/patch -s -p0 --fuzz=0 >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FcFl1c >+ umask 022 >+ cd /builddir/build/BUILD >+ cd rome-0.9 >+ LANG=C >+ export LANG >+ unset DISPLAY >+ ant -Dnoget=true dist >Buildfile: build.xml >init: >setproxy: >get-deps: >compile: > [mkdir] Created dir: /builddir/build/BUILD/rome-0.9/target/classes > [javac] Compiling 116 source files to /builddir/build/BUILD/rome-0.9/target/classes > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedParser.java:21: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedGenerator.java:21: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedParser.java:54: cannot find symbol > [javac] symbol : class Document > [javac] location: interface com.sun.syndication.io.WireFeedParser > [javac] public boolean isMyType(Document document); > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedParser.java:66: cannot find symbol > [javac] symbol : class Document > [javac] location: interface com.sun.syndication.io.WireFeedParser > [javac] public WireFeed parse(Document document, boolean validate) throws IllegalArgumentException,FeedException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedGenerator.java:55: cannot find symbol > [javac] symbol : class Document > [javac] location: interface com.sun.syndication.io.WireFeedGenerator > [javac] public Document generate(WireFeed feed) throws IllegalArgumentException,FeedException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/ModuleGenerator.java:21: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/ModuleGenerator.java:62: cannot find symbol > [javac] symbol : class Element > [javac] location: interface com.sun.syndication.io.ModuleGenerator > [javac] public void generate(Module module,Element element); > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/ModuleParser.java:20: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/ModuleParser.java:49: cannot find symbol > [javac] symbol : class Element > [javac] location: interface com.sun.syndication.io.ModuleParser > [javac] public Module parse(Element element); > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/ParsingFeedException.java:19: package org.jdom.input does not exist > [javac] import org.jdom.input.JDOMParseException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SAXBuilder.java:3: package org.jdom does not exist > [javac] import org.jdom.JDOMException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SAXBuilder.java:17: package org.jdom.input does not exist > [javac] public class SAXBuilder extends org.jdom.input.SAXBuilder { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SAXBuilder.java:23: cannot find symbol > [javac] symbol : class JDOMException > [javac] location: class com.sun.syndication.io.SAXBuilder > [javac] public XMLReader createParser() throws JDOMException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SyndFeedInput.java:21: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedInput.java:27: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedInput.java:28: package org.jdom does not exist > [javac] import org.jdom.JDOMException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedInput.java:29: package org.jdom.input does not exist > [javac] import org.jdom.input.DOMBuilder; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedInput.java:30: package org.jdom.input does not exist > [javac] import org.jdom.input.JDOMParseException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SyndFeedInput.java:160: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.SyndFeedInput > [javac] public SyndFeed build(Document document) throws IllegalArgumentException,FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/FeedParsers.java:20: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedInput.java:247: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.WireFeedInput > [javac] public WireFeed build(Document document) throws IllegalArgumentException,FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/FeedParsers.java:67: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.FeedParsers > [javac] public WireFeedParser getParserFor(Document document) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SyndFeedOutput.java:20: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:21: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:22: package org.jdom does not exist > [javac] import org.jdom.JDOMException; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:23: package org.jdom.output does not exist > [javac] import org.jdom.output.DOMOutputter; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:24: package org.jdom.output does not exist > [javac] import org.jdom.output.Format; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:25: package org.jdom.output does not exist > [javac] import org.jdom.output.XMLOutputter; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/SyndFeedOutput.java:126: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.SyndFeedOutput > [javac] public Document outputJDom(SyndFeed feed) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/WireFeedOutput.java:182: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.WireFeedOutput > [javac] public Document outputJDom(WireFeed feed) throws IllegalArgumentException,FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:23: package org.jdom does not exist > [javac] import org.jdom.Attribute; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:24: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:25: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:26: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:27: package org.jdom.input does not exist > [javac] import org.jdom.input.SAXBuilder; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:4: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:5: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:42: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] private static final Namespace ATOM_NS = Namespace.getNamespace(ATOM_03_URI); > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:59: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Namespace getFeedNamespace() { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:63: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] public Document generate(WireFeed wFeed) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:70: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Document createDocument(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:70: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Document createDocument(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:74: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Element createRootElement(Feed feed) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:83: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void populateFeed(Feed feed,Element parent) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:88: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void addFeed(Feed feed, Element parent) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:96: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void addEntries(Feed feed,Element parent) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:104: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void addEntry(Entry entry,Element parent) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:112: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void populateFeedHeader(Feed feed, Element eFeed) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:170: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void populateEntry(Entry entry, Element eEntry) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:234: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void checkFeedHeaderConstraints(Element eFeed) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:237: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void checkEntriesConstraints(Element parent) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:240: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void checkEntryConstraints(Element eEntry) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:244: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Element generateLinkElement(Link link) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:265: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void fillPersonElement(Element element, Person person) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:278: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Element generateTagLineElement(Content tagline) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:292: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected void fillContentElement(Element contentElement, Content content) > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:334: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Element generateGeneratorElement(Generator generator) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Generator.java:355: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Generator > [javac] protected Element generateSimpleElement(String name, String value) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleGenerators.java:21: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:33: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedGenerator > [javac] private Namespace[] _allModuleNamespaces; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:56: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedGenerator > [javac] protected void generateModuleNamespaceDefs(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:62: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedGenerator > [javac] protected void generateFeedModules(List modules,Element feed) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:66: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedGenerator > [javac] public void generateItemModules(List modules,Element item) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java:70: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedGenerator > [javac] protected void generateForeignMarkup(Element e, List foreignMarkup) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleGenerators.java:49: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.ModuleGenerators > [javac] public void generateModules(List modules, Element element) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:22: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:23: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:24: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:25: package org.jdom.output does not exist > [javac] import org.jdom.output.XMLOutputter; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:8: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:11: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:42: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] protected Namespace getAtomNamespace() { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:46: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] public boolean isMyType(Document document) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:52: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] public WireFeed parse(Document document, boolean validate) throws IllegalArgumentException,FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:60: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] protected void validateFeed(Document document) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:69: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] protected WireFeed parseFeed(Element eFeed) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:149: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] private Link parseLink(Element eLink) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:197: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] private Person parsePerson(Element ePerson) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:223: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] private Content parseContent(Element e) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom03Parser.java:272: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom03Parser > [javac] private Entry parseEntry(Element eEntry) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleParsers.java:22: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleParsers.java:23: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:52: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedParser > [javac] protected List parseFeedModules(Element feedElement) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:56: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedParser > [javac] protected List parseItemModules(Element itemElement) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:60: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedParser > [javac] protected List extractForeignMarkup(Element e, Extendable ext, Namespace basens) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/BaseWireFeedParser.java:60: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.BaseWireFeedParser > [javac] protected List extractForeignMarkup(Element e, Extendable ext, Namespace basens) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleParsers.java:43: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.ModuleParsers > [javac] public List parseModules(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleParsers.java:63: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.ModuleParsers > [javac] private boolean hasElementsFrom(Element root, Namespace namespace) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/ModuleParsers.java:63: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.ModuleParsers > [javac] private boolean hasElementsFrom(Element root, Namespace namespace) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:23: package org.jdom does not exist > [javac] import org.jdom.Attribute; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:24: package org.jdom does not exist > [javac] import org.jdom.Document; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:25: package org.jdom does not exist > [javac] import org.jdom.Element; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:26: package org.jdom does not exist > [javac] import org.jdom.Namespace; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:27: package org.jdom.input does not exist > [javac] import org.jdom.input.SAXBuilder; > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:50: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] private static final Namespace ATOM_NS = Namespace.getNamespace(ATOM_10_URI); > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:67: cannot find symbol > [javac] symbol : class Namespace > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] protected Namespace getFeedNamespace() { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:71: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] public Document generate(WireFeed wFeed) throws FeedException { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:78: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] protected Document createDocument(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:78: cannot find symbol > [javac] symbol : class Document > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] protected Document createDocument(Element root) { > [javac] ^ > [javac] /builddir/build/BUILD/rome-0.9/src/java/com/sun/syndication/io/impl/Atom10Generator.java:82: cannot find symbol > [javac] symbol : class Element > [javac] location: class com.sun.syndication.io.impl.Atom10Generator > [javac] protected Element createRootElement(Feed feed) { > [javac] ^ > [javac] 100 errors >BUILD FAILED >/builddir/build/BUILD/rome-0.9/build.xml:49: Compile failed; see the compiler error output for details. >Total time: 1 second >error: Bad exit status from /var/tmp/rpm-tmp.FcFl1c (%build) > Bad exit status from /var/tmp/rpm-tmp.FcFl1c (%build) >RPM build errors: >Child returncode was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/rome.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/mock/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.6/site-packages/mock/util.py", line 324, in do > raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/rome.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 565057
:
393269
| 393270 |
393271
|
393272
|
393273
|
393274