Your message dated Mon, 3 Sep 2018 14:37:23 +0200
with message-id <[email protected]>
and subject line Re: sundials: FTBFS with clang instead of gcc
has caused the Debian Bug report #812157,
regarding sundials: FTBFS with clang instead of gcc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
812157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812157
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sundials
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Hello,
Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).
Detected this kind of error:
http://clang.debian.net/status.php?version=3.6.0&key=FUNCTION_RETURNS_VALUE
Full build log is available here:
http://clang.debian.net/logs/2015-03-25/sundials_2.5.0-3_unstable_clang.log
I have attached a patch to fix this error.
Regards,
--Arthur Marble
-- System Information:
Debian Release: sid (unstable)
Architecture: amd64 (x86_64)
Kernel: Linux 4.2.0-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE="en_US.UTF-8"
Shell: /bin/sh linked to /bin/dash
Compiler: Debian clang version 3.6.2-3 (based on LLVM 3.6.2)
--- a/sundialsTB/kinsol/kim/src/kim.c
+++ b/sundialsTB/kinsol/kim/src/kim.c
@@ -679,7 +679,7 @@
int status;
- if (kimData == NULL) return;
+ if (kimData == NULL) return 0;
status = KINGetNumNonlinSolvIters(kin_mem, &nni);
if (status != KIN_SUCCESS) goto error_return;
@@ -807,5 +807,5 @@
KINFree(&kin_mem);
- return;
+ return 0;
}
--- End Message ---
--- Begin Message ---
On Wed, 20 Jan 2016 21:12:58 -0600 Arthur Marble <[email protected]> wrote:
> Package: sundials
> Severity: minor
> Tags: patch
> User: [email protected]
> Usertags: clang-ftbfs
>
> Hello,
>
> Using the rebuild infrastructure, your package fails to build with clang
> (instead of gcc).
>
> Detected this kind of error:
> http://clang.debian.net/status.php?version=3.6.0&key=FUNCTION_RETURNS_VALUE
>
> Full build log is available here:
> http://clang.debian.net/logs/2015-03-25/sundials_2.5.0-3_unstable_clang.log
>
> I have attached a patch to fix this error.
>
>
this particular patch seems to be part of upstream (and that code already
removed)
closing, please reopen if it fails in a different code path
G.
> Regards,
> --Arthur Marble
>
>
> -- System Information:
> Debian Release: sid (unstable)
> Architecture: amd64 (x86_64)
> Kernel: Linux 4.2.0-1-amd64
> Locale: LANG=en_US.UTF-8, LC_CTYPE="en_US.UTF-8"
> Shell: /bin/sh linked to /bin/dash
> Compiler: Debian clang version 3.6.2-3 (based on LLVM 3.6.2)
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers