RSS/Atom feed Twitter
Site is read-only, email is disabled

make html-en fails

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

make html-en fails Julien Hardelin 14 May 17:00
  make html-en fails Ulf-D. Ehlert 14 May 20:07
   make html-en fails Julien Hardelin 15 May 19:00
    make html-en fails Ulf-D. Ehlert 16 May 19:39
     make html-en fails Julien Hardelin 17 May 18:18
  make html-en fails Julien Hardelin 15 May 18:48
   make html-en fails Kolbjørn Stuestøl 15 May 21:36
Julien Hardelin
2018-05-14 17:00:43 UTC (almost 6 years ago)

make html-en fails

Hi,

Under Ubuntu-18.04, I git cloned gimp-help-2.

./autogen.sh has no problem.

When I run make html-en, I get the error:

//gimp-help-2$ make html-en// //Copying images (en) ... 1864//
//Cleaning up 'en' xml files ...//
//*** Making html for en ... //
//I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import// //xsl:import : unable to load
//http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/

When I go to the address, I can find chunk.xsl.

I don't understand why make html-en fails

Ulf-D. Ehlert
2018-05-14 20:07:32 UTC (almost 6 years ago)

make html-en fails

On Mon, May 14, 2018 at 07:00:43PM +0200, Julien Hardelin wrote:

Under Ubuntu-18.04, I git cloned gimp-help-2.

./autogen.sh has no problem.

When I run make html-en, I get the error:

//gimp-help-2$ make html-en// //Copying images (en) ... 1864//
//Cleaning up 'en' xml files ...//
//*** Making html for en ... //
//I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import// //xsl:import : unable to load
//http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/

When I go to the address, I can find chunk.xsl.

I don't understand why make html-en fails

If I remember correctly (I did not build gimp-help-2 for several years), the Makefile variable "XSLTFLAGS = --nonet" should prevent this. This should be set by default unless "./configure --enable-network" (or "./autogen.sh --enable-network") is specified.

Bye,
Ulf

Fanatismus ist die Willenskraft der Dummen, derer, die
zu allem fähig sind, sonst aber zu nichts.
		-- Karlheinz Deschner
Julien Hardelin
2018-05-15 18:48:30 UTC (almost 6 years ago)

make html-en fails

Hi,

It must be a problem specific of Ubuntu-18.04.

No problem under OpenSuse-leap-42.3 KDE,

Sorry for the noise,

Julien

Le 14/05/2018 à 19:00, Julien Hardelin a écrit :

Hi,

Under Ubuntu-18.04, I git cloned gimp-help-2.

./autogen.sh has no problem.

When I run make html-en, I get the error:

//gimp-help-2$ make html-en// //Copying images (en) ... 1864//
//Cleaning up 'en' xml files ...//
//*** Making html for en ... //
//I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import//
//xsl:import : unable to load
//http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/

When I go to the address, I can find chunk.xsl.

I don't understand why make html-en fails

_______________________________________________ gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list

Julien Hardelin
2018-05-15 19:00:17 UTC (almost 6 years ago)

make html-en fails

Oh yes!

make html-en works under Ubuntu-18.04, with the option enable-network,

Thank you Ulf.

Le 14/05/2018 à 22:07, Ulf-D. Ehlert a écrit :

On Mon, May 14, 2018 at 07:00:43PM +0200, Julien Hardelin wrote:

Under Ubuntu-18.04, I git cloned gimp-help-2.

./autogen.sh has no problem.

When I run make html-en, I get the error:

//gimp-help-2$ make html-en// //Copying images (en) ... 1864//
//Cleaning up 'en' xml files ...//
//*** Making html for en ... //
//I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import// //xsl:import : unable to load
//http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/

When I go to the address, I can find chunk.xsl.

I don't understand why make html-en fails

If I remember correctly (I did not build gimp-help-2 for several years), the Makefile variable "XSLTFLAGS = --nonet" should prevent this. This should be set by default unless "./configure --enable-network" (or "./autogen.sh --enable-network") is specified.

Bye,
Ulf

_______________________________________________ gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list

Kolbjørn Stuestøl
2018-05-15 21:36:21 UTC (almost 6 years ago)

make html-en fails

I have exactly the same problem when changing to Cygwin on Windows 10. (It works fine on Cygwin/Windows 7). So I do not think it is a specific Linux version problem.
And yes, Ulf, you helped me with the same problem in February 2010. I found a solution, but in the gimpusers archive my solution is missing. My Makefile variable is set as "XSLTFLAGS = --nonet". I tried to comment out the if part of the

# if test "x$enable_network" != "xyes"; then   XSLTFLAGS="$XSLTFLAGS --nonet" # fi

in the config file, but when running "make html-xx" my commenting was erased.
I am working on this problem from time to time by comparing the Win 10 version with the Win 7 version, but this is not the season for indoor working. :-)
Kolbjørn

Den 15.05.2018 20:48, skreiv Julien Hardelin:

Hi,

It must be a problem specific of Ubuntu-18.04.

No problem under OpenSuse-leap-42.3 KDE,

Sorry for the noise,

Julien

Le 14/05/2018 à 19:00, Julien Hardelin a écrit :

Hi,

Under Ubuntu-18.04, I git cloned gimp-help-2.

./autogen.sh has no problem.

When I run make html-en, I get the error:

//gimp-help-2$ make html-en// //Copying images (en) ... 1864//
//Cleaning up 'en' xml files ...//
//*** Making html for en ... //
//I/O error : Attempt to load network entity //http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //warning: failed to load external entity //"http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"// //compilation error: file stylesheets/plainhtml.xsl line 10 element import//
//xsl:import : unable to load
//http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl// //Makefile:1400: recipe for target 'html/en/index.html' failed// //make: *** [html/en/index.html] Error 5/

When I go to the address, I can find chunk.xsl.

I don't understand why make html-en fails

_______________________________________________ gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list

_______________________________________________ gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list

---
Denne e-posten har blitt sjekket for virus av antivirusprogramvare fra Avast https://www.avast.com/antivirus

Ulf-D. Ehlert
2018-05-16 19:39:33 UTC (almost 6 years ago)

make html-en fails

On Tue, May 15, 2018 at 09:00:17PM +0200, Julien Hardelin wrote:

make html-en works under Ubuntu-18.04, with the option enable-network,

It should work without network. Either docbook is not installed or your catalog file (/etc/xml/catalog) is broken.

Ulf

Dass die Eisberge schmelzen,
ist halb so schlimm, meinte die Kosmetikberaterin.
Unser Make up ist wasserfest.
		-- Michael Schmidt-Salomon
Julien Hardelin
2018-05-17 18:18:54 UTC (almost 6 years ago)

make html-en fails

It's OK. I installed docbook and now autogen.sh no longer needs --enable-network.

Thank you again, Ulf.

Julien