Johannes Meixner

Results 667 comments of Johannes Meixner

With https://github.com/rear/rear/pull/2744 merged the initial specific part of this issue should be fixed. What is not fixed are the two generic parts of this issue the generic cleanup part as...

ReaR 2.7 should not be released without the generic bug part of this issue fixed as described in https://github.com/rear/rear/issues/2743#issuecomment-1022133392 But ReaR 2.7 can be released without the generic cleanup part...

With current master code and in local.conf ``` LIBS+=( /usr/lib*/qt5/* ) ``` I get (excerpts) ``` # usr/sbin/rear -D mkrescue ... /bin/xmlpatternsvalidator-qt5 requires additional libraries (fatal error) /bin/xmlpatterns-qt5 requires additional...

With ``` LIBS+=( /usr/lib*/qt5/* ) PROGS+=( xmlpatternsvalidator-qt5 xmlpatterns-qt5 sdpscanner /usr/lib64/qt5/bin/qwebengine_convert_dict ) ``` it does no longer error out and I get (excerpts) ``` # usr/sbin/rear -D mkrescue ... /usr/lib64/qt5/libexec/QtWebNetworkProcess requires...

With only ``` PROGS+=( xmlpatternsvalidator-qt5 xmlpatterns-qt5 sdpscanner /usr/lib64/qt5/bin/qwebengine_convert_dict ) ``` i.e. no longer `LIBS+=( /usr/lib*/qt5/* )` all looks well for "rear -D mkrescue" i.e. no longer any "requires additional libraries"...

As far as I currently see my above tests https://github.com/rear/rear/issues/2743#issuecomment-1128628990 and https://github.com/rear/rear/issues/2743#issuecomment-1128657211 and https://github.com/rear/rear/issues/2743#issuecomment-1128660068 prove what I had written above in https://github.com/rear/rear/issues/2743#issuecomment-1018280042 Plus my above conclusion therein in different words...

With only ``` LIBS+=( /usr/lib64/qt5/*/*/*.so /usr/lib64/qt5/*/*/*/*.so /usr/lib64/qt5/*/*/*/*/*.so ) ``` all looks well for "rear -D mkrescue" i.e. no longer any "requires additional libraries" message. All the 104 *.so files below...

@fadamo I know nothing about Veritas and I guess most others also don't so we need some explanatory background information what errors happen when "Veritas sw" is installed and why...

Ah! As it seems RHEL specific software is involved, I better also assign @pcahyna to this issue.

@fadamo thank you for the link. Only the initial parts are public readable up to ``` ReaR backup fails on Veritas Filesystem with Error: "Failed to copy files and directories...