Date: Fri, 25 May 2018 21:01:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228317] x11-wm/icewm: pet pkg-fallout Message-ID: <bug-228317-7788-28dc650aS4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228317-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-228317-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228317 --- Comment #13 from Chris Hutchinson <portmaster@bsdforge.com> --- (In reply to Kirill Ponomarev from comment #11) > Chris, sorry I dont't have time to build it every day and every day and > encounter always the same errors. If you'd like to fix this, please test = it > carefully on your poudriere. >=20 > https://krion.cc/data/head-amd64-default/2018-05-25_08h12m35s/logs/errors/ > icewm-1.3.8_4.log HUGE apology, Kirill I found the discrepancy when running the following test case against llvm/clang60 USES=3D compiler:c++11-lang ... USE_CXXSTD=3D c++11 ... .include <bsd.port.pre.mk> .if ${COMPILER_TYPE} =3D=3D clang && ${COMPILER_VERSION} < 60 BUILD_DEPENDS+=3D ${LOCALBASE}/bin/clang60:devel/llvm60 CPP=3D ${LOCALBASE}/bin/clang-cpp60 CC=3D ${LOCALBASE}/bin/clang60 CXX=3D ${LOCALBASE}/bin/clang++60 .endif ... @${ECHO} "XXXX: ${COMPILER_VERSION}" which immediately let me know the jail I had spun up, was running llvm50! So I spun up a jail with both 50 && 60, and performed some further test cases. Which determined my current changes to this (version) port won't build past (llvm/clang) 50. I'm not (wasting) spending anymore time to bring this up to a llvm/clang60 level. Because I'm trying to land version 1.4.22 of this port, which is *already* llvm/clang60 friendly. This will at least quiet pkg-fallout, and allow people to build, or install the package. Thanks a million for all your time, and sorry for wasting so much of it. --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228317-7788-28dc650aS4>