On 2018-04-09 10:01, Fun Just wrote:
On Mon, Apr 9, 2018, 10:21 Giorgio Cittadini <giocitta@gmail.com <mailto:giocitta@gmail.com>> wrote:
Hi all, I need your help owing to a problem that succeeds in confusing me very much. After about a month of delay, I tried to update my wonderful CRUX-kf5 OS (anyhow, absolutely well working), but I get no success for 15 packages (nearly all in KF5 port, and four - llvm, poppler, poppler-qt5, pango-32 - in other ports.
Are all these errors cmake related?
I've build opt/poppler and I see cmake outputs something. In your log I see nothing from cmake.
Does "revdep -vvv cmake" show any error?
You may try to rebuild cmake. Or, try the build commands of one of your failing ports manually : unpack the sources somewhere and run that cmake line. You should have a cmake log.
Indeed, unless Giorgio removed cmake output things seem very odd. You should see cmake output like this: + cmake ../kmenuedit-5.12.3 -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -Wno-dev -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info etc..
From your log it just looks like cmake returns without error
Also, what repo are you building from? https://crux.nu/portdb/?a=repo&q=kde5 ? /f