Your message dated Tue, 30 Mar 2010 23:15:05 +0200
with message-id <1269983705.26358.347.ca...@zlarin>
and subject line Fixed in a new upstream release
has caused the Debian Bug report #528100,
regarding include paths mixed up in libsundials-serial-dev
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 ow...@bugs.debian.org
immediately.)
--
528100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528100
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsundials-serial-dev
Version: 2.2.0-3
Severity: grave
Justification: renders package unusable
Hi everybody,
Thanks for packaging sundials for debian!
It seems that -dev package needs some include paths fixing. For example,
in header file ida.h there is an include line
#include "sundials_nvector.h"
However, file sundials_nvector.h is not on the include path, so
compilation of code that includes ida.h file would fail. The correct
include line in ida.h IMHO would be
#include <sundials/sundials_nvector.h>
That would allow for compiling code that links to ida shared library
without specifying additional include paths.
A workaround for this bug is to add all necessary include paths in the
compilation command. For example to compile sundials example idadenx.c
one should add "-I/usr/include/sundials -I/usr/include/ida" to the
compilation line.
Cheers,
Slaven
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libsundials-serial-dev depends on:
ii libsundials-serial0 2.2.0-3 SUit of Nonlinear and DIfferential
libsundials-serial-dev recommends no packages.
libsundials-serial-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
fixed 528100 2.3.0-1
thanks
Hello,
This bug has been fixed a while ago in an upload from
Wed, 11 Feb 2009 17:58:22 +0100
Sylvestre
--- End Message ---