From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 16 18:20:00 2012 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A29E9F3 for ; Sun, 16 Dec 2012 18:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 696898FC20 for ; Sun, 16 Dec 2012 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBGIK03J065589 for ; Sun, 16 Dec 2012 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBGIK0QG065588; Sun, 16 Dec 2012 18:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 16 Dec 2012 18:20:00 GMT Resent-Message-Id: <201212161820.qBGIK0QG065588@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD740C57 for ; Sun, 16 Dec 2012 18:11:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B42EC8FC0A for ; Sun, 16 Dec 2012 18:11:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBGIBmmE014626 for ; Sun, 16 Dec 2012 18:11:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBGIBmK1014619; Sun, 16 Dec 2012 18:11:48 GMT (envelope-from nobody) Message-Id: <201212161811.qBGIBmK1014619@red.freebsd.org> Date: Sun, 16 Dec 2012 18:11:48 GMT From: Bill To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/174487: port mail/notmuch fails to build during portupgrade X-Mailman-Approved-At: Sun, 16 Dec 2012 23:03:33 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 18:20:00 -0000 >Number: 174487 >Category: amd64 >Synopsis: port mail/notmuch fails to build during portupgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 16 18:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bill >Release: 8.3-RELEASE-p3 >Organization: >Environment: FreeBSD sagan.sf.xinu.tv 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: ===> Configuring for notmuch-0.14 Welcome to Notmuch, a system for indexing, searching and tagging your email. We hope that the process of building and installing notmuch is quick and smooth so that you can soon be reading and processing your email more efficiently than ever. If anything goes wrong in the configure process, you can override any decisions it makes by manually editing the Makefile.config file that it creates. Also please do as much as you can to figure out what could be different on your machine compared to those of the notmuch developers. Then, please email those details to the Notmuch list (notmuch@notmuchmail.org) so that we can hopefully make future versions of notmuch easier for you to use. We'll now investigate your system to verify that all required dependencies are available: Checking for Xapian development files... Yes (1.2.12). Checking for GMime development files... Yes (gmime-2.4 ). Checking for Glib development files (>= 2.22)... Yes. Checking for talloc development files... Yes. Checking for valgrind development files... No (but that's fine). Checking if emacs is available... emacs: not found No (so will not byte-compile emacs code) Checking which platform we are on... Unknown. *** Warning: Unknown platform. Notmuch might or might not build correctly. Checking for getline... Yes. Checking for strcasestr... Yes. Checking for rpath support... Yes. Checking for -Wl,--as-needed... Yes. Checking for available C++ compiler warning flags... -Wall -Wextra -Wwrite-strings -Wswitch-enum Checking for available C compiler warning flags... -Wall -Wextra -Wwrite-strings -Wswitch-enum -Wmissing-declarations All required packages were found. You may now run the following commands to compile and install notmuch: make sudo make install ===> Building for notmuch-0.14 Use "gmake V=1" to see the verbose compile lines. CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing command-line-arguments.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing debugger.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing gmime-filter-reply.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing gmime-filter-headers.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing hooks.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch-config.o CC -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing notmuch-count.o notmuch-count.c: In function 'notmuch_count_command': notmuch-count.c:70: error: too many arguments to function 'notmuch_database_open' notmuch-count.c:96: warning: implicit declaration of function 'notmuch_query_add_tag_exclude' notmuch-count.c:109: warning: implicit declaration of function 'notmuch_database_destroy' gmake: *** [notmuch-count.o] Error 1 *** Error code 1 Stop in /usr/ports/mail/notmuch. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20121216-888-ff3wih-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=notmuch-0.11_1 UPGRADE_PORT_VER=0.11_1 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! mail/notmuch (notmuch-0.11_1) (compiler error) >How-To-Repeat: I had notmuch-0.11_1 installed and saw this error doing a portupgrade >Fix: >Release-Note: >Audit-Trail: >Unformatted: