[Slackbuilds-users] error in ntfs-3g
Dušan Stefanović
stefanovic.dusan at gmail.com
Sat Feb 16 14:47:15 UTC 2008
Hello,
I have found an error in ntfs-3g makefile, and I'm sending a few
patches for it. Problem is in make install in libntfs-3g directory.
Here is the output:
--------start--------
Making install in libntfs-3g
make[1]: Entering directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
make[2]: Entering directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
test -z "//lib" || mkdir -p -- "/tmp/SBo/package-ntfs-3g//lib"
/bin/sh ../libtool --mode=install /usr/bin/ginstall -c
'libntfs-3g.la' '/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.la'
/usr/bin/ginstall -c .libs/libntfs-3g.so.21.0.0
/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.so.21.0.0
(cd /tmp/SBo/package-ntfs-3g//lib && { ln -s -f libntfs-3g.so.21.0.0
libntfs-3g.so.21 || { rm -f libntfs-3g.so.21 && ln -s
libntfs-3g.so.21.0.0 libntfs-3g.so.21; }; })
(cd /tmp/SBo/package-ntfs-3g//lib && { ln -s -f libntfs-3g.so.21.0.0
libntfs-3g.so || { rm -f libntfs-3g.so && ln -s libntfs-3g.so.21.0.0
libntfs-3g.so; }; })
/usr/bin/ginstall -c .libs/libntfs-3g.lai
/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.la
libtool: install: warning: remember to run `libtool --finish //lib'
make install-exec-hook
make[3]: Entering directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
test -z "/lib" || mkdir -p -- "/tmp/SBo/package-ntfs-3g/lib"
if [ "/lib" != "//lib" ]; then \
/usr/bin/mv -f
"/tmp/SBo/package-ntfs-3g///lib"/libntfs-3g.so*
"/tmp/SBo/package-ntfs-3g//lib"; \
fi
/usr/bin/mv: `/tmp/SBo/package-ntfs-3g///lib/libntfs-3g.so' and
`/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.so' are the same file
/usr/bin/mv: `/tmp/SBo/package-ntfs-3g///lib/libntfs-3g.so.21' and
`/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.so.21' are the same file
/usr/bin/mv: `/tmp/SBo/package-ntfs-3g///lib/libntfs-3g.so.21.0.0' and
`/tmp/SBo/package-ntfs-3g//lib/libntfs-3g.so.21.0.0' are the same file
make[3]: *** [install-exec-hook] Error 1
make[3]: Leaving directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/tmp/SBo/ntfs-3g-1.2129/libntfs-3g'
make: *** [install-recursive] Error 1
-------end-------
Patches are in attachment. Note that these pathes are dirty hacks, and
probably they will not work if you use something other than --prefix=/
Regards,
ds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ntfs-3g.SlackBuild.diff
Type: application/octet-stream
Size: 683 bytes
Desc: not available
Url : http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20080216/f69c3edc/attachment-0006.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.am.diff
Type: application/octet-stream
Size: 1284 bytes
Desc: not available
Url : http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20080216/f69c3edc/attachment-0007.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in.diff
Type: application/octet-stream
Size: 1902 bytes
Desc: not available
Url : http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20080216/f69c3edc/attachment-0008.obj
More information about the Slackbuilds-users
mailing list