osdir.com
mailing list archive
Mozy Online Backup: 2GB Free. Automatic. Secure.

Subject: lablgl failed to build on s390 (for strange reasons). - msg#00044

List: debian.ports.s390

Date: Prev Next Index Thread: Prev Next Index
Hello, ...

I have been following up on a failed build log on s390 for lablgl, and
something seems strange here.

It does say :

http://buildd.debian.org/fetch.php?&pkg=lablgl&ver=0.98-4&arch=s390&stamp=1040601659&file=log&as=raw

** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 3.0.0), ocaml-3.06-1, tcl8.3, tcl8.3-dev, tk8.3,
tk8.3-dev, libncurses5-dev, xlibs, debhelper, xlibmesa-dev|bgl-dev
** Filtered missing central deps that are dependencies of or provide
build-deps: xlibs-dev (>> 4.1.0)
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 4.1.28 >> 3.0.0)
ocaml-3.06-1: already installed

but later on :

make[1]: Entering directory `/build/buildd/lablgl-0.98'
ocamlc -pp camlp4o var2def.ml -o var2def
make[1]: ocamlc: Command not found
make[1]: *** [var2def] Error 127
make[1]: Leaving directory `/build/buildd/lablgl-0.98'
make: *** [build-stamp] Error 2

So apparently ocaml-3.06-1 is not installed. and naturally the build
fails. i logged in on raptor to see what is going on, but i am not sure
if this is the buildd box, and there was no ocaml installed on the
unstable chroot there.

Could someone please help me investigate this and see what did happen ?

Ocaml 3.06-14 was sucessfully built on s390 :

lftp ftp.debian.org:/debian/pool/main/o/ocaml> ls *3.06*s390*
-rw-rw-r-- 1 1176 1176 185044 Dec 17 07:17
ocaml-base_3.06-14_s390.deb
-rw-rw-r-- 1 1176 1176 4496246 Dec 17 07:17 ocaml_3.06-14_s390.deb

Apart from the evident need to have lablgl built, i am really curious
about what did happen, as ocaml packaging does rely on some creative
virtual packages dependencies to keep all working fine, and it may be
the cause of this problem (altough it should not).

Thanks for your help, and merry christmas everyone.

Friendly,

Sven Luther




Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: Build failure for quantlib on s390

On Sun, Dec 22, 2002 at 07:31:23PM +0100, Gerhard Tonn wrote: > On Sunday 22 December 2002 19:20, you wrote: > > On Sun, Dec 22, 2002 at 07:19:22PM +0100, Gerhard Tonn wrote: > > > > > Would you recommend I do a -2 revision with g++-3.2 for s390? Or can you > > do a "local" revision to -1? > > > > I would prefer a -2 with g++-3.2 for s390. Will do. Tschoe, Dirk -- Prediction is very difficult, especially about the future. -- Niels Bohr

Next Message by Date: click to view message preview

Re: lablgl failed to build on s390 (for strange reasons).

On Monday 23 December 2002 09:13, Sven Luther wrote: > Hello, ... > > I have been following up on a failed build log on s390 for lablgl, and > something seems strange here. > > It does say : > > http://buildd.debian.org/fetch.php?&pkg=lablgl&ver=0.98-4&arch=s390&stamp=1 >040601659&file=log&as=raw > > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>> 3.0.0), ocaml-3.06-1, tcl8.3, tcl8.3-dev, > tk8.3, tk8.3-dev, libncurses5-dev, xlibs, debhelper, xlibmesa-dev|bgl-dev > ** Filtered missing central deps that are dependencies of or provide > build-deps: xlibs-dev (>> 4.1.0) Checking for already installed source > dependencies... > debhelper: already installed (in sufficient version 4.1.28 >> 3.0.0) > ocaml-3.06-1: already installed > > but later on : > > make[1]: Entering directory `/build/buildd/lablgl-0.98' > ocamlc -pp camlp4o var2def.ml -o var2def > make[1]: ocamlc: Command not found > make[1]: *** [var2def] Error 127 > make[1]: Leaving directory `/build/buildd/lablgl-0.98' > make: *** [build-stamp] Error 2 > > So apparently ocaml-3.06-1 is not installed. and naturally the build > fails. i logged in on raptor to see what is going on, but i am not sure > if this is the buildd box, and there was no ocaml installed on the > unstable chroot there. > > Could someone please help me investigate this and see what did happen ? > > Ocaml 3.06-14 was sucessfully built on s390 : > > I am already working on it. There are about 20 other packages that fail for the same reason. I will let you know the details. Gerhard

Previous Message by Thread: click to view message preview

Build failure for quantlib on s390

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&stamp=1040543441&file=log&as=raw it just failed with make[3]: Entering directory `/build/buildd/quantlib-0.3.0.9/Examples/Swap' source='swapvaluation.cpp' object='swapvaluation.o' libtool=no \ depfile='.deps/swapvaluation.Po' tmpdepfile='.deps/swapvaluation.TPo' \ depmode=gcc /bin/sh ../../config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../../ql -I../.. -I../.. -O2 -D_REENTRANT -c -o swapvaluation.o `test -f 'swapvaluation.cpp' || echo './'`swapvaluation.cpp g++: Internal compiler error: program cc1plus got fatal signal 9 make[3]: *** [swapvaluation.o] Error 1 make[3]: Leaving directory `/build/buildd/quantlib-0.3.0.9/Examples/Swap' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/buildd/quantlib-0.3.0.9/Examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/buildd/quantlib-0.3.0.9' make: *** [build-stamp] Error 2 ****************************************************************************** Build finished at 20021222-0748 FAILED [dpkg-buildpackage died] Purging chroot-unstable/build/buildd/quantlib-0.3.0.9 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? Thanks, Dirk -- Prediction is very difficult, especially about the future. -- Niels Bohr

Next Message by Thread: click to view message preview

Re: lablgl failed to build on s390 (for strange reasons).

On Monday 23 December 2002 09:13, Sven Luther wrote: > Hello, ... > > I have been following up on a failed build log on s390 for lablgl, and > something seems strange here. > > It does say : > > http://buildd.debian.org/fetch.php?&pkg=lablgl&ver=0.98-4&arch=s390&stamp=1 >040601659&file=log&as=raw > > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>> 3.0.0), ocaml-3.06-1, tcl8.3, tcl8.3-dev, > tk8.3, tk8.3-dev, libncurses5-dev, xlibs, debhelper, xlibmesa-dev|bgl-dev > ** Filtered missing central deps that are dependencies of or provide > build-deps: xlibs-dev (>> 4.1.0) Checking for already installed source > dependencies... > debhelper: already installed (in sufficient version 4.1.28 >> 3.0.0) > ocaml-3.06-1: already installed > > but later on : > > make[1]: Entering directory `/build/buildd/lablgl-0.98' > ocamlc -pp camlp4o var2def.ml -o var2def > make[1]: ocamlc: Command not found > make[1]: *** [var2def] Error 127 > make[1]: Leaving directory `/build/buildd/lablgl-0.98' > make: *** [build-stamp] Error 2 > > So apparently ocaml-3.06-1 is not installed. and naturally the build > fails. i logged in on raptor to see what is going on, but i am not sure > if this is the buildd box, and there was no ocaml installed on the > unstable chroot there. > > Could someone please help me investigate this and see what did happen ? > > Ocaml 3.06-14 was sucessfully built on s390 : > > I am already working on it. There are about 20 other packages that fail for the same reason. I will let you know the details. Gerhard
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by