From nobody@FreeBSD.org  Fri Jun  3 07:02:53 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D90816A41C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Jun 2005 07:02:53 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6843943D54
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Jun 2005 07:02:52 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j5372p7I032011
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 3 Jun 2005 07:02:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j5372pZK032009;
	Fri, 3 Jun 2005 07:02:51 GMT
	(envelope-from nobody)
Message-Id: <200506030702.j5372pZK032009@www.freebsd.org>
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: ports/astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11
X-Send-Pr-Version: www-2.3

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 03 07:10:02 GMT 2005
>Closed-Date:    Thu Jun 16 17:22:41 GMT 2005
>Last-Modified:  Thu Jun 16 17:22:41 GMT 2005
>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:

From: Roland Smith <rsmith@xs4all.nl>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: amd64/81823: ports/astro/boinc-setiathome never compiled on amd64 & -DWITHOUT_X11
Date: Fri, 3 Jun 2005 20:33:54 +0200

 --NKoe5XOeduwbEQHU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 It works fine here:=20
 
 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
 --=20
 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
 public key: http://www.xs4all.nl/~rsmith/pubkey.txt
 
 --NKoe5XOeduwbEQHU
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.1 (FreeBSD)
 
 iD8DBQFCoKKSEnfvsMMhpyURAidGAKCRdM/cqwfYB3jLcHRHqQGtcvqihQCeNWD/
 sgBNTCUYGZq6Rk6b83JpqKw=
 =z200
 -----END PGP SIGNATURE-----
 
 --NKoe5XOeduwbEQHU--

From: Roland Smith <rsmith@xs4all.nl>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/81823: ports/astro/boinc-setiathome never compiled...
Date: Mon, 6 Jun 2005 20:53:25 +0200

 --brEuL7wsLY8+TuWz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 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
 --=20
 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
 public key: http://www.xs4all.nl/~rsmith/pubkey.txt
 
 --brEuL7wsLY8+TuWz
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.1 (FreeBSD)
 
 iD8DBQFCpJulEnfvsMMhpyURAp0ZAJ9+Z/+bsnor+W30b7d4k9k6MPN4nQCgj9XR
 GmlVlKdS9L7PaonPm4pbdGA=
 =3E8d
 -----END PGP SIGNATURE-----
 
 --brEuL7wsLY8+TuWz--
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Thu Jun 16 17:22:17 GMT 2005 
State-Changed-Why:  
Problem is reported to be fixed and original submitter never replied to 
followup questions. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81823 
>Unformatted:
