Crux update partially unsuccessful
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. The following is an example of what I get when trying: **************** # prt-get update kmenuedit prt-get: updating /usr/ports/kf5/kmenuedit =======> Downloading 'http://download.kde.org/stable/plasma/5.12.4/kmenuedit-5.12.4.tar.xz'. --2018-04-09 08:00:56-- http://fileserver.intranet/crux/sources/kmenuedit-5.12.4.tar.xz Resolving fileserver.intranet... failed: Name or service not known. wget: unable to resolve host address 'fileserver.intranet' URL transformed to HTTPS due to an HSTS policy --2018-04-09 08:00:56-- https://download.kde.org/stable/plasma/5.12.4/kmenuedit-5.12.4.tar.xz Resolving download.kde.org... 144.76.243.172, 2a01:4f8:200:93fb::3 Connecting to download.kde.org|144.76.243.172|:443... connected. HTTP request sent, awaiting response... 302 Found Location: http://ct.mirror.garr.it/mirrors/KDE/stable/plasma/5.12.4/kmenuedit-5.12.4.t... [following] --2018-04-09 08:00:56-- http://ct.mirror.garr.it/mirrors/KDE/stable/plasma/5.12.4/kmenuedit-5.12.4.t... Resolving ct.mirror.garr.it... 90.147.164.69, 2001:760:ffff:b7:5:100:0:69 Connecting to ct.mirror.garr.it|90.147.164.69|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 651916 (637K) [text/plain] Saving to: '/usr/ports/srcfiles/kmenuedit-5.12.4.tar.xz.partial' kmenuedit-5.12.4.tar.x 100%[===========================>] 636.64K 432KB/s in 1.5s 2018-04-09 08:00:58 (432 KB/s) - '/usr/ports/srcfiles/kmenuedit-5.12.4.tar.xz.partial' saved [651916/651916] =======> Building '/usr/ports/packages/kmenuedit#5.12.4-1.pkg.tar.gz'. bsdtar -p -o -C /usr/ports/work/kmenuedit/src -xf /usr/ports/srcfiles/kmenuedit-5.12.4.tar.xz + build + cd kmenuedit-5.12.4 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/usr/etc -DLIB_INSTALL_DIR=/usr/lib -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Release -Wno-dev + make make: *** No targets specified and no makefile found. Stop. =======> ERROR: Building '/usr/ports/packages/kmenuedit#5.12.4-1.pkg.tar.gz' failed. -- Packages where update failed kmenuedit ****************** The package is present in /usr/ports/srcfiles as: kmenuedit-5.12.4.tar.xz. The same thing applies to the other packages. What is the problem, and what should I do? Many thanks for a kind answer. Giorgio Cittadini
On Mon, Apr 9, 2018, 10:21 Giorgio Cittadini <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.
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
On Mon, Apr 9, 2018, 11:12 Fredrik Rinnestam <fredrik@rinnestam.se> wrote:
On 2018-04-09 10:01, Fun Just wrote:
On Mon, Apr 9, 2018, 10:21 Giorgio
Also, what repo are you building from? https://crux.nu/portdb/?a=repo&q=kde5 ?
I'm guessing he is using github.com/tsaop/crux-kf5 :)
participants (3)
-
Fredrik Rinnestam
-
Fun Just
-
Giorgio Cittadini