From mkamm@ns1.tu-graz.ac.at  Fri Dec 22 16:40:59 2000
Return-Path: <mkamm@ns1.tu-graz.ac.at>
Received: from ns1.tu-graz.ac.at (ns1.tu-graz.ac.at [129.27.2.3])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6D8A537B402; Fri, 22 Dec 2000 16:40:58 -0800 (PST)
Received: from localhost.tu-graz.ac.at (isdn110.tu-graz.ac.at [129.27.240.120])
	by ns1.tu-graz.ac.at (8.9.3/8.9.3) with ESMTP id BAA04761;
	Sat, 23 Dec 2000 01:40:49 +0100 (MET)
Received: (from mkamm@localhost)
	by localhost.tu-graz.ac.at (8.11.0/8.11.0) id eBN0eNa10103;
	Sat, 23 Dec 2000 01:40:23 +0100 (CET)
	(envelope-from mkamm)
Message-Id: <200012230040.eBN0eNa10103@localhost.tu-graz.ac.at>
Date: Sat, 23 Dec 2000 01:40:23 +0100 (CET)
From: mkamm@gmx.net
Sender: mkamm@ns1.tu-graz.ac.at
Reply-To: mkamm@gmx.net
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: nik@FreeBSD.org
Subject: www/sitecopy port broken
X-Send-Pr-Version: 3.2

