From owner-freebsd-ports Wed Sep 11 17: 6: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9528337B400 for ; Wed, 11 Sep 2002 17:05:50 -0700 (PDT) Received: from forrie.ne.client2.attbi.com (forrie.ne.client2.attbi.com [24.147.156.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BE7943E6A for ; Wed, 11 Sep 2002 17:05:49 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from workstation.forrie.com (internal-21.forrie.net. [192.168.1.21]) by forrie.ne.client2.attbi.com with id g8C05lp75841 for ; Wed, 11 Sep 2002 20:05:48 -0400 (EDT) Message-Id: <5.1.1.6.2.20020911174001.00b547a0@192.168.1.1> X-Sender: forrie@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Wed, 11 Sep 2002 20:05:46 -0400 To: ports@freebsd.org From: Forrest Aldrich Subject: Problem with ruby-bdb1 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) 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 In trying to compile the portupgrade package, on FreeBSD-4.6 (recently CVSup'd), I'm getting this problem with a package dependency: ===> Extracting for ruby-bdb1-0.1.7 >> Checksum OK for ruby/bdb1-0.1.7.tar.gz. ===> ruby-bdb1-0.1.7 depends on file: /usr/local/bin/ruby - found ===> Patching for ruby-bdb1-0.1.7 ===> Configuring for ruby-bdb1-0.1.7 ===> Running extconf.rb to configure extconf.rb: Entering directory `src' checking for dbopen()... yes creating Makefile extconf.rb: Leaving directory `src' ===> Building for ruby-bdb1-0.1.7 cc -fPIC -O -pipe -fPIC -I. -I/usr/local/lib/ruby/1.6/i386-freebsd4 -I. -DHAVE_DBOPEN -I/usr/local/include -c -o bdb1.o bdb1.c In file included from bdb1.c:1: bdb1.h:17: warning: `DB_VERSION_MAJOR' redefined /usr/local/include/db.h:70: warning: this is the location of the previous definition bdb1.h:18: warning: `DB_VERSION_MINOR' redefined /usr/local/include/db.h:71: warning: this is the location of the previous definition bdb1.h:30: warning: `DB_SET_RANGE' redefined /usr/local/include/db.h:518: warning: this is the location of the previous definition bdb1.h:31: warning: `DB_FIRST' redefined /usr/local/include/db.h:497: warning: this is the location of the previous definition bdb1.h:32: warning: `DB_AFTER' redefined /usr/local/include/db.h:488: warning: this is the location of the previous definition bdb1.h:33: warning: `DB_BEFORE' redefined /usr/local/include/db.h:490: warning: this is the location of the previous definition bdb1.h:34: warning: `DB_LAST' redefined /usr/local/include/db.h:505: warning: this is the location of the previous definition bdb1.h:35: warning: `DB_NEXT' redefined /usr/local/include/db.h:506: warning: this is the location of the previous definition bdb1.h:36: warning: `DB_NOOVERWRITE' redefined /usr/local/include/db.h:510: warning: this is the location of the previous definition bdb1.h:37: warning: `DB_PREV' redefined /usr/local/include/db.h:514: warning: this is the location of the previous definition bdb1.h:39: warning: `DB_DUP' redefined /usr/local/include/db.h:203: warning: this is the location of the previous definition bdb1.h:41: warning: `DB_KEYEXIST' redefined /usr/local/include/db.h:548: warning: this is the location of the previous definition bdb1.h:42: warning: `DB_NOTFOUND' redefined /usr/local/include/db.h:554: warning: this is the location of the previous definition bdb1.h:44: warning: `DB_CREATE' redefined /usr/local/include/db.h:136: warning: this is the location of the previous definition bdb1.h:46: warning: `DB_RDONLY' redefined /usr/local/include/db.h:140: warning: this is the location of the previous definition bdb1.h:47: warning: `DB_TRUNCATE' redefined /usr/local/include/db.h:178: warning: this is the location of the previous definition In file included from bdb1.c:1: bdb1.h:52: syntax error before `BTREEINFO' bdb1.c:16: warning: static declaration for `db_strerror' follows non-static bdb1.c: In function `bdb1_free': bdb1.c:267: too few arguments to function bdb1.c: In function `bdb1_i185_btree': bdb1.c:302: union has no member named `bi' bdb1.c:306: union has no member named `bi' bdb1.c:310: union has no member named `bi' bdb1.c:314: union has no member named `bi' bdb1.c:322: union has no member named `bi' bdb1.c:330: union has no member named `bi' bdb1.c:334: union has no member named `bi' bdb1.c: In function `bdb1_i185_hash': bdb1.c:354: union has no member named `hi' bdb1.c:358: union has no member named `hi' bdb1.c:362: union has no member named `hi' bdb1.c:370: union has no member named `hi' bdb1.c:374: union has no member named `hi' bdb1.c: In function `bdb1_i185_recno': bdb1.c:394: union has no member named `ri' bdb1.c:399: union has no member named `ri' bdb1.c:402: union has no member named `ri' bdb1.c:405: union has no member named `ri' bdb1.c:405: `R_FIXEDLEN' undeclared (first use in this function) bdb1.c:405: (Each undeclared identifier is reported only once bdb1.c:405: for each function it appears in.) bdb1.c:409: union has no member named `ri' bdb1.c:410: union has no member named `ri' bdb1.c:415: union has no member named `ri' bdb1.c:418: union has no member named `ri' bdb1.c:421: union has no member named `ri' bdb1.c:425: union has no member named `ri' bdb1.c:429: union has no member named `ri' bdb1.c:433: union has no member named `ri' bdb1.c: In function `bdb1_hard_count': bdb1.c:515: structure has no member named `seq' bdb1.c:515: `R_LAST' undeclared (first use in this function) bdb1.c: In function `bdb1_init': bdb1.c:589: union has no member named `bi' bdb1.c:595: union has no member named `bi' bdb1.c:604: union has no member named `hi' bdb1.c:615: warning: assignment makes pointer from integer without a cast bdb1.c: In function `bdb1_close': bdb1.c:635: too few arguments to function bdb1.c: In function `bdb1_append': bdb1.c:732: structure has no member named `seq' bdb1.c:732: `R_LAST' undeclared (first use in this function) bdb1.c:736: `R_IAFTER' undeclared (first use in this function) bdb1.c:736: warning: passing arg 2 of pointer to function from incompatible pointer type bdb1.c:736: too few arguments to function bdb1.c: In function `bdb1_put': bdb1.c:766: warning: passing arg 2 of pointer to function from incompatible pointer type bdb1.c:766: warning: passing arg 4 of pointer to function makes pointer from integer without a cast bdb1.c:766: too few arguments to function bdb1.c: In function `bdb1_get_internal': bdb1.c:834: warning: passing arg 2 of pointer to function from incompatible pointer type bdb1.c:834: warning: passing arg 4 of pointer to function makes pointer from integer without a cast bdb1.c:834: too few arguments to function bdb1.c: In function `bdb1_has_both': bdb1.c:914: `R_FIRST' undeclared (first use in this function) bdb1.c:914: `R_CURSOR' undeclared (first use in this function) bdb1.c:916: structure has no member named `seq' bdb1.c:926: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_del': bdb1.c:948: warning: passing arg 2 of pointer to function from incompatible pointer type bdb1.c:948: too few arguments to function bdb1.c: In function `bdb1_empty': bdb1.c:967: structure has no member named `seq' bdb1.c:967: `R_FIRST' undeclared (first use in this function) bdb1.c: In function `bdb1_delete_if': bdb1.c:988: `R_FIRST' undeclared (first use in this function) bdb1.c:990: structure has no member named `seq' bdb1.c:994: `R_NEXT' undeclared (first use in this function) bdb1.c:996: `R_CURSOR' undeclared (first use in this function) bdb1.c:996: too few arguments to function bdb1.c: In function `bdb1_clear': bdb1.c:1015: `R_FIRST' undeclared (first use in this function) bdb1.c:1018: structure has no member named `seq' bdb1.c:1023: `R_CURSOR' undeclared (first use in this function) bdb1.c:1023: too few arguments to function bdb1.c: In function `bdb1_length': bdb1.c:1044: `R_FIRST' undeclared (first use in this function) bdb1.c:1046: structure has no member named `seq' bdb1.c:1050: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_valuec': bdb1.c:1071: `R_NEXT' undeclared (first use in this function) bdb1.c:1071: `R_FIRST' undeclared (first use in this function) bdb1.c:1071: `R_LAST' undeclared (first use in this function) bdb1.c:1073: structure has no member named `seq' bdb1.c: In function `bdb1_each_value': bdb1.c:1087: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_eulav': bdb1.c:1088: `R_PREV' undeclared (first use in this function) bdb1.c: In function `bdb1_each_keyc': bdb1.c:1103: `R_NEXT' undeclared (first use in this function) bdb1.c:1103: `R_FIRST' undeclared (first use in this function) bdb1.c:1103: `R_LAST' undeclared (first use in this function) bdb1.c:1105: structure has no member named `seq' bdb1.c: In function `bdb1_each_key': bdb1.c:1115: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_yek': bdb1.c:1116: `R_PREV' undeclared (first use in this function) bdb1.c: In function `bdb1_each_common': bdb1.c:1131: `R_NEXT' undeclared (first use in this function) bdb1.c:1131: `R_FIRST' undeclared (first use in this function) bdb1.c:1131: `R_LAST' undeclared (first use in this function) bdb1.c:1133: structure has no member named `seq' bdb1.c: In function `bdb1_each_pair': bdb1.c:1143: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_riap': bdb1.c:1144: `R_PREV' undeclared (first use in this function) bdb1.c: In function `bdb1_to_type': bdb1.c:1158: `R_LAST' undeclared (first use in this function) bdb1.c:1158: `R_FIRST' undeclared (first use in this function) bdb1.c:1160: structure has no member named `seq' bdb1.c:1183: `R_PREV' undeclared (first use in this function) bdb1.c:1183: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_kv': bdb1.c:1224: `R_CURSOR' undeclared (first use in this function) bdb1.c:1226: structure has no member named `seq' bdb1.c:1241: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_values': bdb1.c:1294: `R_FIRST' undeclared (first use in this function) bdb1.c:1296: structure has no member named `seq' bdb1.c:1300: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_internal_value': bdb1.c:1320: `R_NEXT' undeclared (first use in this function) bdb1.c:1320: `R_FIRST' undeclared (first use in this function) bdb1.c:1320: `R_LAST' undeclared (first use in this function) bdb1.c:1322: structure has no member named `seq' bdb1.c: In function `bdb1_index': bdb1.c:1343: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_has_value': bdb1.c:1370: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_keys': bdb1.c:1387: `R_FIRST' undeclared (first use in this function) bdb1.c:1389: structure has no member named `seq' bdb1.c:1395: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_select': bdb1.c:1425: `R_NEXT' undeclared (first use in this function) bdb1.c: In function `bdb1_each_vc': bdb1.c:1449: `R_FIRST' undeclared (first use in this function) bdb1.c:1452: structure has no member named `seq' bdb1.c:1456: `R_NEXT' undeclared (first use in this function) bdb1.c:1471: warning: passing arg 2 of pointer to function from incompatible pointer type bdb1.c:1471: too few arguments to function bdb1.c: In function `Init_bdb1': bdb1.c:1501: `R_IAFTER' undeclared (first use in this function) bdb1.c:1502: `R_IBEFORE' undeclared (first use in this function) bdb1.c:1504: `R_DUP' undeclared (first use in this function) bdb1.c:1505: `R_FIRST' undeclared (first use in this function) bdb1.c:1506: `R_LAST' undeclared (first use in this function) bdb1.c:1507: `R_NEXT' undeclared (first use in this function) bdb1.c:1508: `R_PREV' undeclared (first use in this function) bdb1.c:1510: `R_CURSOR' undeclared (first use in this function) bdb1.c:1513: `R_NOOVERWRITE' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7/src. *** Error code 1 Stop in /usr/ports/databases/ruby-bdb1/work/bdb1-0.1.7. *** Error code 1 Stop in /usr/ports/databases/ruby-bdb1. *** Error code 1 Stop in /usr/ports/sysutils/portupgrade. bash-2.05a# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message