K 10 svn:author V 6 emaste K 8 svn:date V 27 2017-12-29T15:20:54.526051Z K 7 svn:log V 943 sysutils/e2fsprogs: set LLD_UNSAFE to avoid linking with lld One test fails when this port is linked with lld: d_loaddump: debugfs load/dump test: failed --- d_loaddump/expect 2017-10-16 05:45:45.000000000 +0000 +++ d_loaddump.log 2017-12-28 13:00:42.099973000 +0000 @@ -10,7 +10,7 @@ Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information -test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks +test_filesys: 12/64 files (0.0% non-contiguous), 156/512 blocks Exit status is 0 debugfs -R ''dump test_data d_loaddump.ver.tmp'' test.img Exit status is 0 This looks like a very unusual failure and careful investigation into lld's behaviour is warranted, but for now set LLD_UNSAFE to fall back to ld.bfd so the port continues to build for users using lld as /usr/bin/ld. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation END