10 Jun 2008 14:56
./configure --prefix=/ && make install' fails
Hi Alon,
I could reproduce the problem. Apparently the issue is present at
least in all latest releases:
make[3]: Entering directory `/usr/local/src/ntfs-3g.commit/libntfs-3g'
test -z "/lib" || mkdir -p -- "/lib"
if [ "/lib" != "//lib" ]; then \
/bin/mv -f "///lib"/libntfs-3g.so* "//lib"; \
fi
/bin/mv: `///lib/libntfs-3g.so' and `//lib/libntfs-3g.so' are the same file
/bin/mv: `///lib/libntfs-3g.so.31' and `//lib/libntfs-3g.so.31' are the same file
/bin/mv: `///lib/libntfs-3g.so.31.0.0' and `//lib/libntfs-3g.so.31.0.0' are the same file
make[3]: *** [install-exec-hook] Error 1
make[3]: Leaving directory `/usr/local/src/ntfs-3g.commit/libntfs-3g'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory `/usr/local/src/ntfs-3g.commit/libntfs-3g'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/src/ntfs-3g.commit/libntfs-3g'
The problem is in libntfs-3g/Makefile.am, at the below conditions:
if [ "$(rootlibdir)" != "$(libdir)" ]
It seems that the three 'if' statements could be also merged and fixed
once by removing the redundant slashes in the path. What do you think?
Thanks,
Szaka
(Continue reading)
RSS Feed