>Number:         23782
>Category:       ports
>Synopsis:       www/sitecopy port broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nik
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 16:50:00 PST 2000
>Closed-Date:    Mon Apr 9 13:11:39 PDT 2001
>Last-Modified:  Mon Apr 09 13:12:34 PDT 2001
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
>Description:

 ===>  Extracting for sitecopy-0.9.10
 >> Checksum OK for sitecopy-0.9.10.tar.gz.
 ===>   sitecopy-0.9.10 depends on executable: gmake - found
 ===>   sitecopy-0.9.10 depends on shared library: intl.1 - found
 ===>  Patching for sitecopy-0.9.10
 ===>  Configuring for sitecopy-0.9.10
 creating cache ./config.cache
 checking for gcc... cc -I/usr/local/include
 checking whether the C compiler (cc -I/usr/local/include -O -pipe -L/usr/local/lib) works... yes
 checking whether the C compiler (cc -I/usr/local/include -O -pipe -L/usr/local/lib) is a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc -I/usr/local/include accepts -g... yes
 checking whether gmake sets ${MAKE}... yes
 checking for POSIXized ISC... no
 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
 checking for inline... inline
 checking for working const... yes
 checking how to run the C preprocessor... cc -I/usr/local/include -E
 checking for ANSI C header files... yes
 checking for Cygwin environment... no
 checking for mingw32 environment... no
 checking for executable suffix... no
 checking for GNU fnmatch... yes
 checking for socket... yes
 using libc's socket
 checking for res_search... yes
 using libc's resolver functions
 checking for XML_Parse in -lexpat... yes
 checking for xmlparse.h... no
 checking for xmltok/xmlparse.h... no
 checking for xmlparse/xmlparse.h... no
 configure: error: found expat library but could not find xmlparse.h
 ===>  Script "configure" failed: here are the contents of "config.log"
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.

 configure:628: checking for gcc
 configure:741: checking whether the C compiler (cc -I/usr/local/include -O -pipe -L/usr/local/lib) works
 configure:757: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lintl 1>&5
 configure:783: checking whether the C compiler (cc -I/usr/local/include -O -pipe -L/usr/local/lib) is a cross-compiler
 configure:788: checking whether we are using GNU C
 configure:797: cc -I/usr/local/include -E conftest.c
 configure:816: checking whether cc -I/usr/local/include accepts -g
 configure:848: checking whether gmake sets ${MAKE}
 configure:875: checking for POSIXized ISC
 configure:926: checking for a BSD compatible install
 configure:986: checking for inline
 configure:1000: cc -I/usr/local/include -c -O -pipe  conftest.c 1>&5
 configure:1026: checking for working const
 configure:1080: cc -I/usr/local/include -c -O -pipe  conftest.c 1>&5
 configure:1102: checking how to run the C preprocessor
 configure:1123: cc -I/usr/local/include -E  conftest.c >/dev/null 2>conftest.out
 configure:1182: checking for ANSI C header files
 configure:1195: cc -I/usr/local/include -E  conftest.c >/dev/null 2>conftest.out
 configure:1262: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lintl 1>&5
 configure:1287: checking for Cygwin environment
 configure:1303: cc -I/usr/local/include -c -O -pipe  conftest.c 1>&5
 configure: In function `main':
 configure:1299: `__CYGWIN32__' undeclared (first use in this function)
 configure:1299: (Each undeclared identifier is reported only once
 configure:1299: for each function it appears in.)
 configure: failed program was:
 #line 1292 "configure"
 #include "confdefs.h"

 int main() {

 #ifndef __CYGWIN__
 #define __CYGWIN__ __CYGWIN32__
 #endif
 return __CYGWIN__;
 ; return 0; }
 configure:1320: checking for mingw32 environment
 configure:1332: cc -I/usr/local/include -c -O -pipe  conftest.c 1>&5
 configure: In function `main':
 configure:1328: `__MINGW32__' undeclared (first use in this function)
 configure:1328: (Each undeclared identifier is reported only once
 configure:1328: for each function it appears in.)
 configure: failed program was:
 #line 1325 "configure"
 #include "confdefs.h"

 int main() {
 return __MINGW32__;
 ; return 0; }
 configure:1351: checking for executable suffix
 configure:1361: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lintl 1>&5
 configure:1408: checking for GNU fnmatch
 configure:1425: cc -I/usr/local/include -c -O -pipe  conftest.c 1>&5
 configure:1446: checking for socket
 configure:1474: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lintl 1>&5
 configure:1593: checking for res_search
 configure:1621: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lintl 1>&5
 configure:1690: checking for XML_Parse in -lexpat
 configure:1709: cc -I/usr/local/include -o conftest -O -pipe  -L/usr/local/lib conftest.c -lexpat  -lintl 1>&5
 configure:1777: checking for xmlparse.h
 configure:1787: cc -I/usr/local/include -E  conftest.c >/dev/null 2>conftest.out
 configure:1783: xmlparse.h: No such file or directory
 configure: failed program was:
 #line 1782 "configure"
 #include "confdefs.h"
 #include <xmlparse.h>
 configure:1808: checking for xmltok/xmlparse.h
 configure:1818: cc -I/usr/local/include -E  conftest.c >/dev/null 2>conftest.out
 configure:1814: xmltok/xmlparse.h: No such file or directory
 configure: failed program was:
 #line 1813 "configure"
 #include "confdefs.h"
 #include <xmltok/xmlparse.h>
 configure:1839: checking for xmlparse/xmlparse.h
 configure:1849: cc -I/usr/local/include -E  conftest.c >/dev/null 2>conftest.out
 configure:1845: xmlparse/xmlparse.h: No such file or directory
 configure: failed program was:
 #line 1844 "configure"
 #include "confdefs.h"
 #include <xmlparse/xmlparse.h>
 (end of "config.log")
 *** Error code 1

 Stop in /usr.local/ports/www/sitecopy.
 *** Error code 1

 Stop in /usr.local/ports/www/sitecopy.
 *** Error code 1

 Stop in /usr.local/ports/www/sitecopy.
 *** Error code 1

 Stop in /usr.local/ports/www/sitecopy.
 *** Error code 1

 Stop in /usr.local/ports/www/sitecopy.


>How-To-Repeat:

cd /usr/ports/www/sitecopy
make install clean

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->nik 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Mon Dec 25 05:42:09 PST 2000 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23782 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Mon Apr 9 13:11:39 PDT 2001 
State-Changed-Why:  
Port's now MAINTAINED by olgeni, who fixed this some time ago.  Thanks 
for the PR> 

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