svn commit: r471191 - in head: audio/emms cad/dinotrace cad/verilog-mode.el databases/bbdb databases/gnats4 deskutils/howm devel/cask devel/clojure-cider devel/dash.el devel/distel devel/epl.el dev...

Tomoaki AOKI junchoon at dec.sakura.ne.jp
Fri Jun 1 15:28:13 UTC 2018


Hi.
My successful build log is uploaded at URL below.
Just done `make 2>1 | tee ~/mozc-server.log`.

 http://www.dec.sakura.ne.jp/~junchoon/fbsd-tmp/mozc-server.log

BTW, I found ccache in your failed poudriere log and the error looks
related with ccache (several places, e.g., just before [4/527]).

 ccache: error: Failed to create directory /nonexistent/.ccache/tmp:
Permission denied

And I don't use ccache. It can be the difference.
I suspect writing built *.o or temporary file(s) are failing.
Please check your ccache configuration (or installation).

My /etc/make.conf (without comments) is as follows.
Please beware! My mail client folds lines at 72 chars.

===
OVERRIDE_LINUX_NONBASE_PORTS=c6_64

WITH_NEW_MESA=yes

TEX_DEFAULT=  texlive

.if !${.CURDIR:M/usr/src/sys/boot*}
CPUTYPE?=       corei7-avx
.endif

OPTIONS_SET=   I18N NLS CJK JAPANESE NVIDIA NVIDIA_GL GTK2 MMX SSE SSE2
SSE3 SSS E3 SSE4 SSE4.1 SSE4.2 AVX SIMD OPTIMIZED_FLAGS
OPTIMIZED_CFLAGS WITH_NEW_XORG

OPTIONS_UNSET= NOUVEAU

.if ${.CURDIR:M/usr/ports/lang/gcc}
   CPUTYPE=     sandybridge
.endif

.if !empty(.CURDIR:M/usr/ports*) && exists(/usr/local/libexec/portconf)
_PORTCONF!=/usr/local/libexec/portconf
.for i in ${_PORTCONF:S/|/ /g}
${i:S/%/ /g}
.endfor
.endif

DEFAULT_VERSIONS+=      perl5=5.26
DEFAULT_VERSIONS+=      ssl=base
DEFAULT_VERSIONS+=      bdb=5
DEFAULT_VERSIONS+=      gcc=6
DEFAULT_VERSIONS+=      ssl=base

JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_8

===



On Fri, 01 Jun 2018 10:41:46 -0300
Joseph Mingrone <jrm at FreeBSD.org> wrote:

> Tomoaki AOKI <junchoon at dec.sakura.ne.jp> writes:
> 
> > Hi.
> > For (at least) japanese/mozc-server, only mozc-el portion should be
> > marked as BROKEN, NOT whole Makefile. At least japanese/mozc-server
> > itself, japanese/fcitx-mozc and japanese/mozc-tool builds fine.
> > See attached patch.
> 
> > Another solution should be reverting japanese/mozc-server/Makefile and
> > mark slave port japanese/mozc-el/Makefile as BROKEN.
> 
> > Regards.
> 
> >> Author: jrm
> >> Date: Thu May 31 01:18:05 2018
> >> New Revision: 471191
> >> URL: https://svnweb.freebsd.org/changeset/ports/471191
> 
> >> Log:
> >>   USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
> 
> >>   Or, mark ports that fail to build as BROKEN.
> >>   https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
> 
> >  <<snip>>
> 
> Hi,
> 
> Unless I am missing something, japanese/mozc-server itself is broken,
> i.e., even when BUILD_MOZC_LIST does not include "mozc_el".  I just
> checked again and here is the build log.
> 
> http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2018-06-01_10h37m31s/logs/errors/ja-mozc-server-2.20.2677.102.02_8.log
> 
> Please correct me if I am wrong.
> 
> Joseph


-- 
青木 知明  [Tomoaki AOKI]    <junchoon at dec.sakura.ne.jp>


More information about the svn-ports-head mailing list