Solved [Solved] Update cmake failed with portmaster

FreeBSD 9.2. I tried to update /devel/cmake with Portmaster this morning and it fails like this. Everything else in ports is up to date. I'm curious if it's related to this thread and FreeBSD 10: viewtopic.php?t=44520.
Code:
[ 51%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/filter_fork_posix.c.o
Linking C static library libcmlibarchive.a
[ 51%] Built target cmlibarchive
1 error
*** [all] Error code 2
1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/devel/cmake.
*** [build] Error code 1

Stop in /usr/ports/devel/cmake.

===>>> make failed for devel/cmake
===>>> Aborting update

===>>> Update for cmake-2.8.12.1 failed
===>>> Aborting update
 
Re: Update cmake failed with portmaster

I'm not sure how much this helps, but I just tried to build devel/cmake (and devel/cmake-modules) on a FreeBSD 9.2-RELEASE-p3/amd64 system and it builds just fine with both Clang and GCC, with and without MAKE_JOBS_UNSAFE. Do you have anything unusual in /etc/make.conf?
 
Re: Update cmake failed with portmaster

I think I updated cmake before on this machine without issue. Here's my make.conf though I don't see any problem with it:
Code:
WITH_NEW_XORG=yes
WITH_KMS=yes
WITH_PKGNG=yes

.if ${.CURDIR:M*/x11-fonts/webfonts}
WITH_MS_WINDOWS_LICENSE=yes
.endif
 
Re: Update cmake failed with portmaster

I just received a message on freebsd-ports@. Apparently an update to devel/cmake has been committed just now. So I suggest you first do portsnap fetch update again and see if the problem persists.
 
Back
Top