On 3 August 2010 at 09:35, Arnaud Patard (Rtp) wrote: | Dirk Eddelbuettel <e...@debian.org> writes: | | Hi, | | > On 2 August 2010 at 10:20, Arnaud Patard (Rtp) wrote: | > | Dirk Eddelbuettel <e...@debian.org> writes: | > | | > | Hi, | > | | > | | > | > | > (the failing program is attached). It seems that r-base hit bug | > | > | > #519006 (see [1]). It's a bug in gcc-4.4, and it's unlikely that | > | > | > Tcl/Tk itself can do something to it. | > | > | | > | > | yeah, r-base is hitting this bug. As a _workaround_, you can patch the | > | > | r-base package with the joined patch. It'll disable the '-g' flag when | > | > | running the configure test. With that, the tcltk.so lib is generated | > | > | (and thus the tcl/tk deps are there too). Please note that I've not | > | > | tested if the R tcl/tk stuff is working, I've only checked that the lib | > | > | was built. | > | > | > | > Thanks for the patch (and the upstream maintainer for configure / m4 is | > | > CC'ed). I will prepare a new r-base upload for Debian. | > | > | > | > Any idea why tcltk dies on mips when -g is present? Is that being | > | > addressed on on mips or in tcl/tk? | > | | > | It's a gcc-4.4 bug specific to the mips platform. If you want more | > | details about it, see bug #519006. | > | > It failed again :-/ | > | | oops. I've sent only the R.m4 change to make things clear but you need | to do a little bit more to get things working. You need to regenerate the | configure file (with autoreconf for instance) so that this change is | taken into account.
Didn't work. I end up with a borked configure: checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu loading site script './config.site' loading build-specific script './config.site' ./configure: line 3626: syntax error near unexpected token `blas' ./configure: line 3626: ` withval=$with_blas; R_ARG_USE(blas)' make: *** [configure-stamp] Error 2 Kurt: I think you once or twice explain to me what I need to do here but I must have forgotten. I tried autoreconf as well as aclocal; automake; autoconf but no luck. Any hints? Dirk -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org