Bug#471825: python-scipy: Uninstallable, broken symlink /usr/lib/python2.4/site-packages/scipy/LICENSE.txt

2008-03-20 Thread Ondrej Certik
On Thu, Mar 20, 2008 at 2:14 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Thu, Mar 20, 2008 at 1:24 PM, Erich Schubert <[EMAIL PROTECTED]> wrote: > > Package: python-scipy > > Version: 0.6.0-9 > > Severity: important > > > > [...] >

Bug#471825: python-scipy: Uninstallable, broken symlink /usr/lib/python2.4/site-packages/scipy/LICENSE.txt

2008-03-20 Thread Ondrej Certik
On Thu, Mar 20, 2008 at 1:24 PM, Erich Schubert <[EMAIL PROTECTED]> wrote: > Package: python-scipy > Version: 0.6.0-9 > Severity: important > > [...] > file does not exist: /usr/lib/python2.4/site-packages/scipy/LICENSE.txt > pycentral: pycentral pkginstall: error byte-compiling files (534) >

Bug#469848: reported upstream

2008-03-20 Thread Ondrej Certik
Thanks for the bug report. I reported it upstream: http://code.google.com/p/sympy/issues/detail?id=752 as a workaround, use: $ pydoc2.4 -k foobarqux $ Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#471549: python-scipy_0.6.0-8_mips: FTBFS: No such file or directory

2008-03-18 Thread Ondrej Certik
On Tue, Mar 18, 2008 at 10:36 PM, Aníbal Monsalve Salazar <[EMAIL PROTECTED]> wrote: > Package: python-scipy > Severity: serious > Version: 0.6.0-8 > Tags: sid > Justification: fails to build from source > > There was an error while trying to autobuild your package with > pbuilder: > > [...]

Bug#470318: gcc seems to produce wrong assembly for floating point division (rounding)

2008-03-10 Thread Ondrej Certik
Package: gcc-4.3 Version: 4.3.0-1 Severity: normal --- Please enter the report below this line. --- Hi, the following code: $ cat quot.c #include int main() { double a = -4.1974624032366689e+117; double b = -8.4657370748010221e-47; double c = a/b; printf("%.16e\n%.16e\n%.16e\

Bug#470293: python-numpy: bug in numpy.histogram

2008-03-10 Thread Ondrej Certik
On Mon, Mar 10, 2008 at 3:10 PM, Manuel Metz <[EMAIL PROTECTED]> wrote: > Package: python-numpy > Version: 1:1.0.4-6 > Severity: important > Tags: patch > > > There is a bug in site-packages/numpy/lib/function_base.py, line 154 > > The line is > if(any(bins[1:]-bins[:-1] < 0)): > which caus

Bug#468550: [Pkg-scicomp-devel] Bug#468550: libmesh: Add second derivative support to un-break ex15

2008-02-29 Thread Ondrej Certik
Hi Adam, On Fri, Feb 29, 2008 at 2:17 PM, Adam C Powell IV <[EMAIL PROTECTED]> wrote: > Package: libmesh > Tags: patch > > Greetings, > > ex15 is broken because of lack of second derivative support. You can > add this by simply adding "--enable-second" to the configure command in > rules. I

Bug#464784: python-numpy please transition to gfortran/libblas-dev/lapack-dev

2008-02-24 Thread Ondrej Certik
On Sun, Feb 24, 2008 at 12:44 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > Hi, > > Following a comment done on numpy bug tracking system (ticket #667): > dotblas uses the CBLAS API, and as such needs CBLAS; CBLAS functions > (cblas_*) are simply not provided by BLAS. They are provided by

Bug#462631: status update

2008-02-24 Thread Ondrej Certik
On Tue, Feb 19, 2008 at 1:10 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 11:59 AM, Francesco Poli <[EMAIL PROTECTED]> wrote: > > On Sun, 17 Feb 2008 15:32:21 +0100 Ondrej Certik wrote: > > > > > Hi Francesco, > > > > Hi! :)

Bug#467099: RFS: matplotlib 0.90.1-3

2008-02-24 Thread Ondrej Certik
On Sat, Feb 23, 2008 at 5:08 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Sat, Feb 23, 2008 at 4:31 PM, Eike Nicklas <[EMAIL PROTECTED]> wrote: > > Hi Ondrej et al., > > > > > > > > > > Yes, I read that bug. There are more prob

Bug#464784: python-numpy: After transition to gfortran _dotblas.so is lost

2008-02-23 Thread Ondrej Certik
On Fri, Feb 22, 2008 at 8:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi! Unfortunately I don't think I'll manage to investigate this further > today, I'll try to have a look at it in the week end. > > Regarding the _dotblas.so problem: > - on an etch system > $ ldd /usr/lib/python2.4

Bug#467099: package is ready for upload

