[Bug 222418] chinese/fcitx tray menu no longer works
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 22 05:45:41 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222418
--- Comment #8 from Ian Trudel <ian.trudel at gmail.com> ---
Hi Zhihao,
I'm getting closer and determined that something in my make.conf is causing the
issue. Rebuilt the whole thing (xorg, mate, fcitx, etc) with a make.conf
similar to the two other machines. Not quite sure which one is the culprit
though. I suspect building static or no profile might cause some troubles. Any
thoughts?
cat /etc/make.conf
DEFAULT_VERSIONS+= linux=c7 python=2.7 python2=2.7 #python3=2.7
#RANDOMIZE_MASTER_SITES=YES
MAKE_JOBS_NUMBER?=6
MAKEOPTS=-j5
BATCH=YES # for testing purpose
COPTFLAGS= -O3 -pipe -funroll-loops
CFLAGS+= -O3 -pipe # -fno-strict-aliasing
CXXFLAGS+= -O3 -pipe
BUILD_OPTIMIZED=YES
BUILD_STATIC=YES
WITHOUT_DEBUG=YES
MK_PROFILE=no
QT_SELECT=qt5
# IT170914: living dangerously
DISABLE_VULNERABILITIES=yes
NO_INET6=YES
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list