Package Details: tmfs r7-2

Git Clone URL: https://aur.archlinux.org/tmfs.git (read-only, click to copy)
Package Base: tmfs
Description: Apple's Time Machine fuse read only file system
Upstream URL: https://github.com/abique/tmfs
Licenses: MIT
Submitter: abique
Maintainer: jkl
Last Packager: jkl
Votes: 3
Popularity: 0.000000
First Submitted: 2015-10-21 12:26 (UTC)
Last Updated: 2024-01-25 11:03 (UTC)

Required by (0)

Sources (1)

Latest Comments

jkl commented on 2023-07-16 13:16 (UTC)

@abique In addition to fixing the source to https, git should be added as a makedepend

tomb_possum commented on 2022-08-28 21:17 (UTC)

The current source doesn't resolve, I believe it's because GitHub dropped support of git://. The following worked for me:

source=(tmfs::git+https://github.com/abique/tmfs#tag=r7)

abique commented on 2020-04-01 14:50 (UTC)

I've upgraded the package

abique commented on 2020-04-01 14:32 (UTC)

I am having a look, maybe I can enable c++17 and get rid of boost.

hrehfeld commented on 2020-04-01 13:22 (UTC)

it seems that boost does not provide multithreaded=OFF libs.

So an untested workaround is

set(Boost_USE_MULTITHREADED      ON)

in CMakeLists.txt

hrehfeld commented on 2020-04-01 12:35 (UTC)

[7/7] Linking CXX executable tmfs
FAILED: tmfs 
: && /usr/bin/c++  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O3 -DNDEBUG  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now   -rdynamic CMakeFiles/tmfs.dir/src/main.cc.o CMakeFiles/tmfs.dir/src/readdir.cc.o CMakeFiles/tmfs.dir/src/read.cc.o CMakeFiles/tmfs.dir/src/readlink.cc.o CMakeFiles/tmfs.dir/src/getattr.cc.o CMakeFiles/tmfs.dir/src/get_real_path.cc.o  -o tmfs  -lfuse && :
/usr/bin/ld: CMakeFiles/tmfs.dir/src/readdir.cc.o: in function `tmfs_readdir(char const*, void*, int (*)(void*, char const*, stat const*, long), long, fuse_file_info*)':
readdir.cc:(.text+0x11c): undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
/usr/bin/ld: readdir.cc:(.text+0x27f): undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
/usr/bin/ld: CMakeFiles/tmfs.dir/src/get_real_path.cc.o: in function `get_real_path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
get_real_path.cc:(.text+0x10d): undefined reference to `boost::filesystem::path::operator/=(char const*)'
/usr/bin/ld: get_real_path.cc:(.text+0x126): undefined reference to `boost::filesystem::path::begin() const'
/usr/bin/ld: get_real_path.cc:(.text+0x14d): undefined reference to `boost::filesystem::path::end() const'
/usr/bin/ld: get_real_path.cc:(.text+0x184): undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
/usr/bin/ld: get_real_path.cc:(.text+0x18d): undefined reference to `boost::filesystem::path::m_path_iterator_increment(boost::filesystem::path::iterator&)'
/usr/bin/ld: get_real_path.cc:(.text+0x1e3): undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
/usr/bin/ld: get_real_path.cc:(.text+0x245): undefined reference to `boost::filesystem::path::m_path_iterator_increment(boost::filesystem::path::iterator&)'
/usr/bin/ld: get_real_path.cc:(.text+0x251): undefined reference to `boost::filesystem::path::end() const'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.