Hi BLFS; I am having problems building xdg-user-dirs 0.15 the error is the
following
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for an ANSI C-conforming const... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for more warnings... no
checking for xsltproc... /usr/bin/xsltproc
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the
--datarootdir setting
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
[dragbuild] Build... [3 thread(s)]
make all-recursive
make[1]: se entra en el directorio '/tmp/sources/xdg-user-dirs-0.15'
Making all in po
make[2]: se entra en el directorio '/tmp/sources/xdg-user-dirs-0.15/po'
make[2]: No se hace nada para 'all'.
make[2]: se sale del directorio '/tmp/sources/xdg-user-dirs-0.15/po'
Making all in man
make[2]: se entra en el directorio '/tmp/sources/xdg-user-dirs-0.15/man'
/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1
--stringparam funcsynopsis.style ansi --stringparam
man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0
--stringparam man.copyright.section.enabled 0
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
xdg-user-dir.xml
/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1
--stringparam funcsynopsis.style ansi --stringparam
man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0
--stringparam man.copyright.section.enabled 0
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
xdg-user-dirs-update.xml
/usr/bin/xsltproc --nonet --stringparam man.output.quietly 1
--stringparam funcsynopsis.style ansi --stringparam
man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0
--stringparam man.copyright.section.enabled 0
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
user-dirs.conf.xml
I/O I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
cannot parse
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Makefile:530: fallo en las instrucciones para el objetivo 'xdg-user-dir.1'
make[2]: *** [xdg-user-dir.1] Error 4
make[2]: *** Se espera a que terminen otras tareas....
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Makefile:530: fallo en las instrucciones para el objetivo
'xdg-user-dirs-update.1'
make[2]: *** [xdg-user-dirs-update.1] Error 4
Makefile:533: fallo en las instrucciones para el objetivo 'user-dirs.conf.5'
make[2]: *** [user-dirs.conf.5] Error 4
make[2]: se sale del directorio '/tmp/sources/xdg-user-dirs-0.15/man'
Makefile:519: fallo en las instrucciones para el objetivo 'all-recursive'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio '/tmp/sources/xdg-user-dirs-0.15'
Makefile:330: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
Looking at the web, some suggest to avoid the --nonet parameter, and
in deed when
I try the command isolated, it works without --nonet, but fails with
that option.
But I don't like the approach because I don't understand very well the
implications.
Some of you have this error ? or have some ideas ?
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page