Hi!
So I enter the build directory with
cd build
and start the usermanual build
make update-usermanual-it

This is the result:
pdating usermanual template
I/O error : Attempt to load network entity http://docbook.sourceforge.net/
release/xsl/current/profiling/profile.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/
release/xsl/current/profiling/profile.xsl"
compilation error: file ../xsl/darktable_profile.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/
current/profiling/profile.xsl
doc/usermanual/po/CMakeFiles/update-template.dir/build.make:61: set di 
istruzioni per l'obiettivo "doc/usermanual/po/darktable-usermanual.pot" non 
riuscito
make[3]: *** [doc/usermanual/po/darktable-usermanual.pot] Errore 5
CMakeFiles/Makefile2:8774: set di istruzioni per l'obiettivo "doc/usermanual/
po/CMakeFiles/update-template.dir/all" non riuscito
make[2]: *** [doc/usermanual/po/CMakeFiles/update-template.dir/all] Errore 2
CMakeFiles/Makefile2:8717: set di istruzioni per l'obiettivo "doc/usermanual/
po/CMakeFiles/update-usermanual-it.dir/rule" non riuscito
make[1]: *** [doc/usermanual/po/CMakeFiles/update-usermanual-it.dir/rule] 
Errore 2
Makefile:2953: set di istruzioni per l'obiettivo "update-usermanual-it" non 
riuscito
make: *** [update-usermanual-it] Errore 2


In data lunedì 28 novembre 2016 12:21:11 CET, Tobias Ellinghaus ha scritto:
> Am Montag, 28. November 2016, 11:15:02 CET schrieb Maurizio Paglia:
> > Ciao Tobias,
> > I received a lot of errors running build.sh as root: running it as a
> > normal
> > user showed a couple of missing dependencies, installed, and now build
> > runs
> > smoothly.
> > After that:
> > cd build
> > and then
> > make update-usermanual-it
> > again a lot of errors... it seems cannot download some files from outside,
> > maybe a firewall matter.
> > I will check again soon and re-try.
> 
> Please show those errors. Updating the .po file shouldn't download anything.
> If it does then it's a bug in our build system. Probably some part that
> checks validity of the files.
> 
> > Thank you,
> > Maurizio
> 
> Tobias
> 
> > 2016-11-28 10:40 GMT+01:00 Tobias Ellinghaus <m...@houz.org>:
> > > Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio:
> > > > Hi,
> > > 
> > > Hi.
> > > 
> > > > dt build now works till the end (I always run build.sh) but cannot
> > > > find
> > > 
> > > Good. Did you change anything? I am curious to know what was causing
> > > this.
> > > 
> > > > saxon so - I guess - I cannot compile manuals.
> > > > The exact error is:
> > > > 
> > > > -- No saxon XSLT processor and/or no docbook saxon extension library
> > > 
> > > found.
> > > 
> > > > Xslt processor saxon not found. HTML usermanual will be built with
> > > 
> > > xsltproc;
> > > 
> > > > expect usermanual with inconsistent screenshot and image dimensions.
> > > > 
> > > > But saxon is duly installed...
> > > > Actually I recevie also an error for Java
> > > > 
> > > > -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE
> > > 
> > > Java_JAVAC_EXECUTABLE
> > > 
> > > > Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version
> > > 
> > > "1.8.0.101")
> > > 
> > > > while Java is installed and working...
> > > 
> > > You only need saxon when building the HTML version of the manual for the
> > > website. You can just ignore that.
> > > 
> > > > Maurizio
> > > 
> > > Tobias
> > > 
> > > > In data domenica 27 novembre 2016 21:03:20 CET, Tobias Ellinghaus ha
> > > 
> > > scritto:
> > > > > Am Sonntag, 27. November 2016, 16:51:10 CET schrieb Maurizio:
> > > > > > Hi all,
> > > > > 
> > > > > Hi.
> > > > > 
> > > > > > seems I cannot compile dt nomore on OpenSuse Leap 42.2
> > > > > > 
> > > > > > I receive the following message:
> > > > > >  git/darktable/src/common/dbus.c: In function
> > > 
> > > ‘dbus_lua_call_finished’:
> > > > > > git/darktable/src/common/dbus.c:64:16: error: ‘LUA_OK’ undeclared
> > > 
> > > (first
> > > 
> > > > > > use in this function)
> > > > > > 
> > > > > >    if(result == LUA_OK)
> > > > > >    
> > > > > >                 ^
> > > > > > 
> > > > > > git/darktable/src/common/dbus.c:64:16: note: each undeclared
> > > 
> > > identifier
> > > 
> > > > > > is
> > > > > > reported only once for each function it appears in
> > > > > > src/CMakeFiles/lib_darktable.dir/build.make:436: set di istruzioni
> > > 
> > > per
> > > 
> > > > > > l'obiettivo "src/CMakeFiles/lib_darktable.dir/common/dbus.c.o" non
> > > > > > riuscito
> > > > > > gmake[2]: *** [src/CMakeFiles/lib_darktable.dir/common/dbus.c.o]
> > > 
> > > Errore
> > > 
> > > > > > 1
> > > > > > gmake[2]: *** Attesa per i processi non terminati....
> > > > > > CMakeFiles/Makefile2:1371: set di istruzioni per l'obiettivo
> > > > > > "src/CMakeFiles/ lib_darktable.dir/all" non riuscito
> > > > > > gmake[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Errore 2
> > > > > > Makefile:149: set di istruzioni per l'obiettivo "all" non riuscito
> > > > > > 
> > > > > > It is in Italian but hope you can help.
> > > > > > I cannot understand if the problem is dbus or lua!
> > > > > 
> > > > > That sounds strange. How exactly do you compile darktable? Using
> > > 
> > > build.sh
> > > 
> > > > > or calling cmake manually? In the latter case, with what command
> > > > > line?
> > > > > And what version of Lua 5.2 do you have installed?
> > > > > 
> > > > > > Thank you,
> > > > > > Maurizio
> > > > > 
> > > > > Tobias
> > > > > 
> > > > > [...]
> > > > 
> > > > ____________________________________________________________
> > > 
> > > _______________
> > > 
> > > > darktable developer mailing list
> > > > to unsubscribe send a mail to darktable-dev+unsubscribe@
> > > 
> > > lists.darktable.org
> > 
> > __________________________________________________________________________
> > _
> > darktable developer mailing list
> > to unsubscribe send a mail to
> > darktable-dev+unsubscr...@lists.darktable.org


___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to