...some progress, but I've grounded to a halt. First it (recoll) wanted libchm, which I found out is chmlib and was able to confingure/make it, but now it's complaining about a package that IS installed:
# ./configure ... checking for zlibVersion in -lz... yes checking for type of string parameter to putenv... checking for xapian-config... /usr/local/bin/xapian-config checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XSLT... no configure: error: libxslt ...but yum has: # yum info libxslt Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Installed Packages Name : libxslt Arch : s390x Version : 1.1.28 Release : 5.el7 Size : 519 k Repo : installed From repo : anaconda Summary : Library providing the Gnome XSLT engine URL : http://xmlsoft.org/XSLT/ License : MIT Description : This C library allows to transform XML files into other XML files : (or HTML, text, ...) using the standard XSLT stylesheet transformation : mechanism. To use it you need to have a version of libxml2 >= 2.6.27 : installed. The xsltproc command is a command line interface to the XSLT engine Available Packages Name : libxslt Arch : s390 Version : 1.1.28 Release : 5.el7 Size : 232 k Repo : os/7/s390x Summary : Library providing the Gnome XSLT engine URL : http://xmlsoft.org/XSLT/ License : MIT Description : This C library allows to transform XML files into other XML files : (or HTML, text, ...) using the standard XSLT stylesheet transformation : mechanism. To use it you need to have a version of libxml2 >= 2.6.27 : installed. The xsltproc command is a command line interface to the XSLT engine (not sure why there are two of very different sizes, 232k vs. 519k) Scanning the configure file (is a bit cryptic for me): 18582 pkg_failed=no 18583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XSLT" >&5 18584 $as_echo_n "checking for XSLT... " >&6; } 18585 18586 if test -n "$XSLT_CFLAGS"; then 18587 pkg_cv_XSLT_CFLAGS="$XSLT_CFLAGS" 18588 elif test -n "$PKG_CONFIG"; then 18589 if test -n "$PKG_CONFIG" && \ 18590 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxslt\""; } >&5 18591 ($PKG_CONFIG --exists --print-errors "libxslt") 2>&5 18592 ac_status=$? 18593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 18594 test $ac_status = 0; }; then 18595 pkg_cv_XSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt" 2>/dev/null` 18596 test "x$?" != "x0" && pkg_failed=yes 18597 else 18598 pkg_failed=yes 18599 fi 18600 else 18601 pkg_failed=untried 18602 fi 18603 if test -n "$XSLT_LIBS"; then 18604 pkg_cv_XSLT_LIBS="$XSLT_LIBS" 18605 elif test -n "$PKG_CONFIG"; then 18606 if test -n "$PKG_CONFIG" && \ 18607 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxslt\""; } >&5 18608 ($PKG_CONFIG --exists --print-errors "libxslt") 2>&5 18609 ac_status=$? 18610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 18611 test $ac_status = 0; }; then 18612 pkg_cv_XSLT_LIBS=`$PKG_CONFIG --libs "libxslt" 2>/dev/null` 18613 test "x$?" != "x0" && pkg_failed=yes 18614 else 18615 pkg_failed=yes 18616 fi 18617 else 18618 pkg_failed=untried 18619 fi ...anyone? Frank M. Ramaekers Jr. Unisys | Mainframe Systems Analyst I -----Original Message----- From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Neale Ferguson Sent: Wednesday, February 5, 2020 7:18 PM To: [email protected] Subject: Re: yum update qt5 problems Given it's already installed what would yum reinstall qt5-qtwebkit (maybe with the same exclude option). I think the objective is to get rid of the qt5-xxx stuff in EPEL that's been superseded by packages in the base 7.x repo. Neale Ferguson On 2/6/20, 01:41, "Linux on 390 Port on behalf of Frank M. Ramaekers" <[email protected] on behalf of [email protected]> wrote: Hmmmm....not sure how to proceed: yum install --exclude=qt5*5.9.7* recoll Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Nothing to do ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit https://urldefense.proofpoint.com/v2/url?u=http-3A__www2.marist.edu_htbin_wlvindex-3FLINUX-2D390&d=DwIGaQ&c=laxeQK7vPmHfouIIPNyCfbQd49eK3u00U8Jdo0RFvts&r=EOaM1MkMLG24_TOy4m7EdDoX0CP9-c0YJ2kTdeagcqQ&m=Gz2wwGkn-5aQOynWkud_elA75FIHm0ZRl_bBIXR_46I&s=Kqtu8MuK104PTKZkvFkBvCApZ1lPoZMMwJM4-uzqYQU&e= ---------------------------------------------------------------------- This message contains information which is privileged and confidential and is solely for the use of the intended recipient. If you are not the intended recipient, be aware that any review, disclosure, copying, distribution, or use of the contents of this message is strictly prohibited. If you have received this in error, please destroy it immediately and notify us at [email protected]. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