2008-02-23 Thread Ondrej Certik
+ + * Rebuilt against python-numpy 1:1.0.4-6 (Closes: #467099) + + -- Ondrej Certik <[EMAIL PROTECTED]> Sat, 23 Feb 2008 12:41:31 +0100 + matplotlib (0.90.1-2) unstable; urgency=low * Upload to unstable and not experimental (closes: #411709) However, this cannot be uploaded usi

Bug#467099: do we still need support for python-numarray and python-numeric?

2008-02-22 Thread Ondrej Certik
See this wiki for explanation about these packages: http://wiki.debian.org/python-numpy If you are ok with this, let's just support python-numpy? Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#467099: Please rebuild against the latest python-numpy

2008-02-22 Thread Ondrej Certik
Package: python-matplotlib Severity: serious --- Please enter the report below this line. --- Hi, python-matplotlib needs to be rebuild against the latest python-numpy, because python-numpy finally switched to gfortran from g77. Currently, python-matplotlib and python-numpy don't even install

Bug#467095: python-numpy: numpy.average() returns the wrong result with weights.

2008-02-22 Thread Ondrej Certik
On Sat, Feb 23, 2008 at 1:08 AM, Greg Kochanski <[EMAIL PROTECTED]> wrote: > Package: python-numpy > Version: 1:1.0.4-5 > Severity: normal > > > >>> x = numpy.array([[1,2,3,4,5,6,2],[2,2,3,4,5,6,3]]).transpose() > >>> wt = numpy.array([1,1,1,1,1,1,2]) > >>> numpy.average(x, weights=wt, axis=0)

Bug#466868: python-scipy -- please transition to use gfortran based lapack, blas

2008-02-22 Thread Ondrej Certik
On Sat, Feb 23, 2008 at 1:40 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Thu, Feb 21, 2008 at 4:31 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Thu, Feb 21, 2008 at 4:11 PM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > > > Package: p

Bug#466868: python-scipy -- please transition to use gfortran based lapack, blas

2008-02-22 Thread Ondrej Certik
On Thu, Feb 21, 2008 at 4:31 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 4:11 PM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > > Package: python-scipy > > Version: 0.6.0-5.1 > > Severity: important > > User: [EMAIL PROTECTED]

Bug#464784: python-numpy: After transition to gfortran _dotblas.so is lost

2008-02-22 Thread Ondrej Certik
On Fri, Feb 22, 2008 at 4:09 PM, <[EMAIL PROTECTED]> wrote: > Package: python-numpy > Version: 1:1.0.4-6 > Followup-For: Bug #464784 > > After transition to gfortran it appears that the matrix > multiplication function (numpy.dot) is now linked to the slow > version in numpy/core/multiarray.s

Bug#466392: python-scipy: adding zvode to scipy.integrate

2008-02-21 Thread Ondrej Certik
On Thu, Feb 21, 2008 at 11:16 AM, <[EMAIL PROTECTED]> wrote: > Quoting Ondrej Certik <[EMAIL PROTECTED]>: > > $ apt-get source python-scipy > > $ cd python-scipy-0.6.0/ > > $ head -n 15 debian/control > > [...] > > Vcs-Svn: svn://svn.debia

Bug#466868: python-scipy -- please transition to use gfortran based lapack, blas

2008-02-21 Thread Ondrej Certik
On Thu, Feb 21, 2008 at 4:11 PM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > Package: python-scipy > Version: 0.6.0-5.1 > Severity: important > User: [EMAIL PROTECTED] > Usertags: gfortran > > Hi! > > I would request you to please shift Build-Depends to use the new > gfortran based Lapack and

Bug#466708: how to reproduce it

2008-02-20 Thread Ondrej Certik
Package: debian-bts-applet Version: 0.1 --- Please enter the report below this line. --- Hi, let's get this one fixed. So the browser is oppened in: __init__.py:40 by: def open_url(url): import os [fd.close() for fd in os.popen2('/usr/bin/dbus-launch /usr/bin/gnome-open %s' % url)]

Bug#466708: epiphany wants to "recover" when double clicking on the bug

2008-02-20 Thread Ondrej Certik
Package: debian-bts-applet Version: 0.1 Severity: normal --- Please enter the report below this line. --- Hi, I discovered another behavior, which probably is a bug. When double clicking on a bug, most of the time (not always, but very often), epiphany says: " Recover previous browser windows a

Bug#466696: package description

2008-02-20 Thread Ondrej Certik
BTW, I just noticed this in the package description: > * Safe (no segfaults). which is kind of ironic that I am reporting a segfault. :) But otherwise this package is excellent, works like a charm. Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Bug#466696: segfaults when importing xml

2008-02-20 Thread Ondrej Certik
Package: python-lxml Version: 1.3.6-1 Severity: important --- Please enter the report below this line. --- Steps to reproduce: $ wget http://www.diveintopython.org/download/diveintopython-xml-5.4.zip $ unzip diveintopython-xml-5.4.zip $ cd diveintopython-5.4/xml/ $ python Python 2.4.4 (#2, Jan

Bug#466392: python-scipy: adding zvode to scipy.integrate

2008-02-19 Thread Ondrej Certik
On Feb 19, 2008 2:04 PM, Fabrice Silva <[EMAIL PROTECTED]> wrote: > Le lundi 18 février 2008 à 18:06 +0100, Ondrej Certik a écrit : > > > Is it possible to add zvode to scipy.integrate according to > > > http://www.scipy.org/scipy/scipy/ticket/334 I've tried to

Bug#462631: current status

2008-02-19 Thread Ondrej Certik
On Feb 19, 2008 11:59 AM, Francesco Poli <[EMAIL PROTECTED]> wrote: > On Sun, 17 Feb 2008 15:32:21 +0100 Ondrej Certik wrote: > > > Hi Francesco, > > Hi! :) > > > > > On Thu, Feb 07, 2008 at 12:23:00AM +0100, Francesco Poli wrote: > [...] > > &g

Bug#466392: python-scipy: adding zvode to scipy.integrate

2008-02-18 Thread Ondrej Certik
On Feb 18, 2008 3:28 PM, Fabrice Silva <[EMAIL PROTECTED]> wrote: > Package: python-scipy > Version: 0.6.0-5.1 > Severity: wishlist > > Is it possible to add zvode to scipy.integrate according to > http://www.scipy.org/scipy/scipy/ticket/334 I've tried to apply the > patches but the following messa

Bug#462631: current status

2008-02-17 Thread Ondrej Certik
Hi Francesco, On Thu, Feb 07, 2008 at 12:23:00AM +0100, Francesco Poli wrote: > Hi! > > Thanks for your ITP bug regarding Paraview! > I hope the packaging is going on well. You can see for yourself. Our svn is here: XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/paraview/ XS-Vcs-Browser: http

Bug#466103: crashes when visiting http://www.howtoforge.com/

2008-02-16 Thread Ondrej Certik
On Feb 16, 2008 5:53 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Feb 16, 2008 5:37 PM, Josselin Mouette <[EMAIL PROTECTED]> wrote: > > On sam, 2008-02-16 at 16:50 +0100, Ondrej Certik wrote: > > > Package: epiphany-browser > > > Vers

Bug#466103: crashes when visiting http://www.howtoforge.com/

2008-02-16 Thread Ondrej Certik
On Feb 16, 2008 5:37 PM, Josselin Mouette <[EMAIL PROTECTED]> wrote: > On sam, 2008-02-16 at 16:50 +0100, Ondrej Certik wrote: > > Package: epiphany-browser > > Version: 2.20.3-1 > > Severity: important > > > > --- Please enter the report below this

Bug#466103: crashes when visiting http://www.howtoforge.com/

2008-02-16 Thread Ondrej Certik
Package: epiphany-browser Version: 2.20.3-1 Severity: important --- Please enter the report below this line. --- $ epiphany http://www.howtoforge.com/configure-remote-access-to-your-ubuntu-desktop The program 'epiphany-browser' received an X Window System error. This probably reflects a bug in t

Bug#464795: it works now

2008-02-16 Thread Ondrej Certik
Hi, thanks for the fix, everything works now. Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#466061: RFS: openmx 3.2.4.dfsg-3

2008-02-16 Thread Ondrej Certik
On Feb 16, 2008 11:09 AM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > Package: openmx > Version: 3.2.4.dfsg-2 > Severity: important > Tags: patch > User: [EMAIL PROTECTED] > Usertags: gfortran > > Hi! > > I would request you to please shift Build-Depends to use the new > gfortran based Lapack and Bl

Bug#464751: Description of the problem

