From owner-freebsd-ports Sat Sep 14 11: 0:16 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 BD11237B400 for ; Sat, 14 Sep 2002 11:00:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2409743E65 for ; Sat, 14 Sep 2002 11:00:10 -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 g8EI09JU019334 for ; Sat, 14 Sep 2002 11:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8EI09nt019333; Sat, 14 Sep 2002 11:00:09 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B0C37B400 for ; Sat, 14 Sep 2002 10:55:47 -0700 (PDT) Received: from mercury.st.hmc.edu (mercury.ST.HMC.Edu [134.173.63.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id B557243E42 for ; Sat, 14 Sep 2002 10:55:46 -0700 (PDT) (envelope-from nate@mercury.st.hmc.edu) Received: from mercury.st.hmc.edu (localhost [127.0.0.1]) by mercury.st.hmc.edu (8.12.3/8.12.3) with ESMTP id g8EHtjhw061430 for ; Sat, 14 Sep 2002 10:55:45 -0700 (PDT) (envelope-from nate@mercury.st.hmc.edu) Received: (from nate@localhost) by mercury.st.hmc.edu (8.12.3/8.12.3/Submit) id g8EHtjPC061429; Sat, 14 Sep 2002 10:55:45 -0700 (PDT) (envelope-from nate) Message-Id: <200209141755.g8EHtjPC061429@mercury.st.hmc.edu> Date: Sat, 14 Sep 2002 10:55:45 -0700 (PDT) From: Nate Eldredge Reply-To: Nate Eldredge To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42783: open-motif port doesn't compile 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: 42783 >Category: ports >Synopsis: open-motif port doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 14 11:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nate Eldredge >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: Harvey Mudd College >Environment: System: FreeBSD mercury 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Mon Sep 2 18:33:35 PDT 2002 nate@mercury:/big/obj/big/src/sys/MERCURY i386 nate@mercury:/tmp$ cc -v Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] XFree86 4.2.1 >Description: portupgrade openmotif fails with the following compile error: cc -DHAVE_CONFIG_H -I. -I. -I../../include -I/usr/X11R6/include -I./../../lib -I ./../../include -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -O -pipe - Wall -Wno-unused -Wno-comment -c wmldbcreate.c In file included from wmldbcreate.c:96: UilUrmClas.h:847: `XmNtoolTipEnable' undeclared here (not in a function) UilUrmClas.h:847: initializer element is not constant UilUrmClas.h:847: (near initialization for `uil_argument_toolkit_names_vec[517]' ) UilUrmClas.h:848: `XmNtoolTipPostDelay' undeclared here (not in a function) UilUrmClas.h:848: initializer element is not constant UilUrmClas.h:848: (near initialization for `uil_argument_toolkit_names_vec[518]' ) UilUrmClas.h:849: `XmNtoolTipPostDuration' undeclared here (not in a function) UilUrmClas.h:849: initializer element is not constant UilUrmClas.h:849: (near initialization for `uil_argument_toolkit_names_vec[519]' ) UilUrmClas.h:850: `XmNtoolTipString' undeclared here (not in a function) UilUrmClas.h:850: initializer element is not constant UilUrmClas.h:850: (near initialization for `uil_argument_toolkit_names_vec[520]' ) wmldbcreate.c: In function `emit_chars': wmldbcreate.c:270: warning: `ptr' might be used uninitialized in this function wmldbcreate.c: In function `emit_ints_and_string': wmldbcreate.c:348: warning: `table' might be used uninitialized in this function wmldbcreate.c: In function `emit_char_table': wmldbcreate.c:386: warning: `table' might be used uninitialized in this function wmldbcreate.c: In function `emit_length_and_string': wmldbcreate.c:447: warning: `table' might be used uninitialized in this function wmldbcreate.c: In function `emit_shorts': wmldbcreate.c:568: warning: `ptr' might be used uninitialized in this function wmldbcreate.c: In function `emit_int_and_table_shorts': wmldbcreate.c:634: warning: `table' might be used uninitialized in this function wmldbcreate.c: In function `emit_ints': wmldbcreate.c:667: warning: `ptr' might be used uninitialized in this function gmake[2]: *** [wmldbcreate.o] Error 1 gmake[2]: Leaving directory `/big/ports/x11-toolkits/open-motif/work/openmotif-2 .2.2/tools/wml' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/big/ports/x11-toolkits/open-motif/work/openmotif-2 .2.2/tools' gmake: *** [all-recursive] Error 1 *** Error code 2 >How-To-Repeat: portupgrade open-motif >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message