Bug 126496 - sysutils/testdisk: testdisk 6.10 doesn't compile with NTFSPROGS extension
Summary: sysutils/testdisk: testdisk 6.10 doesn't compile with NTFSPROGS extension
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 10:40 UTC by Michael HENNETON
Modified: 2008-08-13 10:50 UTC (History)
0 users

See Also:


Attachments
file.diff (605 bytes, patch)
2008-08-13 10:40 UTC, Michael HENNETON
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael HENNETON 2008-08-13 10:40:02 UTC
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.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2008-08-13 10:41:07 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-ports-bugs

reassign properly
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-13 10:49:20 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-08-13 10:49:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!