Opened 14 years ago
Closed 14 years ago
#26408 closed defect (duplicate)
Can not install eggdbus - xsltproc can't find docbook-xsl
Reported by: | shaggy@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | eggdbus |
Description
I've uninstalled, cleaned and reinstalled docbook-xsl from the past reports I've looked into and that didn't resolve the issue.
Attachments (1)
Change History (11)
Changed 14 years ago by shaggy@…
Attachment: | eggdbuss_error.txt added |
---|
comment:1 follow-up: 4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to devans@… |
---|
comment:4 Changed 14 years ago by shaggy@…
Replying to ryandesign@…: Yes, I can access http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl via a web browser. No, i'm not using a proxy.
comment:5 follow-up: 6 Changed 14 years ago by jmroot (Joshua Root)
Looks just like #26058. The problem is not so much that the page cannot be loaded as that it is trying to do a network operation in the build phase at all.
comment:6 follow-up: 7 Changed 14 years ago by shaggy@…
comment:7 follow-up: 8 Changed 14 years ago by jmroot (Joshua Root)
Keywords: | eggdbus docbook-xsl removed |
---|---|
Summary: | Can not install eggdbus → Can not install eggdbus - xsltproc can't find docbook-xsl |
comment:8 follow-up: 9 Changed 14 years ago by shaggy@…
Replying to jmr@…:
Replying to shaggy@…:
The fix in #26058 didn't work for me, though.
Are you saying you didn't have docbook-xsl installed to start with? It should be installed automatically since the resolution of #26058 was to add it as a dependency.
No, it was installed when I initially had the problem. From some of the past reports of others having this error, someone said to uninstall/reinstall docbook-xsl but that didn't fix my problem.
comment:9 Changed 14 years ago by chicagotripp (Altoine Barker)
Replying to shaggy@…:
Replying to jmr@…:
Replying to shaggy@…:
The fix in #26058 didn't work for me, though.
Are you saying you didn't have docbook-xsl installed to start with? It should be installed automatically since the resolution of #26058 was to add it as a dependency.
No, it was installed when I initially had the problem. From some of the past reports of others having this error, someone said to uninstall/reinstall docbook-xsl but that didn't fix my problem.
I had the same result as you after following the above suggestions but then I saw in the notes when you installed docbook-xsl that you had to run the command:
I had no success after following suggestions given above until I added another step:
xmlcatmgr remove nextCatalog /opt/local/share/xsl/docbook-xsl/catalog.xml
before I reinstalled docbook-xsl. You must run this command as super user. This is the command I used:
sudo port -d uninstall docbook-xsl && sudo xmlcatmgr remove nextCatalog /opt/local/share/xsl/docbook-xsl/catalog.xml && sudo port -d install docbook-xsl
I hope this works for you as it has for me.
comment:10 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Remember to Cc port maintainers.
The relevant error seems to be
Can you access that URL in a web browser? Do you use a proxy server? If so have you told macports.conf about it?