Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 857981 - app-office/libreoffice-7.3.4.2-r1 fails compile
Summary: app-office/libreoffice-7.3.4.2-r1 fails compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
: 857984 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-07-14 17:06 UTC by Chris Smith
Modified: 2022-07-14 17:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (libreoffice-7.3.4.2-r1.build.log.xz,396.35 KB, application/x-xz)
2022-07-14 17:10 UTC, Chris Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Smith 2022-07-14 17:06:44 UTC
[build CXX] sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx                                                    
S=/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2 && I=$S/instdir && W=$S/workdir &&  mkd
ir -p $W/CxxObject/sdext/source/pdfimport/xpdfwrapper/ $W/Dep/CxxObject/sdext/source/pdfimport/xpdfwrapper/ && cd /va
r/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2 &&       x86_64-pc-linux-gnu-g++ -DBOOST_ERR
OR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DLINUX -DNDEBUG -DOSL_DEBUG_LEVEL=0 -DUNIX -DUNX -D
X86_64 -D_PTHREADS -D_REENTRANT  -DSYSTEM_ZLIB -DZLIB_CONST  -DSYSTEM_POPPLER   -fvisibility=hidden    -Wall -Wno-mis
sing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wshadow -Wunused-macros  -finput-ch
arset=UTF-8 -fmessage-length=0 -fno-common -pipe -fstack-protector-strong -fdiagnostics-color=always  -Wdeprecated-co
py-dtor -Wduplicated-cond -Wlogical-op -Wshift-overflow=2 -Wunused-const-variable=1 -Wno-cast-function-type -fvisibil
ity-inlines-hidden -fPIC -Wshadow -Woverloaded-virtual -std=c++17 -pthread  -O2 -march=native -pipe  -DEXCEPTIONS_ON 
-fexceptions -fno-enforce-eh-specs    -DLIBO_INTERNAL_ONLY  -c $S/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.c
xx -o $W/CxxObject/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.o  -isystem /usr/include/poppler -isystem /usr/i
nclude/poppler/cpp  -I$S/include   -I$S/config_host  -I/usr/include      -I/usr/include/freetype2 -I/usr/include/harf
buzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include                                                           
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx: In member function ‘int pdfi::PDFOutDev::parseFont(long long int, GfxFont*, const GfxState*) const’:   
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx:477:46: error: no matching function for call to ‘GfxFont::readEmbFontFile(XRef*, int*)’                 
  477 |         char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize );                                  
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
In file included from /var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimp
ort/xpdfwrapper/pdfioutdev_gpl.hxx:37,                                                                               
                 from /var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimp
ort/xpdfwrapper/pdfioutdev_gpl.cxx:20:                                                                               
/usr/include/poppler/GfxFont.h:282:47: note: candidate: ‘std::optional<std::vector<unsigned char> > GfxFont::readEmbF
ontFile(XRef*)’                                                                                                      
  282 |     std::optional<std::vector<unsigned char>> readEmbFontFile(XRef *xref);                                   
      |                                               ^~~~~~~~~~~~~~~                                                
/usr/include/poppler/GfxFont.h:282:47: note:   candidate expects 1 argument, 2 provided                              
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx: In member function ‘void pdfi::PDFOutDev::writeFontFile(GfxFont*) const’:                              
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx:495:42: error: no matching function for call to ‘GfxFont::readEmbFontFile(XRef*, int*)’                 
  495 |     char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize );                                      
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                       
/usr/include/poppler/GfxFont.h:282:47: note: candidate: ‘std::optional<std::vector<unsigned char> > GfxFont::readEmbF
ontFile(XRef*)’                                                                                                      
  282 |     std::optional<std::vector<unsigned char>> readEmbFontFile(XRef *xref);                                   
      |                                               ^~~~~~~~~~~~~~~                                                
/usr/include/poppler/GfxFont.h:282:47: note:   candidate expects 1 argument, 2 provided                              
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx: In member function ‘virtual void pdfi::PDFOutDev::updateFont(GfxState*)’:                              
/var/tmp/portage/app-office/libreoffice-7.3.4.2-r1/work/libreoffice-7.3.4.2/sdext/source/pdfimport/xpdfwrapper/pdfiou
tdev_gpl.cxx:762:38: error: cannot convert ‘const std::shared_ptr<GfxFont>’ to ‘GfxFont*’ in initialization          
  762 |     GfxFont *gfxFont = state->getFont();                                                                     
      |                        ~~~~~~~~~~~~~~^~                                                                      
      |                                      |                                                                       
      |                                      const std::shared_ptr<GfxFont>         

Reproducible: Always




emerge --info
Portage 3.0.32 (python 3.10.5-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-12.1.1, glibc-2.35-r8, 5.18.11-gentoo x86_64)
=================================================================
System uname: Linux-5.18.11-gentoo-x86_64-AMD_Ryzen_9_5900X_12-Core_Processor-with-glibc2.35
KiB Mem:    65786640 total,  26095292 free
KiB Swap:    6291452 total,   6291452 free
Timestamp of repository gentoo: Thu, 14 Jul 2022 12:46:34 +0000
Head commit of repository gentoo: 94de8bc8f98943c2bdc003fa3d1d94644f65d589

Head commit of repository audio-overlay: e1c74a150aa6ea545994c8d928456524404e847b

sh bash 5.1_p16
ld GNU ld (Gentoo 2.38 p4) 2.38
app-misc/pax-utils:        1.3.4::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           3.10.5::gentoo, 3.11.0_beta4-r1::gentoo
dev-lang/rust:             1.62.0::gentoo
dev-util/cmake:            3.23.2::gentoo
dev-util/meson:            0.63.0::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          251.2::gentoo
sys-devel/autoconf:        2.13-r2::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.38-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           14.0.6::gentoo
sys-devel/gcc:             12.1.1_p20220625::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.6::gentoo
sys-devel/llvm:            14.0.6::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.18-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r8::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git
    priority: -1000

audio-overlay
    location: /var/db/repos/audio-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-audio/audio-overlay.git
    masters: gentoo

local
    location: /var/db/repos/local
    masters: gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
AR="ar"
CBUILD="x86_64-pc-linux-gnu"
CC="gcc"
CFLAGS="-O2 -march=native -fomit-frame-pointer -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"
CXX="g++"
CXXFLAGS="-O2 -march=native -fomit-frame-pointer -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps y --autounmask-keep-masks"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live clean-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 qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O2 -Wl,--as-needed"
LINGUAS="en_US en"
MAKEOPTS="V=1 -j1"
NM="nm"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RANLIB="ranlib"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities alsa amd64 amr apache2 audiofile bash-completion bluray branding btrfs bzip2 cairo caps cdaudio cdda cddb cdparanoia cdr cdrdao chm chromecast cleartype cli corefonts crypt cups curl dbus declarative djvu dri dssi dts dv dvb dvd dvdr ebook egl encode exif fam fdk ffmpeg flac fortran gdbm gif gmp google gphoto2 gpm gstreamer gtk gtk3 gtk4 gui iconv icu imagemagick imap imlib introspection ipv6 jack java jpeg jpeg2k kde kpathsea kvm kwallet ladspa lame lash lcms libffi libglvnd libinput libnotify libtirpc linguas_en_US lm-sensors lv2 lzma mad marble midi mmap mng mozilla mp3 mp4 mpeg mtp multimedia musicbrainz ncurses network nls nodrm nptl nsplugin ofx ogg opencl openexr opengl openmp opus pam pango pcre pdf pipewire pipewire-alsa plasma png policykit ppds pulseaudio qemu qml qt5 readline rtmp sasl scanner screencast sdl seccomp semantic-desktop slp smp sndfile speex spell split-usr ssl startup-notification subversion svg systemd theora threads tiff tk transparency truetype type1 udev udisks unicode unwind upower usb v4l vaapi vcd vdpau vim-syntax vorbis vpx vst wav wavpack wayland webp widgets wmf wxwidgets x264 x265 xattr xcb xcomposite xine xkb xml xscreensaver xv xvid xvmc zlib" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd 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" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" NGINX_MODULES_HTTP="autoindex fancyindex fastcgi gzip" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" QEMU_SOFTMMU_TARGETS="x86_64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="(-ruby23) (-ruby24) (-ruby25) (-ruby26) (-ruby27) ruby30 ruby31" SANE_BACKENDS="epson epson2" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Chris Smith 2022-07-14 17:10:10 UTC
Created attachment 791417 [details]
build log
Comment 2 Chris Smith 2022-07-14 17:17:30 UTC
emerge -pqv '=app-office/libreoffice-7.3.4.2-r1::gentoo'
[ebuild     U ] app-office/libreoffice-7.3.4.2-r1 [7.3.4.2] USE="cups dbus gstreamer kde pdfimport -accessibility -base -bluetooth -branding -clang -coinmp -custom-cflags -debug -eds -firebird -googledrive -gtk -java -ldap -mariadb -odk -postgres -test -vulkan" LIBREOFFICE_EXTENSIONS="-nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9 -python3_11%"
Comment 3 Andreas Sturmlechner gentoo-dev 2022-07-14 17:26:54 UTC
Right, it still requires the poppler patches, my fault.
Comment 4 Larry the Git Cow gentoo-dev 2022-07-14 17:29:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aa778f4cc4fb73066b3094b50d1aa6562d5b9f

commit f8aa778f4cc4fb73066b3094b50d1aa6562d5b9f
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-07-14 17:27:04 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-07-14 17:27:18 +0000

    app-office/libreoffice: Re-add mistakenly dropped patches
    
    Closes: https://bugs.gentoo.org/857981
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-office/libreoffice/libreoffice-7.3.4.2-r1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)
Comment 5 Andreas Sturmlechner gentoo-dev 2022-07-14 17:39:46 UTC
*** Bug 857984 has been marked as a duplicate of this bug. ***