Opened 14 years ago

Closed 13 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)

eggdbuss_error.txt (1.5 KB) - added by shaggy@… 14 years ago.

Download all attachments as: .zip

Change History (11)

Changed 14 years ago by shaggy@…

Attachment: eggdbuss_error.txt added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to devans@…

Remember to Cc port maintainers.

The relevant error seems to be

I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

Can you access that URL in a web browser? Do you use a proxy server? If so have you told macports.conf about it?

comment:2 Changed 14 years ago by shaggy@…

Cc: shaggy@… added

Cc Me!

comment:3 Changed 14 years ago by shaggy@…

Cc: shaggy@… removed

Cc Me!

comment:4 in reply to:  1 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 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 in reply to:  5 ; Changed 14 years ago by shaggy@…

Replying to jmr@…:

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.

The fix in #26058 didn't work for me, though. Anyone have a clue on what I can do to resolve this?

comment:7 in reply to:  6 ; Changed 14 years ago by jmroot (Joshua Root)

Keywords: eggdbus docbook-xsl removed
Summary: Can not install eggdbusCan not install eggdbus - xsltproc can't find docbook-xsl

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.

comment:8 in reply to:  7 ; 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 in reply to:  8 Changed 13 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 13 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.