[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Build failure for quantlib on s390



On Sun, Dec 22, 2002 at 07:19:22PM +0100, Gerhard Tonn wrote:
> On Sunday 22 December 2002 18:17, Dirk Eddelbuettel wrote:
> > quantlib used to build on s390, but as per
> >
> > http://buildd.debian.org/fetch.php?&pkg=quantlib&ver=0.3.0.9-1&arch=s390&st
> >amp=1040543441&file=log&as=raw
> >
> > it just failed with
> >
> >
> > Could you good folks have a look and maybe try different g++ versions
> > (g++-3.0 is already used on ia64 and hppa) or optimization switches?
> >
> 
> It builds with g++-3.2.  I don't know if you use any libraries. If you do 
> that have to be compiled with g++-3.2 as well.

Don't think so -- the package only Depends on libc6:
edd@sonny:~> dpkg -f debian/libquantlib0_0.3.0.9-1_i386.deb
Package: libquantlib0
Version: 0.3.0.9-1
Section: libs
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.2.5-13)
[...]

and the binaries (from the quantlib-examples package) depend only on
quantlib itself along with the standard stuff:

edd@chibud:~/src/debian/Sponsor> ldd /usr/bin/SwapValuation
        libQuantLib.so.0 => /usr/lib/libQuantLib.so.0 (0x40020000)
        libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x403ec000)
        libm.so.6 => /lib/libm.so.6 (0x40435000)
        libc.so.6 => /lib/libc.so.6 (0x40456000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Would you recommend I do a -2 revision with g++-3.2 for s390?  Or can you do
a "local" revision to -1?

Dirk

-- 
Prediction is very difficult, especially about the future. 
				             -- Niels Bohr



Reply to: