#37939 closed defect (fixed)
dia: docbook.xsl:1: parser error : Document is empty
Reported by: | martinezino@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | kurthindenburg (Kurt Hindenburg) | |
Port: | dia |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
$ port install dia ---> Computing dependencies for dia ---> Fetching archive for dia ---> Attempting to fetch dia-0.97.2_3.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/dia ---> Attempting to fetch dia-0.97.2_3.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/dia ---> Attempting to fetch dia-0.97.2_3.darwin_12.x86_64.tbz2 from http://packages.macports.org/dia ---> Fetching distfiles for dia ---> Verifying checksum(s) for dia ---> Extracting dia ---> Applying patches to dia ---> Configuring dia ---> Building dia Error: org.macports.build for port dia returned: command execution failed Please see the log file for port dia for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_dia/dia/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port dia failed $
Attachments (2)
Change History (9)
Changed 12 years ago by martinezino@…
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Summary: | Error: Processing of port dia failed → dia: docbook.xsl:1: parser error : Document is empty |
comment:2 Changed 12 years ago by martinezino@…
yes, i am able to access that URI:
$ curl -I http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl HTTP/1.1 200 OK ...
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Ok. And if you sudo port clean dia
and try again, does it fail again?
Changed 12 years ago by martinezino@…
Attachment: | installprocess.txt added |
---|
sudo port clean dia; sudo port install dia
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Shouldn't it be using a local copy of docbook-xsl rather than downloading stuff in the build phase?
comment:5 Changed 12 years ago by martinezino@…
that was it:
$ sudo port install docbook-xsl ... $ sudo port install dia ... ---> Installing dia @0.97.2_3 ---> Activating dia @0.97.2_3
conclusion: missing docbook-xsl dependences
thank you!
comment:6 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | kurthindenburg added |
---|
comment:7 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The relevant error in the log seems to be
Are you able to access http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl in your web browser?