Testdisk 6.10 doesn't compile with NTFSPROGS compilation option. Fix: It is because the ntfsprogs now uses libntfs.so.10 and the testdisk port has not been updated consequently. For fixing the problem edit the Makefile and replace the line 55 : LIB_DEPENDS+= ntfs.9:${PORTSDIR}/sysutils/ntfsprogs by LIB_DEPENDS+= ntfs.10:${PORTSDIR}/sysutils/ntfsprogs Patch attached with submission follows: How-To-Repeat: %cd /usr/ports/sysutils/testdisk/ %sudo make install clean ===> testdisk-6.10 depends on shared library: jpeg.9 - found ===> testdisk-6.10 depends on shared library: iconv.3 - found ===> testdisk-6.10 depends on shared library: ntfs.9 - not found ===> Verifying install for ntfs.9 in /usr/ports/sysutils/ntfsprogs ===> Returning to build of testdisk-6.10 Error: shared library "ntfs.9" does not exist *** Error code 1 Stop in /usr/ports/sysutils/testdisk. *** Error code 1 Stop in /usr/ports/sysutils/testdisk.
Responsible Changed From-To: freebsd-i386->freebsd-ports-bugs reassign properly
miwi 2008-08-13 09:49:12 UTC FreeBSD ports repository Modified files: sysutils/testdisk Makefile Log: - Case sysutils/ntfsprogs shlib bump PR: 126496 Submitted by: Michael HENNETON <sidh@rtha.info> Approved by: flz (maintainer) Revision Changes Path 1.21 +2 -1 ports/sysutils/testdisk/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!