Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2007 16:31:21 GMT
From:      arved@FreeBSD.org
To:        jbozza@mindsites.com, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/115887: update www/mnogosearch port to 3.3.4
Message-ID:  <200709021631.l82GVL28007153@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/libmnogocharset.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?200709021631.l82GVL28007153>