Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18113 closed defect (invalid)

db-4.6.21 build failure

Reported by: rfritz@… Owned by: blair (Blair Zajac)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: db46

Description

/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -c -O2  -I../dist/.. -I/Developer/usr/local/MacPorts/include ../dist/../db_dump185/db_dump185.c
 /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/Developer/usr/local/MacPorts/include ../dist/../db_dump185/db_dump185.c  -fno-common -DPIC -o .libs/db_dump185.o
../dist/../db_dump185/db_dump185.c: In function 'main':
../dist/../db_dump185/db_dump185.c:211: warning: assignment makes pointer from integer without a cast
../dist/../db_dump185/db_dump185.c:213: warning: assignment makes pointer from integer without a cast
../dist/../db_dump185/db_dump185.c:228: error: 'struct __db' has no member named 'seq'
../dist/../db_dump185/db_dump185.c:228: error: 'R_NEXT' undeclared (first use in this function)
../dist/../db_dump185/db_dump185.c:228: error: (Each undeclared identifier is reported only once
../dist/../db_dump185/db_dump185.c:228: error: for each function it appears in.)
../dist/../db_dump185/db_dump185.c:233: error: 'struct __db' has no member named 'seq'
../dist/../db_dump185/db_dump185.c: In function 'db_hash':
../dist/../db_dump185/db_dump185.c:261: error: 'struct __db' has no member named 'internal'
../dist/../db_dump185/db_dump185.c:263: error: 'struct __db' has no member named 'internal'
../dist/../db_dump185/db_dump185.c: In function 'db_btree':
../dist/../db_dump185/db_dump185.c:288: error: 'struct __db' has no member named 'internal'
make: *** [db_dump185.lo] Error 1

Error: Status 1 encountered during processing.

Change History (8)

comment:1 Changed 15 years ago by blb@…

Owner: changed from macports-tickets@… to blair@…
Port: db46 added

Did you install MacPorts into /usr/local?

comment:2 Changed 15 years ago by rfritz@…

No. The actual location, for complex reasons, is "/Developer/usr/local/MacPorts". Is that a problem?

comment:3 Changed 15 years ago by afb@…

Looks like #12040 (readline)

comment:4 Changed 15 years ago by rfritz@…

There's a conflict with something in /usr/local, but I don't see a readline there. Unfortunately, I can't simply abandon it, since some apps I use rely on it.

comment:5 Changed 15 years ago by rfritz@…

Just so. DB 4.5 was living in /usr/local. I have removed it, and hopefully all is now well. (I hope removing it doesn't break anything else.)

comment:6 Changed 15 years ago by rfritz@…

...but it did. DB 4.5 was installed in /usr/local as part of an old build of svn. Ooops! Since 10.5 includes svn, I removed that build, and all is well again.

comment:7 Changed 15 years ago by blair (Blair Zajac)

Resolution: invalid
Status: newclosed

Since there wasn't an issue with the port, closing as invalid.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.