On Sat, 5 Jul 2014 12:27:48 -0500 Arthur Marble <art...@info9.net> wrote:
> Package: libiscsi
> Severity: minor
> Usertags: clang-ftbfs
> User: pkg-llvm-t...@lists.alioth.debian.org
> Tag: patch
> 
> 
> Hello,
> 
> Using the rebuild infrastructure, your package fails to build with clang
> (instead of gcc).

Care to show at least the error messages from clang?
Also, which version of libiscsi we're talking about?

And your patch is wrong, all places it changes are now
misbehaving.  This one is gross:

--- libiscsi-1.11.0.orig/test-tool/test_preventallow_cold_reset.c
+++ libiscsi-1.11.0/test-tool/test_preventallow_cold_reset.c
@@ -51,7 +51,6 @@ test_preventallow_cold_reset(void)
       logging(LOG_VERBOSE, "Perform cold reset on target");
       ret = iscsi_task_mgmt_target_cold_reset_sync(iscsic);
       logging(LOG_VERBOSE, "Wait until all unit attentions clear");
-      while (testunitready(iscsic, tgt_lun) != 0);
       CU_ASSERT_EQUAL(ret, 0);


This loop must stay or else the test will fail.

/mjt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to