russtopia
-
Posts
9 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Posts posted by russtopia
-
-
Update: Seems I was finally able to get the emerge to succeed by unmerging docbook-sgml-dtd (all versions -- had multiple earlier versions somehow?), then finally explicitly bringing in only the newest as of Jan 2020, 4.5:
# emerge app-text/docbook-sgml-dtd:4.5Seemed I also had to manually emerge fuse as the ebuild didn't bring it in as a dependency.
-
4 minutes ago, russtopia said:
$ sudo emerge libreoffice
Calculating dependencies... done!>>> Verifying ebuild manifests
>>> Running pre-merge checks for x11-drivers/xf86-input-wacom-0.36.0-r2
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Could not find a Makefile in the kernel source directory.
* Please ensure that /usr/src/linux points to a complete set of Linux sources
* Unable to calculate Linux Kernel version for build, attempting to use running version
>>> Running pre-merge checks for media-libs/libgphoto2-2.5.22
>>> Running pre-merge checks for net-libs/webkit-gtk-2.26.3
>>> Running pre-merge checks for app-office/libreoffice-6.2.4.2-r2
* If you plan to use Base application you should enable java or you will get various crashes.
* Checking for at least 512 MiB RAM ... [ ok ]
* Checking for at least 6 GiB disk space at "/var/tmp/portage/app-office/libreoffice-6.2.4.2-r2/temp" ... [ ok ]>>> Emerging (1 of 90) app-text/docbook-sgml-utils-0.6.14-r2::text-kit
* Fetching files in the background.
* To view fetch progress, run in another terminal:
* tail -f /var/log/emerge-fetch.log
* docbook-utils-0.6.14.tar.gz BLAKE2B SHA512 size ? ... [ ok ]
>>> Unpacking source...
>>> Unpacking docbook-utils-0.6.14.tar.gz to /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work
>>> Source unpacked in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work
>>> Preparing source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
* Applying docbook-utils-0.6.14-elinks.patch ... [ ok ]
* Applying docbook-sgml-utils-0.6.14-grep-2.7.patch ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docbook-utils.spec
config.status: creating bin/Makefile
config.status: creating bin/jw
config.status: creating bin/sgmldiff
config.status: creating backends/Makefile
config.status: creating backends/man
config.status: creating backends/texi
config.status: creating frontends/Makefile
config.status: creating frontends/docbook
config.status: creating helpers/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version
config.status: creating doc/refentry/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/HTML/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
make -j4
Making all in backends
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/backends'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/backends'
Making all in bin
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/bin'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/bin'
Making all in doc
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc'
Making all in refentry
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/refentry'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/refentry'
Making all in man
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/man'
Making all in HTML
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/HTML'
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name
jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
jade:../../doc/docbook-utils.sgml:12:11:E: element "BOOKINFO" undefined
jade:../../doc/docbook-utils.sgml:13:10:E: element "TITLE" undefined
jade:../../doc/docbook-utils.sgml:14:12:E: element "PUBDATE" undefined
jade:../../doc/docbook-utils.sgml:16:16:E: element "LEGALNOTICE" undefined
jade:../../doc/docbook-utils.sgml:17:6:E: element "PARA" undefined
jade:../../doc/docbook-utils.sgml:24:13:E: element "ABSTRACT" undefined
jade:../../doc/docbook-utils.sgml:25:11:E: element "PARA" undefined
...de:../../doc/refentry/jw.sgml:63:25:E: element "GROUP" undefined
jade:../../doc/refentry/jw.sgml:64:12:E: element "ARG" undefined
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/refentry/jw.sgml:64:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:64:45:E: element "REPLACEABLE" undefined
jade:../../doc/refentry/jw.sgml:65:12:E: element "ARG" undefined
jade:../../doc/refentry/jw.sgml:65:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:65:53:E: element "REPLACEABLE" undefined
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/refentry/jw.sgml:66:18:E: element "SBR" undefined
jade:../../doc/refentry/jw.sgml:68:25:E: element "GROUP" undefined
jade:../../doc/refentry/jw.sgml:69:12:E: element "ARG" undefined
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name
jade:../../doc/refentry/jw.sgml:69:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:69:45:E: element "REPLACEABLE" undefined
...jade:I: maximum number of errors (200) reached; change with -E option
jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
...jade:I: maximum number of errors (200) reached; change with -E option
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name...
-p program
--parser program
-o directory
--output directory
-V
variable[=value]
make[2]: *** [Makefile:300: api.html] Error 1
make[2]: *** Waiting for unfinished jobs....
jade:../../docbook-utils.dsl:5:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN"
jade:../../docbook-utils.dsl:15:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated
jade:../../docbook-utils.dsl:5:0: entity was defined here
jade:../../docbook-utils.dsl:15:0:E: DTD did not contain element declaration for document type name
jade:../../docbook-utils.dsl:9:1:E: notation "DSSSL" for entity "docbook.dsl" undefined
jade:../../docbook-utils.dsl:17:12:E: element "STYLE-SHEET" undefined
jade:../../docbook-utils.dsl:19:26:E: there is no attribute "ID"
jade:../../docbook-utils.dsl:19:38:E: there is no attribute "USE"
jade:../../docbook-utils.dsl:19:47:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:20:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:32:45:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:33:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:68:44:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:69:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:113:29:E: there is no attribute "ID"
jade:../../docbook-utils.dsl:113:48:E: there is no attribute "DOCUMENT"
jade:../../docbook-utils.dsl:113:61:E: element "EXTERNAL-SPECIFICATION" undefined
jade:E: specification document does not have the DSSSL architecture as a base architecture
jade:E: no style-specification or external-specification with ID "HTML"
jade:E: cannot open "/usr/share/sgml/openjade-1.3.2/builtins.dsl" (No such file or directory)
DocBook Utils
18 June 2000Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation. A copy of the license is included in the section
entitled "GNU Free Documentation License".
... [TONS more output like the above] ...
...
make[2]: *** [Makefile:300: docbook2texi.html] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/HTML'
make[1]: *** [Makefile:157: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc'
make: *** [Makefile:200: all-recursive] Error 1
* ERROR: app-text/docbook-sgml-utils-0.6.14-r2::text-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`,
* the complete build log and the output of `emerge -pqv '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`.
* The complete build log is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
* S: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'>>> Failed to emerge app-text/docbook-sgml-utils-0.6.14-r2, Log file:
* Messages for package app-office/libreoffice-6.2.4.2-r2:
* If you plan to use Base application you should enable java or you will get various crashes.
* Messages for package app-text/docbook-sgml-utils-0.6.14-r2:
* ERROR: app-text/docbook-sgml-utils-0.6.14-r2::text-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`,
* the complete build log and the output of `emerge -pqv '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`.
* The complete build log is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
* S: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
---
$ emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'
Portage 2.3.78 (python 3.7.3-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-9.2.0, glibc-2.29-r3, 4.19.67_p2-r2-debian-sources-ltsrlm1 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.19.67_p2-r2-debian-sources-ltsrlm1-x86_64-AMD_A8-5557M_APU_with_Radeon-tm-_HD_Graphics-with-gentoo-1.4
KiB Mem: 7327256 total, 2897128 free
KiB Swap: 18183164 total, 18183164 free
sh bash 5.0_p7
ld GNU ld (Gentoo 2.32 p2) 2.32.0
ccache version 3.7.1 [disabled]
app-shells/bash: 5.0_p7::core-kit
dev-lang/perl: 5.28.2-r1::perl-kit
dev-lang/python: 2.7.15::python-kit, 3.6.8::python-kit, 3.7.3::python-kit
dev-util/ccache: 3.7.1::core-kit
dev-util/cmake: 3.14.5::core-kit
sys-apps/baselayout: 2.6.1-r1::core-kit
sys-apps/openrc: 0.41.2-r2::core-kit
sys-apps/sandbox: 2.17::core-kit
sys-devel/autoconf: 2.13-r1::core-kit, 2.69-r4::core-kit
sys-devel/automake: 1.11.6-r3::core-kit, 1.16.1-r1::core-kit
sys-devel/binutils: 2.32-r1::core-kit
sys-devel/gcc: 9.2.0::core-kit
sys-devel/gcc-config: 2.0::core-kit
sys-devel/libtool: 2.4.6-r5::core-kit
sys-devel/make: 4.2.1-r4::core-kit
sys-kernel/linux-headers: 4.14::core-kit (virtual/os-headers)
sys-libs/glibc: 2.29-r3::core-kit
Repositories:nokit
location: /var/git/meta-repo/kits/nokit
masters: core-kit
priority: -500x-portage
location: /usr/local/portage
masters: core-kit
priority: 0browser-kit
location: /var/git/meta-repo/kits/browser-kit
masters: core-kit
priority: 1core-gl-kit
location: /var/git/meta-repo/kits/core-gl-kit
masters: core-kit
priority: 1core-hw-kit
location: /var/git/meta-repo/kits/core-hw-kit
masters: core-kit
priority: 1core-kit
location: /var/git/meta-repo/kits/core-kit
priority: 1
aliases: gentoocore-server-kit
location: /var/git/meta-repo/kits/core-server-kit
masters: core-kit
priority: 1core-ui-kit
location: /var/git/meta-repo/kits/core-ui-kit
masters: core-kit
priority: 1desktop-kit
location: /var/git/meta-repo/kits/desktop-kit
masters: core-kit
priority: 1dev-kit
location: /var/git/meta-repo/kits/dev-kit
masters: core-kit
priority: 1editors-kit
location: /var/git/meta-repo/kits/editors-kit
masters: core-kit
priority: 1games-kit
location: /var/git/meta-repo/kits/games-kit
masters: core-kit
priority: 1gnome-kit
location: /var/git/meta-repo/kits/gnome-kit
masters: core-kit
priority: 1haskell-kit
location: /var/git/meta-repo/kits/haskell-kit
masters: core-kit
priority: 1java-kit
location: /var/git/meta-repo/kits/java-kit
masters: core-kit
priority: 1kde-kit
location: /var/git/meta-repo/kits/kde-kit
masters: core-kit
priority: 1lang-kit
location: /var/git/meta-repo/kits/lang-kit
masters: core-kit
priority: 1lisp-scheme-kit
location: /var/git/meta-repo/kits/lisp-scheme-kit
masters: core-kit
priority: 1llvm-kit
location: /var/git/meta-repo/kits/llvm-kit
masters: core-kit
priority: 1media-kit
location: /var/git/meta-repo/kits/media-kit
masters: core-kit
priority: 1ml-lang-kit
location: /var/git/meta-repo/kits/ml-lang-kit
masters: core-kit
priority: 1net-kit
location: /var/git/meta-repo/kits/net-kit
masters: core-kit
priority: 1perl-kit
location: /var/git/meta-repo/kits/perl-kit
masters: core-kit
priority: 1python-kit
location: /var/git/meta-repo/kits/python-kit
masters: core-kit
priority: 1python-modules-kit
location: /var/git/meta-repo/kits/python-modules-kit
masters: core-kit
priority: 1ruby-kit
location: /var/git/meta-repo/kits/ruby-kit
masters: core-kit
priority: 1rust-kit
location: /var/git/meta-repo/kits/rust-kit
masters: core-kit
priority: 1science-kit
location: /var/git/meta-repo/kits/science-kit
masters: core-kit
priority: 1security-kit
location: /var/git/meta-repo/kits/security-kit
masters: core-kit
priority: 1text-kit
location: /var/git/meta-repo/kits/text-kit
masters: core-kit
priority: 1xfce-kit
location: /var/git/meta-repo/kits/xfce-kit
masters: core-kit
priority: 1xorg-kit
location: /var/git/meta-repo/kits/xorg-kit
masters: core-kit
priority: 1ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=bdver2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=bdver2 -O2 -pipe"
DISTDIR="/var/cache/portage/distfiles"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=bdver2 -O2 -pipe"
GENTOO_MIRRORS="https://fastpull-us.funtoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 apm apng bash-completion berkdb bluetooth bluray bzip2 cairo cdda cddb cdio cdr colord consolekit cracklib crypt cups curl cxx dbus declarative dnssd dri dri3 dts dvd dvdr dvdread eds egl encode evo exif faac faad ffmpeg flac fluidsynth gallium gdbm gif git gles gles3 glvnd gme gnome gnome-keyring gnome-online-accounts gstreamer gtk gtk3 gtkstyle gui handbook http hwdb ico iconv icu ieee1394 initramfs introspection ios ipod ipv6 jpeg jpeg2k kde kipi ladspa lame libass libguess libmpeg2 libnotify lock mad matroska midi mjpeg mmx mod modplug modules mp3 mpeg mtp mudflap nautilus ncurses networkmanager nls nptl nsplugin ogg opengl openmp openrc openrc-force osmesa pam pcre pdf phonon plasma png policykit postproc pppd pulseaudio python qml qt5 quicktime readline redistributable resolvconf sdl sdl1 semantic-desktop session sid smpeg sndfile soxr speedpitch sse sse2 ssl startup-notification svg taglib tcpd theora thunar tiff tracker truetype twolame udev unicode unknown-license v4l vorbis vpx wav wavpack webp widgets win32codecs wmf wxwidgets x264 x265 xattr xcomposite xml xscreensaver xvid zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python3_7 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="radeon gallium-r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, ENV_UNSET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS$ equery l openjade
* Searching for openjade ...
[IP-] [ ] app-text/openjade-1.3.2-r8:0
-
$ sudo emerge libreoffice
Calculating dependencies... done!>>> Verifying ebuild manifests
>>> Running pre-merge checks for x11-drivers/xf86-input-wacom-0.36.0-r2
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Could not find a Makefile in the kernel source directory.
* Please ensure that /usr/src/linux points to a complete set of Linux sources
* Unable to calculate Linux Kernel version for build, attempting to use running version
>>> Running pre-merge checks for media-libs/libgphoto2-2.5.22
>>> Running pre-merge checks for net-libs/webkit-gtk-2.26.3
>>> Running pre-merge checks for app-office/libreoffice-6.2.4.2-r2
* If you plan to use Base application you should enable java or you will get various crashes.
* Checking for at least 512 MiB RAM ... [ ok ]
* Checking for at least 6 GiB disk space at "/var/tmp/portage/app-office/libreoffice-6.2.4.2-r2/temp" ... [ ok ]>>> Emerging (1 of 90) app-text/docbook-sgml-utils-0.6.14-r2::text-kit
* Fetching files in the background.
* To view fetch progress, run in another terminal:
* tail -f /var/log/emerge-fetch.log
* docbook-utils-0.6.14.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking docbook-utils-0.6.14.tar.gz to /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work
>>> Source unpacked in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work
>>> Preparing source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
* Applying docbook-utils-0.6.14-elinks.patch ... [ ok ]
* Applying docbook-sgml-utils-0.6.14-grep-2.7.patch ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docbook-utils.spec
config.status: creating bin/Makefile
config.status: creating bin/jw
config.status: creating bin/sgmldiff
config.status: creating backends/Makefile
config.status: creating backends/man
config.status: creating backends/texi
config.status: creating frontends/Makefile
config.status: creating frontends/docbook
config.status: creating helpers/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version
config.status: creating doc/refentry/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/HTML/Makefile
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14 ...
make -j4
Making all in backends
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/backends'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/backends'
Making all in bin
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/bin'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/bin'
Making all in doc
make[1]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc'
Making all in refentry
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/refentry'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/refentry'
Making all in man
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/man'
Making all in HTML
make[2]: Entering directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/HTML'
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name
jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
jade:../../doc/docbook-utils.sgml:12:11:E: element "BOOKINFO" undefined
jade:../../doc/docbook-utils.sgml:13:10:E: element "TITLE" undefined
jade:../../doc/docbook-utils.sgml:14:12:E: element "PUBDATE" undefined
jade:../../doc/docbook-utils.sgml:16:16:E: element "LEGALNOTICE" undefined
jade:../../doc/docbook-utils.sgml:17:6:E: element "PARA" undefined
jade:../../doc/docbook-utils.sgml:24:13:E: element "ABSTRACT" undefined
jade:../../doc/docbook-utils.sgml:25:11:E: element "PARA" undefined
...de:../../doc/refentry/jw.sgml:63:25:E: element "GROUP" undefined
jade:../../doc/refentry/jw.sgml:64:12:E: element "ARG" undefined
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/refentry/jw.sgml:64:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:64:45:E: element "REPLACEABLE" undefined
jade:../../doc/refentry/jw.sgml:65:12:E: element "ARG" undefined
jade:../../doc/refentry/jw.sgml:65:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:65:53:E: element "REPLACEABLE" undefined
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/refentry/jw.sgml:66:18:E: element "SBR" undefined
jade:../../doc/refentry/jw.sgml:68:25:E: element "GROUP" undefined
jade:../../doc/refentry/jw.sgml:69:12:E: element "ARG" undefined
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name
jade:../../doc/refentry/jw.sgml:69:20:E: element "OPTION" undefined
jade:../../doc/refentry/jw.sgml:69:45:E: element "REPLACEABLE" undefined
...jade:I: maximum number of errors (200) reached; change with -E option
jade:../../doc/docbook-utils.sgml:11:11:E: there is no attribute "LANG"
jade:../../doc/docbook-utils.sgml:11:19:E: there is no attribute "ID"
jade:../../doc/docbook-utils.sgml:11:34:E: element "BOOK" undefined
...jade:I: maximum number of errors (200) reached; change with -E option
jade:../../doc/docbook-utils.sgml:1:55:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:../../doc/docbook-utils.sgml:9:0:E: reference to entity "BOOK" for which no system identifier could be generated
jade:../../doc/docbook-utils.sgml:1:0: entity was defined here
jade:../../doc/docbook-utils.sgml:9:0:E: DTD did not contain element declaration for document type name...
-p program
--parser program
-o directory
--output directory
-V
variable[=value]
make[2]: *** [Makefile:300: api.html] Error 1
make[2]: *** Waiting for unfinished jobs....
jade:../../docbook-utils.dsl:5:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN"
jade:../../docbook-utils.dsl:15:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated
jade:../../docbook-utils.dsl:5:0: entity was defined here
jade:../../docbook-utils.dsl:15:0:E: DTD did not contain element declaration for document type name
jade:../../docbook-utils.dsl:9:1:E: notation "DSSSL" for entity "docbook.dsl" undefined
jade:../../docbook-utils.dsl:17:12:E: element "STYLE-SHEET" undefined
jade:../../docbook-utils.dsl:19:26:E: there is no attribute "ID"
jade:../../docbook-utils.dsl:19:38:E: there is no attribute "USE"
jade:../../docbook-utils.dsl:19:47:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:20:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:32:45:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:33:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:68:44:E: element "STYLE-SPECIFICATION" undefined
jade:../../docbook-utils.dsl:69:29:E: element "STYLE-SPECIFICATION-BODY" undefined
jade:../../docbook-utils.dsl:113:29:E: there is no attribute "ID"
jade:../../docbook-utils.dsl:113:48:E: there is no attribute "DOCUMENT"
jade:../../docbook-utils.dsl:113:61:E: element "EXTERNAL-SPECIFICATION" undefined
jade:E: specification document does not have the DSSSL architecture as a base architecture
jade:E: no style-specification or external-specification with ID "HTML"
jade:E: cannot open "/usr/share/sgml/openjade-1.3.2/builtins.dsl" (No such file or directory)
DocBook Utils
18 June 2000Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation. A copy of the license is included in the section
entitled "GNU Free Documentation License".
... [TONS more output like the above] ...
...
make[2]: *** [Makefile:300: docbook2texi.html] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc/HTML'
make[1]: *** [Makefile:157: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14/doc'
make: *** [Makefile:200: all-recursive] Error 1
* ERROR: app-text/docbook-sgml-utils-0.6.14-r2::text-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`,
* the complete build log and the output of `emerge -pqv '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`.
* The complete build log is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
* S: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'>>> Failed to emerge app-text/docbook-sgml-utils-0.6.14-r2, Log file:
* Messages for package app-office/libreoffice-6.2.4.2-r2:
* If you plan to use Base application you should enable java or you will get various crashes.
* Messages for package app-text/docbook-sgml-utils-0.6.14-r2:
* ERROR: app-text/docbook-sgml-utils-0.6.14-r2::text-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`,
* the complete build log and the output of `emerge -pqv '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'`.
* The complete build log is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/temp/environment'.
* Working directory: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
* S: '/var/tmp/portage/app-text/docbook-sgml-utils-0.6.14-r2/work/docbook-utils-0.6.14'
---
$ emerge --info '=app-text/docbook-sgml-utils-0.6.14-r2::text-kit'
Portage 2.3.78 (python 3.7.3-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-9.2.0, glibc-2.29-r3, 4.19.67_p2-r2-debian-sources-ltsrlm1 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.19.67_p2-r2-debian-sources-ltsrlm1-x86_64-AMD_A8-5557M_APU_with_Radeon-tm-_HD_Graphics-with-gentoo-1.4
KiB Mem: 7327256 total, 2897128 free
KiB Swap: 18183164 total, 18183164 free
sh bash 5.0_p7
ld GNU ld (Gentoo 2.32 p2) 2.32.0
ccache version 3.7.1 [disabled]
app-shells/bash: 5.0_p7::core-kit
dev-lang/perl: 5.28.2-r1::perl-kit
dev-lang/python: 2.7.15::python-kit, 3.6.8::python-kit, 3.7.3::python-kit
dev-util/ccache: 3.7.1::core-kit
dev-util/cmake: 3.14.5::core-kit
sys-apps/baselayout: 2.6.1-r1::core-kit
sys-apps/openrc: 0.41.2-r2::core-kit
sys-apps/sandbox: 2.17::core-kit
sys-devel/autoconf: 2.13-r1::core-kit, 2.69-r4::core-kit
sys-devel/automake: 1.11.6-r3::core-kit, 1.16.1-r1::core-kit
sys-devel/binutils: 2.32-r1::core-kit
sys-devel/gcc: 9.2.0::core-kit
sys-devel/gcc-config: 2.0::core-kit
sys-devel/libtool: 2.4.6-r5::core-kit
sys-devel/make: 4.2.1-r4::core-kit
sys-kernel/linux-headers: 4.14::core-kit (virtual/os-headers)
sys-libs/glibc: 2.29-r3::core-kit
Repositories:nokit
location: /var/git/meta-repo/kits/nokit
masters: core-kit
priority: -500x-portage
location: /usr/local/portage
masters: core-kit
priority: 0browser-kit
location: /var/git/meta-repo/kits/browser-kit
masters: core-kit
priority: 1core-gl-kit
location: /var/git/meta-repo/kits/core-gl-kit
masters: core-kit
priority: 1core-hw-kit
location: /var/git/meta-repo/kits/core-hw-kit
masters: core-kit
priority: 1core-kit
location: /var/git/meta-repo/kits/core-kit
priority: 1
aliases: gentoocore-server-kit
location: /var/git/meta-repo/kits/core-server-kit
masters: core-kit
priority: 1core-ui-kit
location: /var/git/meta-repo/kits/core-ui-kit
masters: core-kit
priority: 1desktop-kit
location: /var/git/meta-repo/kits/desktop-kit
masters: core-kit
priority: 1dev-kit
location: /var/git/meta-repo/kits/dev-kit
masters: core-kit
priority: 1editors-kit
location: /var/git/meta-repo/kits/editors-kit
masters: core-kit
priority: 1games-kit
location: /var/git/meta-repo/kits/games-kit
masters: core-kit
priority: 1gnome-kit
location: /var/git/meta-repo/kits/gnome-kit
masters: core-kit
priority: 1haskell-kit
location: /var/git/meta-repo/kits/haskell-kit
masters: core-kit
priority: 1java-kit
location: /var/git/meta-repo/kits/java-kit
masters: core-kit
priority: 1kde-kit
location: /var/git/meta-repo/kits/kde-kit
masters: core-kit
priority: 1lang-kit
location: /var/git/meta-repo/kits/lang-kit
masters: core-kit
priority: 1lisp-scheme-kit
location: /var/git/meta-repo/kits/lisp-scheme-kit
masters: core-kit
priority: 1llvm-kit
location: /var/git/meta-repo/kits/llvm-kit
masters: core-kit
priority: 1media-kit
location: /var/git/meta-repo/kits/media-kit
masters: core-kit
priority: 1ml-lang-kit
location: /var/git/meta-repo/kits/ml-lang-kit
masters: core-kit
priority: 1net-kit
location: /var/git/meta-repo/kits/net-kit
masters: core-kit
priority: 1perl-kit
location: /var/git/meta-repo/kits/perl-kit
masters: core-kit
priority: 1python-kit
location: /var/git/meta-repo/kits/python-kit
masters: core-kit
priority: 1python-modules-kit
location: /var/git/meta-repo/kits/python-modules-kit
masters: core-kit
priority: 1ruby-kit
location: /var/git/meta-repo/kits/ruby-kit
masters: core-kit
priority: 1rust-kit
location: /var/git/meta-repo/kits/rust-kit
masters: core-kit
priority: 1science-kit
location: /var/git/meta-repo/kits/science-kit
masters: core-kit
priority: 1security-kit
location: /var/git/meta-repo/kits/security-kit
masters: core-kit
priority: 1text-kit
location: /var/git/meta-repo/kits/text-kit
masters: core-kit
priority: 1xfce-kit
location: /var/git/meta-repo/kits/xfce-kit
masters: core-kit
priority: 1xorg-kit
location: /var/git/meta-repo/kits/xorg-kit
masters: core-kit
priority: 1ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=bdver2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=bdver2 -O2 -pipe"
DISTDIR="/var/cache/portage/distfiles"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=bdver2 -O2 -pipe"
GENTOO_MIRRORS="https://fastpull-us.funtoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 apm apng bash-completion berkdb bluetooth bluray bzip2 cairo cdda cddb cdio cdr colord consolekit cracklib crypt cups curl cxx dbus declarative dnssd dri dri3 dts dvd dvdr dvdread eds egl encode evo exif faac faad ffmpeg flac fluidsynth gallium gdbm gif git gles gles3 glvnd gme gnome gnome-keyring gnome-online-accounts gstreamer gtk gtk3 gtkstyle gui handbook http hwdb ico iconv icu ieee1394 initramfs introspection ios ipod ipv6 jpeg jpeg2k kde kipi ladspa lame libass libguess libmpeg2 libnotify lock mad matroska midi mjpeg mmx mod modplug modules mp3 mpeg mtp mudflap nautilus ncurses networkmanager nls nptl nsplugin ogg opengl openmp openrc openrc-force osmesa pam pcre pdf phonon plasma png policykit postproc pppd pulseaudio python qml qt5 quicktime readline redistributable resolvconf sdl sdl1 semantic-desktop session sid smpeg sndfile soxr speedpitch sse sse2 ssl startup-notification svg taglib tcpd theora thunar tiff tracker truetype twolame udev unicode unknown-license v4l vorbis vpx wav wavpack webp widgets win32codecs wmf wxwidgets x264 x265 xattr xcomposite xml xscreensaver xvid zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python3_7 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="radeon gallium-r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, ENV_UNSET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS -
drek /etc/portage/make.profile # ego sync Syncing meta-repo M kits/core-hw-kit M kits/core-kit M kits/desktop-kit M kits/dev-kit M kits/editors-kit M kits/games-kit M kits/gnome-kit M kits/haskell-kit M kits/java-kit M kits/kde-kit M kits/lang-kit M kits/lisp-scheme-kit M kits/llvm-kit M kits/media-kit M kits/ml-lang-kit M kits/net-kit M kits/nokit M kits/perl-kit M kits/python-kit M kits/ruby-kit M kits/science-kit M kits/security-kit M kits/text-kit M kits/xfce-kit M kits/xorg-kit Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 767575b kit updates Already up to date. Syncing core-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 53f66a8b updates Already up to date. Syncing core-hw-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 5b78fa3 updates Already up to date. Syncing core-ui-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 4dc037b updates Already up to date. Syncing core-server-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 0edc2c7 updates Already up to date. Syncing core-gl-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 2d999e0 updates Already up to date. Syncing security-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 20ee31b updates Already up to date. Syncing xorg-kit branch 1.20-release Already on '1.20-release' Your branch is up to date with 'origin/1.20-release'. HEAD is now at 6034bc4 Merge pull request #8 in INDY/xorg-kit from ~SHADOWNGOZ/xorg-kit:1.20-release to 1.20-release Already up to date. Syncing gnome-kit branch 3.34-prime Already on '3.34-prime' Your branch is up to date with 'origin/3.34-prime'. HEAD is now at c70bb8e5 FL-6905: add ability via meson to manually disable pulseaudio. Already up to date. Syncing rust-kit branch 1.37-prime Already on '1.37-prime' Your branch is up to date with 'origin/1.37-prime'. HEAD is now at 8d40584 Merge pull request #4 in INDY/rust-kit from ~BCOWAN/rust-kit:1.37-prime to 1.37-prime Already up to date. Syncing xfce-kit branch 4.13-release Already on '4.13-release' Your branch is up to date with 'origin/4.13-release'. HEAD is now at b6e2fb2 updates Already up to date. Syncing kde-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 141e999 updates Already up to date. Syncing desktop-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 568a8e2 updates Already up to date. Syncing media-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 8de68e86e updates Already up to date. Syncing editors-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 765686a5 updates Already up to date. Syncing net-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 2e50a7945 updates Already up to date. Syncing text-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 71ded07 updates Already up to date. Syncing science-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at f7632adf updates Already up to date. Syncing games-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 3ae1186 updates Already up to date. Syncing perl-kit branch 5.28-release Already on '5.28-release' Your branch is up to date with 'origin/5.28-release'. HEAD is now at d3e1929 Cleaning up perl ebuilds. Already up to date. Syncing java-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at f9224ce updates Already up to date. Syncing ruby-kit branch 2.6-prime Already on '2.6-prime' Your branch is up to date with 'origin/2.6-prime'. HEAD is now at f05a922 Latest updates. Already up to date. Syncing haskell-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 7c08897 updates Already up to date. Syncing ml-lang-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 556e69e updates Already up to date. Syncing lisp-scheme-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 9e31a85 updates Already up to date. Syncing python-kit branch 3.7-release Already on '3.7-release' Your branch is up to date with 'origin/3.7-release'. HEAD is now at a49903c Moving dnspython to python-modules-kit. Already up to date. Syncing lang-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 3194c44 updates Already up to date. Syncing llvm-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at aac72a1 updates Already up to date. Syncing dev-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at f443aed7 updates Already up to date. Syncing python-modules-kit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 02553f82 updates Already up to date. Syncing nokit branch 1.4-release Already on '1.4-release' Your branch is up to date with 'origin/1.4-release'. HEAD is now at 4c791b1a updates Already up to date. Sync successful and kits in alignment! :) Updating /etc/portage/repos.conf... Updating profiles at /etc/portage/make.profile/parent... drek /etc/portage/make.profile # python --version Python 3.7.3 drek /etc/portage/make.profile # emerge menulibre Calculating dependencies | !!! Problem resolving dependencies for x11-misc/menulibre ... done! !!! The ebuild selected to satisfy "menulibre" has unmet requirements. - x11-misc/menulibre-2.2.1::desktop-kit USE="" PYTHON_TARGETS="-python3_5 -python3_6" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python3_5 python_targets_python3_6 ) drek /etc/portage/make.profile # -
2 hours ago, cardinal said:
I reported problem and solution here:
Thank you, I will try that!
[EDIT] This got me past gvfs. Thank you x1000 :)
-
Hi, whilst trying to upgrade @world on my Funtoo system with "-systemd", I now hit a failure to emerge new gvfs.
There appear to be multiple errors in the current ebuild (gvfs-1.38.1) which render it inoperable for a systemd-free build:
QuoteCalculating dependencies .... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) gnome-base/gvfs-1.38.1::gnome-kit
* gvfs-1.38.1.tar.xz SHA512 size ? ... [ ok ]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_COLLATE = "C",
LC_MESSAGES = "C",
LANG = "en_CA.iso88591"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
>>> cfg-update-1.8.2-r1: Checksum index is up-to-date ...
>>> Unpacking source...
>>> Unpacking gvfs-1.38.1.tar.xz to /var/tmp/portage/gnome-base/gvfs-1.38.1/work
>>> Source unpacked in /var/tmp/portage/gnome-base/gvfs-1.38.1/work
>>> Preparing source in /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1 ...
* Applying gvfs-1.30.2-sysmacros.patch ...
[ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1 ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
meson --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1 /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1-build
The Meson build system
Version: 0.50.1
Source dir: /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1
Build dir: /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1-build
Build type: native build
Project name: gvfs
Project version: 1.38.1
Appending CFLAGS from environment: '-O1 -pipe'
Appending LDFLAGS from environment: ' '
Appending CPPFLAGS from environment: ' '
Native C compiler: x86_64-pc-linux-gnu-gcc (gcc 7.4.1 "x86_64-pc-linux-gnu-gcc (Funtoo 7.4.1-r6) 7.4.1 20181207")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Checking for function "socketpair" : YES
Library util found: YES
Has header "util.h" with dependency -lutil: NO
Checking for function "openpty" with dependency -lutil: YES
Checking for function "login_tty" with dependency -lutil: YES
Has header "sys/param.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/statfs.h" : YES
Has header "sys/statvfs.h" : YES
Has header "sys/vfs.h" : YES
Has header "stropts.h" : YES
Has header "sys/un.h" : YES
Has header "termios.h" : YES
Has header "utmp.h" : YES
Checking for function "getpt" : YES
Checking for function "grantpt" : YES
Checking for function "posix_openpt" : YES
Checking for function "ptsname" : YES
Checking for function "ptsname_r" : YES
Checking for function "unlockpt" : YES
Checking for function "statfs" : YES
Checking for function "statvfs" : YES
Header <langinfo.h> has symbol "_NL_ADDRESS_LANG_TERM" : YES
Header <langinfo.h> has symbol "_NL_ADDRESS_COUNTRY_AB3" : YES
Header <sys/mkdev.h> has symbol "major" : NO
Header <sys/sysmacros.h> has symbol "major" : YES
Header <sys/sysmacros.h> has symbol "minor" : YES
Header <sys/sysmacros.h> has symbol "makedev" : YES
Checking for type "gid_t" : YES
Checking for type "pid_t" : YES
Checking for type "size_t" : YES
Checking for type "uid_t" : YES
Checking whether type "struct statfs" has members "f_bavail" : YES
Checking whether type "struct statvfs" has members "f_basetype" : NO
Checking whether type "struct stat" has members "st_atimensec" : NO
Checking whether type "struct stat" has members "st_atim.tv_nsec" : YES
Checking whether type "struct stat" has members "st_ctimensec" : NO
Checking whether type "struct stat" has members "st_ctim.tv_nsec" : YES
Checking whether type "struct stat" has members "st_mtimensec" : NO
Checking whether type "struct stat" has members "st_mtim.tv_nsec" : YES
Compiler for C supports link arguments -Wl,--version-script,/var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1/client/symbol.map: YES
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.5.1)
Dependency gio-2.0 found: YES 2.58.3
Dependency gio-unix-2.0 found: YES 2.58.3
Dependency glib-2.0 found: YES 2.58.3
Dependency gobject-2.0 found: YES 2.58.3
Dependency libxml-2.0 found: YES 2.9.9
libgcrypt-config found: YES (/usr/bin/libgcrypt-config) 1.8.2
Dependency libgcrypt found: YES 1.8.2
Dependency dbus-1 found: YES 1.12.10
Found CMake: /usr/bin/cmake (3.12.3)
Dependency systemd found: NO (tried pkgconfig and cmake)meson.build:279:6: ERROR: Assert failed: systemd required but not found, please provide a valid systemd user unit dir or disable it
A full log can be found at /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1-build/meson-logs/meson-log.txt
* ERROR: gnome-base/gvfs-1.38.1::gnome-kit failed (configure phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 92: Called src_configure
* environment, line 3805: Called gnome-meson_src_configure '-Ddbus_service_dir=/usr/share/dbus-1/services' '-Dsystemduserunitdir=no' '-Dtmpfilesdir=no' '-Dgdu=false' '-Dgcr=true' '-Dman=true' '-Dadmin=false' '-Dafc=false' '-Dafp=false' '-Darchive=false' '-Dcdda=false' '-Ddnssd=false' '-Dgoa=false' '-Dgoogle=false' '-Dgphoto2=false' '-Dhttp=true' '-Dmtp=false' '-Dnfs=false' '-Dsmb=false' '-Dudisks2=true' '-Dbluray=false' '-Dfuse=false' '-Dgudev=true' '-Dkeyring=false' '-Dlogind=true' '-Dlibusb=false'
* environment, line 1934: Called meson_src_configure
* environment, line 2605: Called die
* The specific snippet of code:
* tc-env_build "$@" || die
*
* If you need support, post the output of `emerge --info '=gnome-base/gvfs-1.38.1::gnome-kit'`,
* the complete build log and the output of `emerge -pqv '=gnome-base/gvfs-1.38.1::gnome-kit'`.
* The complete build log is located at '/var/tmp/portage/gnome-base/gvfs-1.38.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-base/gvfs-1.38.1/temp/environment'.
* Working directory: '/var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1'
* S: '/var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1'>>> Failed to emerge gnome-base/gvfs-1.38.1, Log file:
>>> '/var/tmp/portage/gnome-base/gvfs-1.38.1/temp/build.log'
* Messages for package gnome-base/gvfs-1.38.1:
* ERROR: gnome-base/gvfs-1.38.1::gnome-kit failed (configure phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 92: Called src_configure
* environment, line 3805: Called gnome-meson_src_configure '-Ddbus_service_dir=/usr/share/dbus-1/services' '-Dsystemduserunitdir=no' '-Dtmpfilesdir=no' '-Dgdu=false' '-Dgcr=true' '-Dman=true' '-Dadmin=false' '-Dafc=false' '-Dafp=false' '-Darchive=false' '-Dcdda=false' '-Ddnssd=false' '-Dgoa=false' '-Dgoogle=false' '-Dgphoto2=false' '-Dhttp=true' '-Dmtp=false' '-Dnfs=false' '-Dsmb=false' '-Dudisks2=true' '-Dbluray=false' '-Dfuse=false' '-Dgudev=true' '-Dkeyring=false' '-Dlogind=true' '-Dlibusb=false'
* environment, line 1934: Called meson_src_configure
* environment, line 2605: Called die
* The specific snippet of code:
* tc-env_build "$@" || die
*
* If you need support, post the output of `emerge --info '=gnome-base/gvfs-1.38.1::gnome-kit'`,
* the complete build log and the output of `emerge -pqv '=gnome-base/gvfs-1.38.1::gnome-kit'`.
* The complete build log is located at '/var/tmp/portage/gnome-base/gvfs-1.38.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-base/gvfs-1.38.1/temp/environment'.
* Working directory: '/var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1'
* S: '/var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1'
Digging into the ebuild dir /var/tmp/portage/gnome-base/gvfs-1.38.1/work/gvfs-1.38.1, it seems the logic to require systemd is tangled with a meson 'tmpfilesdir' option as well.
Additionally, default meson_options.txt has option('goa', type: 'boolean', value: true, ...) which turns on a dependency for 'goa-1.0' which appears to not exist in Funtoo repository.
So far, manually running meson . ../gvfs-1.38.1-build -Dsystemduserunitdir=no -Dtmpfilesdir=/tmp -Dgoa=false gets me further...
-
Aha, thank you! I will see if I can upgrade. I am not sure how to check my version but I'll research as you suggest.
My ego.conf is:
$ cat /etc/ego.conf
# This is the ego.conf file[kits]
# You can set your default kits here. Unset kits will use the Funtoo default prime/master
# branch by default.# python-kit = 3.6-prime
-
In a half-woken state this morning, I posted this to the Gentoo forums, where I was told that this is '...an ancient version of exiv2, riddled with security holes' so it sounds like this package needs updating from Gentoo upstream.
$ sudo emerge exiv2
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-gfx/exiv2-0.26::media-kit
>>> Downloading 'http://distfiles.gentoo.org/distfiles/exiv2-0.26-trunk.tar.gz'
--2018-05-10 09:51:54-- http://distfiles.gentoo.org/distfiles/exiv2-0.26-trunk.tar.gz
Resolving distfiles.gentoo.org... 64.50.236.52, 140.211.166.134, 137.226.34.46, ...
Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-05-10 09:51:55 ERROR 404: Not Found.
>>> Downloading 'http://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz'
--2018-05-10 09:51:55-- http://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz
Resolving www.exiv2.org... 54.72.225.196
Connecting to www.exiv2.org|54.72.225.196|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5677925 (5.4M) [application/x-gzip]
Saving to: '/var/cache/portage/distfiles/exiv2-0.26-trunk.tar.gz'
/var/cache/portage/ 100%[===================>] 5.41M 1.37MB/s in 6.1s
2018-05-10 09:52:01 (902 KB/s) - '/var/cache/portage/distfiles/exiv2-0.26-trunk.tar.gz' saved [5677925/5677925]
!!! Fetched file: exiv2-0.26-trunk.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got: 5677925
!!! Expected: 5699163
Refetching... File renamed to '/var/cache/portage/distfiles/exiv2-0.26-trunk.tar.gz._checksum_failure_.KHvCbE'
!!! Couldn't download 'exiv2-0.26-trunk.tar.gz'. Aborting.
* Fetch failed for 'media-gfx/exiv2-0.26', Log file:
* '/var/tmp/portage/media-gfx/exiv2-0.26/temp/build.log'
>>> Failed to emerge media-gfx/exiv2-0.26, Log file:
>>> '/var/tmp/portage/media-gfx/exiv2-0.26/temp/build.log'
* Messages for package media-gfx/exiv2-0.26:
* Fetch failed for 'media-gfx/exiv2-0.26', Log file:
* '/var/tmp/portage/media-gfx/exiv2-0.26/temp/build.log'

(emerge nextcloud-client) Failure to build qtwebengine-5.12.3 on AMD CPUs?
in General Help
Posted · Edited by russtopia
Edit title wrt. nextcloud-client, added workaround to just use vendor-compiled nextcloud-client
While emerging nextcloud-client, which has qtwebengine has a dependency, emerge of the latter fails (see full errors described in external QT bug link below).
This likely isn't a Funtoo bug per se; the link below is a bug filed to the QT bug tracker which they closed, blaming GCC itself. Hmmpf.
https://bugreports.qt.io/browse/QTBUG-77402
However: what's a poor Funtoo user on AMD to do, if QT refuses to acknowledge/fix this issue?
Should Funtoo apply a patch or can QT project be convinced to fix upstream?
UPDATE: Fortunately this doesn't block usage of Nextcloud client completely; I can just use the Nextcloud-2.6.2-x86_64.AppImage downloaded from the server's Info page.