[Bug 228317] x11-wm/icewm: pet pkg-fallout

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 25 21:01:03 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228317

--- Comment #13 from Chris Hutchinson <portmaster at 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.
> 
> 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=           compiler:c++11-lang ...
USE_CXXSTD=     c++11

...

.include <bsd.port.pre.mk>

.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 60
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang60:devel/llvm60
CPP=            ${LOCALBASE}/bin/clang-cpp60
CC=             ${LOCALBASE}/bin/clang60
CXX=            ${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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list