Hi, On Wed, Jul 18, 2018 at 02:09:59PM +0300, Juhani Numminen wrote: > > Could be a missing include. > Perhaps it's as simple as adding this line to logger_impl.cpp: > > #include "utils/memory_limit.hpp" > > The function declaration for utils::get_max_rss() seems to live there.
Thanks a lot - that works. :-) To the other uploaders: Spades 3.12.0 builds now but somehow pathes have changed. The build ends with: ... /build/spades-3.12.0+dfsg/install_spades/bin/spades.py --test Traceback (most recent call last): File "/build/spades-3.12.0+dfsg/install_spades/bin/spades.py", line 22, in <module> spades_init.init() File "/build/spades-3.12.0+dfsg/install_spades/bin/spades_init.py", line 47, in init spades_version = open(join(spades_home, 'VERSION'), 'r').readline().strip() IOError: [Errno 2] No such file or directory: '/build/spades-3.12.0+dfsg/install_spades/bin/VERSION' ... The file is in /build/spades-3.12.0+dfsg/install_spades/share/spades/VERSION and if I try to cheat for a moment and add a symlink in the pbuilder environment to provide the missing file I get /build/spades-3.12.0+dfsg/install_spades/bin/spades.py --test Traceback (most recent call last): File "/build/spades-3.12.0+dfsg/install_spades/bin/spades.py", line 29, in <module> import support ImportError: No module named support I wonder if anybody would find some time to sort this out. Kind regards Andreas. -- http://fam-tille.de