Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prt-get: installing /usr/ports/contrib/xdg-user-dirs
- =======> Building '/home/pkgmk/package/xdg-user-dirs#0.18-1.pkg.tar.xz'.
- bsdtar -p -o -C /home/pkgmk/work/xdg-user-dirs/src -xf /home/pkgmk/source/xdg-user-dirs-0.18.tar.bz2
- + build
- + cd xdg-user-dirs-0.18
- + prt-get isinst libxslt
- package libxslt is installed
- + NOCONFIGURE=1
- + ./autogen.sh
- autoreconf: export WARNINGS=
- autoreconf: Entering directory '.'
- autoreconf: configure.ac: not using Gettext
- autoreconf: running: aclocal
- autoreconf: configure.ac: tracing
- configure.ac: warning: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION
- autoreconf: configure.ac: not using Libtool
- autoreconf: configure.ac: not using Intltool
- autoreconf: configure.ac: not using Gtkdoc
- autoreconf: running: /usr/bin/autoconf
- configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
- ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
- aclocal.m4:3704: AM_INIT_AUTOMAKE is expanded from...
- configure.ac:3: the top level
- configure.ac:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
- configure.ac:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
- ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
- aclocal.m4:4088: AM_CONFIG_HEADER is expanded from...
- configure.ac:4: the top level
- configure.ac:10: warning: The macro 'AC_ISC_POSIX' is obsolete.
- configure.ac:10: You should run autoupdate.
- ./lib/autoconf/specific.m4:732: AC_ISC_POSIX is expanded from...
- configure.ac:10: the top level
- configure.ac:16: warning: AM_PROG_MKDIR_P: this macro is deprecated, and will soon be removed.
- configure.ac:16: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
- configure.ac:16: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
- ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
- aclocal.m4:4055: AM_PROG_MKDIR_P is expanded from...
- configure.ac:16: the top level
- configure.ac:53: warning: The macro 'AC_TRY_COMPILE' is obsolete.
- configure.ac:53: You should run autoupdate.
- ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
- configure.ac:53: the top level
- configure.ac:69: warning: The macro 'AC_HELP_STRING' is obsolete.
- configure.ac:69: You should run autoupdate.
- ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
- configure.ac:69: the top level
- configure.ac:80: warning: AC_OUTPUT should be used without arguments.
- configure.ac:80: You should run autoupdate.
- autoreconf: running: /usr/bin/autoheader
- autoreconf: running: automake --add-missing --copy --no-force
- configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
- configure.ac:3: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
- configure.ac:16: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
- configure.ac:16: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
- configure.ac:16: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
- configure.ac:9: installing './compile'
- configure.ac:17: installing './config.guess'
- configure.ac:17: installing './config.sub'
- configure.ac:3: installing './install-sh'
- configure.ac:3: installing './missing'
- Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
- Makefile.am: installing './depcomp'
- man/Makefile.am:22: warning: patsubst %.5,%.xml,$(patsubst %.1,%.xml,$(man_MANS: non-POSIX variable name
- man/Makefile.am:22: (probably a GNU make extension)
- autoreconf: Leaving directory '.'
- + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-nls
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether build environment is sane... yes
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking whether make supports the include directive... yes (GNU style)
- 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 the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- 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 the compiler supports GNU C... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to enable C11 features... (cached) none needed
- checking whether gcc understands -c and -o together... (cached) yes
- 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-pc-linux-gnu
- checking host system type... x86_64-pc-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 32-bit host C ABI... no
- checking for egrep -e... /usr/bin/grep -E
- checking for ELF binary format... yes
- checking for the common suffixes of directories in the library search path... lib,lib,lib64
- checking for iconv... yes
- checking for working iconv... yes
- checking whether iconv is compatible with its POSIX signature... yes
- checking for a sed that does not truncate output... /bin/sed
- checking whether NLS is requested... no
- 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 CFLocaleCopyPreferredLanguages... no
- checking whether to use NLS... no
- checking for more warnings... yes
- checking whether gcc understands -Wno-strict-aliasing... yes
- checking whether gcc understands -Wno-sign-compare... yes
- 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
- + make DESTDIR=/home/pkgmk/work/xdg-user-dirs/pkg install
- Making install in po
- make[1]: Entering directory '/home/pkgmk/work/xdg-user-dirs/src/xdg-user-dirs-0.18/po'
- if test "xdg-user-dirs" = "gettext-tools"; then \
- /bin/sh ../mkinstalldirs /home/pkgmk/work/xdg-user-dirs/pkg/usr/share/gettext/po; \
- for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
- /usr/bin/install -c -m 644 ./$file \
- /home/pkgmk/work/xdg-user-dirs/pkg/usr/share/gettext/po/$file; \
- done; \
- for file in Makevars; do \
- rm -f /home/pkgmk/work/xdg-user-dirs/pkg/usr/share/gettext/po/$file; \
- done; \
- else \
- : ; \
- fi
- make[1]: Leaving directory '/home/pkgmk/work/xdg-user-dirs/src/xdg-user-dirs-0.18/po'
- Making install in man
- make[1]: Entering directory '/home/pkgmk/work/xdg-user-dirs/src/xdg-user-dirs-0.18/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
- /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.defaults.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.dirs.xml
- I/O error : failed to load "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl": Attempt to load network entity
- 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
- make[1]: *** [Makefile:575: xdg-user-dir.1] Error 4
- make[1]: *** Waiting for unfinished jobs....
- I/O error : failed to load "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl": Attempt to load network entity
- 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
- I/O error : failed to load "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl": Attempt to load network entity
- 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
- make[1]: *** [Makefile:575: xdg-user-dirs-update.1] Error 4
- I/O error : failed to load "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl": Attempt to load network entity
- 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
- make[1]: *** [Makefile:578: user-dirs.conf.5] Error 4
- I/O error : failed to load "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl": Attempt to load network entity
- 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
- make[1]: *** [Makefile:578: user-dirs.defaults.5] Error 4
- make[1]: *** [Makefile:578: user-dirs.dirs.5] Error 4
- make[1]: Leaving directory '/home/pkgmk/work/xdg-user-dirs/src/xdg-user-dirs-0.18/man'
- make: *** [Makefile:640: install-recursive] Error 1
- =======> ERROR: Building '/home/pkgmk/package/xdg-user-dirs#0.18-1.pkg.tar.xz' failed.
- prt-get: error while install
- -- Packages where install failed
- xdg-user-dirs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement