Your message dated Sun, 01 Jul 2007 19:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427200: fixed in rquantlib 0.2.7-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: rquantlib
Version: 0.2.6-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs

hi,

while doing an archive wide package rebuild your package failed to build from
source for the following reason:

 > checking for Boost development files... yes
 > checking Boost version... yes
 > configure: creating ./config.status
 > config.status: creating src/Makevars
 > Completed configuration and ready to build.
 > ** libs
 > make[1]: Entering directory `/build/user/rquantlib-0.2.6/src'
 > g++ -I/usr/share/R/include -I/usr/share/R/include     -g -O2 
 > -DUSING_QUANTLIB -I/usr/include -I../RcppSrc -fpic  -g0 -c 
 > barrier_binary.cpp -o barrier_binary.o
 > g++ -I/usr/share/R/include -I/usr/share/R/include     -g -O2 
 > -DUSING_QUANTLIB -I/usr/include -I../RcppSrc -fpic  -g0 -c bermudan.cpp -o 
 > bermudan.o
 > bermudan.cpp: In function 'void calibrateModel(const 
 > boost::shared_ptr<QuantLib::ShortRateModel>&, const 
 > std::vector<boost::shared_ptr<QuantLib::CalibrationHelper>, 
 > std::allocator<boost::shared_ptr<QuantLib::CalibrationHelper> > >&, 
 > QuantLib::Real, int*, int*, double**, QuantLib::Size, QuantLib::Size)':
 > bermudan.cpp:28: error: no matching function for call to 
 > 'QuantLib::ShortRateModel::calibrate(const 
 > std::vector<boost::shared_ptr<QuantLib::CalibrationHelper>, 
 > std::allocator<boost::shared_ptr<QuantLib::CalibrationHelper> > >&, 
 > QuantLib::LevenbergMarquardt&)'
 > /usr/include/ql/models/model.hpp:95: note: candidates are: void 
 > QuantLib::CalibratedModel::calibrate(const 
 > std::vector<boost::shared_ptr<QuantLib::CalibrationHelper>, 
 > std::allocator<boost::shared_ptr<QuantLib::CalibrationHelper> > >&, 
 > QuantLib::OptimizationMethod&, const QuantLib::EndCriteria&, const 
 > QuantLib::Constraint&, const std::vector<double, std::allocator<double> >&)
 > bermudan.cpp: In function 'SEXPREC* QL_BermudanSwaption(SEXPREC*, SEXPREC*, 
 > SEXPREC*, SEXPREC*, SEXPREC*)':
 > bermudan.cpp:50: error: 'QL_IO_INIT' was not declared in this scope
 > bermudan.cpp:53: error: expected `;' before 'RcppParams'
 > bermudan.cpp:63: error: 'rparam' was not declared in this scope
 > bermudan.cpp:122: error: 'class 
 > QuantLib::Handle<QuantLib::YieldTermStructure>' has no member named 'linkTo'
 > make[1]: *** [bermudan.o] Error 1
 > make[1]: Leaving directory `/build/user/rquantlib-0.2.6/src'
 > chmod: cannot access 
 > `/build/user/rquantlib-0.2.6/debian/r-cran-rquantlib/usr/lib/R/site-library/RQuantLib/libs/*':
 >  No such file or directory
 > ERROR: compilation failed for package 'RQuantLib'
 > ** Removing 
 > '/build/user/rquantlib-0.2.6/debian/r-cran-rquantlib/usr/lib/R/site-library/RQuantLib'
 > make: *** [R_any_arch] Error 1

The Full Build log is available and can be viewed at:

 http://people.debian.org/~lucas/logs/2007/06/01/
 
bye,
        - michael


--- End Message ---
--- Begin Message ---
Source: rquantlib
Source-Version: 0.2.7-1

We believe that the bug you reported is fixed in the latest version of
rquantlib, which is due to be installed in the Debian FTP archive:

r-cran-rquantlib_0.2.7-1_i386.deb
  to pool/main/r/rquantlib/r-cran-rquantlib_0.2.7-1_i386.deb
rquantlib_0.2.7-1.diff.gz
  to pool/main/r/rquantlib/rquantlib_0.2.7-1.diff.gz
rquantlib_0.2.7-1.dsc
  to pool/main/r/rquantlib/rquantlib_0.2.7-1.dsc
rquantlib_0.2.7.orig.tar.gz
  to pool/main/r/rquantlib/rquantlib_0.2.7.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated rquantlib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 01 Jul 2007 14:07:30 -0500
Source: rquantlib
Binary: r-cran-rquantlib
Architecture: source i386
Version: 0.2.7-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 r-cran-rquantlib - GNU R package interfacing the QuantLib finance library
Closes: 427200
Changes: 
 rquantlib (0.2.7-1) unstable; urgency=low
 .
   * New upstream release 0.2.7
   * This version builds under QuantLib 0.8.1           (Closes: #427200)
 .
   * debian/control: Updated Build-Depends: updated to r-base-core (>= 2.5.1)
     libquantlib0-dev (>= 0.8.1), and libboost-(test-)dev (>= 1.34.0)
   * debian/control: Removed Build-Depends on gcc and g++ as these are
     already implied by r-base-dev
Files: 
 c3c88060f8787f597bcab686ceaf4a5e 691 math optional rquantlib_0.2.7-1.dsc
 ab209a1af6626ff210ee5da553186c80 67740 math optional 
rquantlib_0.2.7.orig.tar.gz
 7b9b5954fcaa0dd3f461d8bd8588caac 4834 math optional rquantlib_0.2.7-1.diff.gz
 71af5394b9775476439e310588847f4d 456706 math optional 
r-cran-rquantlib_0.2.7-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGh/7dCZSR95Gw07cRAuKJAJ9LVuHeWhjei1in5UZuad7PNfvJPACglGXC
beiHEUnAHsCDpdvnX/Uead8=
=XgOB
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to