Date: Tue, 4 Sep 2007 15:20:06 GMT From: "Jaime Bozza" <jbozza@mindsites.com> To: freebsd-ports-bugs@FreeBSD.org Subject: RE: ports/115887: update www/mnogosearch port to 3.3.4 Message-ID: <200709041520.l84FK63i084611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/115887; it has been noted by GNATS. From: "Jaime Bozza" <jbozza@mindsites.com> To: <arved@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709041520.l84FK63i084611>