[Bug 1870138] Re: svd never finishes

2020-04-01 Thread Andrew Straw
This was on the amd64 architecture with an AMD Ryzen 9 3900X CPU.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870138

Title:
  svd never finishes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openblas/+bug/1870138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1869917] Re: svd never finishes

2020-04-01 Thread Andrew Straw
Actually, upon digging deeper, I found the bug is with the openblas
package. https://bugs.launchpad.net/ubuntu/+source/openblas/+bug/1870138

This bug may be closed. I do not seem to have permissions to close it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1869917

Title:
  svd never finishes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1869917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1870138] [NEW] svd never finishes

2020-04-01 Thread Andrew Straw
Public bug reported:

I reported a bug with octave[1] which I now believe is actually due to
the `libopenblas0-pthread` binary package version 0.3.8+ds-1 as
currently available in the Ubuntu focal universe repo.

In a nutshell, when doing an SVD above a certain size, the calculation
never finishes. Example code is attached.

`libopenblas64-0-openmp` binary package version 0.3.8+ds-1 does not have
this problem, which is why I think the problem is specifically with the
pthread variant.

[1]: https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1869917

Steps to reproduce:

```
cat > test_svd.m << EOF
load a.mat
[U,S,V]  = svd(A);
disp('done');
EOF

sudo apt install octave
octave test_svd.m
# note whether the program stops running, which is success,
# or whether it does not, which is the bug I am reporting.
```

** Affects: openblas (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "example matrix used in test_svd.m"
   https://bugs.launchpad.net/bugs/1870138/+attachment/5344269/+files/a.mat

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870138

Title:
  svd never finishes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openblas/+bug/1870138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1869917] [NEW] svd never finishes

2020-03-31 Thread Andrew Straw
Public bug reported:

Hi, the following program, call it `test_svd.m`, never finishes, but
instead runs the `svd()` line forever:

```
load a.mat
[U,S,V]  = svd(A);
disp('done');
```

This is with version 5.2.0-1 in the ubuntu focal repository for amd64.

I have also tested on the same hardware in a chroot with debian testing
with octave 5.2.0-1 and this program finishes almost instantaneously, as
I would expect. So there seems to be a problem specific to the Ubuntu
Focal build.

Using ldd, I see octave is linked to the same libraries in debian
testing and ubuntu focal.

If I delete one row from the a.mat file, so that it is 91 rows instead
of 92 rows, the octave version in ubuntu focal finishes almost
instantaneously.

** Affects: octave (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "example matrix used in test_svd.m"
   https://bugs.launchpad.net/bugs/1869917/+attachment/5343836/+files/a.mat

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1869917

Title:
  svd never finishes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1869917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 582769] Re: /lib/security/pam_cap.so: undefined symbol: pam_get_item

2010-06-17 Thread Andrew Straw
I had a similar problem and fixed it by rebuilding libcap2 with the
attached patch.

** Patch added: link libpam.so
   http://launchpadlibrarian.net/50473378/fix582769.patch

-- 
/lib/security/pam_cap.so: undefined symbol: pam_get_item
https://bugs.launchpad.net/bugs/582769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 574302] Re: Thunderbird segfault after random periods of time in Lucid 10.04

2010-06-06 Thread Andrew Straw
Is this a duplicate of #556829?

-- 
Thunderbird segfault after random periods of time in Lucid 10.04
https://bugs.launchpad.net/bugs/574302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2010-06-01 Thread Andrew Straw
Although I'm not a member of the SRU verification team, I can verify
that 2.2.8-1ubuntu0.16 in hardy-proposed fixes the issue for me on i386.
(Before upgrading to this, I was being hit by this bug when attempt to
setup a reverse proxy to a CouchDB server.)

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2010-06-01 Thread Andrew Straw
Although I'm not a member of the SRU verification team, I can verify
that 2.2.8-1ubuntu0.16 in hardy-proposed fixes the issue for me on i386.
(Before upgrading to this, I was being hit by this bug when attempt to
setup a reverse proxy to a CouchDB server.)

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 517390] [NEW] [lucid] installs old version of setuptools

2010-02-04 Thread Andrew Straw
Public bug reported:

Binary package hint: python-virtualenv

python-virtualenv 1.3.3-1ubuntu1 in lucid installs an old version of
setuptools:

