Code: Select all
!!! existing preserved libs:
>>> package: app-text/poppler-0.44.0
* - /usr/lib64/libpoppler.so.60
* - /usr/lib64/libpoppler.so.60.0.0
* used by /usr/lib64/libreoffice/program/xpdfimport (app-office/libreoffice-5.1.2.2)
Use emerge @preserved-rebuild to rebuild packages using these librariesCode: Select all
# grep -i pdf /var/tmp/portage/app-office/libreoffice-5.1.2.2/work/libreoffice-5.1.2.2/config*
config_host.mk:export ENABLE_PDFIMPORT=TRUE
config_host.mk.in:export ENABLE_PDFIMPORT=@ENABLE_PDFIMPORT@
config.log:configure:36761: checking whether to build the PDF import feature
config.log:configure:36769: checking which PDF import backend to use
config.log:ENABLE_PDFIMPORT='TRUE'
config.log:pdfdir='${docdir}'
config.log:#define ENABLE_PDFIMPORT 1
grep: configmgr: Is a directory
config.status:S["ENABLE_PDFIMPORT"]="TRUE"
config.status:S["pdfdir"]="${docdir}"
config.status:D["ENABLE_PDFIMPORT"]=" 1"
configure:ENABLE_PDFIMPORT
configure:pdfdir
configure:enable_pdfimport
configure:pdfdir='${docdir}'
configure: -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
configure: ac_prev=pdfdir ;;
configure: -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
configure: pdfdir=$ac_optarg ;;
configure: oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
configure: --pdfdir=DIR pdf documentation [DOCDIR]
configure: --disable-pdfimport Disable building the PDF import feature.
configure: --with-system-poppler Use system poppler (only needed for PDF import).
configure:# Check whether --enable-pdfimport was given.
configure:if test "${enable_pdfimport+set}" = set; then :
configure: enableval=$enable_pdfimport;
configure: --disable-pdfimport \
configure:# pdf import?
configure:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build the PDF import feature" >&5
configure:$as_echo_n "checking whether to build the PDF import feature... " >&6; }
configure:ENABLE_PDFIMPORT=
configure:if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o "$enable_pdfimport" = yes \); then
configure: ENABLE_PDFIMPORT=TRUE
configure: { $as_echo "$as_me:${as_lineno-$LINENO}: checking which PDF import backend to use" >&5
configure:$as_echo_n "checking which PDF import backend to use... " >&6; }
configure: $as_echo "#define ENABLE_PDFIMPORT 1" >>confdefs.h
configure: if test -n "$ENABLE_PDFIMPORT"; then
configure: as_fn_error $? "need to disable PDF import via poppler or use system library" "$LINENO" 5
configure.ac:AC_ARG_ENABLE(pdfimport,
configure.ac: AS_HELP_STRING([--disable-pdfimport],
configure.ac: [Disable building the PDF import feature.])
configure.ac: [Use system poppler (only needed for PDF import).]),,
configure.ac: --disable-pdfimport \
configure.ac:# pdf import?
configure.ac:AC_MSG_CHECKING([whether to build the PDF import feature])
configure.ac:ENABLE_PDFIMPORT=
configure.ac:if test $_os != Android -a $_os != iOS -a \( -z "$enable_pdfimport" -o "$enable_pdfimport" = yes \); then
configure.ac: ENABLE_PDFIMPORT=TRUE
configure.ac: AC_MSG_CHECKING([which PDF import backend to use])
configure.ac: AC_DEFINE([ENABLE_PDFIMPORT],1)
configure.ac:AC_SUBST(ENABLE_PDFIMPORT)
configure.ac: if test -n "$ENABLE_PDFIMPORT"; then
configure.ac: AC_MSG_ERROR([need to disable PDF import via poppler or use system library])


