From owner-freebsd-ports Tue Sep 10 6:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E5537B400 for ; Tue, 10 Sep 2002 06:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1845843E72 for ; Tue, 10 Sep 2002 06:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8ADe2JU058167 for ; Tue, 10 Sep 2002 06:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8ADe29l058166; Tue, 10 Sep 2002 06:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A637B401 for ; Tue, 10 Sep 2002 06:30:47 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A011D43E4A for ; Tue, 10 Sep 2002 06:30:44 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17ol6G-0002Jj-00; Tue, 10 Sep 2002 15:30:40 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.6/8.12.6) with ESMTP id g8AD5LTq098855 for ; Tue, 10 Sep 2002 15:05:22 +0200 (CEST) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.6/8.12.6/Submit) id g8AD5L5v098854; Tue, 10 Sep 2002 15:05:21 +0200 (CEST) Message-Id: <200209101305.g8AD5L5v098854@kemoauc.mips.inka.de> Date: Tue, 10 Sep 2002 15:05:21 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42637: textproc/openjade broken on -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42637 >Category: ports >Synopsis: textproc/openjade broken on -CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 10 06:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 9 23:36:45 CEST 2002 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha >Description: textproc/openjade does not build on -CURRENT (GCC 3.2.1). gmake[2]: Entering directory `/usr/ports/textproc/openjade/work/openjade-1.3.1/style' mkdir .libs c++ -O -pipe -mcpu=ev56 -fno-implicit-templates -I. -I./../include -I./../grove -I./../spgrove -DPACKAGE=\"openjade\" -DVERSION=\"1.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DSIZEOF_SIZE_T=8 -DSIZEOF_UNSIGNED_INT=4 -DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DJADE_MIF=1 -DJADE_HTML=1 -DSP_MULTI_BYTE=1 -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -DHAVE_DLFCN_H=1 -DDEFAULT_SCHEME_BUILTINS=\"/usr/local/share/sgml/openjade/builtins.dsl\" -c LangObj.cxx -fPIC -DPIC LangObj.cxx: In function `char* strdup(const char*)': LangObj.cxx:32: `char* strdup(const char*)' was declared `extern' and later `static' /usr/include/string.h:86: previous declaration of `char* strdup(const char*)' LangObj.cxx: In member function `virtual bool RefLangObj::areEquivalent(const StringC&, const StringC&, short unsigned int) const': LangObj.cxx:122: `wcsxfrm' undeclared (first use this function) LangObj.cxx:122: (Each undeclared identifier is reported only once for each function it appears in.) LangObj.cxx: In member function `virtual bool RefLangObj::isLess(const StringC&, const StringC&) const': LangObj.cxx:146: `wcscoll' undeclared (first use this function) gmake[2]: *** [LangObj.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/openjade/work/openjade-1.3.1/style' gmake[1]: *** [style] Error 2 gmake[1]: Leaving directory `/usr/ports/textproc/openjade/work/openjade-1.3.1' gmake: *** [all] Error 2 *** Error code 2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message