Date: Fri, 3 Jun 2005 07:02:51 GMT From: who cares <email-published-in-newsgroups-are-you-mad?@nowhere.com> To: freebsd-gnats-submit@FreeBSD.org Subject: amd64/81823: ports/astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11 Message-ID: <200506030702.j5372pZK032009@www.freebsd.org> Resent-Message-ID: <200506030710.j537A2BM081622@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81823 >Category: amd64 >Synopsis: ports/astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11 >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: Fri Jun 03 07:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: who cares >Release: 5.4-STABLE >Organization: nobody >Environment: FreeBSD athlon 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri May 27 17:07:45 CEST 2005 root@athlon:/usr/src/sys/amd64/compile/ATHLON64 amd64 >Description: Port astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11 for last six month. Seems to still use X11 dependencies. root@amd64 > make -DWITHOUT_X11 ===> Building for boinc-setiathome-4.07.20050601 gmake all-recursive gmake[1]: Entering directory `/usr/ports/astro/boinc-setiathome/work/seti_boinc' Making all in client gmake[2]: Entering directory `/usr/ports/astro/boinc-setiathome/work/seti_boinc/client' if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -DHAVE_CONFIG_H -DTEXT_UI -DNDEBUG -DCLIENT -include ../config.h -I../db -I/usr/local/include/BOINC -D_THREAD_SAFE -pthread -I/usr/X11R6/include -I/usr/local/include -MT seti_boinc-main.o -MD -MP -MF ".deps/seti_boinc-main.Tpo" -c -o seti_boinc-main.o `test -f 'main.cpp' || echo './'`main.cpp; \ then mv -f ".deps/seti_boinc-main.Tpo" ".deps/seti_boinc-main.Po"; else rm -f ".deps/seti_boinc-main.Tpo"; exit 1; fi In file included from <command line>:8: ./../config.h:403:23: std_fixes.h: No such file or directory main.cpp:45:25: diagnostics.h: No such file or directory main.cpp:46:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:26, from seti_header.h:33, from s_util.h:105, from main.cpp:47: ./db/xml_util.h:55:27: error_numbers.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:26, from seti_header.h:33, from s_util.h:105, from main.cpp:47: ./db/xml_util.h: In function `std::vector<T, std::allocator<_CharT> > xml_decode_field(const std::string&, const char*)': ./db/xml_util.h:846: error: `ERR_XML_PARSE' undeclared (first use this function) ./db/xml_util.h:846: error: (Each undeclared identifier is reported only once for each function it appears in.) main.cpp:48:23: boinc_api.h: No such file or directory main.cpp: In function `int main(int, char**)': main.cpp:201: error: `BOINC_DIAG_DUMPCALLSTACKENABLED' undeclared (first use this function) main.cpp:202: error: `BOINC_DIAG_HEAPCHECKENABLED' undeclared (first use this function) main.cpp:203: error: `BOINC_DIAG_TRACETOSTDERR' undeclared (first use this function) main.cpp:204: error: `BOINC_DIAG_REDIRECTSTDERR' undeclared (first use this function) main.cpp:206: error: `boinc_init_diagnostics' undeclared (first use this function) main.cpp:226: error: `boinc_init' undeclared (first use this function) gmake[2]: *** [seti_boinc-main.o] Error 1 gmake[2]: Leaving directory `/usr/ports/astro/boinc-setiathome/work/seti_boinc/client' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/astro/boinc-setiathome/work/seti_boinc' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/astro/boinc-setiathome. >How-To-Repeat: cd /usr/ports/astro/boinc-setiathome make -DWITHOUT_X11 >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506030702.j5372pZK032009>