From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 3 01:15:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF4F24BC for ; Fri, 3 Apr 2015 01:15:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2907301 for ; Fri, 3 Apr 2015 01:15:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t331Fckq068919 for ; Fri, 3 Apr 2015 01:15:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199112] chinese/fcitx: Error while trying to update to 4.2.8.6 Date: Fri, 03 Apr 2015 01:15:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linuxjustin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 01:15:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199112 --- Comment #7 from Justin Yang --- (In reply to lichray from comment #6) Hi, I applied your patch (attachment 155134) to Makefile and tried to update the port using portmaster, however, it failed with the following messages: ...Skip... [ 5%] Built target fcitx-addon-fcitx-keyboard--addon--desc-1 CMakeFiles/fcitx-utils.dir/log.c.o: In function `FcitxLogFuncV': /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6/src/lib/fcitx-utils/log.c:(.text+0x191): undefined reference to `libiconv_open' /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6/src/lib/fcitx-utils/log.c:(.text+0x1ef): undefined reference to `libiconv' cc: error: linker command failed with exit code 1 (use -v to see invocation) --- src/lib/fcitx-utils/libfcitx-utils.so.0.1 --- *** [src/lib/fcitx-utils/libfcitx-utils.so.0.1] Error code 1 make[5]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 1 error make[5]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 --- src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/all --- *** [src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/all] Error code 2 make[4]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 Scanning dependencies of target fcitx-addon-fcitx-table--headers-1 A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 --- src/im/table/CMakeFiles/fcitx-addon-fcitx-table--headers-1.dir/all --- *** [src/im/table/CMakeFiles/fcitx-addon-fcitx-table--headers-1.dir/all] Error code 2 make[4]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 Scanning dependencies of target fcitx-addon-fcitx-table--addon--desc-1 A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 --- src/im/table/CMakeFiles/fcitx-addon-fcitx-table--addon--desc-1.dir/all --- *** [src/im/table/CMakeFiles/fcitx-addon-fcitx-table--addon--desc-1.dir/all] Error code 2 make[4]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 - src/im/pinyin/data/CMakeFiles/py-data-download.dir/all --- *** [src/im/pinyin/data/CMakeFiles/py-data-download.dir/all] Error code 2 make[4]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 4 errors make[4]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 *** [all] Error code 2 make[3]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 1 error make[3]: stopped in /usr/ports/chinese/fcitx/work/fcitx-4.2.8.6 I will uninstall the port before updating later, to see whether it'll be OK to compile the latest version. -- You are receiving this mail because: You are the assignee for the bug.