ast...@computer:~$ dpkg -L python-virtualenv | grep setuptools
/usr/share/pyshared/support-files/setuptools-0.6c9-py2.6.egg
/usr/share/pyshared/support-files/setuptools-0.6c9-py2.5.egg

ast...@computer:~$ apt-cache show python-setuptools | grep Version
Version: 0.6.10-1ubuntu1
Python-Version: 2.5, 2.6

Running the following script results in a traceback.

- start of test script

#!/bin/bash
set -e

TARGET=PYst

rm -rf foo
rm -rf $TARGET

cat  setup.py EOF
from setuptools import setup

setup(name='foo',
  version='1.0',
  packages=['foo'],
  zip_safe=False,
  )
EOF

mkdir foo
touch foo/__init__.py

virtualenv $TARGET

$TARGET/bin/python setup.py install

- end of test script

The traceback is:

Traceback (most recent call last):
  File setup.py, line 6, in module
zip_safe=False,
  File /usr/lib/python2.6/distutils/core.py, line 113, in setup
_setup_distribution = dist = klass(attrs)
  File 
/tmp/PYst/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/dist.py,
 line 223, in __init__
  File /usr/lib/python2.6/distutils/dist.py, line 270, in __init__
self.finalize_options()
  File 
/tmp/PYst/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/dist.py,
 line 256, in finalize_options
  File 
/tmp/PYst/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/pkg_resources.py,
 line 1918, in load
while parts and parts[-1]=='':
ImportError: module 'setuptools.dist' from 
'/tmp/PYst/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/dist.py'
 has no 'check_packages' attribute

Rebuilding virtualenv 1.3.3-1ubuntu1 does not fix the issue, but
installing virtualenv 1.4.5 fixes the issue. (I used 1.4.5-1 from my
PPA.)

** Affects: python-virtualenv (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[lucid] installs old version of setuptools
https://bugs.launchpad.net/bugs/517390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 363510] Re: Errors in single-precision BLAS (libatlas3gf-sse)

2010-01-05 Thread Andrew Straw
This is still a problem on lucid i386 with atlas 3.6.0-24ubuntu1.

-- 
Errors in single-precision BLAS (libatlas3gf-sse)
https://bugs.launchpad.net/bugs/363510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 139810] Re: support for at90usb1287 device broken

2010-01-04 Thread Andrew Straw
The following commands work without raising an exit code on Lucid avr-
libc 1:1.6.7-1 amd64, Lucid avr-libc 1:1.6.7-1 i386, Karmic
1:1.6.2.cvs20080610-2 amd64, and sid 1:1.6.7-1 amd64:

git clone git://github.com/motmot/fview_ext_trig.git

cd fview_ext_trig/CamTrigUSB/Projects
rm -f MotmotCamTrig/*.hex MotmotCamTrig/*.o
make -C MotmotCamTrig

Therefore, I think this bug can be considered closed.

-- 
support for at90usb1287 device broken
https://bugs.launchpad.net/bugs/139810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496122] Re: linking against libfwImage.so fails

2009-12-20 Thread Andrew Straw
I uploaded a fixed package to my PPA:
https://edge.launchpad.net/~astraw/+archive/ppa/+sourcepub/905772
/+listing-archive-extra

-- 
linking against libfwImage.so fails
https://bugs.launchpad.net/bugs/496122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496122] Re: linking against libfwImage.so fails

2009-12-17 Thread Andrew Straw
This was fixed in svn upstream in their commits 488,489,490.
Unfortunately, these commits don't apply cleanly against the debian
source. I was able the patches onto the debian source with no manual
intervention using git and kdiff3 as the mergetool.

I am attaching the resulting debdiff against framewave-1.3.1-1 that
solves the problem. (Tested on karmic.)

I'm not very familiar with the Ubuntu process -- what should I do to get
this into Lucid? Since the package was originally synced from Debian,
and I presume these upstream svn changes will eventually make it into
Debian, this is just a temporary, Ubuntu-specific patch. I guess the
upstream changes going to Debian will take a while, though, since it
depends on upstream to do a release and Debian to build a package from
it. Therefore, I'd like help help get this into Ubuntu as quickly as
possible. What more can I do?

** Attachment added: fix-LP-bug496122
   http://launchpadlibrarian.net/36917828/%22fix-LP-bug496122

-- 
linking against libfwImage.so fails
https://bugs.launchpad.net/bugs/496122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496122] Re: linking against libfwImage.so fails

2009-12-14 Thread Andrew Straw
I started a thread on this at Framewave's forum (at SourceForge) here:
https://sourceforge.net/projects/framewave/forums/forum/764940/topic/3488703

-- 
linking against libfwImage.so fails
https://bugs.launchpad.net/bugs/496122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496122] [NEW] linking against libfwImage.so fails

2009-12-13 Thread Andrew Straw
Public bug reported:

I cannot link a simple C program against libfwImage.so. I am including
an example program as an attachment, although I imagine any valid C
program will do -- this seems to be a problem with libfwImage.so.

This is happening on Karmic and Lucid. (With libfwbase1-dev 1.3-5 and
1.3.1-1, respectively.) With 1.3.1-1 on sid, I do not get this error.
(This makes me think that the issue might be with scons or other part of
the buildsystem rather than with the framewave package itself.)

Steps to reproduce:

(download fwitest.c attached to this ticket.)
gcc -o fwitest.o -c fwitest.c
gcc fwitest.o -o fwitest -lfwBase -lfwImage

In this last step on Lucid amd64, I get:

/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void REFR::My_FW_PointHandlefloat, 
(REFR::DispatchType)0(double, double, int, int, float const*, int, FwiRect, 
float*, int, int, int*, int, int, float)'
/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void REFR::My_FW_PointHandleunsigned short, 
(REFR::DispatchType)0(double, double, int, int, unsigned short const*, int, 
FwiRect, unsigned short*, int, int, int*, int, int, float)'
/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void REFR::My_FW_PointHandleunsigned char, 
(REFR::DispatchType)0(double, double, int, int, unsigned char const*, int, 
FwiRect, unsigned char*, int, int, int*, int, int, float)'
/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void SSE2::My_FW_PointHandleunsigned char, 
(SSE2::DispatchType)0(double, double, int, int, unsigned char const*, int, 
FwiRect, unsigned char*, int, int, int*, int, int, float)'
/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void SSE2::My_FW_PointHandleunsigned short, 
(SSE2::DispatchType)0(double, double, int, int, unsigned short const*, int, 
FwiRect, unsigned short*, int, int, int*, int, int, float)'
/usr/lib/gcc/x86_64-linux-gnu/4.4.2/../../../../lib/libfwImage.so: undefined 
reference to `void SSE2::My_FW_PointHandlefloat, 
(SSE2::DispatchType)0(double, double, int, int, float const*, int, FwiRect, 
float*, int, int, int*, int, int, float)'
collect2: ld returned 1 exit status

** Affects: framewave (Ubuntu)
 Importance: Undecided
 Status: New

-- 
linking against libfwImage.so fails
https://bugs.launchpad.net/bugs/496122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496122] Re: linking against libfwImage.so fails

2009-12-13 Thread Andrew Straw

** Attachment added: example program
   http://launchpadlibrarian.net/36740612/fwitest.c

-- 
linking against libfwImage.so fails
https://bugs.launchpad.net/bugs/496122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369817] Re: udev rules for raw1394 video1394 not working

2009-12-11 Thread Andrew Straw
See LP: #6290 (and LP: #421551) for a further discussion of the
permission issues.

-- 
udev rules for raw1394 video1394 not working
https://bugs.launchpad.net/bugs/369817
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 363510] Re: Errors in single-precision BLAS (libatlas3gf-sse)

2009-08-19 Thread Andrew Straw
This is still present me on a Karmic i386 sbuild. Steps to reproduce
(failure will be printed):

sudo apt-get install gfortran libatlas-sse2-dev
wget http://launchpadlibrarian.net/25714126/test.f
gfortran -o test test.f -lblas
./test

-- 
Errors in single-precision BLAS (libatlas3gf-sse)
https://bugs.launchpad.net/bugs/363510
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395362] Re: unittest is broken

2009-07-03 Thread Andrew Straw
** Also affects: python2.6 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nose (Ubuntu)
   Importance: Undecided
   Status: New

-- 
unittest is broken
https://bugs.launchpad.net/bugs/395362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389942] Re: python-nose is broken in Karmic alpha 2

2009-07-02 Thread Andrew Straw
It seems a difference between -0ubuntu1 and -0ubuntu2 (jaunty and karmic
alpha 2) is this. It looks very relevant.

--- a/Lib/unittest.py
+++ b/Lib/unittest.py
@@ -798,8 +798,10 @@ Examples:
in MyTestCase
 
 def __init__(self, module='__main__', defaultTest=None,
- argv=None, testRunner=TextTestRunner,
+ argv=None, testRunner=None,
  testLoader=defaultTestLoader):
+if testRunner is None:
+testRunner = TextTestRunner
 if type(module) == type(''):
 self.module = __import__(module)
 for part in module.split('.')[1:]:

-- 
python-nose is broken in Karmic alpha 2
https://bugs.launchpad.net/bugs/389942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348299] [NEW] FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw
Public bug reported:

agg fails to build from source on jaunty (FTBFS).

Steps to reproduce:
0) setup sbuild lvm ( see https://help.ubuntu.com/community/SbuildLVMHowto )
1) dget http://archive.ubuntu.com/ubuntu/pool/universe/a/agg/agg_2.5+dfsg1-1.dsc
2) sbuild agg_2.5+dfsg1-1.dsc

This is on a jaunty amd64 machine.

The build process ends failed with:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I../../../include 
-I../../../include -I -g -O2 -c agg_platform_support.cpp -o 
libaggplatformX11_la-agg_platform_support.o /dev/null 21
/bin/bash ../../../libtool --tag=CXX --mode=link g++  -g -O2  
-Wl,-Bsymbolic-functions -o libaggplatformX11.la -rpath /usr/lib -version-info 
2:4:0  -L libaggplatformX11_la-agg_platform_support.lo -lX11 
libtool: link: require no space between `-L' and 
`libaggplatformX11_la-agg_platform_support.lo'
make[4]: *** [libaggplatformX11.la] Error 1
make[4]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src/platform/X11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src/platform'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/build/astraw-agg_2.5+dfsg1-1-amd64-Cf1edI/agg-2.5+dfsg1-1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
**
Build finished at 20090324-2315
FAILED [dpkg-buildpackage died]

** Affects: agg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348299] Re: FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw

** Attachment added: debdiff to fix FTBFS
   http://launchpadlibrarian.net/24324334/agg.debdiff

** Bug watch added: Gentoo Bugzilla #239654
   http://bugs.gentoo.org/show_bug.cgi?id=239654

** Also affects: agg (Gentoo Linux) via
   http://bugs.gentoo.org/show_bug.cgi?id=239654
   Importance: Unknown
   Status: Unknown

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 348299] Re: FTBFS on jaunty [patch]

2009-03-25 Thread Andrew Straw
** Branch linked: lp:~astraw/libagg/debian.source

-- 
FTBFS on jaunty [patch]
https://bugs.launchpad.net/bugs/348299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 337422] Re: mayavi2 fails to install on jaunty

2009-03-24 Thread Andrew Straw
Tim, the problem is that mayavi2 depends on python-vtk, but python-vtk
was not able to be installed. (Now it can, since LP #336295 was closed.)
So to answer your questions, it is neither an incorrect definition of a
package dependency or a mayavi2 problem. Using dpkg to force
installation would not solve the problem that mayavi2 depends on python-
vtk.

But doesn't an apt-get update and apt-get dist-upgrade get you the new
python-vtk (5.0.4-1.1ubuntu1 or better) that actually works?

-- 
mayavi2 fails to install on jaunty
https://bugs.launchpad.net/bugs/337422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346931] [NEW] mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Andrew Straw
Public bug reported:

Binary package hint: mayavi2

Hi mayavi2 3.1.0-1ubuntu1 fails to build from source on jaunty.

The attached patch fixes this.

The error I fixed during building was:

Building TVTK classes...
Traceback (most recent call last):
  File setup.py, line 436, in module
**config
  File /usr/lib/python2.6/dist-packages/numpy/distutils/core.py, line 184, in 
setup
return old_setup(**new_attr)
  File /usr/lib/python2.6/distutils/core.py, line 152, in setup
dist.run_commands()
  File /usr/lib/python2.6/distutils/dist.py, line 975, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.6/distutils/dist.py, line 995, in run_command
cmd_obj.run()
  File /usr/lib/python2.6/dist-packages/numpy/distutils/command/install.py, 
line 51, in run
r = self.setuptools_run()
  File /usr/lib/python2.6/dist-packages/numpy/distutils/command/install.py, 
line 25, in setuptools_run
return old_install_mod._install.run(self)
  File /usr/lib/python2.6/distutils/command/install.py, line 608, in run
self.run_command('build')
  File /usr/lib/python2.6/distutils/cmd.py, line 333, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.6/distutils/dist.py, line 995, in run_command
cmd_obj.run()
  File setup.py, line 246, in run
build_tvtk_classes_zip()
  File setup.py, line 233, in build_tvtk_classes_zip
gen_tvtk_classes_zip()
  File enthought/tvtk/setup.py, line 61, in gen_tvtk_classes_zip

  File enthought/tvtk/code_gen.py, line 160, in build_zip
  File /usr/lib/python2.6/shutil.py, line 254, in move
raise Error, Destination path '%s' already exists % real_dst
shutil.Error: Destination path 
'/build/astraw-mayavi2_3.1.0-1ubuntu1-amd64-m7Sw3h/mayavi2-3.1.0-1ubuntu1/enthought/tvtk/tvtk_classes.zip'
 already exists
make: *** [python-install-2.6] Error 1
dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
exit status 2

** Affects: mayavi2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mayavi2 fails to build from source (FTBFS) on jaunty
https://bugs.launchpad.net/bugs/346931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Andrew Straw

** Attachment added: mayavi2 diff
   http://launchpadlibrarian.net/24220397/mayavi2.diff

-- 
mayavi2 fails to build from source (FTBFS) on jaunty
https://bugs.launchpad.net/bugs/346931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Andrew Straw
Just to make what I did clear, here's the debdiff output against
3.1.0-1ubuntu1:

diff -u mayavi2-3.1.0/debian/changelog mayavi2-3.1.0/debian/changelog
--- mayavi2-3.1.0/debian/changelog
+++ mayavi2-3.1.0/debian/changelog
@@ -1,3 +1,9 @@
+mayavi2 (3.1.0-1ubuntu2) jaunty; urgency=low
+
+  * Fix FTBFS.
+
+ -- Andrew Straw straw...@astraw.com  Sun, 22 Mar 2009 12:08:57 -0700
+
 mayavi2 (3.1.0-1ubuntu1) jaunty; urgency=low
 
   * Don't use reserved keyword in Python 2.6 as variable name.
only in patch2:
unchanged:
--- mayavi2-3.1.0.orig/enthought/tvtk/setup.py
+++ mayavi2-3.1.0/enthought/tvtk/setup.py
@@ -52,6 +52,9 @@
 except:
 pass
 print '-'*70
+if os.path.exists(target):
+print Unlinking possibly old TVTK classes...,
+os.unlink(target)
 print Building TVTK classes...,
 sys.stdout.flush()
 cwd = os.getcwd()

-- 
mayavi2 fails to build from source (FTBFS) on jaunty
https://bugs.launchpad.net/bugs/346931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346931] Re: mayavi2 fails to build from source (FTBFS) on jaunty

2009-03-22 Thread Andrew Straw
Gaƫl, my patch is more of a band-aid -- since we're past the feature
freeze for Jaunty, I don't think any more can easily be done.

For upstream, I think the real problem is that the distutils build
command gets called twice by  the Debian build system. First, it does
python setup.py build and the tvtk zip file is built. Then, during a
second run, python setup.py install (distutils install command calls
build again), the zip file is there and the bug is triggered. Thus, my
patch simply lets build start again during the install step, but this is
actually curing only a symptom, not the cause.

That said, a band-aid in upstream is better than a complete failure!

Andrew

-- 
mayavi2 fails to build from source (FTBFS) on jaunty
https://bugs.launchpad.net/bugs/346931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-21 Thread Andrew Straw
I can confirm this bug with 0.98.5.2-1ubuntu1. I have a patch to the
source and confirmed that it builds the _tkagg module and fixes this
bug. I include the debdiff file produced from the source I used.

** Attachment added: Build against tk8.5
   http://launchpadlibrarian.net/24197234/fix-tk8.5.debdiff

-- 
import matplotlib.pyplot gives ImportError: No module named _tkagg
https://bugs.launchpad.net/bugs/337469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-21 Thread Andrew Straw
Jordan, the rm -rf build is in the clean target -- this is only used
for cleaning up the tree after a build and before a new one. dh-clean
build, which I removed, was breaking if the build directory wasn't
there, whereas the rm command does not break. Really, I should probably
test for the existence of the directory and only delete it in that case,
but I couldn't remember the syntax, whereas rm -rf is pretty much
hardwired into my spinal ganglia.

-- 
import matplotlib.pyplot gives ImportError: No module named _tkagg
https://bugs.launchpad.net/bugs/337469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 309215] Re: fortran-using components need to be split out

2009-02-03 Thread Andrew Straw
The page at http://numpy.scipy.org/array_interface.shtml is out of date.
This work became PEP 3118, and is now part of Python 2.6 and 3.0:
http://www.python.org/dev/peps/pep-3118/

Also, as far as I know, there are no plans to put Numpy into Python
core.

As far as pygtk, once it supports PEP 3118, it's doubtful that it will
need to depend on numpy. I guess that's unlikely to happen before
Jaunty, however.

-- 
fortran-using components need to be split out
https://bugs.launchpad.net/bugs/309215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220725] Re: [hardy] coriander performance issues

2008-05-04 Thread Andrew Straw
I don't see how this can be related to coriander. Coriander is an app
built using the libdc1394 library, which is used to access firewire
(IIDC 1394 DCAM) digital cameras. According the website you list, the
model you have is a USB camera. Thus, I wouldn't think coriander could
access the camera, nor would anything about firewire affect the camera.

-- 
[hardy] coriander performance issues
https://bugs.launchpad.net/bugs/220725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220725] Re: [hardy] coriander performance issues

2008-05-04 Thread Andrew Straw
My guess is that, since it appears to have nothing to do with CPU
frequency, it may have to do with power. I would try powering the camera
from independently from the computer and see if the computer running
from battery is a red herring. Some cardbus adapters have DC power
inputs that you could use, and some cameras also have a DC power in. If
you could power either of those independently from the camera, you
should have some more useful information.

Also, hardy is using the 2.6.24 kernel for what it's worth. But, I use
firewire cameras extensively with desktop PCs and have never experienced
the kind of issue you're describing. It might be useful to ask on the
libdc1394 mailing list -- they are friendly and collectively have a lot
of experience.

-- 
[hardy] coriander performance issues
https://bugs.launchpad.net/bugs/220725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 208031] [NEW] scons is unecessarily in Build-Depends

2008-03-27 Thread Andrew Straw
Public bug reported:

Binary package hint: alac-decoder

There is no need to have a Build-Depends on scons.

** Affects: alac-decoder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
scons is unecessarily in Build-Depends
https://bugs.launchpad.net/bugs/208031
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182489] Re: Atheros wireless (AR5006EG) not working on ASUS Eee PC

2008-02-04 Thread Andrew Straw
I'm changing the status back from Fix Released to Confirmed because
the fix isn't released in the Ubuntu l-r-m package.

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Atheros wireless (AR5006EG) not working on ASUS Eee PC
https://bugs.launchpad.net/bugs/182489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182489] Re: Atheros wireless (AR5006EG) not working on ASUS Eee PC

2008-01-22 Thread Andrew Straw
Unfortunately, Amit's upload does not have the AR2425 (AR5007EG) patch.
Actually, the whole thing looks pretty ugly -- the patch (see
http://madwifi.org/ticket/1679 ) breaks the ABI for all non-i386 HAL
binaries. I don't know if this issue makes the patch unacceptable as
something that could get into Hardy's l-r-m package, even if only the
i386 architecture binary. Furthermore, the patch apparently does not
apply cleanly to the 0.9.3.3 release, only to r2756 (e.g.
snapshots.madwifi.org/madwifi-ng/madwifi-ng-r2756-20071018.tar.gz ). :(

So, is is possible that these patches could be incorporated into the
next release of lrm?

Darn those binary blobs...

-- 
Atheros wireless (AR5006EG) not working on ASUS Eee PC
https://bugs.launchpad.net/bugs/182489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70964] Re: mini-dinstall is slow

2008-01-20 Thread Andrew Straw
I can confirm that this is still a problem with Gutsy. The paths in the
patches are a little strange, but making the modification in /usr/bin
/mini-dinistall has a major impact (for the better) on the speed of
indexing my repositories.

-Andrew

-- 
mini-dinstall is slow
https://bugs.launchpad.net/bugs/70964
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182489] Re: Atheros wireless (AR5006EG) not working on ASUS Eee PC

2008-01-19 Thread Andrew Straw
For what it's worth, here's a list of steps I did to get the madwifi
drivers working in Hardy:

{{{
# remove all linux-restricted-modules-* packages
sudo apt-get install build-essential
sudo rmmod ath_pci
sudo rmmod ath_hal
sudo rmmod wlan
wget http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz
tar xvzf madwifi-ng-r2756+ar5007.tar.gz
cd madwifi-ng-r2756+ar5007
make
sudo make install
# reboot to reset the ethernet hardware.
}}}

-- 
Atheros wireless (AR5006EG) not working on ASUS Eee PC
https://bugs.launchpad.net/bugs/182489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 139810] support for at90usb1287 device broken

2007-09-15 Thread Andrew Straw
Public bug reported:

Binary package hint: avr-libc

Since version 1.4.4, avr-libc has supported the at90usb1287 device,
among others ( http://www.nongnu.org/avr-libc/NEWS.txt ). However, the
version in ubuntu gutsy, 1.4.5, fails to work with this device.

Steps to reproduce:

1) Create the source for a simple C program (example below).
2) avr-gcc -c -mmcu=at90usb1287 -gdwarf-2 -Os test.c -o test.o
3) avr-gcc -mmcu=at90usb1287 -gdwarf-2 test.o --output test.elf -lm

Now, I get the error:

/usr/lib/gcc/avr/4.2.1/../../../../avr/bin/ld: crtusb1287.o: No such
file: No such file or directory

Note that this example builds fine on Debian unstable, which is using
avr-libc-1.4.6.

Now, for the source of the simple C program, test.c:

#include avr/io.h
#include avr/interrupt.h

int main(void)
{

  uint8_t x;

  while (1)
  {
  x++;
  }
}

** Affects: avr-libc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
support for at90usb1287 device broken
https://bugs.launchpad.net/bugs/139810
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 139818] Please sync dfu-programmer (universe) from Debian unstable (main)

2007-09-15 Thread Andrew Straw
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status new
 subscribe ubuntu-universe-sponsors

Please sync dfu-programmer (universe) from Debian unstable (main).
Changelog since current unstable version 0:

dfu-programmer (0.4.3-1) unstable; urgency=low

  * Initial packaging. Closes: #416436.

 -- Andrew Straw [EMAIL PROTECTED]  Mon, 10 Sep 2007 19:38:53 -0700

-BEGIN PGP SIGNATURE-

iD8DBQFG7BSB1xWcCSPVbpgRAuWMAKDD8YqJHlMtgk71zizLBJ06lczG7wCdFXl3
OlIOHn5DM2hffLktW2pXkWY=
=EGhj
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Please sync dfu-programmer (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/139818
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88746] Re: USB devices are not recognized when having ehci_hcd modprobed

2007-09-15 Thread Andrew Straw
On gutsy, one can disable the usb suspend by the following command:

echo -n -1  /sys/module/usbcore/parameters/autosuspend

That fixes things for me.

-- 
USB devices are not recognized when having ehci_hcd modprobed
https://bugs.launchpad.net/bugs/88746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136649] Re: Build-Depends: libboost-python-dev not sufficient to build boost Python code

2007-09-04 Thread Andrew Straw
Sorry for the noise, I have now realized that libboost-python-dev does
install libboost-python1.34.0. I'll be more careful next time...

** Changed in: boost (Ubuntu)
   Status: New = Invalid

-- 
Build-Depends: libboost-python-dev not sufficient to build boost Python code
https://bugs.launchpad.net/bugs/136649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136649] Re: Build-Depends: libboost-python-dev not sufficient to build boost Python code

2007-09-02 Thread Andrew Straw
Thank you for responding to this bug, and attempting to help make Ubuntu
better. However, I still think there is an issue here, or at least I'm
not sure you understood my bug report. While I understand that there are
2 separate libraries (.so files) for single and multi-threaded use,
there is only a single debian package of libboost-python. Both library
versions are contained within the libboost-python1.34.0 package.

I am suggesting to have the libboost-python-dev package include a
Depends: libboost-python1.34.0 listed in debian/control.

** Changed in: boost (Ubuntu)
   Status: Invalid = New

-- 
Build-Depends: libboost-python-dev not sufficient to build boost Python code
https://bugs.launchpad.net/bugs/136649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136649] Build-Depends: libboost-python-dev not sufficient to build boost Python code

2007-09-01 Thread Andrew Straw
Public bug reported:

In a package I am building, I listed Build-Depends: libboost-python-
dev in the debian/control file. However, buildd failed to build a
binary and reported the following error: /usr/bin/ld: cannot find
-lboost_python. As far as I understand these things, depending on the
-dev package should be sufficient for ensuring that the libraries will
be available at build time. In this case, it's not.

The package I am trying to build is at
http://ppa.launchpad.net/astraw/ubuntu/pool/main/c/cgkit/ (The specific
version is dated 01-Sep-2007 21:00.) The build log is available at
https://launchpad.net/~astraw/+archive/+build/382832

** Affects: boost (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Build-Depends: libboost-python-dev not sufficient to build boost Python code
https://bugs.launchpad.net/bugs/136649
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88746] Re: USB devices are not recognized when having ehci_hcd modprobed

2007-06-25 Thread Andrew Straw
With the kernel 2.6.20-16-generic I still get the problem, and if I
rmmod ehci_hcd, it goes away.

-- 
USB devices are not recognized when having ehci_hcd modprobed
https://bugs.launchpad.net/bugs/88746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88746] Re: USB devices are not recognized when having ehci_hcd modprobed

2007-06-25 Thread Andrew Straw
Please ignore my posting from a few hours ago. The problem
(disconnecting USB device) reappears after a few minutes.

-- 
USB devices are not recognized when having ehci_hcd modprobed
https://bugs.launchpad.net/bugs/88746
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 121768] manpage for ld.so mistake

2007-06-22 Thread Andrew Straw
Public bug reported:

In libc6 (2.5-0ubuntu14) (Feisty), the manpage says for option
LD_DEBUG_OUTPUT that the default value is standard output, when in fact
it is standard error..

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
manpage for ld.so mistake
https://bugs.launchpad.net/bugs/121768
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 107548] Re: Xman can't find manual pages

2007-06-18 Thread Andrew Straw
This is annoying, but you can start xman with

MANPATH=/usr/share/man xman

-- 
Xman can't find manual pages
https://bugs.launchpad.net/bugs/107548
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 114930] Python C API version mismatch

2007-05-15 Thread Andrew Straw
Public bug reported:

Binary package hint: python-clearsilver

If I install python-clearsilver and run:

python -c 'import neo_cgi'

I get the following:

-c:1: RuntimeWarning: Python C API version mismatch for module neo_util: This 
Python has API version 1013, module neo_util has version 1012.
-c:1: RuntimeWarning: Python C API version mismatch for module neo_cs: This 
Python has API version 1013, module neo_cs has version 1012.
-c:1: RuntimeWarning: Python C API version mismatch for module neo_cgi: This 
Python has API version 1013, module neo_cgi has version 1012.

** Affects: clearsilver (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Python C API version mismatch
https://bugs.launchpad.net/bugs/114930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94309] easy_install defaults to /usr/bin/python2.4, but doesn't Depend: on python2.4

2007-03-20 Thread Andrew Straw
Public bug reported:

Binary package hint: python-setuptools

In python-setuptools 0.6c5-1 (on feisty), the first line of
/usr/bin/easy_install references /usr/bin/python2.4. However, a minimal
install of feisty does not include python 2.4 and python-setuptools does
not depend on python2.4.

** Affects: python-setuptools (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
easy_install defaults to /usr/bin/python2.4, but doesn't Depend: on python2.4
https://launchpad.net/bugs/94309

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 41228] Re: incorrect timestamps in video1394

2007-03-20 Thread Andrew Straw
This bug was fixed in 2.6.15-26.45 and can now be closed.

-- 
incorrect timestamps in video1394
https://launchpad.net/bugs/41228

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68987] kernel panic on boot (amd64)

2006-10-28 Thread Andrew Straw
Public bug reported:

I downloaded and installed a fresh Ubuntu Edgy on my AMD64 machine
(Intel D930). I followed the instructions at
https://wiki.ubuntu.com/XenOnEdgy, replacing i386 with amd64 where
appropriate. Upon booting into my Xen kernel, I get a lot of
information, and a final line:

Kernel panic - not syncing: Attempted to kill the idle task!

(I can transcribe more, but the mache reboots fairly quickly, making it
difficult to copy down this information.)

The machine then does a reboot.

** Affects: xen-3.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
kernel panic on boot (amd64)
https://launchpad.net/bugs/68987

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs