Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 15072 invoked from network); 21 Jul 2008 11:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 11:23:54 -0000 Received: (qmail 53982 invoked by uid 500); 21 Jul 2008 11:23:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 53970 invoked by uid 500); 21 Jul 2008 11:23:53 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 53959 invoked by uid 99); 21 Jul 2008 11:23:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 04:23:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 11:23:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 632E8234C172 for ; Mon, 21 Jul 2008 04:23:33 -0700 (PDT) Message-ID: <972761899.1216639413405.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 04:23:33 -0700 (PDT) From: "Sanjaya Ratnaweera (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-1239) Build failure in freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Build failure in freebsd ------------------------ Key: AXIS2C-1239 URL: https://issues.apache.org/jira/browse/AXIS2C-1239 Project: Axis2-C Issue Type: Bug Components: build system (Unix/Linux) Affects Versions: Current (Nightly) Environment: FreeBSD 6.1-RELEASE-p10 (test) Reporter: Sanjaya Ratnaweera configure works just fine, but build-process fails with the following message: make all-recursive Making all in wsf_c make all-recursive Making all in axis2c make all-recursive Making all in util make all-recursive Making all in src Making all in platforms/unix if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT uuid_gen_unix.lo -MD -MP -MF ".deps/uuid_gen_unix.Tpo" -c -o uuid_gen_unix.lo uuid_gen_unix.c; then mv -f ".deps/uuid_gen_unix.Tpo" ".deps/uuid_gen_unix.Plo"; else rm -f ".deps/uuid_gen_unix.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -MT uuid_gen_unix.lo -MD -MP -MF .deps/uuid_gen_unix.Tpo -c uuid_gen_unix.c -fPIC -DPIC -o .libs/uuid_gen_unix.o uuid_gen_unix.c: In function `axutil_uuid_get_mac_addr': uuid_gen_unix.c:333: error: `SIOCGARP' undeclared (first use in this function) uuid_gen_unix.c:333: error: (Each undeclared identifier is reported only once uuid_gen_unix.c:333: error: for each function it appears in.) *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util/src/platforms/unix. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util/src. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c/util. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c/axis2c. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0/wsf_c. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0. *** Error code 1 Stop in /usr/local/src/wso2-wsf-php-src-1.1.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org