From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 4 15:20:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B8016A41A for ; Tue, 4 Sep 2007 15:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B816813C46A for ; Tue, 4 Sep 2007 15:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l84FK6K8084612 for ; Tue, 4 Sep 2007 15:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l84FK63i084611; Tue, 4 Sep 2007 15:20:06 GMT (envelope-from gnats) Date: Tue, 4 Sep 2007 15:20:06 GMT Message-Id: <200709041520.l84FK63i084611@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Jaime Bozza" Cc: Subject: RE: ports/115887: update www/mnogosearch port to 3.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaime Bozza List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2007 15:20:06 -0000 The following reply was made to PR ports/115887; it has been noted by GNATS. From: "Jaime Bozza" To: Cc: Subject: RE: ports/115887: update www/mnogosearch port to 3.3.4 Date: Tue, 4 Sep 2007 08:50:38 -0500 I noticed the problem after I submitted the patch. The current version of the port doesn't actually disable threads so when I added that option correctly to the Makefile it caused the compile problem. I had been running with threads so I didn't catch it originally. I'm on vacation at the moment, but will test this and update the PR when I get back later in the week. Thanks for your quick response. Sincerely, Jaime Bozza -----Original Message----- From: arved@FreeBSD.org [mailto:arved@FreeBSD.org] Sent: Sunday, September 02, 2007 11:31 AM To: Jaime Bozza; arved@FreeBSD.org; freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/115887: update www/mnogosearch port to 3.3.4 Synopsis: update www/mnogosearch port to 3.3.4 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Sun Sep 2 16:30:02 UTC 2007 State-Changed-Why: This does not compile on CURRENT: cc -O2 -fno-strict-aliasing -pipe -rpath=/usr/lib:/usr/local/lib -o .libs/indexer main.o mutex.o -L/usr/home/arved/ports/mnogosearch/work/mnogosearch-3.3.4/src/.libs ./.libs/libmnogosearch.so /usr/home/arved/ports/mnogosearch/work/mnogosearch-3.3.4/src/.libs/libmn ogocharset.so -L/usr/local/lib -L/usr/lib ./.libs/libmnogocharset.so -lm -lz -lsqlite -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib /usr/lib/crt1.o(.text+0x8d): In function `_start': : undefined reference to `main' The problem seems to be that CONSOLE is not defined. Adding -DCONSOLE to CFLAGS fixes the build, but i can't verify if the port still works as intended. Please test! http://www.freebsd.org/cgi/query-pr.cgi?pr=115887