[Bug 1396226] [NEW] nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module failed to build

2014-11-25 Thread Sameer Morar
Public bug reported:

Nvidia kernel module failed to build when updating to the
3.16.0-25-generic kernel.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 17:53:04 2014
InstallationDate: Installed on 2014-11-02 (23 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1396226/+subscriptions

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


[Bug 1388522] [NEW] Crash on re-install to an existing root partition

2014-11-02 Thread Sameer Morar
Public bug reported:

I have attempted to re-install ubunto to an existing root partition.
Once I clicked install, the installer crashed.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.20.0 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CasperVersion: 1.345
Date: Mon Nov  3 04:41:07 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
ProcEnviron:
 LANGUAGE=en_AU.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_AU.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.20.0 ubuntu utopic

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

Title:
  Crash on re-install to an existing root partition

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

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


[Bug 1348193] [NEW] Duplicity fails during backup in with_tempdir()

2014-07-24 Thread Sameer Morar
Public bug reported:

Description:Ubuntu Utopic Unicorn (development branch)
Release:14.10

duplicity:
  Installed: 0.6.23-1ubuntu5
  Candidate: 0.6.23-1ubuntu5
  Version table:
 *** 0.6.23-1ubuntu5 0
500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status

During a full system backup, using the deja-dup, the process gets about 
half-way through and then stops with the following error:
Backup Failed
Failed with an unknown error.

Traceback (most recent call last):
  File /usr/bin/duplicity, line 1494, in module
with_tempdir(main)
  File /usr/bin/duplicity, line 1488, in with_tempdir
fn()
  File /usr/bin/duplicity, line 1337, in main
do_backup(action)
  File /usr/bin/duplicity, line 1458, in do_backup
full_backup(col_stats)
  File /usr/bin/duplicity, line 542, in full_backup
globals.backend)
  File /usr/bin/duplicity, line 403, in write_multivol
globals.gpg_profile, globals.volsize)
  File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 324, in 
GPGWriteFile
file = GPGFile(True, path.Path(filename), profile)
  File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 105, in 
__init__
self.logger_fp = tempfile.TemporaryFile( dir=tempdir.default().dir() )
  File /usr/lib/python2.7/tempfile.py, line 497, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
  File /usr/lib/python2.7/tempfile.py, line 239, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-DEgmK7-tempdir/tmplcuF1s'

The referred to directory does not exist, however, the following one does exist:
/tmp/duplicity-l4bYos-tempdir/

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

** Description changed:

  Description:  Ubuntu Utopic Unicorn (development branch)
  Release:  14.10
  
  duplicity:
-   Installed: 0.6.23-1ubuntu5
-   Candidate: 0.6.23-1ubuntu5
-   Version table:
-  *** 0.6.23-1ubuntu5 0
- 500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 0.6.23-1ubuntu5
+   Candidate: 0.6.23-1ubuntu5
+   Version table:
+  *** 0.6.23-1ubuntu5 0
+ 500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
- During a full system backup, using the backup tool, the process gets about 
half-way through and then stops with the following error:
+ During a full system backup, using the deja-dup, the process gets about 
half-way through and then stops with the following error:
  Backup Failed
  Failed with an unknown error.
  
  Traceback (most recent call last):
-   File /usr/bin/duplicity, line 1494, in module
- with_tempdir(main)
-   File /usr/bin/duplicity, line 1488, in with_tempdir
- fn()
-   File /usr/bin/duplicity, line 1337, in main
- do_backup(action)
-   File /usr/bin/duplicity, line 1458, in do_backup
- full_backup(col_stats)
-   File /usr/bin/duplicity, line 542, in full_backup
- globals.backend)
-   File /usr/bin/duplicity, line 403, in write_multivol
- globals.gpg_profile, globals.volsize)
-   File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 324, in 
GPGWriteFile
- file = GPGFile(True, path.Path(filename), profile)
-   File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 105, in 
__init__
- self.logger_fp = tempfile.TemporaryFile( dir=tempdir.default().dir() )
-   File /usr/lib/python2.7/tempfile.py, line 497, in TemporaryFile
- (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
-   File /usr/lib/python2.7/tempfile.py, line 239, in _mkstemp_inner
- fd = _os.open(file, flags, 0600)
+   File /usr/bin/duplicity, line 1494, in module
+ with_tempdir(main)
+   File /usr/bin/duplicity, line 1488, in with_tempdir
+ fn()
+   File /usr/bin/duplicity, line 1337, in main
+ do_backup(action)
+   File /usr/bin/duplicity, line 1458, in do_backup
+ full_backup(col_stats)
+   File /usr/bin/duplicity, line 542, in full_backup
+ globals.backend)
+   File /usr/bin/duplicity, line 403, in write_multivol
+ globals.gpg_profile, globals.volsize)
+   File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 324, in 
GPGWriteFile
+ file = GPGFile(True, path.Path(filename), profile)
+   File /usr/lib/python2.7/dist-packages/duplicity/gpg.py, line 105, in 
__init__
+ self.logger_fp = tempfile.TemporaryFile( dir=tempdir.default().dir() )
+   File /usr/lib/python2.7/tempfile.py, line 497, in TemporaryFile
+ (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
+   File /usr/lib/python2.7/tempfile.py, line 239, in _mkstemp_inner
+ fd = _os.open(file, flags, 0600)
  OSError: [Errno 2] No such file or directory: 
'/tmp/duplicity-DEgmK7-tempdir/tmplcuF1s'
- 
  
  The referred to directory does not exist, however, the following one does 
exist:
  /tmp/duplicity-l4bYos-tempdir/

-- 
You received this bug notification 

[Bug 1224455] Re: gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

2013-09-13 Thread Sameer Morar
** Tags removed: need-amd64-retrace

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

Title:
  gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

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

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


[Bug 1224455] Re: gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

2013-09-13 Thread Sameer Morar
** Tags added: patch-forwarded-debian

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

Title:
  gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

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

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


[Bug 1224455] Re: gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

2013-09-13 Thread Sameer Morar
** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/1224455/+attachment/3817640/+files/CoreDump.gz

** Information type changed from Private to Public

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

Title:
  gnucash crashed with SIGSEGV in qof_instance_get_editlevel()

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

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


[Bug 1184262] Re: network-manager has decided that networking is disabled, cannot be re-enabled from lightdm

2013-07-15 Thread Sameer Morar
A work around that works for me is killing the NetworkManager process
using sudo killall NetworkManager. The daemon re-starts and the
network is restored.

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

Title:
  network-manager has decided that networking is disabled, cannot be re-
  enabled from lightdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1184262/+subscriptions

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


[Bug 1200227] [NEW] Calibre fails to start up on saucy with error: RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v10.0 but the progress_indicator module req

2013-07-11 Thread Sameer Morar
Public bug reported:

Calibre does not start up on Ubuntu Saucy (13.10). It fails to run with
the following error:

Traceback (most recent call last):
  File /usr/bin/calibre, line 20, in module
sys.exit(main())
  File /usr/lib/calibre/calibre/gui2/main.py, line 415, in main
app, opts, args, actions = init_qt(args)
  File /usr/lib/calibre/calibre/gui2/main.py, line 85, in init_qt
from calibre.gui2.ui import Main
  File /usr/lib/calibre/calibre/gui2/ui.py, line 31, in module
from calibre.gui2.widgets import ProgressIndicator
  File /usr/lib/calibre/calibre/gui2/widgets.py, line 21, in module
from calibre.gui2.progress_indicator import ProgressIndicator as 
_ProgressIndicator
  File /usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py, line 15, 
in module
pi_error)
RuntimeError: Failed to load the Progress Indicator plugin: the sip module 
implements API v10.0 but the progress_indicator module requires API v9.2

Calibre version:
calibre 0.9.36-0ubuntu1
calibre-bin 0.9.36-0ubuntu1

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

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

Title:
  Calibre fails to start up on saucy with error: RuntimeError: Failed to
  load the Progress Indicator plugin: the sip module implements API
  v10.0 but the progress_indicator module requires API v9.2

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

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


[Bug 553314] Re: foomatic-rip crashed with SIGSEGV

2012-06-11 Thread Sameer Morar
Naah, as far as I know, this bug was only related to Lucid, and
disappeared after I upgraded. I'll mark this as invalid.

** Changed in: foomatic-filters (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  foomatic-rip crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-filters/+bug/553314/+subscriptions

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


[Bug 965331] Re: ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

2012-03-26 Thread Sameer Morar
** Visibility changed to: Public

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

Title:
  ubuntu-sso-login crashed with SIGSEGV in QSocketNotifier::setEnabled()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-sso-client/+bug/965331/+subscriptions

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


[Bug 959068] Re: unity-gwibber-daemon crashed with SIGABRT in g_assertion_message()

2012-03-19 Thread Sameer Morar
** Visibility changed to: Public

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

Title:
  unity-gwibber-daemon crashed with SIGABRT in g_assertion_message()

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

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


[Bug 944688] [NEW] 3d title animations in openshot 0.4.0 do not work with blender

2012-03-02 Thread Sameer Morar
Public bug reported:

The current version of blender in precise is 2.61
The current version of openshot in precise is 1.4.0

Openshot 1.4.0 does not support using blender 2.6x for its 3d animation
titles. This was fixed in openshot 1.4.1.

** Affects: openshot (Ubuntu)
 Importance: Undecided
 Assignee: Sameer Morar (smorar)
 Status: New


** Tags: precise

** Changed in: openshot (Ubuntu)
 Assignee: (unassigned) = Sameer Morar (smorar)

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

Title:
  3d title animations in openshot 0.4.0 do not work with blender

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

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


[Bug 944688] Re: 3d title animations in openshot 0.4.0 do not work with blender

2012-03-02 Thread Sameer Morar
This patch backports the fix from  openshot 1.4.1
(http://bazaar.launchpad.net/~openshot.code/openshot/main/revision/617)


** Patch added: Patch to fix this issue
   
https://bugs.launchpad.net/ubuntu/+source/openshot/+bug/944688/+attachment/2800710/+files/openshot_1.4.0-1ubuntu1.debdiff

** Changed in: openshot (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Tags added: patch

** Changed in: openshot (Ubuntu)
   Status: New = Incomplete

** Changed in: openshot (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  3d title animations in openshot 0.4.0 do not work with blender

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

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


[Bug 926621] Re: pitivi crashed with RuntimeError in _closePadLink(): maximum recursion depth exceeded

2012-02-27 Thread Sameer Morar
This  bug has been fixed in pitivi version 0.15.1:
http://git.pitivi.org/?p=pitivi.git;a=commit;h=0f0389dd3e02cf9847b8b673fbbdab6c9d703200

I have ported patched the current version in precise, which is attached.


** Patch added: Patch to solve this issue
   
https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/926621/+attachment/2787442/+files/pitivi_0.15.0-0ubuntu2.debdiff

** Tags added: patch

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

Title:
  pitivi crashed with RuntimeError in _closePadLink(): maximum recursion
  depth exceeded

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

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


[Bug 910044] Re: shotwell crashed with SIGABRT in g_assertion_message()

2012-01-02 Thread Sameer Morar
Hi Clint

It's taken me a while, but I have managed to reproduce the crash using
shotwell from git (latest commit:
5ef32dedd7af1f80dd2125167b130fb0e03f3b71).

This bug seemed to be triggered after selecting all photos in an event,
and then clicking on somewhere to deselect the selection.

I have attached the shotwell.gdb and shotwell.log files

** Attachment added: Shotwell gdb file
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/910044/+attachment/2653781/+files/shotwell.gdb

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

Title:
  shotwell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 910044] Re: shotwell crashed with SIGABRT in g_assertion_message()

2012-01-02 Thread Sameer Morar
** Attachment added: Shotwell log file
   
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/910044/+attachment/2653782/+files/shotwell.log

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

Title:
  shotwell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 910044] Re: shotwell crashed with SIGABRT in g_assertion_message()

2011-12-30 Thread Sameer Morar
** Visibility changed to: Public

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

Title:
  shotwell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 877440] Re: [iOS 5] Unhandled Lockdown error (-15)

2011-10-19 Thread Sameer Morar
** Summary changed:

- Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5
+ [iOS 5] Unhandled Lockdown error (-15)

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

Title:
  [iOS 5] Unhandled Lockdown error (-15)

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

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


[Bug 877440] Re: [iOS 5] Unhandled Lockdown error (-15)

2011-10-19 Thread Sameer Morar
apport information

** Tags added: apport-collected oneiric running-unity

** Description changed:

  When I plug in my IPhone via USB, it does not get detected.
  Upon unplugging the USB cable and re-plugging it into the computer, I get a 
dialog stating the following:
  
  Unable to mount Sameers iPhone
  Unhandled Lockdown error (-15)
  
  Upon further investigation, the following lines appear in the syslog:
  Oct 18 23:33:22 localhost kernel: [  360.084141] usb 1-6: new high speed USB 
device number 6 using ehci_hcd
  Oct 18 23:33:22 localhost kernel: [  360.727114] ipheth 1-6:4.2: Apple iPhone 
USB Ethernet device attached
  Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1)
  Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1): no ifupdown configuration found.
  Oct 18 23:33:26 localhost NetworkManager[929]: error [1318944807.1244] 
[nm-device-ethernet.c:752] real_update_permanent_hw_address(): (eth1): unable 
to read permanent MAC address (error 0)
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): carrier is OFF
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): new Ethernet 
device (driver: 'ipheth' ifindex: 5)
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): exported as 
/org/freedesktop/NetworkManager/Devices/2
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): now managed
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): bringing up 
device.
  Oct 18 23:33:28 localhost kernel: [  365.855564] ADDRCONF(NETDEV_UP): eth1: 
link is not ready
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): preparing 
device.
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): deactivating 
device (reason 'managed') [2]
  Oct 18 23:33:28 localhost kernel: [  366.285966] upowerd[1510]: segfault at 
3910 ip 0020afb4 sp bff5e9bc error 4 in libplist.so.1.1.6[209000+9000]
  Oct 18 23:33:28 localhost kernel: [  366.502205] iphone-set-info[2768]: 
segfault at 0 ip 001a79d6 sp bf98f97c error 4 in libc-2.13.so[12b000+176000]
  
  Note that a segfault is registered from upowerd and iphone-set-info.
  
  My IPhone is a 3GS, running the release version of iOS 5.
  This issue was not present before I upgraded the phone's firmware.
  
  I do not know how to attach gdb to obtain a relevant backtraces as
  upowerd is invoked by upower and iphone-set-info is invoked by udev.
  
  I am running Oneiric, with the following relevant packages:
  upower:
    Installed: 0.9.13-1
    Candidate: 0.9.13-1
    Version table:
   *** 0.9.13-1 0
  500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  libplist1:
    Installed: 1.6-2
    Candidate: 1.6-2
    Version table:
   *** 1.6-2 0
  500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  libgpod4:
    Installed: 0.8.0-3build1
    Candidate: 0.8.0-3build1
    Version table:
   *** 0.8.0-3build1 0
  500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
  100 /var/lib/dpkg/status
  libimobiledevice2:
    Installed: 1.1.1-1ubuntu1
    Candidate: 1.1.1-1ubuntu1
    Version table:
   *** 1.1.1-1ubuntu1 0
  900 http://au.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.1.1-1 0
  500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
+ --- 
+ ApportVersion: 1.23-0ubuntu3
+ Architecture: i386
+ DistroRelease: Ubuntu 11.10
+ Package: upower 0.9.13-1
+ PackageArchitecture: i386
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_ZA.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
+ Tags:  oneiric running-unity
+ Uname: Linux 3.0.0-12-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/877440/+attachment/2561971/+files/Dependencies.txt

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

Title:
  [iOS 5] Unhandled Lockdown error (-15)

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

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

[Bug 877440] Re: [iOS 5] Unhandled Lockdown error (-15)

2011-10-19 Thread Sameer Morar
I have reported 2 apport crash reports as bug 878616 for the iphone-set-
info crash and bug 878611   for the upowerd crash.

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

Title:
  [iOS 5] Unhandled Lockdown error (-15)

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

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


[Bug 877440] [NEW] Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

2011-10-18 Thread Sameer Morar
Public bug reported:

When I plug in my IPhone via USB, I get a dialog stating the following:

Unable to mount Sameers iPhone
Unhandled Lockdown error (-15)

Upon further investigation, the following lines appear in the syslog:
Oct 18 23:33:22 localhost kernel: [  360.084141] usb 1-6: new high speed USB 
device number 6 using ehci_hcd
Oct 18 23:33:22 localhost kernel: [  360.727114] ipheth 1-6:4.2: Apple iPhone 
USB Ethernet device attached
Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1)
Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1): no ifupdown configuration found.
Oct 18 23:33:26 localhost NetworkManager[929]: error [1318944807.1244] 
[nm-device-ethernet.c:752] real_update_permanent_hw_address(): (eth1): unable 
to read permanent MAC address (error 0)
Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): carrier is OFF
Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): new Ethernet 
device (driver: 'ipheth' ifindex: 5)
Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): exported as 
/org/freedesktop/NetworkManager/Devices/2
Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): now managed
Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): bringing up 
device.
Oct 18 23:33:28 localhost kernel: [  365.855564] ADDRCONF(NETDEV_UP): eth1: 
link is not ready
Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): preparing device.
Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): deactivating 
device (reason 'managed') [2]
Oct 18 23:33:28 localhost kernel: [  366.285966] upowerd[1510]: segfault at 
3910 ip 0020afb4 sp bff5e9bc error 4 in libplist.so.1.1.6[209000+9000]
Oct 18 23:33:28 localhost kernel: [  366.502205] iphone-set-info[2768]: 
segfault at 0 ip 001a79d6 sp bf98f97c error 4 in libc-2.13.so[12b000+176000]

Note that a segfault is registered from upowerd and iphone-set-info.

My IPhone is a 3GS, running the release version of iOS 5.
This issue was not present before I upgraded the phone's firmware.

I do not know how to attach gdb to obtain a relevant backtraces as
upowerd is invoked by upower and iphone-set-info is invoked by udev.

I am running Oneiric, with the following relevant packages:
upower:
  Installed: 0.9.13-1
  Candidate: 0.9.13-1
  Version table:
 *** 0.9.13-1 0
500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status
libplist1:
  Installed: 1.6-2
  Candidate: 1.6-2
  Version table:
 *** 1.6-2 0
500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status
libgpod4:
  Installed: 0.8.0-3build1
  Candidate: 0.8.0-3build1
  Version table:
 *** 0.8.0-3build1 0
500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status
libimobiledevice2:
  Installed: 1.1.1-1ubuntu1
  Candidate: 1.1.1-1ubuntu1
  Version table:
 *** 1.1.1-1ubuntu1 0
900 http://au.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1.1.1-1 0
500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

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

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

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

** Package changed: ubuntu = upower (Ubuntu)

** Package changed: upower (Ubuntu) = libplist (Ubuntu)

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

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

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

Title:
  Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

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

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


[Bug 877440] Re: Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

2011-10-18 Thread Sameer Morar
** Description changed:

- When I plug in my IPhone via USB, I get a dialog stating the following:
+ When I plug in my IPhone via USB, it does not get detected.
+ Upon unplugging the USB cable and re-plugging it into the computer, I get a 
dialog stating the following:
  
  Unable to mount Sameers iPhone
  Unhandled Lockdown error (-15)
  
  Upon further investigation, the following lines appear in the syslog:
  Oct 18 23:33:22 localhost kernel: [  360.084141] usb 1-6: new high speed USB 
device number 6 using ehci_hcd
  Oct 18 23:33:22 localhost kernel: [  360.727114] ipheth 1-6:4.2: Apple iPhone 
USB Ethernet device attached
  Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1)
  Oct 18 23:33:25 localhost NetworkManager[929]:SCPlugin-Ifupdown: device 
added (path: /sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:4.2/net/eth1, 
iface: eth1): no ifupdown configuration found.
  Oct 18 23:33:26 localhost NetworkManager[929]: error [1318944807.1244] 
[nm-device-ethernet.c:752] real_update_permanent_hw_address(): (eth1): unable 
to read permanent MAC address (error 0)
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): carrier is OFF
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): new Ethernet 
device (driver: 'ipheth' ifindex: 5)
  Oct 18 23:33:27 localhost NetworkManager[929]: info (eth1): exported as 
/org/freedesktop/NetworkManager/Devices/2
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): now managed
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): bringing up 
device.
  Oct 18 23:33:28 localhost kernel: [  365.855564] ADDRCONF(NETDEV_UP): eth1: 
link is not ready
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): preparing 
device.
  Oct 18 23:33:28 localhost NetworkManager[929]: info (eth1): deactivating 
device (reason 'managed') [2]
  Oct 18 23:33:28 localhost kernel: [  366.285966] upowerd[1510]: segfault at 
3910 ip 0020afb4 sp bff5e9bc error 4 in libplist.so.1.1.6[209000+9000]
  Oct 18 23:33:28 localhost kernel: [  366.502205] iphone-set-info[2768]: 
segfault at 0 ip 001a79d6 sp bf98f97c error 4 in libc-2.13.so[12b000+176000]
  
  Note that a segfault is registered from upowerd and iphone-set-info.
  
  My IPhone is a 3GS, running the release version of iOS 5.
  This issue was not present before I upgraded the phone's firmware.
  
  I do not know how to attach gdb to obtain a relevant backtraces as
  upowerd is invoked by upower and iphone-set-info is invoked by udev.
  
  I am running Oneiric, with the following relevant packages:
  upower:
-   Installed: 0.9.13-1
-   Candidate: 0.9.13-1
-   Version table:
-  *** 0.9.13-1 0
- 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 0.9.13-1
+   Candidate: 0.9.13-1
+   Version table:
+  *** 0.9.13-1 0
+ 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
+ 100 /var/lib/dpkg/status
  libplist1:
-   Installed: 1.6-2
-   Candidate: 1.6-2
-   Version table:
-  *** 1.6-2 0
- 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.6-2
+   Candidate: 1.6-2
+   Version table:
+  *** 1.6-2 0
+ 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
+ 100 /var/lib/dpkg/status
  libgpod4:
-   Installed: 0.8.0-3build1
-   Candidate: 0.8.0-3build1
-   Version table:
-  *** 0.8.0-3build1 0
- 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 0.8.0-3build1
+   Candidate: 0.8.0-3build1
+   Version table:
+  *** 0.8.0-3build1 0
+ 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
+ 100 /var/lib/dpkg/status
  libimobiledevice2:
-   Installed: 1.1.1-1ubuntu1
-   Candidate: 1.1.1-1ubuntu1
-   Version table:
-  *** 1.1.1-1ubuntu1 0
- 900 http://au.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1.1.1-1 0
- 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
+   Installed: 1.1.1-1ubuntu1
+   Candidate: 1.1.1-1ubuntu1
+   Version table:
+  *** 1.1.1-1ubuntu1 0
+ 900 http://au.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1.1.1-1 0
+ 500 http://au.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

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

Title:
  Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

To manage notifications about this bug go to:

[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-18 Thread Sameer Morar
@Richard and Andrew - bug 877440 has been opened for the Unhandled
Lockdown error (-15) issue.

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 877440] Re: Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

2011-10-18 Thread Sameer Morar
On a different computer, the segfault happens immediately for me.

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

Title:
  Unhandled Lockdown error (-15) when inserting an IPhone 3GS with iOS 5

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-13 Thread Sameer Morar
I have just installed libimobiledevice 1.1.0-3ubuntu1 from natty-
proposed, and I am still getting the Unhandled lockdown error message.

I have tested this after rebooting, and I have upgraded my iphone to iOS
5 released yesterday.

I suggest that verification gets done on the actual iOS release, instead
of the iOS 5 GM release.


** Tags removed: verification-done

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-13 Thread Sameer Morar
Herewith further info from the syslog:

Oct 13 22:24:00 localhost kernel: [ 1445.565743] ADDRCONF(NETDEV_UP): eth1: 
link is not ready
Oct 13 22:24:01 localhost kernel: [ 1447.161868] show_signal_msg: 18 callbacks 
suppressed
Oct 13 22:24:01 localhost kernel: [ 1447.161881] iphone-set-info[4033]: 
segfault at 8 ip 003a7706 sp bf8ee984 error 4 in libc-2.13.so[32d000+15a000]

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 795475] Re: [iOS5 devices do not work] Unhandled lockdown error (-4)

2011-10-13 Thread Sameer Morar
Alan, I cannot access bug 870592 - I keep getting a message saying that
the bug cannot be found.

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

Title:
  [iOS5 devices do not work] Unhandled lockdown error (-4)

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

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


[Bug 803012] Re: Intel driver incorrectly renders some UI elements

2011-07-21 Thread Sameer Morar
@Martin and Bryce - thanks for getting the patch into -proposed.

This package solves the issue for me.

Given the nature of this bug, I would like others to verify the fix too.

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

Title:
  Intel driver incorrectly renders some UI elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+subscriptions

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


[Bug 719831] Re: [arrandale] Strange artifacts related to the xorg's intel driver

2011-07-03 Thread Sameer Morar
*** This bug is a duplicate of bug 803012 ***
https://bugs.launchpad.net/bugs/803012

This bug has been fixed in Oneiric in #803012.

** This bug has been marked a duplicate of bug 803012
   Intel driver incorrectly renders some UI elements

** Changed in: xserver-xorg-video-intel (Ubuntu Natty)
   Status: New = Fix Released

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

Title:
  [arrandale] Strange artifacts related to the xorg's intel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/719831/+subscriptions

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


[Bug 803012] [NEW] Intel driver incorrectly renders some UI elements

2011-06-28 Thread Sameer Morar
Public bug reported:

Some UI elements from wine and fvwm don't render correctly when using
the Intel driver. This can be observed in screenshots shown in the
following links:

https://bugs.freedesktop.org/show_bug.cgi?id=28798
https://bugs.freedesktop.org/show_bug.cgi?id=29401
http://askubuntu.com/questions/29642/black-or-corrupt-ui-artifacts-under-wine/

These issues have been attributed to errors in UXA utilising the 3D pipeline 
for core rendering.
Upstream has disabled this to resolve this issue for now.

I have applied their patch (commit: 855ced5a4eb67e287001ae22cb6489639c548cfa) 
to test this fix, which works for me here:
https://launchpad.net/~smorar/+archive/bugfixes

** Affects: xserver-xorg-video-intel
 Importance: Unknown
 Status: Unknown

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Assignee: Sameer Morar (smorar)
 Status: New

** Changed in: xserver-xorg-video-intel (Ubuntu)
 Assignee: (unassigned) = Sameer Morar (smorar)

** Bug watch added: freedesktop.org Bugzilla #28798
   http://bugs.freedesktop.org/show_bug.cgi?id=28798

** Also affects: xserver-xorg-video-intel via
   http://bugs.freedesktop.org/show_bug.cgi?id=28798
   Importance: Unknown
   Status: Unknown

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

Title:
  Intel driver incorrectly renders some UI elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+subscriptions

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


[Bug 803012] Re: Intel driver incorrectly renders some UI elements

2011-06-28 Thread Sameer Morar
** Patch added: Debdiff for natty
   
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+attachment/2183707/+files/diff_from_natty.debdiff

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

Title:
  Intel driver incorrectly renders some UI elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+subscriptions

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


[Bug 803012] Re: Intel driver incorrectly renders some UI elements

2011-06-28 Thread Sameer Morar
** Patch added: Diff for oneiric
   
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+attachment/2183708/+files/diff_from_oneiric.debdiff

** Tags added: patch patch-accepted-upstream

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

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

Title:
  Intel driver incorrectly renders some UI elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+subscriptions

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


[Bug 803012] Re: Intel driver incorrectly renders some UI elements

2011-06-28 Thread Sameer Morar
** Changed in: xserver-xorg-video-intel (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  Intel driver incorrectly renders some UI elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/803012/+subscriptions

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-21 Thread Sameer Morar
This bug is a merge request. LP: #800072 is not at all related to this
bug.

** Description changed:

  [edited - this was originally a sync request]
  
  Please merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)
  This is a new upstream release.
- 
- TEST CASE:
- 1. Open bug 797707
- 2. Edit the status 
(https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/797707/+editstatus)
- 3. Change the package to 'gnome-themes-standard' and click on 'Save Changes'
- 
- Result:
- It fails with the error:
- 'None' is a binary package. This bug has been assigned to its source package 
'gtk+3.0' instead.
- 
- Expected:
- The package is set to 'gnome-themes-standard'

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


Re: [Bug 797908] Re: fix FTBFS issue with python on oneiric

2011-06-16 Thread Sameer Morar
On Thu, 2011-06-16 at 15:37 +, Scott Kitterman wrote:
 On Thursday, June 16, 2011 10:24:39 AM you wrote:
  Please use a more descriptive changelog entry. Or even better, let's get
  this fixed in Debian (which probably means XS-Python-Version: current)
  and sync to Ubuntu.
 
 current is deprecated. (See Python policy).  Please don't use that.
 

In this case, would the proper fix for this bug then be to fix the vtk
bindings? Or is there another way of specifying the currently supported
python version?

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

Title:
  fix FTBFS issue with python on oneiric

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

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


[Bug 797879] [NEW] Sync getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
Public bug reported:

Please sync getfem++ 4.1.1-2 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
1) The following patches have been dropped, and integrated into 
fix-mumps-checks-configure.patch:
detect_mumps_libraries.patch
ld-no-add-needed.patch
2) The tests are no longer built in the debian package, so they no
longer need disabling.

Changelog entries since current oneiric version 4.1-1ubuntu8:

getfem++ (4.1.1-2) unstable; urgency=low

  * Team upload
  * Upload to unstable

 -- Sylvestre Ledru sylves...@debian.org  Mon, 07 Feb 2011 11:03:50
+0100

getfem++ (4.1.1-1) experimental; urgency=low

  * Team upload
  * New upstream release
  * Increase the soname (Closes: #591514)
  * Standards-Version updated to version 3.9.1
  * Creation of the scilab-getfem++ package

  [ Konstantinos Poulios ]
  * Remove redundant checks for mumps in the configure script

 -- Sylvestre Ledru sylves...@debian.org  Tue, 30 Nov 2010 00:34:22
+0100

** Affects: getfem++ (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797908] Re: fix FTBFS issue with python on oneiric

2011-06-15 Thread Sameer Morar
** Patch added: Patch to fix FTBFS issue
   
https://bugs.launchpad.net/ubuntu/+source/mayavi2/+bug/797908/+attachment/2170456/+files/mayavi2_3.4.1-1ubuntu1.debdiff

** Tags added: patch

** Changed in: mayavi2 (Ubuntu)
   Status: New = Confirmed

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

Title:
  fix FTBFS issue with python on oneiric

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

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


[Bug 797908] [NEW] fix FTBFS issue with python on oneiric

2011-06-15 Thread Sameer Morar
Public bug reported:

Binary package hint: mayavi2

mayavi2-3.4.1-1 from debian unstable does not build, with the following error 
on oneiric:
dh --with python2 build
   dh_testdir
   dh_auto_configure
   dh_auto_build
running build
Traceback (most recent call last):
  File setup.py, line 538, in module
**config
  File /usr/lib/pymodules/python2.6/numpy/distutils/core.py, line 186, 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 setup.py, line 326, in run
build_tvtk_classes_zip()
  File setup.py, line 313, in build_tvtk_classes_zip
gen_tvtk_classes_zip()
  File enthought/tvtk/setup.py, line 46, in gen_tvtk_classes_zip
from code_gen import TVTKGenerator
  File enthought/tvtk/code_gen.py, line 10, in module
import vtk
ImportError: No module named vtk
dh_auto_build: python2.6 setup.py build --force returned exit code 1

This occurs because the vtk module is not being built for python2.6.

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


** Tags: patch

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

Title:
  fix FTBFS issue with python on oneiric

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

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


[Bug 797908] Re: fix FTBFS issue with python on oneiric

2011-06-15 Thread Sameer Morar
** Tags added: python27

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

Title:
  fix FTBFS issue with python on oneiric

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Summary changed:

- Sync getfem++ 4.1.1-2 (universe) from Debian unstable (main)
+ Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

** Patch added: Diff from debian
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170626/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_debian.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Patch added: Diff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170628/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_ubuntu.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
Fixed as requested.

** Changed in: getfem++ (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: patch

** Patch removed: Diff from debian
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170626/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_debian.debdiff

** Patch removed: Diff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170628/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_ubuntu.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Patch added: Debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170633/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_debian.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Patch removed: Debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170633/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_debian.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Patch added: Debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170635/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_debian.debdiff

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 797879] Re: Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

2011-06-15 Thread Sameer Morar
** Patch added: Debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/797879/+attachment/2170636/+files/getfem%2B%2B_4.1.1-2ubuntu1_diff_from_ubuntu.debdiff

** Changed in: getfem++ (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Description changed:

- Please sync getfem++ 4.1.1-2 (universe) from Debian unstable (main)
+ [edited - this was originally a sync request]
  
- Explanation of the Ubuntu delta and why it can be dropped:
- 1) The following patches have been dropped, and integrated into 
- fix-mumps-checks-configure.patch:
- detect_mumps_libraries.patch
- ld-no-add-needed.patch
- 2) The tests are no longer built in the debian package, so they no
- longer need disabling.
- 
- Changelog entries since current oneiric version 4.1-1ubuntu8:
- 
- getfem++ (4.1.1-2) unstable; urgency=low
- 
-   * Team upload
-   * Upload to unstable
- 
-  -- Sylvestre Ledru sylves...@debian.org  Mon, 07 Feb 2011 11:03:50
- +0100
- 
- getfem++ (4.1.1-1) experimental; urgency=low
- 
-   * Team upload
-   * New upstream release
-   * Increase the soname (Closes: #591514)
-   * Standards-Version updated to version 3.9.1
-   * Creation of the scilab-getfem++ package
- 
-   [ Konstantinos Poulios ]
-   * Remove redundant checks for mumps in the configure script
- 
-  -- Sylvestre Ledru sylves...@debian.org  Tue, 30 Nov 2010 00:34:22
- +0100
+ Please merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)
+ This is a new upstream release.

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

Title:
  Merge getfem++ 4.1.1-2 (universe) from Debian unstable (main)

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

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


[Bug 796405] Re: Sync necpp 1.5.0+cvs20101003-2.1 (universe) from Debian unstable (main)

2011-06-13 Thread Sameer Morar
@Micah
No worries. Thanks for sorting it out!!

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

Title:
  Sync necpp 1.5.0+cvs20101003-2.1 (universe) from Debian unstable
  (main)

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

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


[Bug 792616] Re: Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

2011-06-06 Thread Sameer Morar
Hi Micah

You have not subscribed the Ubuntu Package Archive team for this bug. Is
there anything further that is required before you will subscribe them?

Thanks

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

Title:
  Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

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


[Bug 792616] [NEW] Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

2011-06-03 Thread Sameer Morar
Public bug reported:

Please sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
The only ubuntu delta is a patch (debian/patches/stdc_format_macros.patch)
which has been applied upstream in 
https://github.com/scipy/scipy/commit/1c3f75f8e1e0ed3900d0b5f72527172882c98b2e
This patch fixed the building of this package under Python 2.7

Changelog entries since current oneiric version 0.8.0+dfsg1-1ubuntu1:

python-scipy (0.9.0+dfsg1-1) unstable; urgency=low

  * New upstream release (Closes: #614407, #579041, #569008)
  * Convert to dh_python2 (Closes: #617028)

 -- Varun Hiremath va...@debian.org  Wed, 06 Apr 2011 21:26:25 -0400

** Affects: python-scipy (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

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


[Bug 792616] Re: Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

2011-06-03 Thread Sameer Morar
** Changed in: python-scipy (Ubuntu)
   Status: New = Confirmed

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

Title:
  Sync python-scipy 0.9.0+dfsg1-1 (universe) from Debian unstable (main)

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


[Bug 792641] [NEW] Sync scikit-learn 0.8.0.dfsg-1 (universe) from Debian unstable (main)

2011-06-03 Thread Sameer Morar
Public bug reported:

Please sync scikit-learn 0.8.0.dfsg-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
debian/patches/deb_cython_0.12.1 can be dropped because it became deprecated 
in 0.5~rc3-1
Documentation was disabled in 0.4-3ubuntu1 (LP: #685180), owing to a FTBFS
issue caused by a bug in sphinx 1.0. This issue seems to have been been solved,
as discussed in (debbugs #588630), and builds for me on i386. On upload, 
LP: 689823 needs to be closed.

Changelog entries since current oneiric version 0.4-3ubuntu2:

scikit-learn (0.8.0.dfsg-1) unstable; urgency=low

  * New upstream release
  * [97bc011] Boost policy compliance to 3.9.2 -- no changes
  * Included post-release fixes:
- [f7d5317] FIX: reflect SVC API change (eps - tol) in doc/tutorial.rst
  * Disabled unittest test_fit_works_on_sequences_of_different_length
due to test failure during build

 -- Yaroslav Halchenko deb...@onerussian.com  Wed, 11 May 2011
10:08:13 -0400

scikit-learn (0.7.1.dfsg-3) unstable; urgency=low

  * Do not build documentation in -a mode, to prevent timeouts on buildd
servers
  * Use JOBLIB_MULTIPROCESSING=0 to suppress use of multiprocessing by
joblib while running tests to prevent failures in chroots without
/dev/shm mounted

 -- Yaroslav Halchenko deb...@onerussian.com  Wed, 13 Apr 2011
17:18:46 -0400

scikit-learn (0.7.1.dfsg-2) unstable; urgency=low

  * Upload to unstable
  * Exclude objects.inv from being compressed (Closes: #608775)
  * Restrict numpy versioned dependency only to -lib package. Thanks Jakub
Wilk

 -- Yaroslav Halchenko deb...@onerussian.com  Wed, 06 Apr 2011
14:24:35 -0400

scikit-learn (0.7.1.dfsg-1) experimental; urgency=low

  * [8972010] New upstream release

 -- Yaroslav Halchenko deb...@onerussian.com  Sat, 19 Mar 2011
11:31:00 -0400

scikit-learn (0.6.0.dfsg-1) experimental; urgency=low

  * [05f0870] Disabled use of system libsvm - scikits.learn has its own
fork
  * [104eb54] Adjusted dfsg rule -- do not prune libsvm
  * [6b4e757] Updated copyright: DEP5 rev153, entries for cblas/ and
lib{linear/svm}
  * [489f3a2] Extended TODO (in emacs-org mode): consider system's
liblinear (need 1.7 with a fix)
  * Introduced .dfsg suffix to signal for difference from the pristine
distribution of scikits.learn
  * [5dc61b3] Added README.source to describe reason(s) for .dfsg
  * [81e7f16] debian/watch: mangle debian version - remove .dfsg for
comparisons

 -- Yaroslav Halchenko deb...@onerussian.com  Sun, 09 Jan 2011
21:01:33 -0500

scikit-learn (0.5-1) experimental; urgency=low

  * New upstream release.  Absorbed patches:
- up_libsvm_verbosity_control
- up_system_libsvm_no_svmhdepends
- deb_libsvm_cythoning
  * Boost policy compliance to 3.9.1 -- no changes

 -- Yaroslav Halchenko deb...@onerussian.com  Mon, 11 Oct 2010
10:00:11 -0400

scikit-learn (0.5~rc3-1) UNRELEASED; urgency=low

  * New upstream release-candidate
- pruning joblib in favor of external package
  added patch deb_use_system_joblib 
  * New patches for upstream
- up_libsvm_verbosity_control -- API for controlling libsvm verbosity
- up_system_libsvm_no_svmhdepends -- do not use shipped svm.h
  * Deprecated patches:
- up_workaround_numpy_cython_issue589652
- deb_cython_0.12.1

 -- Yaroslav Halchenko deb...@onerussian.com  Wed, 06 Oct 2010
15:05:40 -0400

** Affects: scikit-learn (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Sync scikit-learn 0.8.0.dfsg-1 (universe) from Debian unstable (main)

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


[Bug 721703] Re: FindMPI script violates policy CMP0004

2011-03-07 Thread Sameer Morar
Hi Jani,

If the latest version of dolfin builds with the current version of
cmake, then we can wait for upstream to fix this issue. As far as I can
tell (but would like to check more thoroughly at some point), this issue
doesn't affect any other packages in ubuntu.

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721944] Re: salome FTBFS in natty

2011-02-21 Thread Sameer Morar
** Changed in: salome (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  salome FTBFS in natty

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


[Bug 721703] [NEW] FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
Public bug reported:

Binary package hint: cmake

The FindMPI script violates policy CMP0004. The following error occurs
when compiling the package dolfin:

CMake Error at CMakeLists.txt:9 (ADD_EXECUTABLE): 
Target cmTryCompileExec links to item  -Wl,--export-dynamic which has 
leading or trailing whitespace.
This is now an error according to policy CMP0004.

Further investigation has shown that  -Wl,--export-dynamic is being assigned 
to MPI_LINK_FLAGS with a leading space.
This occurs in Modules/FindMPI.cmake

** Affects: cmake
 Importance: Unknown
 Status: Unknown

** Affects: cmake (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: patch patch-forwarded-upstream

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721703] Re: FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
** Patch added: Patch that resolves this issue
   
https://bugs.launchpad.net/bugs/721703/+attachment/1859369/+files/cmake_2.8.3-3ubuntu3.debdiff

** Tags added: patch-forwarded-upstream

** Bug watch added: public.kitware.com/Bug/ #11881
   http://public.kitware.com/Bug/view.php?id=11881

** Also affects: cmake via
   http://public.kitware.com/Bug/view.php?id=11881
   Importance: Unknown
   Status: Unknown

** Changed in: cmake (Ubuntu)
   Status: New = Confirmed

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721756] [NEW] FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
Public bug reported:

Binary package hint: python-shapely

The following tests fail when built with python 2.7 owing to changes in
the conversions from long integers and regular integers to floating
points referred to here:  http://docs.python.org/dev/whatsnew/2.7.html

==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt
Doctest: Point.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for Point.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Point.txt, line 124, in 
Point.txt
Failed example:
pa.distance(p)
Expected:
4.1231056256176606
Got:
4.123105625617661


==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt
Doctest: MultiPolygon.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for MultiPolygon.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/MultiPolygon.txt, line 
53, in MultiPolygon.txt
Failed example:
geom.__geo_interface__
Expected:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.10001, 0.10001), 
(0.10001, 0.20001), (0.20001, 
0.20001), (0.20001, 0.10001), 
(0.10001, 0.10001))]]}
Got:
{'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
1.0), (1.0, 0.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1), 
(0.1, 0.1))]]}


==
FAIL: /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt
Doctest: Polygon.txt
--
Traceback (most recent call last):
  File /usr/lib/python2.7/doctest.py, line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for Polygon.txt
  File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt, line 0

--
File /tmp/buildd/python-shapely-1.2.1/shapely/tests/Polygon.txt, line 105, in 
Polygon.txt
Failed example:
polygon.__geo_interface__
Expected:
{'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
(2.0, -1.0), (0.0, 0.0)), ((0.10001, 0.10001), 
(0.10001, 0.20001), (0.20001, 
0.20001), (0.20001, 0.10001), 
(0.10001, 0.10001)))}
Got:
{'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
(2.0, -1.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1), 
(0.1, 0.1)))}


--

** Affects: python-shapely (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: patch patch-forwarded-upstream

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


[Bug 721756] Re: FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
** Patch added: python-shapely_1.2.1-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/python-shapely/+bug/721756/+attachment/1859630/+files/python-shapely_1.2.1-2ubuntu1.debdiff

** Tags added: patch patch-forwarded-upstream

** Changed in: python-shapely (Ubuntu)
   Status: New = Confirmed

** Bug watch added: trac.gispython.org/lab/ #248
   http://trac.gispython.org/lab/ticket/248

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


[Bug 721756] Re: FTBFS when building with python 2.7 owing to test faliures

2011-02-19 Thread Sameer Morar
Bug has been reported upstream here:
http://trac.gispython.org/lab/ticket/248

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

Title:
  FTBFS when building with python 2.7 owing to test faliures

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


[Bug 721703] Re: FindMPI script violates policy CMP0004

2011-02-19 Thread Sameer Morar
** Patch added: Patch that fixes this issue
   
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/721703/+attachment/1859657/+files/cmake_2.8.3-3ubuntu3.debdiff

** Patch removed: Patch that resolves this issue
   
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/721703/+attachment/1859369/+files/cmake_2.8.3-3ubuntu3.debdiff

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

Title:
  FindMPI script violates policy CMP0004

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


[Bug 721944] [NEW] salome FTBFS in natty

2011-02-19 Thread Sameer Morar
Public bug reported:

This package fails to build with the following error in natty:

/usr/bin/ld: SALOME_Logger_Server-SALOME_Logger_Server_main.o: undefined 
reference to symbol 'SALOME_Logger::Logger_Helper::_nil()'
/usr/bin/ld: note: 'SALOME_Logger::Logger_Helper::_nil()' is defined in DSO /tmp
/buildd/salome-5.1.3/build-salome/KERNEL_SRC_5.1.3/idl/.libs/libSalomeIDLKernel.so.0
 so try adding it to the linker command line
/tmp/buildd/salome-5.1.3/build-salome/KERNEL_SRC_5.1.3/idl/.libs/libSalomeIDLKernel.so.0:
 could not read symbols: Invalid operation
collect2: ld returned 1 exit status

** Affects: salome (Ubuntu)
 Importance: Undecided
 Assignee: Sameer Morar (smorar)
 Status: New

** Changed in: salome (Ubuntu)
 Assignee: (unassigned) = Sameer Morar (smorar)

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

Title:
  salome FTBFS in natty

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


[Bug 721243] [NEW] rebuild with python-numpy 1.5.1

2011-02-18 Thread Sameer Morar
Public bug reported:

python-numpy has been upgraded to 1.5.1. As this package build-depends
on python-numpy, it needs to be rebuilt.

The binary packages are currently uninstallable owing to the following version 
restrictions:
python-numpy ( 1:1.5), python-numpy (= 1:1.4.1)

** Affects: scikit-learn (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 721243] Re: rebuild with python-numpy 1.5.1

2011-02-18 Thread Sameer Morar
** Patch added: Patch to rebuild scikit-learn
   
https://bugs.launchpad.net/ubuntu/+source/scikit-learn/+bug/721243/+attachment/1857599/+files/scikit-learn_0.4-3ubuntu2.debdiff

** Changed in: scikit-learn (Ubuntu)
   Status: New = Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 721271] [NEW] rebuild with python-numpy 1.5.1

2011-02-18 Thread Sameer Morar
Public bug reported:

python-numpy has been upgraded to 1.5.1. As this package build-depends
on python-numpy, it needs to be rebuilt.

The binary packages are currently uninstallable owing to the following version 
restrictions:
python-numpy (= 1:1.4.1), python-numpy ( 1:1.5)

** Affects: pytables (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 721271] Re: rebuild with python-numpy 1.5.1

2011-02-18 Thread Sameer Morar
** Patch added: Patch to rebuild this package
   
https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/721271/+attachment/1857669/+files/pytables_2.1.2-3.1ubuntu1.debdiff

** Changed in: pytables (Ubuntu)
   Status: New = Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 721271] Re: rebuild with python-numpy 1.5.1

2011-02-18 Thread Sameer Morar
Patch redone. The revision is now build1

** Patch added: Patch to rebuild package
   
https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/721271/+attachment/1857755/+files/pytables_2.1.2-3.1build1.debdiff

** Patch removed: Patch to rebuild this package
   
https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/721271/+attachment/1857669/+files/pytables_2.1.2-3.1ubuntu1.debdiff

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 721413] [NEW] mini-dinstall fails to run

2011-02-18 Thread Sameer Morar
Public bug reported:

Binary package hint: mini-dinstall

when mini-dinstall is run, it fails to execute cleanly. The following
error occurs:

Traceback (most recent call last):
  File ./mini-dinstall, line 196, in module
stderr_handler = logging.StreamHandler(strm=sys.stderr)
TypeError: __init__() got an unexpected keyword argument 'strm'

** Affects: mini-dinstall (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  mini-dinstall fails to run

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


[Bug 721413] Re: mini-dinstall fails to run

2011-02-18 Thread Sameer Morar
** Patch added: Patch to fix this issue
   
https://bugs.launchpad.net/ubuntu/+source/mini-dinstall/+bug/721413/+attachment/1858322/+files/mini-dinstall_0.6.28.1ubuntu2.debdiff

** Tags added: patch

** Changed in: mini-dinstall (Ubuntu)
   Status: New = Confirmed

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

Title:
  mini-dinstall fails to run

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


[Bug 721413] Re: mini-dinstall fails to run

2011-02-18 Thread Sameer Morar
** Tags added: patch-forwarded-debian

** Bug watch added: Debian Bug tracker #613992
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613992

** Also affects: mini-dinstall (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613992
   Importance: Unknown
   Status: Unknown

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

Title:
  mini-dinstall fails to run

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


[Bug 721019] [NEW] Sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)

2011-02-17 Thread Sameer Morar
Public bug reported:

Please sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)

Changelog entries since current natty version 3.3.2-3build2:

mayavi2 (3.4.0-1) experimental; urgency=low

  * New upstream release
- Fixes Python string exceptions (Closes: #528392)
  * d/copyright: Fix BSD license references

 -- Varun Hiremath va...@debian.org  Sun, 17 Oct 2010 22:39:47 -0400

Changelog entries since previous debian unstable version 3.3.2-3:

mayavi2 (3.3.2-3build2) natty; urgency=low

  * Rebuild with python 2.7 as the python default.

 -- Matthias Klose d...@ubuntu.com  Wed, 08 Dec 2010 15:05:56 +

mayavi2 (3.3.2-3build1) natty; urgency=low

  * Rebuild to add support for python 2.7.

 -- Matthias Klose d...@ubuntu.com  Fri, 03 Dec 2010 00:04:39 +

No changes have been made in the subsequent ubuntu versions.

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

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

Title:
  Sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)

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

[Bug 721019] Re: Sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)

2011-02-17 Thread Sameer Morar

** Attachment added: mayavi2_3.4.0-1.buildlog
   
https://bugs.launchpad.net/ubuntu/+source/mayavi2/+bug/721019/+attachment/1856898/+files/mayavi2_3.4.0-1.buildlog

** Description changed:

  Please sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)
  
  Changelog entries since current natty version 3.3.2-3build2:
  
  mayavi2 (3.4.0-1) experimental; urgency=low
  
-   * New upstream release
- - Fixes Python string exceptions (Closes: #528392)
-   * d/copyright: Fix BSD license references
+   * New upstream release
+ - Fixes Python string exceptions (Closes: #528392)
+   * d/copyright: Fix BSD license references
  
-  -- Varun Hiremath va...@debian.org  Sun, 17 Oct 2010 22:39:47 -0400
+  -- Varun Hiremath va...@debian.org  Sun, 17 Oct 2010 22:39:47 -0400
+ 
+ Changelog entries since previous debian unstable version 3.3.2-3:
+ 
+ mayavi2 (3.3.2-3build2) natty; urgency=low
+ 
+   * Rebuild with python 2.7 as the python default.
+ 
+  -- Matthias Klose d...@ubuntu.com  Wed, 08 Dec 2010 15:05:56 +
+ 
+ mayavi2 (3.3.2-3build1) natty; urgency=low
+ 
+   * Rebuild to add support for python 2.7.
+ 
+  -- Matthias Klose d...@ubuntu.com  Fri, 03 Dec 2010 00:04:39 +

** Description changed:

  Please sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)
  
  Changelog entries since current natty version 3.3.2-3build2:
  
  mayavi2 (3.4.0-1) experimental; urgency=low
  
    * New upstream release
  - Fixes Python string exceptions (Closes: #528392)
    * d/copyright: Fix BSD license references
  
   -- Varun Hiremath va...@debian.org  Sun, 17 Oct 2010 22:39:47 -0400
  
  Changelog entries since previous debian unstable version 3.3.2-3:
  
  mayavi2 (3.3.2-3build2) natty; urgency=low
  
-   * Rebuild with python 2.7 as the python default.
+   * Rebuild with python 2.7 as the python default.
  
-  -- Matthias Klose d...@ubuntu.com  Wed, 08 Dec 2010 15:05:56 +
+  -- Matthias Klose d...@ubuntu.com  Wed, 08 Dec 2010 15:05:56 +
  
  mayavi2 (3.3.2-3build1) natty; urgency=low
  
-   * Rebuild to add support for python 2.7.
+   * Rebuild to add support for python 2.7.
  
-  -- Matthias Klose d...@ubuntu.com  Fri, 03 Dec 2010 00:04:39 +
+  -- Matthias Klose d...@ubuntu.com  Fri, 03 Dec 2010 00:04:39 +
+ 
+ No changes have been made in the subsequent ubuntu versions.

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

Title:
  Sync mayavi2 3.4.0-1 (universe) from Debian experimental (main)

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

[Bug 714058] [NEW] pycg FTBFS with current nvidia-cg-toolkit

2011-02-06 Thread Sameer Morar
Public bug reported:

pycg fails to build when compiled against nvidia-cg-toolkit 3.0 with the
following error:

cg_wrap.c: In function 'init_Cg':
cg_wrap.c:10255:69: error: 'CG_PROFILE_START' undeclared (first use in this 
function)
cg_wrap.c:10255:69: note: each undeclared identifier is reported only once for 
each function it appears in
cg_wrap.c:10265:67: error: 'CG_PROFILE_MAX' undeclared (first use in this 
function)
make[1]: *** [_Cg.so] Error 1
make[1]: Leaving directory `/tmp/buildd/pycg-0.14.1'
make: *** [build-python2.6] Error 2

The following link states that pycg 0.14.1 and is for Cg version 1.4.:
http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/

Thus, the pycg bindings need to be updated for the latest version (3.0)

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

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

Title:
  pycg FTBFS with current nvidia-cg-toolkit

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


[Bug 711663] Re: rebuild with python-numpy 1.5.1

2011-02-06 Thread Sameer Morar
Hi Artur,

Thanks for looking at this request. You'll find that your pbuilder is trying to 
install python-scipy 0.7.2.  
python-scipy 0.8.0 has been in the repository for a few days now and depends on 
python-numpy 1.5.1:
http://packages.ubuntu.com/source/natty/python-scipy

Please update your pbuilder with the following command:
sudo pbuilder update

I am resubscribing sponsors

Many thanks


** Changed in: getfem++ (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: getfem++ (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 713655] [NEW] rebuild with python-numpy 1.5.1

2011-02-05 Thread Sameer Morar
Public bug reported:

python-numpy has been upgraded to 1.5.1. As this package build-depends
on python-numpy, it needs to be rebuilt.

libvigraimpex includes numpy in an extension in:
include/vigra/numpy_array.hxx

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

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 713655] Re: rebuild with python-numpy 1.5.1

2011-02-05 Thread Sameer Morar
*** This bug is a duplicate of bug 711468 ***
https://bugs.launchpad.net/bugs/711468


** Patch added: libvigraimpex_1.7.0+dfsg-7ubuntu5.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/libvigraimpex/+bug/713655/+attachment/1831877/+files/libvigraimpex_1.7.0%2Bdfsg-7ubuntu5.debdiff

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 713681] [NEW] fix FTBFS issue with python 2.7

2011-02-05 Thread Sameer Morar
Public bug reported:

This package does not build with python 2.7, and the following error
occurs:

python setup.py configure --api=18
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'test_suite'
  warnings.warn(msg)
**
Configure: Autodetecting HDF5 settings...
Custom HDF5 dir:   None
Custom API level:  (1, 8)

Failed to compile HDF5 test program.  Please check to make sure:

* You have a C compiler installed
* A development version of Python is installed (including header files)
* A development version of HDF5 is installed (including header files)
* If HDF5 is not in a default location, supply the argument --hdf5=path
**
Traceback (most recent call last):
  File setup.py, line 541, in module
test_suite = 'h5py.tests'
  File /usr/lib/python2.7/distutils/core.py, line 152, in setup
dist.run_commands()
  File /usr/lib/python2.7/distutils/dist.py, line 953, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.7/distutils/dist.py, line 972, in run_command
cmd_obj.run()
  File setup.py, line 239, in run
config = detect.detect_hdf5(self.tempdir, **COMPILER_SETTINGS)
  File /tmp/buildd/h5py-1.3.0/detect.py, line 12, in detect_hdf5
from distutils.core import CompileError, LinkError
ImportError: cannot import name CompileError
make: *** [pre-build] Error 1

CompileError and LinkError objects are now in distutils.error

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

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

Title:
  fix FTBFS issue with python 2.7

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


[Bug 713681] Re: fix FTBFS issue with python 2.7

2011-02-05 Thread Sameer Morar

** Patch added: h5py_1.3.0-3ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/h5py/+bug/713681/+attachment/1832093/+files/h5py_1.3.0-3ubuntu1.debdiff

** Changed in: h5py (Ubuntu)
   Status: New = Confirmed

** Tags added: patch

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

Title:
  fix FTBFS issue with python 2.7

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


[Bug 711663] Re: rebuild with python-numpy 1.5.1

2011-02-04 Thread Sameer Morar
This package uses builds a c extension that uses numpy in:
interface/src/python/getfem_python.c

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711663] Re: rebuild with python-numpy 1.5.1

2011-02-04 Thread Sameer Morar

** Patch added: Patch to rebuild package
   
https://bugs.launchpad.net/ubuntu/+source/getfem++/+bug/711663/+attachment/1830651/+files/getfem%2B%2B_4.1-1ubuntu8.debdiff

** Changed in: getfem++ (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: getfem++ (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Tags added: patch

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-03 Thread Sameer Morar
with updated maintainer field this time

** Patch added: debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1827046/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_debian.debdiff

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-03 Thread Sameer Morar

** Patch removed: debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1826455/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_debian.debdiff

** Patch removed: debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1826456/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_ubuntu.debdiff

** Patch added: debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1827054/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_ubuntu.debdiff

** Changed in: python-scipy (Ubuntu)
   Status: Triaged = Confirmed

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 712463] [NEW] fix FTBFS error with python-numpy 1.5.1

2011-02-03 Thread Sameer Morar
Public bug reported:

Binary package hint: necpp

This package fails to build with python-numpy 1.5.1 owing to a change in
the location of libnumarray.h from
/usr/share/pyshared/numpy/numarray/numpy/ to
/usr/share/pyshared/numpy/numarray/include/numpy/

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

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

Title:
  fix FTBFS error with python-numpy 1.5.1

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


[Bug 712463] Re: fix FTBFS error with python-numpy 1.5.1

2011-02-03 Thread Sameer Morar

** Patch added: necpp_1.5.0+cvs20101003-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/necpp/+bug/712463/+attachment/1827078/+files/necpp_1.5.0%2Bcvs20101003-2ubuntu1.debdiff

** Changed in: necpp (Ubuntu)
   Status: New = Confirmed

** Tags added: patch

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

Title:
  fix FTBFS error with python-numpy 1.5.1

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-03 Thread Sameer Morar
Thanks for picking that up. Herewith debdiffs that don't overwrite the
previous ubuntu changes.

** Patch added: debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1828503/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_debian.debdiff

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-03 Thread Sameer Morar

** Patch added: debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1828566/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_ubuntu.debdiff

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 712463] Re: fix FTBFS error with python-numpy 1.5.1

2011-02-03 Thread Sameer Morar

** Patch added: Patch that should apply cleanly
   
https://bugs.launchpad.net/ubuntu/+source/necpp/+bug/712463/+attachment/1828575/+files/necpp_1.5.0%2Bcvs20101003-2ubuntu1.debdiff

** Patch removed: necpp_1.5.0+cvs20101003-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/necpp/+bug/712463/+attachment/1827078/+files/necpp_1.5.0%2Bcvs20101003-2ubuntu1.debdiff

** Changed in: necpp (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  fix FTBFS error with python-numpy 1.5.1

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-03 Thread Sameer Morar
** Patch removed: debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1827054/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_ubuntu.debdiff

** Patch removed: debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1827046/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_debian.debdiff

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 711660] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
Thanks Jakub

I am marking this bug as invalid then.

** Changed in: gamera (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-02 Thread Sameer Morar

** Patch added: debdiff from debian
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1826455/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_debian.debdiff

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 696403] Re: Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian experimental main

2011-02-02 Thread Sameer Morar

** Patch added: debdiff from ubuntu
   
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/696403/+attachment/1826456/+files/python-scipy_0.8.0%2Bdfsg1-1ubuntu1_from_ubuntu.debdiff

** Changed in: python-scipy (Ubuntu)
   Status: New = Confirmed

** Tags added: patch

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

Title:
  Please merge python-scipy (universe) 0.8.0+dfsg1-1 from Debian
  experimental main

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


[Bug 708732] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
This package does not build c extensions based on numpy, so marking as
invalid.

** Changed in: cmor (Ubuntu)
   Status: In Progress = Invalid

** Changed in: cmor (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 708735] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
** Changed in: dballe (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Changed in: dballe (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711658] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
** Changed in: fonttools (Ubuntu)
   Status: In Progress = Invalid

** Changed in: fonttools (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711661] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
A rebuild is required owing to c extensions that use numpy in
gdal-1.6.3/pymod/


** Changed in: gdal (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: gdal (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711665] Re: rebuild with python-numpy 1.5.1

2011-02-02 Thread Sameer Morar
Rebuild is not required as package does not build c extensions based
upon numpy

** Changed in: gnuradio (Ubuntu)
   Status: In Progress = Invalid

** Changed in: gnuradio (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 708732] Re: rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar

** Patch added: patch to rebuild cmor
   
https://bugs.launchpad.net/ubuntu/+source/cmor/+bug/708732/+attachment/1824165/+files/cmor_2.5.2-1ubuntu1.debdiff

** Tags added: patch

** Changed in: cmor (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Changed in: cmor (Ubuntu)
   Status: New = Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 708735] Re: rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar

** Patch added: patch to rebuild package
   
https://bugs.launchpad.net/ubuntu/+source/dballe/+bug/708735/+attachment/1824177/+files/dballe_4.0.18-1build2.debdiff

** Changed in: dballe (Ubuntu)
   Status: New = Confirmed

** Changed in: dballe (Ubuntu)
 Assignee: Sameer Morar (smorar) = (unassigned)

** Tags added: patch

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711658] [NEW] rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar
Public bug reported:

Binary package hint: fonttools

python-numpy has been upgraded to 1.5.1. As this package build-depends
on python-numpy, it needs to be rebuilt.

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

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711658] Re: rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar

** Patch added: patch to rebuild package
   
https://bugs.launchpad.net/ubuntu/+source/fonttools/+bug/711658/+attachment/1824209/+files/fonttools_2.3-1build2.debdiff

** Tags added: patch

** Changed in: fonttools (Ubuntu)
   Status: New = Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711660] [NEW] rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar
Public bug reported:

python-numpy has been upgraded to 1.5.1. As this package build-depends
on python-numpy, it needs to be rebuilt.

** Affects: gamera (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: patch

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

Title:
  rebuild with python-numpy 1.5.1

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


[Bug 711660] Re: rebuild with python-numpy 1.5.1

2011-02-01 Thread Sameer Morar

** Patch added: patch to rebuild package
   
https://bugs.launchpad.net/ubuntu/+source/gamera/+bug/711660/+attachment/1824210/+files/gamera_3.2.6-3ubuntu1.debdiff

** Tags added: patch

** Changed in: gamera (Ubuntu)
   Status: New = Confirmed

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

Title:
  rebuild with python-numpy 1.5.1

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


  1   2   3   >