2008-02-16 Thread Ondrej Certik
Forwarding a description of the problem to the Debian bug. -- Forwarded message -- From: Stefan Behnel <> Date: Feb 16, 2008 11:54 AM Subject: Re: [Cython] Cython 0.9.6.12 released Hi, Ondrej Certik wrote: > On Feb 15, 2008 11:35 AM, Ondrej Certik <[EMAIL PROTE

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: Bug#464795: Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-14 Thread Ondrej Certik
On Thu, Feb 14, 2008 at 1:45 PM, Manuel Prinz <[EMAIL PROTECTED]> wrote: > reopen 464795 = > thanks > > [ Reopening the bug with Ondrej as submitter, so we can close it in the > changelog and Ondrej gets notified when the fix is in sid. Ondrej, hope > that's OK with you! ] Sure. > Sorry for

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-13 Thread Ondrej Certik
> The link from /etc/alternative/libmpi.so point to a .0 we do not have. > > So Manuel, could it be that the third line here > > update-alternatives \ > --install /usr/include/mpi mpi /usr/lib/openmpi/include 5 \ > --slave /usr/lib/libmpi.so libmpi.so /usr/lib/openmpi/lib/libmpi.so.

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-13 Thread Ondrej Certik
> | Please feel free to ask for more info. Are you able to reproduce it? > | If it's a bug in update-alternatives, it may well be > | that it happens in cowbuilder for me, but not for you. But I suggest > | to reopen this bug until we find the real cause of the problem. > > Thanks for sending this.

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-13 Thread Ondrej Certik
On Feb 13, 2008 6:50 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 5:12 AM, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > > > On 8 February 2008 at 19:22, Dirk Eddelbuettel wrote: > > | > > | On 9 February 2008 at 02:01, Ondrej Certik

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-13 Thread Ondrej Certik
On Feb 12, 2008 5:12 AM, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > On 8 February 2008 at 19:22, Dirk Eddelbuettel wrote: > | > | On 9 February 2008 at 02:01, Ondrej Certik wrote: > | | Package: libopenmpi-dev > | | Version: 1.2.5-1 > | | Severity: normal >

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python

2008-02-11 Thread Ondrej Certik
> > I am not seeing any files, and "git log" fails, so does gitk. Could > > you please send me the debian dir, maybe it will be easier. > This repos does not utilize a 'master' branch. In your clone do: > > git branch -a > > After a > > git checkout -b master origin/release > > also

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python

2008-02-11 Thread Ondrej Certik
On Feb 11, 2008 11:40 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 10:45 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, Feb 11, 2008 at 09:43:41AM +0100, Ondrej Certik wrote: > > > On Feb 11, 2008 7:04 AM, Michae

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python

2008-02-11 Thread Ondrej Certik
On Feb 11, 2008 10:45 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > > > On Mon, Feb 11, 2008 at 09:43:41AM +0100, Ondrej Certik wrote: > > On Feb 11, 2008 7:04 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > > > Hi Ondrej, > > > > > > On Mon,

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python

2008-02-11 Thread Ondrej Certik
On Feb 11, 2008 7:04 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > Hi Ondrej, > > On Mon, Feb 11, 2008 at 12:33:28AM +0100, Ondrej Certik wrote: > > > At the moment pyglet is included in the python-sympy package. As it can > > > be viewed as a pygame replacemen

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python

2008-02-10 Thread Ondrej Certik
> At the moment pyglet is included in the python-sympy package. As it can > be viewed as a pygame replacement sympy maintainers agree that it should > be packaged separately. > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459716 > > The final package will be maintained by the pkg-exppsy proje

Bug#464795: [Pkg-openmpi-maintainers] Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-08 Thread Ondrej Certik
On Feb 9, 2008 2:22 AM, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > On 9 February 2008 at 02:01, Ondrej Certik wrote: > | Package: libopenmpi-dev > | Version: 1.2.5-1 > | Severity: normal > | > | --- Please enter the report below this line. --- > | > | Hi,

Bug#464795: dead symlink in /usr/lib/libmpi.so

2008-02-08 Thread Ondrej Certik
Package: libopenmpi-dev Version: 1.2.5-1 Severity: normal --- Please enter the report below this line. --- Hi, there seems to be a dead symlink in: $ ll /usr/lib/libmpi.so lrwxrwxrwx 1 root root 27 2008-02-09 01:56 /usr/lib/libmpi.so -> /etc/alternatives/libmpi.so It's on all of my computers

Bug#464751: cython: cannot use the 'unicode' built-in function

2008-02-08 Thread Ondrej Certik
Hi Jakub, > $ cat buggy.pyx > x = basestring # OK > x = str # OK > x = unicode # fails > > > $ cython buggy.pyx > > Error converting Pyrex file to C: > > ... > x = basestring # OK > x = str # OK > x = unicode # fails >

Bug#464692: full screen segfaults the interpreter

2008-02-08 Thread Ondrej Certik
Package: mayavi2 Version: 2.0.2a1-4 Severity: normal --- Please enter the report below this line. --- Hi, Start mayavi2, hit the "full screen" button, hit "q" and you get a gnome bug buddy starting... Feel free to ask for more information, if you are not able to reproduce it. Ondrej --- Syste

Bug#458858: old xserver-xorg-video-intel 2:2.1.1-4 doesn't help either

2008-02-06 Thread Ondrej Certik
> > But it also hangs, as it used to hang, when this driver was the newest > > one in sid: black screen, with the mouse pointer on and off > > periodically. This used to do, then I upgraded to newer intel, > > with the problems reported in this thread. > > Same with 2:2.2.0.90-2 which entered unsta

Bug#463007: python-numpy: Problem with the numarray includes

2008-02-06 Thread Ondrej Certik
Hi Frederic, On Jan 28, 2008 9:52 PM, picca frederic <[EMAIL PROTECTED]> wrote: > Package: python-numpy > Version: 1:1.0.4-5 > Severity: normal > > > Hello > > In the numpy documentation the transition from numarray to numpy for the > C extension is explained like this: > #include "numarray/libnum

Bug#463625: cython: cdef-ed attribute -> invalid C source

2008-02-05 Thread Ondrej Certik
Hi Jakub, thanks for the bug report. I forwared the problem upstream: http://codespeak.net/pipermail/cython-dev/2008-February/33.html Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#463942: [Pkg-scicomp-devel] Bug#463942: abinit -- please use gfortran based blas, lapack

2008-02-04 Thread Ondrej Certik
Hi Kumar, On Feb 4, 2008 11:20 AM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > Package: abinit > Version: 5.3.4.dfsg-2 > Severity: important > Tags: patch > User: [EMAIL PROTECTED] > Usertags: gfortran > > Hi! > > I would request you to please shift Build-Depends to use the new > gfortran based Lap

Bug#462631: [Pkg-scicomp-devel] current state

2008-02-03 Thread Ondrej Certik
On Feb 3, 2008 10:42 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > Hi Christophe, > > > > | what is the state of this? I also would like to use this package in > > > | Debian very much. I tried to compile from source, but I am getting an > > > | error, that

Bug#462631: [Pkg-scicomp-devel] current state

2008-02-03 Thread Ondrej Certik
Hi Christophe, > > | what is the state of this? I also would like to use this package in > > | Debian very much. I tried to compile from source, but I am getting an > > | error, that paraview only compiles with QT 4.2, but in Debian there is > > | QT 4.3.3. Did you succeed compiling it? > > You ha

Bug#463820: [Pkg-scicomp-devel] Bug#463820: Bug#463820: suitesparse -- move to gfortran based BLAS and LAPACK

2008-02-03 Thread Ondrej Certik
On Feb 3, 2008 9:29 PM, Rafael Laboissiere <[EMAIL PROTECTED]> wrote: > * Kumar Appaiah <[EMAIL PROTECTED]> [2008-02-03 22:10]: > > > I would request you to please shift to use the new gfortran based > > Lapack and Blas packages in order to phase out packages dependent on > > the old g2c (g77). In

Bug#457967: update - fixed by using a different network card

2008-02-03 Thread Ondrej Certik
Here is my latest update on this bug: http://bugzilla.kernel.org/show_bug.cgi?id=9648#c10 Either the sky2 driver or my hardware is broken. So I put there a different network card and now the 64 bit Debian works perfectly. More info above. Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Bug#462631: current state

2008-02-01 Thread Ondrej Certik
Hi Christophe, what is the state of this? I also would like to use this package in Debian very much. I tried to compile from source, but I am getting an error, that paraview only compiles with QT 4.2, but in Debian there is QT 4.3.3. Did you succeed compiling it? Ondrej -- To UNSUBSCRIBE, em

Bug#462831: rt73.ko driver causes load average 2.0

2008-01-30 Thread Ondrej Certik
On Jan 30, 2008 9:46 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Jan 30, 2008 1:16 AM, Ben Hutchings <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-01-29 at 22:40 +0100, Ondrej Certik wrote: > > > > > > > install 2.6.24 from unstable should have new

Bug#462831: rt73.ko driver causes load average 2.0

2008-01-30 Thread Ondrej Certik
On Jan 30, 2008 1:16 AM, Ben Hutchings <[EMAIL PROTECTED]> wrote: > On Tue, 2008-01-29 at 22:40 +0100, Ondrej Certik wrote: > > > > > install 2.6.24 from unstable should have newer version? > > > > and see how it works.. > > > > > > That&

Bug#462831: rt73.ko driver causes load average 2.0

2008-01-29 Thread Ondrej Certik
> BTW, I just noticed that upstream removed my attachement with detailed > logs of the problem from my bug report. I am very disappointed, as it > cost me some time to generate the debug logs properly. Actually they didn't. You just need to be logged in the forum to see the attachement, otherwise

Bug#462831: rt73.ko driver causes load average 2.0

2008-01-29 Thread Ondrej Certik
On Jan 29, 2008 9:33 PM, Ben Hutchings <[EMAIL PROTECTED]> wrote: > On Tue, 2008-01-29 at 19:02 +0100, maximilian attems wrote: > > On Sun, 27 Jan 2008, Ondrej Certik wrote: > > > > > > > > the rt73.ko driver in Debian and kernel 2.6.22, as well as the la

Bug#462642: [Evolution] Bug#462642: SSL doesn't work anymore

2008-01-27 Thread Ondrej Certik
Any news on this? I have the same problem. I tried to downgrade using snapshot.debian.net, but I didn't succeed, because some library in the evolution-data-server package segfaults then because of some missing symbols. Is there at least some easy temporary workaround? Many thanks, Ondrej --

Bug#462831: rt73.ko driver causes load average 2.0

2008-01-27 Thread Ondrej Certik
Package: rt73-modules-2.6.22-3-686 Version: 2.6.22+1.0.3.6-cvs20071013-4 Severity: normal --- Please enter the report below this line. --- Hi, the rt73.ko driver in Debian and kernel 2.6.22, as well as the latest upstream cvs version and the kernel 2.6.23 causes the load average to be 2.0 when t

Bug#451893: unreadable fonts and other rendering errors on intel

2008-01-10 Thread Ondrej Certik
> Ok, thanks. > > And does adding > Option "FramebufferCompression" "off" > to the Device section help? (without AccelMethod XAA). I just tried that with the experimental driver and it doesn't help, i.e. by adding this option and disabling AccelMethod XAA all fonts get unreadable again. Ondre

Bug#452268: unreadable fonts and other rendering errors on intel

2008-01-10 Thread Ondrej Certik
On Jan 8, 2008 8:22 AM, Brice Goglin <[EMAIL PROTECTED]> wrote: > Hi, > > There's a new snapshop of the intel driver in experimental > (2:2.2.0+git20080107-1) as well as a new xserver-xorg-core in unstable, > could you guys test them and tell me whether they fix your rendering > errors? The i855 bo

Bug#459716: sympy: Please split pyglet into a separate package

2008-01-08 Thread Ondrej Certik
On Jan 8, 2008 11:38 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > Hi Ondrej, > > On Tue, Jan 08, 2008 at 11:33:00AM +0100, Ondrej Certik wrote: > > > > However, soon PyEPL will depend on pyglet and I don't think that a > > > package dependency o

Bug#459716: sympy: Please split pyglet into a separate package

2008-01-08 Thread Ondrej Certik
Hi Michale, On Jan 8, 2008 10:39 AM, Michael Hanke <[EMAIL PROTECTED]> wrote: > Package: sympy > Severity: wishlist > > Hi sympy maintainers, > > I am one of the maintainers of the PyEPL package > > http://packages.debian.org/sid/python-pyepl > > PyEPL upstream is planning to switch from PyGame t

Bug#459313: fixed upstream

2008-01-06 Thread Ondrej Certik
So this was incorporated upstream in the patch: http://hg.sympy.org/sympy/rev/15810ab90e01 I didn't yet upload a new release to Debian, because we discovered a bug, that made 3D plotting broken, so we fixed that first and released today again. I'll wait a day or two, if all is ok, then package to

Bug#458858: old xserver-xorg-video-intel 2:2.1.1-4 doesn't help either

2008-01-06 Thread Ondrej Certik
So I installed the older driver: $ dpkg -l xserver-xorg-video-intel Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version

Bug#459411: isympy fails to start

2008-01-06 Thread Ondrej Certik
On Jan 6, 2008 1:51 PM, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-01-06 at 13:25 +0100, Ondrej Certik wrote: > > On Jan 6, 2008 11:44 AM, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > > > Package: python-sympy > > > Version: 0.5.9-1 &

Bug#459411: isympy fails to start

2008-01-06 Thread Ondrej Certik
On Jan 6, 2008 11:44 AM, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > Package: python-sympy > Version: 0.5.9-1 > Severity: normal > > $ isympy > --- > exceptions.AttributeErrorTraceback (most recen

Bug#459316: python-sympy: a menu item for isympy would be nice

2008-01-05 Thread Ondrej Certik
On Jan 5, 2008 3:49 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Jan 5, 2008 2:51 PM, Bernhard R. Link <[EMAIL PROTECTED]> wrote: > > Package: python-sympy > > Version: 0.5.9-1 > > Severity: wishlist > > Tags: patch > > > > It would be

Bug#459316: python-sympy: a menu item for isympy would be nice

2008-01-05 Thread Ondrej Certik
On Jan 5, 2008 2:51 PM, Bernhard R. Link <[EMAIL PROTECTED]> wrote: > Package: python-sympy > Version: 0.5.9-1 > Severity: wishlist > Tags: patch > > It would be nice if python-sympy would install a menu item for > isympy, so people can find it in the menu. > > Additionally it would be nice if pyth

Bug#459313: python-sympy: would be nice if isympy would refer to the documentation

2008-01-05 Thread Ondrej Certik
On Jan 5, 2008 2:46 PM, Bernhard R. Link <[EMAIL PROTECTED]> wrote: > Package: python-sympy > Version: 0.5.9-1 > Severity: wishlist > Tags: patch > > It would be nice if isympy's welcome message would include information > about the documentation (like it does for example with attached patch). > >

Bug#459076: forwarded

2008-01-04 Thread Ondrej Certik
> > http://code.google.com/p/sympy/issues/detail?id=544 > I reported the problem to pyglet: http://code.google.com/p/pyglet/issues/detail?id=211 and it's fixed now. And it's fixed in sympy hg too: http://hg.sympy.org/sympy/rev/964b03ff8ab7 but unfortunately, it's not in the sympy we released t

Bug#459076: forwarded

2008-01-04 Thread Ondrej Certik
tags 459076 upstream thank you Hi Bernhard, Thanks a lot for this exemplary bug report with a patch. Forwarded upstream (=us). :) http://code.google.com/p/sympy/issues/detail?id=544 Please report all other bugs/suggestions that you might find in sympy. Thanks, Ondrej -- To UNSUBSCRIBE,

Bug#458858: few more hangs

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 9:21 PM, Brice Goglin <[EMAIL PROTECTED]> wrote: > Ondrej Certik wrote: > > Ah, that - well, we restart it every time. The Xserver doesn't let us > > to be killed or something, when it hangs. > > > > So that also answers your other question - th

Bug#458858: few more hangs

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 7:50 PM, Brice Goglin <[EMAIL PROTECTED]> wrote: > Ondrej Certik wrote: > > When X server hangs (for whatever reason), the log can always be > > accessed in the Xorg.0.log.old and it can also possibly > > leave the hardware in a bad state, so that when

Bug#458858: few more hangs

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 12:56 PM, Brice Goglin <[EMAIL PROTECTED]> wrote: > reassign 458858 xserver-xorg-video-intel > retitle 458858 xserver-xorg-video-intel 2.2.0: PRB0_HEAD and PRB0_TAIL > indicate ring buffer not flushed > found 458858 2:2.2.0-1 > severity 458858 important >

Bug#459070: /usr/include/openmpi is missing (mpi.h isn't in /usr/include/**)

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 3:18 PM, Daniel Leidert <[EMAIL PROTECTED]> wrote: > FYI: The bug in u-a has been fixed recently. > http://bugs.debian.org/220044 > > Does it solve these bugs too? Actually, the mpi.h is in /usr/include/mpi, not /usr/include/openmpi, as I mistakenly thought. So there is no bug here.

Bug#459070: [Pkg-openmpi-maintainers] Bug#459070: /usr/include/openmpi is missing (mpi.h isn't in /usr/include/**)

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 1:40 PM, Dirk Eddelbuettel <[EMAIL PROTECTED]> wrote: > > On 4 January 2008 at 12:24, Ondrej Certik wrote: > | Package: libopenmpi-dev > | Severity: normal > | > | --- Please enter the report below this line. --- > | > | Hi, > | > | In t

Bug#459070: typo corrected

2008-01-04 Thread Ondrej Certik
Oops, the instructions should have been: $ sudo cowbuilder --update # or --create if you never used cowbuilder before $ sudo cowbuilder --login # apt-get install libopenmpi-dev # ls /usr/include/openmpi ls: /usr/include/openmpi: No such file or directory -- To UNSUBSCRIBE, email to [EMAIL

Bug#459025: [Pkg-scicomp-devel] Bug#459025: parmetis_3.1-8+b1(unstable/amd64/xenophanes): FTBFS: Doesn't search for mpi.h in right include path

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 11:52 AM, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> wrote: > "Ondrej Certik" <[EMAIL PROTECTED]> writes: > > On Jan 4, 2008 10:15 AM, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> wrote: > >> I tried rebuilding parme

Bug#459070: /usr/include/openmpi is missing (mpi.h isn't in /usr/include/**)

2008-01-04 Thread Ondrej Certik
Package: libopenmpi-dev Severity: normal --- Please enter the report below this line. --- Hi, In the last bug I reported: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457088 I was told, that the mpi.h is in /usr/include/openmpi However, in the clean environment, the libopenmpi-dev packag

Bug#458858: few more hangs

2008-01-04 Thread Ondrej Certik
It hanged yesterday twice, today once. This time the $ ls -l /var/log/Xorg.0.log -rw-r--r-- 1 root root 40724 2008-01-04 09:14 /var/log/Xorg.0.log is filed with binary zeros I think the severity of this bug should be raised, what do you think? Maybe the problem is not in the xserver-xorg

Bug#459025: [Pkg-scicomp-devel] Bug#459025: parmetis_3.1-8+b1(unstable/amd64/xenophanes): FTBFS: Doesn't search for mpi.h in right include path

2008-01-04 Thread Ondrej Certik
On Jan 4, 2008 10:15 AM, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> wrote: > Package: parmetis > Version: 3.1-8+b1 > Severity: serious > > Heya, > > I tried rebuilding parmetis against the new mpich packages, so that the > whole heap of packages can migrate to testing. This failed: > > | Automatic

Bug#456892: FTBFS

2007-12-31 Thread Ondrej Certik
On Dec 31, 2007 2:07 PM, Philipp Kern <[EMAIL PROTECTED]> wrote: > On Tue, Dec 18, 2007 at 11:18:37AM +0100, Ondrej Certik wrote: > > When trying to build the source package from unstable, I get: > > This caused a FTBFS on arm. I thus uploaded the attached NMU with > Ku

Bug#458383: [IPython-dev] please include documentation sources in the tarball

2007-12-30 Thread Ondrej Certik
Hi Fernando, On Dec 30, 2007 11:25 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > On Dec 30, 2007 2:57 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > Hi, > > > > while packaging ipython in Debian, we run across this problem: > > > > http://

Bug#458383: upstream

2007-12-30 Thread Ondrej Certik
I sent the attached email to upstream (I forgot to CC this bug). The email didn't yet show up in: http://lists.ipython.scipy.org/pipermail/ipython-dev/2007-December/thread.html maybe I will have to subscribe to that list. I hate so many mailman lists... Ondrej - Hi

Bug#457967: linux-image-2.6.23-1-amd64: kernel Oops, (segfault) when downloading from net

2007-12-27 Thread Ondrej Certik
On Dec 27, 2007 7:20 PM, maximilian attems <[EMAIL PROTECTED]> wrote: > On Thu, Dec 27, 2007 at 06:41:09PM +0100, Ondrej Certik wrote: > > > > > > yes please test out newer 2.6.24-rc6. see trunk apt snapshot lines > > > wiki.debian.org/DebianKernel > > >

Bug#457967: linux-image-2.6.23-1-amd64: kernel Oops, (segfault) when downloading from net

2007-12-27 Thread Ondrej Certik
On Dec 27, 2007 5:08 PM, maximilian attems <[EMAIL PROTECTED]> wrote: > On Thu, Dec 27, 2007 at 04:34:37PM +0100, Ondrej Certik wrote: > > Package: linux-image-2.6.23-1-amd64 > > Version: 2.6.23-2 > > Severity: normal > > > > > > When downloading (50MB

Bug#457967: linux-image-2.6.23-1-amd64: kernel Oops, (segfault) when downloading from net

2007-12-27 Thread Ondrej Certik
Package: linux-image-2.6.23-1-amd64 Version: 2.6.23-2 Severity: normal When downloading (50MB+) from the debian mirror using apt-get (sky2 kernel driver for the net), the kernel hangs (happened to me twice in the same situation). Please ask for more information if needed. Ondrej The relevant

Bug#453710: [Pbuilder-maint] Bug#453710: [patch] kill the build if the memory/disk is low

2007-12-26 Thread Ondrej Certik
Hi, On Dec 26, 2007 12:14 PM, Junichi Uekawa <[EMAIL PROTECTED]> wrote: > Hi, > > > we need a feature to kill the build if the free disk (or memory) space is > > running low. > > I am attaching a preliminary patch, that implements this feature, it > > applies cleanly > > against the pbuilder in

Bug#457683: closed by "Wesley J. Landaker" <[EMAIL PROTECTED]> (Re: Bug#457683: googleearth slow to startup, drmWaitVBlank returned -1)

2007-12-24 Thread Ondrej Certik
On Dec 24, 2007 11:13 PM, Wesley J. Landaker <[EMAIL PROTECTED]> wrote: > On Monday 24 December 2007 14:50:27 Ondrej Certik wrote: > > I am just used to, that if something doesn't work, to report a bug, > > because there is always a way to fix it in Debian (main). Anot

Bug#457683: closed by "Wesley J. Landaker" <[EMAIL PROTECTED]> (Re: Bug#457683: googleearth slow to startup, drmWaitVBlank returned -1)

2007-12-24 Thread Ondrej Certik
> > > > Since google doesn't ship sources, I don't think there is any easy way to > > fix such issues... :( > > Sounds like a problem with GoogleEarth interacting with your OpenGL > implementation. You may want to search for help on the Google Earth > Community web forums or the Google Earth Help s

Bug#457683: googleearth slow to startup, drmWaitVBlank returned -1

2007-12-24 Thread Ondrej Certik
Package: googleearth-package Version: 0.4.3 Severity: normal --- Please enter the report below this line. --- I use the latest sid, when starting googleearth, it prints: $ googleearth do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly. Try running with LIBGL_THROTTLE_RE

Bug#448530: A workaround to this problem.

2007-12-22 Thread Ondrej Certik
On Dec 22, 2007 5:40 PM, Kumar Appaiah <[EMAIL PROTECTED]> wrote: > Dear Jan, > > With Ondrej's help, I've managed to find a workaround to this > problem. Rather, let me say that this issue isn't numpy's, but more of > Atlas'. > > The issue you menion here happens when we link numpy against > Atlas

Bug#457361: 'import site' failed; use -v for traceback

2007-12-21 Thread Ondrej Certik
Package: python2.4-minimal Version: 2.4.4-6 Severity: minor --- Please enter the report below this line. --- When installing python, in cowbuilder (and a normal system), I can see: Setting up python2.4-minimal (2.4.4-6) ... 'import site' failed; use -v for traceback Setting up python2.4 (2.4.4-6

Bug#457329: python-numpy: potential misbuild of all Fortran built with numpy distutils

2007-12-21 Thread Ondrej Certik
Hi Paul, > Depending on the machine on which they are run, numpy distutils are > capable of appending -msse2 to the compiler flags of all Fortran code. > > [ see numpy/distutils/fcompiler/gnu.py ] > > This means that if [say] the canonical scipy package is built on a > Pentium 4 or better, it may

Bug#448530: bug reproduced

2007-12-21 Thread Ondrej Certik
> Ondrej: did you have a look at the compiler flags that numpy can > choose to use? Is there another latent bug here (manifesting in > anything that uses numpy.distutils)? I don't see any, but the atlas linkage is kind of whacky, but I am really no expert in this. However, if you propose some sol

<    1   2   3   4   5   >