| Summary: | ports/astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | GNATS administrator <gnats-admin> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.4-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
It works fine here: FreeBSD slackbox.xs4all.nl 5.4-STABLE FreeBSD 5.4-STABLE #6: Tue May 17 19:19:12 CEST 2005 root@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64 Note that the build fails in boinc-client, not boinc-setiathome. Roland -- R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt Can someone close this bug? The description is faulty, since it it boinc-client that fails. With an updated ports tree it compiles and runs fine here. Roland -- R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt State Changed From-To: open->closed Problem is reported to be fixed and original submitter never replied to followup questions. |
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