Opened 10 years ago

Last modified 2 years ago

#45436 assigned update

tdb @1.0.6 - New version available

Reported by: myshlev@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port: tdb

Description

There is a new version available of tdb (Trivial Database). The home page is at http://tdb.samba.org/ and the new download page is at http://www.samba.org/ftp/tdb/

The latest version is 1.3.1.

Attachments (2)

tdb.diff (2.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.
patch-Makefile.diff (350 bytes) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Version: 2.3.1

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

The build system is faulty; I've filed an upstream bug report: https://bugzilla.samba.org/show_bug.cgi?id=10885

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: tdb.diff added

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: patch-Makefile.diff added

comment:3 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

It is up to 1.3.12 but appears to have the same bug in comment:2

otool -L /opt/local/lib/libtdb.1.3.12.dylib     
     /opt/local/lib/libtdb.1.3.12.dylib:
        /opt/local/var/macports/build/_Volumes_Projects_OtherSoftware_github.com_macports_macports-ports_databases_tdb/tdb/work/tdb-1.3.12/bin/default/libtdb.inst.dylib (compatibility version 0.0.0, current version 0.0.0)

comment:4 Changed 2 years ago by barracuda156

I have built @1.4.6, so the following means we are still in trouble?

36-163% otool -L /opt/local/lib/libtdb.1.4.6.dylib
/opt/local/lib/libtdb.1.4.6.dylib:
	/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_databases_tdb/tdb/work/tdb-1.4.6/bin/default/libtdb.inst.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/local/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 117.0.0)
Last edited 2 years ago by barracuda156 (previous) (diff)

comment:5 Changed 2 years ago by barracuda156

Opened the PR here: https://github.com/macports/macports-ports/pull/14647 But apparently still needs some work.

comment:6 in reply to:  4 Changed 2 years ago by mascguy (Christopher Nielsen)

Replying to barracuda156:

I have built @1.4.6, so the following means we are still in trouble?

36-163% otool -L /opt/local/lib/libtdb.1.4.6.dylib
/opt/local/lib/libtdb.1.4.6.dylib:
	/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_databases_tdb/tdb/work/tdb-1.4.6/bin/default/libtdb.inst.dylib (compatibility version 0.0.0, current version 0.0.0)
	/usr/local/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 117.0.0)

Yep, the reference to the dylib in the build directory is a wee bit of a problem! Lol

Note: See TracTickets for help on using tickets.