[MacPorts] #37872: Error: Failed to install xorg-bigreqsproto
#37872: Error: Failed to install xorg-bigreqsproto ---------------------------+-------------------------------- Reporter: alexlebonlb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: octave-devel ---------------------------+-------------------------------- Trying to install octave-devel with no success. I am using the command: sudo port install octave-devel +atlas+docs ---> Staging xorg-bigreqsproto into destroot Error: org.macports.destroot for port xorg-bigreqsproto returned: command execution failed Error: Failed to install xorg-bigreqsproto -- Ticket URL: <https://trac.macports.org/ticket/37872> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure --------------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xorg-bigreqsproto | --------------------------------+------------------------ Changes (by larryv@…): * owner: macports-tickets@… => jeremyhu@… * port: octave-devel => xorg-bigreqsproto Old description:
Trying to install octave-devel with no success. I am using the command: sudo port install octave-devel +atlas+docs
---> Staging xorg-bigreqsproto into destroot Error: org.macports.destroot for port xorg-bigreqsproto returned: command execution failed Error: Failed to install xorg-bigreqsproto
New description: Trying to install octave-devel with no success. I am using the command: sudo port install octave-devel +atlas+docs {{{ ---> Staging xorg-bigreqsproto into destroot Error: org.macports.destroot for port xorg-bigreqsproto returned: command execution failed Error: Failed to install xorg-bigreqsproto }}} -- Comment: Thanks for the ticket. In the future, please try to Cc relevant port maintainers. -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure --------------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xorg-bigreqsproto | --------------------------------+------------------------ Comment (by jeremyhu@…): {{{ 161 :info:build /opt/local/bin/xsltproc --path "/opt/local/share/sgml/X11" --path "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_x11_xorg-bigreqsproto/xorg- bigreqsproto/work/bigreqsproto-1.1.2" --stringparam targets.filename "bigreq.pdf.db" --stringparam collect.xref.targets "only" --stringparam olink.base.uri "bigreq.pdf" --nonet --xinclude /opt/local/share/sgml/X11 /xorg-fo.xsl bigreq.xml 162 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function 163 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function 164 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function 165 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function 166 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function 167 :info:build /opt/local/bin/xmlto: line 328: local: can only be used in a function }}} -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: xmlto | ----------------------------+------------------------ Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed * port: xorg-bigreqsproto => xmlto Comment: r102351 -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: xmlto | ----------------------------+------------------------ Comment (by jeremyhu@…): Actually, that wasn't the error, but it's worth shutting up the warning. The real issue is that you don't have java installed. You should've been prompted to install it: {{{ 707 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XNextRequest'. 708 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XOpenDisplay'. 709 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XDrawLines'. 710 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XDrawArcs'. 711 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XFillPolygon'. 712 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XChangeProperty'. 713 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XSetClipRectangles'. 714 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XSetRegion'. 715 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XDrawPoints'. 716 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XDrawRectangles'. 717 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XDrawSegments'. 718 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XFillArcs'. 719 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XFillRectangles'. 720 :info:destroot Error: unresolved olink: targetdoc/targetptr = 'libX11/XPutImage'. 721 :info:destroot Error: JAVA_HOME is not defined correctly. 722 :info:destroot We cannot execute /System/Library/Frameworks/JavaVM.framework/Home/bin/java }}} -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: xmlto | ----------------------------+------------------------ Comment (by alexlebonlb@…): Replying to [comment:4 jeremyhu@…]:
Actually, that wasn't the error, but it's worth shutting up the warning.
The real issue is that you don't have java installed. You should've been prompted to install it:
I installed Java but I am still getting the same error..... Thanks -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xmlto | ----------------------------+------------------------ Changes (by alexlebonlb@…): * status: closed => reopened * resolution: fixed => -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xmlto | ----------------------------+------------------------ Comment (by macsforever2000@…): Did you clean the port first? -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xmlto | ----------------------------+------------------------ Comment (by alexlebonlb@…): Replying to [comment:7 macsforever2000@…]:
Did you clean the port first?
Yes I cleared octave-devel and xorg-bigreqsproto I attached the latest log file above "main3" Thanks! -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: xmlto | ----------------------------+------------------------ Comment (by jeremyhu@…): Well, now you're seeing: {{{ 872 :info:destroot SEVERE: Exception 873 :info:destroot java.lang.NumberFormatException: For input string: ":0" 874 :info:destroot at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:302) 875 :info:destroot at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) 876 :info:destroot at org.apache.fop.cli.Main.startFOP(Main.java:174) 877 :info:destroot at org.apache.fop.cli.Main.main(Main.java:205) 878 :info:destroot Caused by: java.lang.NumberFormatException: For input string: ":0" 879 :info:destroot at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) 880 :info:destroot at java.lang.Integer.parseInt(Integer.java:449) 881 :info:destroot at java.lang.Integer.parseInt(Integer.java:499) 882 :info:destroot at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.parseISO8601Date(XMPSchemaAdapter.java:236) 883 :info:destroot at org.apache.xmlgraphics.xmp.XMPSchemaAdapter.getDateValue(XMPSchemaAdapter.java:282) 884 :info:destroot at org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter.getCreateDate(XMPBasicAdapter.java:84) 885 :info:destroot at org.apache.fop.pdf.PDFMetadata.updateInfoFromMetadata(PDFMetadata.java:215) 886 :info:destroot at org.apache.fop.render.pdf.PDFRenderingUtil.renderXMPMetadata(PDFRenderingUtil.java:346) 887 :info:destroot at org.apache.fop.render.pdf.PDFDocumentHandler.handleExtensionObject(PDFDocumentHandler.java:294) 888 :info:destroot at org.apache.fop.render.intermediate.IFRenderer.startPageSequence(IFRenderer.java:502) 889 :info:destroot at org.apache.fop.area.RenderPagesModel.startPageSequence(RenderPagesModel.java:89) 890 :info:destroot at org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:98) 891 :info:destroot at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:238) 892 :info:destroot at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:120) 893 :info:destroot at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:349) 894 :info:destroot at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:177) 895 :info:destroot at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1101) 896 :info:destroot at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) 897 :info:destroot at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source) 898 :info:destroot at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) 899 :info:destroot at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) 900 :info:destroot at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) 901 :info:destroot at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 902 :info:destroot at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 903 :info:destroot at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) 904 :info:destroot at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) 905 :info:destroot at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) 906 :info:destroot at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:484) 907 :info:destroot at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:299) 908 :info:destroot ... 3 more 909 :info:destroot }}} ... so ... something going on with fop ... /shrug -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Changes (by jeremyhu@…): * port: xmlto => fop -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by jeremyhu@…): Just install xorg-bigreqs-proto with -docs ... -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by alexlebonlb@…): Replying to [comment:11 jeremyhu@…]:
Just install xorg-bigreqs-proto with -docs ...
Ok i cleared the port then tried: sudo port install xorg-bigreqsproto +docs Still getting an error, log "main4" attached Thanks! -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by larryv@…): Jeremy meant that you should install it ''without'' the docs variant. {{{ sudo port clean xorg-bigreqs-proto sudo port install xorg-bigreqs-proto }}} -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by alexlebonlb@…): Replying to [comment:13 larryv@…]:
Jeremy meant that you should install it ''without'' the docs variant.
{{{ sudo port clean xorg-bigreqs-proto sudo port install xorg-bigreqs-proto }}}
Hi Larry, I was able to install octave-devel fine without using the docs variant, thanks! Is there any work-around to getting the docs variant working? Thanks -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by jeremyhu@…): File bugs upstream with fop ... ? I don't really know much about it, sorry... -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: fop | ----------------------------+------------------------ Comment (by jmr@…): A newer version of fop has been released upstream, so maybe updating the port would help. -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37872: xorg-bigreqsproto @1.1.2_0+docs: destroot failure ----------------------------+------------------------ Reporter: alexlebonlb@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: duplicate | Keywords: Port: fop | ----------------------------+------------------------ Changes (by jeremyhu@…): * status: reopened => closed * resolution: => duplicate Comment: #32021 -- Ticket URL: <https://trac.macports.org/ticket/37872#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts