[Bug 973014] Re: gstreamer0.10-plugins-bad, (libgstvideoparsersbad.so), causes a failure to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1 & others

2012-07-16 Thread SevenMachines
** Also affects: gst-plugins-bad0.10 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681652
   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/973014

Title:
  gstreamer0.10-plugins-bad, (libgstvideoparsersbad.so), causes a
  failure to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1 & others

To manage notifications about this bug go to:
https://bugs.launchpad.net/gstreamer/+bug/973014/+subscriptions

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


[Bug 845408] Re: nautilus quits when deleting a folder in the left side treeview

2011-10-13 Thread SevenMachines
double free occurs in
src/nautilus-tree-sidebar.c: 1015 

static void
fm_tree_view_trash_cb (GtkWidget *menu_item,
   FMTreeView *view)
{
  GList *list;

  if (!nautilus_file_can_trash (view->details->popup_file)) {
return;
  }

  list = g_list_prepend (NULL,
 nautilus_file_get_location (view->details->popup_file));

  nautilus_file_operations_trash_or_delete (list,
  fm_tree_view_get_containing_window (view),
  NULL, NULL);
  g_list_free_full (list, g_free);
}

The final call to  g_list_free_full (list, g_free) causes the problem.
Just for more informations sake, using g_object_unref instead of gfree
avoids the crash, as does not calling g_list_free_full at all and so not
double freeing. But someone with actual gobject memory management
knowledge will need to look for the real problem, personally I thought
g_free was supposed to handle this safely.

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

Title:
  nautilus quits when deleting a folder in the left side treeview

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/845408/+subscriptions

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


[Bug 816637] Re: nautilus assert failure: *** glibc detected *** nautilus: double free or corruption (out): 0x08a94eb0 ***

2011-10-12 Thread SevenMachines
Confirmed here on up-to-date oneiric on 12th october, please let me knoe
if I've missed a duplicate or something. It's the same one by the looks
of it though

TEST_CASE:
* With nautilus left panel in tree mode
* Right click on folder 
* Click move to trash
* Crash with
*** glibc detected *** /usr/bin/nautilus: double free or corruption (out): 
0x01088340 ***

Attached gdb log, will look further in the next few days


** Attachment added: "gdb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/816637/+attachment/2538835/+files/gdb.txt

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

Title:
  nautilus assert failure: *** glibc detected *** nautilus: double free
  or corruption (out): 0x08a94eb0 ***

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

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


[Bug 816637] Re: nautilus assert failure: *** glibc detected *** nautilus: double free or corruption (out): 0x08a94eb0 ***

2011-10-12 Thread SevenMachines
** Changed in: nautilus (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  nautilus assert failure: *** glibc detected *** nautilus: double free
  or corruption (out): 0x08a94eb0 ***

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

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


[Bug 754513] Re: Can't load '/usr/lib/perl5/auto/Wx/Wx.so

2011-05-18 Thread SevenMachines
libwx-perl (1:0.98-1build0.1) natty-proposed; urgency=low

  *  No change rebuild to pick up newer wx lib symbols (LP: #754513)



** Patch removed: "libwx-perl_0.98-1build0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libwx-perl/+bug/754513/+attachment/2134358/+files/libwx-perl_0.98-1build0.1.debdiff

** Patch added: "libwx-perl_0.98-1build0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libwx-perl/+bug/754513/+attachment/2134373/+files/libwx-perl_0.98-1build0.1.debdiff

** Description changed:

+ Impact:
+ Bug causes programs using perls wx module to fail to start. eg
+ 
+ Test Case:
+ Start application, eg...
+ $ padre
+ Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
/usr/lib/perl5/auto/Wx/Wx.so: symbol wxDefaultVideoMode, version WXU_2.8 not 
defined in file libwx_gtk2u_core-2.8.so.0 with link time reference at 
/usr/lib/perl/5.10/DynaLoader.pm line 192.
+  
+ Fix:
+ No change rebuild to refresh wx symbols
+ 
+ Regression Potential:
+ As a no change rebuild to update to current libs symbols there should be 
minimal risk of regression
+ 
+ Test Build:
+     See https://edge.launchpad.net/~sevenmachines/+archive/release/+packages
+ 
+ Patch:
+ See attached debdiff libwx-perl_0.98-1build0.1.debdiff
+ 
+ 
+ # ORIGINAL MESSAGE #
+ 
  Binary package hint: libwx-perl
  
  Instaled: libwx-perl/natty uptodate 1:0.98-1 (x86)
  When I start padre (perl IDE) I get this error:
  
  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
/usr/lib/perl5/auto/Wx/Wx.so: symbol wxDefaultVideoMode, version WXU_2.8 not 
defined in file libwx_gtk2u_core-2.8.so.0 with link time reference at 
/usr/lib/perl/5.10/DynaLoader.pm line 192.
-  at /usr/share/perl5/Padre/TaskThread.pm line 23
+  at /usr/share/perl5/Padre/TaskThread.pm line 23
  Compilation failed in require at /usr/share/perl5/Padre/TaskThread.pm line 23.
  BEGIN failed--compilation aborted at /usr/share/perl5/Padre/TaskThread.pm 
line 23.
  Compilation failed in require at /usr/share/perl5/Padre/Startup.pm line 113.

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

Title:
  Can't load '/usr/lib/perl5/auto/Wx/Wx.so

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

[Bug 754513] Re: Can't load '/usr/lib/perl5/auto/Wx/Wx.so

2011-05-18 Thread SevenMachines
libwx-perl (1:0.98-1build0.1) natty; urgency=low

  *  No change rebuild to pick up newer wx lib symbols (LP: #754513)
 -- SevenMachinesThu, 19 May 2011 00:48:02 +0100

https://edge.launchpad.net/~sevenmachines/+archive/release/+packages

** Patch added: "libwx-perl_0.98-1build0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libwx-perl/+bug/754513/+attachment/2134358/+files/libwx-perl_0.98-1build0.1.debdiff

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

Title:
  Can't load '/usr/lib/perl5/auto/Wx/Wx.so

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


[Bug 780164] Re: padre can't start because can't load a Wx file and failure to compile

2011-05-18 Thread SevenMachines
*** This bug is a duplicate of bug 754513 ***
https://bugs.launchpad.net/bugs/754513

** This bug has been marked a duplicate of bug 754513
   Can't load '/usr/lib/perl5/auto/Wx/Wx.so
 * You can subscribe to bug 754513 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/libwx-perl/+bug/754513/+subscribe

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

Title:
  padre can't start because can't load a Wx file and failure to compile

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


[Bug 752917] Re: synaptic crashed with SIGSEGV in std::basic_string, std::allocator >::compare()

2011-05-18 Thread SevenMachines
** Changed in: apt (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/752917

Title:
  synaptic crashed with SIGSEGV in std::basic_string, std::allocator >::compare()

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


[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-03-29 Thread SevenMachines
Seems to fix it for me too. 
thanks rodrigo

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

Title:
  the session settings manager can try starting before the login screen
  one exits

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


[Bug 723758] Re: mytop exits with fatal error

2011-02-23 Thread SevenMachines
** Bug watch added: Debian Bug tracker #565759
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565759

** Also affects: mytop (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565759
   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/723758

Title:
  mytop exits with fatal error

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


[Bug 721636] Re: nickle crashes on amd64 natty

2011-02-18 Thread SevenMachines
** Changed in: nickle (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/721636

Title:
  nickle crashes on amd64 natty

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


[Bug 708939] Re: varnishtop segfault

2011-02-13 Thread SevenMachines
sorry, amd64 maverick to be clear

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-02-13 Thread SevenMachines
verified working on maverick varnish_2.1.3-7ubuntu0.1

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

Title:
  varnishtop segfault

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


[Bug 714202] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-02-06 Thread SevenMachines
** Changed in: blcr (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/714202

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 714207] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-02-06 Thread SevenMachines
*** This bug is a duplicate of bug 714202 ***
https://bugs.launchpad.net/bugs/714202

** This bug has been marked a duplicate of bug 714202
   package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
 * You can subscribe to bug 714202 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/714202/+subscribe

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 714212] Re: package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel module failed to build

2011-02-06 Thread SevenMachines
*** This bug is a duplicate of bug 714202 ***
https://bugs.launchpad.net/bugs/714202

** This bug has been marked a duplicate of bug 714202
   package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr kernel 
module failed to build
 * You can subscribe to bug 714202 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/714202/+subscribe

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

Title:
  package blcr-dkms 0.8.2-15ubuntu1 failed to install/upgrade: blcr
  kernel module failed to build

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


[Bug 709060] Re: Calibre don't start: "Failed to load the Progress Indicator plugin"

2011-01-29 Thread SevenMachines
A no change rebuild sorted this 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/709060

Title:
  Calibre don't start: "Failed to load the Progress Indicator plugin"

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


[Bug 708939] Re: varnishtop segfault

2011-01-29 Thread SevenMachines
MAVERICK:

varnish (2.1.3-7ubuntu0.1) maverick-proposed; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
- Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)

** Patch added: "varnish_2.1.3-7ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1814219/+files/varnish_2.1.3-7ubuntu0.1.debdiff

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-29 Thread SevenMachines
No problems,

LUCID:

varnish (2.1.0-2ubuntu0.1) lucid-proposed; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
- Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)

** Patch removed: "varnish_2.1.0-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1813998/+files/varnish_2.1.0-2ubuntu0.1.debdiff

** Patch removed: "varnish_2.1.3-7ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1813999/+files/varnish_2.1.3-7ubuntu0.1.debdiff

** Patch added: "varnish_2.1.0-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1814218/+files/varnish_2.1.0-2ubuntu0.1.debdiff

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
MAVERICK

varnish (2.1.3-7ubuntu0.1) maverick; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
- Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)

** Patch added: "varnish_2.1.3-7ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1813999/+files/varnish_2.1.3-7ubuntu0.1.debdiff

** Description changed:

+ IMPACT:
+ Size allocation of array in varnishtop causes segfault crash
+ 
+ FIX:
+ Better allocation of array size
+ 
+ -   unsigned char   rec[4];
+ +   unsigned char   rec[SHMLOG_DATA-1];
+ 
+ PATCH:
+ Debdiffs for lucid and maverick attached at end of thread
+ 
+ TEST:
+ Run varnishtop
+ $ varnishtop
+ list length 0Segmentation fault
+ 
+ REGRESSION:
+ Patch is specific to varnishtop, which crashes on start, but should not 
affect any of the other package components so regression potential should be low
+ 
+ ** ORIGINAL MESSAGE *
+ 
  Binary package hint: varnish
  
  varnishtop segfaults on 32bit 10.04. My Varnish package version is
  2.1.0-2.
  
  Example:
  
- # varnishtop 
+ # varnishtop
  list length 0Segmentation fault
  #

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
LUCID

varnish (2.1.0-2ubuntu0.1) lucid; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
- Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)


** Patch added: "varnish_2.1.0-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1813998/+files/varnish_2.1.0-2ubuntu0.1.debdiff

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
thanks artur, I'll try to look at sru's tomorrow

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

Title:
  varnishtop segfault

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


[Bug 706635] Re: elksemu is not installed with bcc package

2011-01-28 Thread SevenMachines
Properly close bug version

linux86 (0.16.17-3.1ubuntu2) natty; urgency=low

  * debian/rules:
  - Replace i486-linux-gnu search with i686-linux-gnu so that elksemu will
  be installed. (LP: #706635)

** Patch added: "linux86_0.16.17-3.1ubuntu2.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/linux86/+bug/706635/+attachment/1811937/+files/linux86_0.16.17-3.1ubuntu2.debdiff

** Patch removed: "linux86_0.16.17-3.1ubuntu2.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/linux86/+bug/706635/+attachment/1811916/+files/linux86_0.16.17-3.1ubuntu2.debdiff

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

Title:
  elksemu is not installed with bcc package

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
Ignore last post, that was obviously posted on the wrong bug :)

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
Properly close bug version

linux86 (0.16.17-3.1ubuntu2) natty; urgency=low

  * debian/rules:
  - Replace i486-linux-gnu search with i686-linux-gnu so that elksemu will
  be installed. (LP: #706635)


** Patch added: "linux86_0.16.17-3.1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1811936/+files/linux86_0.16.17-3.1ubuntu2.debdiff

** Patch removed: "linux86_0.16.17-3.1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1811936/+files/linux86_0.16.17-3.1ubuntu2.debdiff

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

Title:
  varnishtop segfault

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


[Bug 706635] Re: elksemu is not installed with bcc package

2011-01-28 Thread SevenMachines
https://edge.launchpad.net/~sevenmachines/+archive/release+1/+packages

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

Title:
  elksemu is not installed with bcc package

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


[Bug 706635] Re: elksemu is not installed with bcc package

2011-01-28 Thread SevenMachines
linux86 (0.16.17-3.1ubuntu2) natty; urgency=low

  * debian/rules: 
  - Replace i486-linux-gnu search with i686-linux-gnu so that elksemu will
  be installed.


** Patch added: "linux86_0.16.17-3.1ubuntu2.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/linux86/+bug/706635/+attachment/1811916/+files/linux86_0.16.17-3.1ubuntu2.debdiff

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

Title:
  elksemu is not installed with bcc package

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


[Bug 708939] Re: varnishtop segfault

2011-01-28 Thread SevenMachines
varnish (2.1.3-8ubuntu1) natty; urgency=low

  * debian/patches/varnishtop-arrayalloc-fix.diff:
- Fix array size allocation. Fixed upstream in version 2.1.4 (LP: #708939)

https://edge.launchpad.net/~sevenmachines/+archive/release+1/+packages

** Patch added: "varnish_2.1.3-8ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1811892/+files/varnish_2.1.3-8ubuntu1.debdiff

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-27 Thread SevenMachines

** Patch added: "varnishtop.diff"
   
https://bugs.launchpad.net/ubuntu/+source/varnish/+bug/708939/+attachment/1811801/+files/varnishtop.diff

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

Title:
  varnishtop segfault

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


[Bug 708939] Re: varnishtop segfault

2011-01-27 Thread SevenMachines
** Changed in: varnish (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/708939

Title:
  varnishtop segfault

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


[Bug 706635] Re: elksemu is not installed with bcc package

2011-01-23 Thread SevenMachines

** Patch added: "linux86-rules.diff"
   
https://bugs.launchpad.net/bugs/706635/+attachment/1804083/+files/linux86-rules.diff

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

Title:
  elksemu is not installed with bcc package

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


[Bug 706635] [NEW] elksemu is not installed with bcc package

2011-01-23 Thread SevenMachines
Public bug reported:

elksemu is disabled for non i386 architectures. debian/rules implements this 
test using
ifeq ($(findstring i486-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i486-linux-gnu)

This works for debian but for ubuntu this fails since its i686-linux-gnu

simplest change is just

-ifeq ($(findstring i486-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i486-linux-gnu)
+ifeq ($(findstring i686-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i686-linux-gnu)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bcc 0.16.17-3.1ubuntu1
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Jan 23 16:56:51 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 LC_MESSAGES=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: linux86

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


** Tags: apport-bug i386 natty unity-2d

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

Title:
  elksemu is not installed with bcc package

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


[Bug 700631] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-09 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700330] Re: build bcmwl 5.100.82.38+bdcom module failed

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  build bcmwl 5.100.82.38+bdcom module failed

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


[Bug 700176] Re: bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

2011-01-08 Thread SevenMachines
Although it'll compile i still get

eth%d: 5.100.82.38 driver failed with code 21

on modprobe and no wireless so it'll obviously need a closer look

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

Title:
  bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

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


[Bug 699915] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700117] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700135] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700176] Re: bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

2011-01-08 Thread SevenMachines
init_MUTEX is now sema_init i think


** Changed in: bcmwl (Ubuntu)
   Status: New => Confirmed

** Patch added: "bcmwl-5.100.82.38+bdcom.diff"
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+attachment/1787833/+files/bcmwl-5.100.82.38%2Bbdcom.diff

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

Title:
  bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

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


[Bug 700181] Re: package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700211] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug is no longer a duplicate of bug 699915
   package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build
** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700216] Re: package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700219] Re: package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38 bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 700244] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to install/upgrade: bcmwl kernel module failed to build

2011-01-08 Thread SevenMachines
*** This bug is a duplicate of bug 700176 ***
https://bugs.launchpad.net/bugs/700176

** This bug has been marked a duplicate of bug 700176
   bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build
 * You can subscribe to bug 700176 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/700176/+subscribe

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

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 failed to 
install/upgrade: bcmwl kernel module failed to build

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


[Bug 665994] Re: Juffed crashes after start

2010-12-15 Thread SevenMachines
Works here on maverick with 0.8.1-1build0.1 from proposed

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

Title:
  Juffed crashes after start

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


[Bug 686596] Re: axel crashed with SIGSEGV in malloc()

2010-12-07 Thread SevenMachines
** Changed in: axel (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/686596

Title:
  axel crashed with SIGSEGV in malloc()

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


[Bug 665994] Re: Juffed crashes after start

2010-12-04 Thread SevenMachines
** Description changed:

+ IMPACT: 
+   Juffed seg faults on start rendering it unusable
+ 
+ PROPOSED FIX: 
+   Fixed by rebuilding against up-to-date maverick qt libs
+ 
+ PATCHES REQUIRED: 
+   No change rebuild
+ 
+ TEST CASE: 
+   $ sudo apt-get install juffed
+   $ juffed
+   Segmentation fault
+ 
+ FIX TEST:
+   https://edge.launchpad.net/~sevenmachines/+archive/release/+packages
+   
+   juffed (0.8.1-1build1) maverick; urgency=low
+ 
+   * No change rebuild to catch newer qscintilla
+  -- SevenMachinesThu, 02 Dec 2010 06:40:54 
+
+ 
+   $ wget 
https://edge.launchpad.net/~sevenmachines/+archive/release/+files/juffed_0.8.1-1build1_i386.deb
+   $ sudo dpkg -i juffed_0.8.1-1build1_i386.deb 
+   $ juffed
+ 
+ REGRESSION POTENTIAL:
+   Crashes on start currently, fix affects no other packages so no 
regression likely
+ 
+  ORIGINAL MESSAGE *
+ 
  Binary package hint: juffed
  
- I installed juffed package from ubuntu repo. It crashes right after start. 
+ I installed juffed package from ubuntu repo. It crashes right after start.
  I'm using Ubuntu 10.10
  
  here is info from /var/log/syslog : Oct 24 22:44:09 desktop kernel:
  [11362.463057] juffed[6842]: segfault at 1 ip 008a066a sp bfa33410 error
  4 in libQtGui.so.4.7.0[62f000+aa2000]
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: juffed 0.8.1-1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Sun Oct 24 22:53:55 2010
  ProcEnviron:
-  LANG=ru_RU.utf8
-  SHELL=/bin/bash
+  LANG=ru_RU.utf8
+  SHELL=/bin/bash
  SourcePackage: juffed

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

Title:
  Juffed crashes after start

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

[Bug 665994] Re: Juffed crashes after start

2010-10-24 Thread SevenMachines
Confirmed on natty
$ apt-show-versions juffed libqtgui4 
juffed/natty uptodate 0.8.1-1
libqtgui4/natty uptodate 4:4.7.0-0ubuntu7


** Attachment added: "gdb backtrace"
   
https://bugs.edge.launchpad.net/ubuntu/+source/juffed/+bug/665994/+attachment/1709748/+files/gdb.txt

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

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


[Bug 665994] Re: Juffed crashes after start

2010-10-24 Thread SevenMachines
** Changed in: juffed (Ubuntu)
   Status: New => Confirmed

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

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


[Bug 659344] Re: [Maverick] Billard-gl crashes when attempt to configure video

2010-10-12 Thread SevenMachines

** Attachment added: "Xorg.0.log"
   
https://bugs.edge.launchpad.net/ubuntu/+source/billard-gl/+bug/659344/+attachment/1688741/+files/Xorg.0.log

-- 
[Maverick] Billard-gl crashes when attempt to configure video
https://bugs.launchpad.net/bugs/659344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659344] Re: [Maverick] Billard-gl crashes when attempt to configure video

2010-10-12 Thread SevenMachines

** Attachment added: "lspci.txt"
   
https://bugs.edge.launchpad.net/ubuntu/+source/billard-gl/+bug/659344/+attachment/1688740/+files/lspci.txt

-- 
[Maverick] Billard-gl crashes when attempt to configure video
https://bugs.launchpad.net/bugs/659344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659344] Re: [Maverick] Billard-gl crashes when attempt to configure video

2010-10-12 Thread SevenMachines

** Attachment added: "glxinfo.txt"
   
https://bugs.edge.launchpad.net/ubuntu/+source/billard-gl/+bug/659344/+attachment/1688739/+files/glxinfo.txt

-- 
[Maverick] Billard-gl crashes when attempt to configure video
https://bugs.launchpad.net/bugs/659344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659344] Re: [Maverick] Billard-gl crashes when attempt to configure video

2010-10-12 Thread SevenMachines

** Attachment added: "gdb.txt"
   
https://bugs.edge.launchpad.net/ubuntu/+source/billard-gl/+bug/659344/+attachment/1688738/+files/gdb.txt

-- 
[Maverick] Billard-gl crashes when attempt to configure video
https://bugs.launchpad.net/bugs/659344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659344] Re: [Maverick] Billard-gl crashes when attempt to configure video

2010-10-12 Thread SevenMachines
** Changed in: billard-gl (Ubuntu)
   Status: New => Confirmed

-- 
[Maverick] Billard-gl crashes when attempt to configure video
https://bugs.launchpad.net/bugs/659344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659116] Re: Hangs when saving notes to a directory other than the user's home directory

2010-10-12 Thread SevenMachines
** Changed in: notecase (Ubuntu)
   Status: New => Confirmed

-- 
Hangs when saving notes to a directory other than the user's home directory
https://bugs.launchpad.net/bugs/659116
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658628] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/658628
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659065] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/659065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659091] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/659091
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659123] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/659123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659127] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/659127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659133] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-10-12 Thread SevenMachines
*** This bug is a duplicate of bug 555729 ***
https://bugs.launchpad.net/bugs/555729

** This bug has been marked a duplicate of bug 555729
   package blcr-dkms does not support 2.6.33 or more recent kernels
 * You can subscribe to bug 555729 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/blcr/+bug/555729/+subscribe

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/659133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658785] Re: startupmanager assertion failure

2010-10-11 Thread SevenMachines
Seems to work from command line with gksudo explicitly used. 'gksudo 
startupmanager', or from the menu
Menu->System->Administration->StartUp-Manager, which will use
$ su-to-root -X -c /usr/sbin/startupmanager

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

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


[Bug 597403] Re: startupmanager fails with TypeError: expected string or buffer

2010-10-11 Thread SevenMachines
This is caused when /etc/default/grub doesnt contain a GRUB_TIMEOUT
entry

-- 
startupmanager fails with TypeError: expected string or buffer
https://bugs.launchpad.net/bugs/597403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658785] Re: startupmanager assertion failure

2010-10-11 Thread SevenMachines
** Changed in: startupmanager (Ubuntu)
   Status: New => Confirmed

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

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


[Bug 597403] Re: startupmanager fails with TypeError: expected string or buffer

2010-10-11 Thread SevenMachines
** Changed in: startupmanager (Ubuntu)
   Status: New => Confirmed

-- 
startupmanager fails with TypeError: expected string or buffer
https://bugs.launchpad.net/bugs/597403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 647862] Re: emerillon freezes

2010-10-04 Thread SevenMachines
** Changed in: emerillon (Ubuntu)
   Status: New => Confirmed

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

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


[Bug 606533] Re: Please merge lmms 0.4.7-2 (universe) from Debian unstable (main)

2010-09-25 Thread SevenMachines
The separation of packages so that wine isnt installed by default would
certainly be good, but reducing the delta and so the workload with
debian is important too. If this can be done in debian and ubuntu synced
with that then that would probably be the ideal

-- 
Please merge lmms 0.4.7-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-23 Thread SevenMachines
Doh! I thought i'd done that! Thanks Artur

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645808] Re: mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread SevenMachines
dovecot (1:1.2.12-1ubuntu4) maverick; urgency=low

  * debian/mail-stack-delivery.preinst:
- Properly close switch/case statement (LP: #645808)

Test-Build:
https://edge.launchpad.net/~sevenmachines/+archive/release+1/+packages

** Changed in: dovecot (Ubuntu)
 Assignee: (unassigned) => SevenMachines (sevenmachines)

** Patch added: "dovecot_1.2.12-1ubuntu4.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/dovecot/+bug/645808/+attachment/1626093/+files/dovecot_1.2.12-1ubuntu4.debdiff

** Changed in: dovecot (Ubuntu)
     Assignee: SevenMachines (sevenmachines) => (unassigned)

** Tags added: patch

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645808] [NEW] mail-stack-delivery wont install: preinst: 67: Syntax error: end of file unexpected

2010-09-23 Thread SevenMachines
Public bug reported:

$ sudo rm /var/cache/apt/archives/*.deb
$ sudo apt-get install mail-stack-delivery 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed
  mail-stack-delivery
0 upgraded, 1 newly installed, 0 to remove and 39 not upgraded.
Need to get 525kB of archives.
After this operation, 618kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ maverick/universe mail-stack-delivery 
all 1:1.2.12-1ubuntu3 [525kB]
Fetched 525kB in 2s (234kB/s)   
(Reading database ... 279148 files and directories currently installed.)
Unpacking mail-stack-delivery (from 
.../mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: 67: Syntax error: end of file unexpected 
(expecting ";;")
dpkg: error processing 
/var/cache/apt/archives/mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/mail-stack-delivery_1%3a1.2.12-1ubuntu3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mail-stack-delivery (not installed)
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Thu Sep 23 08:34:05 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: dovecot

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


** Tags: apport-bug i386 maverick

-- 
mail-stack-delivery wont install: preinst: 67: Syntax error: end of file 
unexpected 
https://bugs.launchpad.net/bugs/645808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-23 Thread SevenMachines
** Bug watch added: Debian Bug tracker #597802
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597802

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

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
predict (2.2.3-3ubuntu1) maverick; urgency=low

 * debian/patches/fix-R0-conflict:
- Some systems define an enumeration containing R0 in
  sys/ucontext.h. Changing the name avoids any conflict.(LP: #645036) 

** Patch added: "predict_2.2.3-3ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1625883/+files/predict_2.2.3-3ubuntu1.debdiff

** Changed in: predict (Ubuntu)
   Status: Incomplete => Confirmed

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
Attached is  pbuilder build log, note that this is for lucid and not
maverick, maverick pbuilder is broken here so if necessary someone would
need to check on maverick armel

** Attachment added: "pbuilder-armel-predict.log"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1625882/+files/pbuilder-armel-predict.log

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
** Bug watch added: Debian Bug tracker #597800
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597800

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

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
** Changed in: skyeye (Ubuntu)
   Status: Incomplete => Confirmed

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
Hi Artur. It was mentioned that it was preferred that i use my real name
to sign debdiffs, i dont do them for anyone else. Patch and debdiff are
mine and signed with my real name and key as requested.

Since I'm the author i left out origin as per dep-3 "If the Author field
is present, the Origin field can be omitted and it’s assumed that the
patch comes from its author."

I'l see about the build log on armel in the next few days if i can get
the armel pbuild working properly again

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
It was mentioned that it was preferred that i use my real name to sign
debdiffs, i dont do them for anyone else. Patch and debdiff are mine and
signed with my real name and key as requested.

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-22 Thread SevenMachines
Indeed, using a cast to double in element.h:rxpos(), element.h:rypos()
fails with the error

In file included from 
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/../../mscore/mscore/score.h:35,
 from 
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/moc_score.cxx:10:
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/../../mscore/mscore/element.h: In 
member function 'double& Element::rxpos()':
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/../../mscore/mscore/element.h:192:
 error: invalid initialization of non-const reference of type 'double&' from a 
temporary of type 'double'
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/../../mscore/mscore/element.h: In 
member function 'double& Element::rypos()':
/tmp/buildd/musescore-0.9.6+dfsg/build/mscore/../../mscore/mscore/element.h:193:
 error: invalid initialization of non-const reference of type 'double&' from a 
temporary of type 'double'

I think i tried this before realising the reference return. In the end I
thought it was better to use an __arm__ section than start to start
possibly spreading the changes too wide. Theres probably a better way to
do it but it was the first and simplest that sprung to my mind :)

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
** Changed in: predict (Ubuntu)
 Assignee: SevenMachines (sevenmachines) => (unassigned)

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-22 Thread SevenMachines
Thanks Michael, i'm sure i tried casting in one of the builds and this
gave me errors when building on armel but that would have been my
preferred way. If that does indeed work then thats the better way, i'd
test it again to make sure but its a 3-4 hour build here so it would
need to wait until at least tomorrow!

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
pbuilder maverick armel build log

** Attachment added: "pbuilder-maverick-armel-skyeye_1.2.5-2.1ubuntu1.log"
   
https://bugs.edge.launchpad.net/ubuntu/+source/skyeye/+bug/645019/+attachment/1622311/+files/pbuilder-maverick-armel-skyeye_1.2.5-2.1ubuntu1.log

** Changed in: skyeye (Ubuntu)
 Assignee: SevenMachines (sevenmachines) => (unassigned)

** Changed in: skyeye (Ubuntu)
   Status: New => Confirmed

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-22 Thread SevenMachines
Looks like that last musescore debdiff compiles ok

** Tags added: patch-forwarded-debian patch-forwarded-upstream

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
More R0 replacements

** Patch added: "predict_2.2.3-3ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1622196/+files/predict_2.2.3-3ubuntu1.debdiff

** Tags added: patch

** Patch removed: "predict_2.2.3-3ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1621726/+files/predict_2.2.3-3ubuntu1.debdiff

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-22 Thread SevenMachines
** Bug watch added: Debian Bug tracker #597700
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597700

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

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-22 Thread SevenMachines
Currently at 50% and still going with the attached debdiff, another
couple of hours to go :)

** Patch added: "musescore_0.9.6+dfsg-1ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1621853/+files/musescore_0.9.6%2Bdfsg-1ubuntu1.debdiff

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
Waiting for armel test build

predict (2.2.3-3ubuntu1) maverick; urgency=low

  * debian/patches/fix-R0-conflict:
- Some systems define an enumeration containing R0 in
sys/ucontext.h. Changing the name avoids any conflict.(LP: #645036)


** Patch added: "predict_2.2.3-3ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1621726/+files/predict_2.2.3-3ubuntu1.debdiff

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] [NEW] [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
Public bug reported:

Binary package hint: predict

Fails to build on armel due to conflict with system definition of R0

earthtrack.c:52: error: 'R0' redeclared as different kind of symbol
//usr/include/sys/ucontext.h:43: note: previous definition of 'R0' was here

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: predict (not installed)
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Sep 22 10:19:30 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: predict

** Affects: predict (Ubuntu)
 Importance: Undecided
 Assignee: SevenMachines (sevenmachines)
 Status: New


** Tags: apport-bug i386 maverick

** Changed in: predict (Ubuntu)
 Assignee: (unassigned) => SevenMachines (sevenmachines)

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645036] Re: [ARMEL] FTBFS: previous definition of 'R0'

2010-09-22 Thread SevenMachines
Change variable name to avoid conflict

** Attachment added: "fix-R0-conflict"
   
https://bugs.edge.launchpad.net/ubuntu/+source/predict/+bug/645036/+attachment/1621711/+files/fix-R0-conflict

-- 
[ARMEL] FTBFS: previous definition of 'R0'
https://bugs.launchpad.net/bugs/645036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
Waiting for armel test build verification

skyeye (1.2.5-2.1ubuntu1) maverick; urgency=low

  * device/nandflash/nandflash_smallblock.c:519
- Fix ftbfs on armel by adding the required oflag option to
the call to open. (LP: #645019)


** Patch added: "skyeye_1.2.5-2.1ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/skyeye/+bug/645019/+attachment/1621610/+files/skyeye_1.2.5-2.1ubuntu1.debdiff

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] Re: [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines

** Attachment added: "Dependencies.txt"
   
https://bugs.edge.launchpad.net/bugs/645019/+attachment/1621577/+files/Dependencies.txt

** Changed in: skyeye (Ubuntu)
 Assignee: (unassigned) => SevenMachines (sevenmachines)

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 645019] [NEW] [ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

2010-09-22 Thread SevenMachines
Public bug reported:

Binary package hint: skyeye

Fails to build armel due to missing required oflag arguments to open

In file included from //usr/include/fcntl.h:252,
 from nandflash/nandflash_smallblock.c:19:
In function 'open',
inlined from 'nandflash_sb_setup' at nandflash/nandflash_smallblock.c:519:
//usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared 
with attribute error: open with O_CREAT in second argument needs 3 arguments
make[3]: *** [nandflash_smallblock.o] Error 1

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: skyeye 1.2.5-2.1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Sep 22 09:59:34 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: skyeye

** Affects: skyeye (Ubuntu)
     Importance: Undecided
     Assignee: SevenMachines (sevenmachines)
 Status: New


** Tags: apport-bug i386 maverick

-- 
[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with 
O_CREAT in second argument needs 3 arguments
https://bugs.launchpad.net/bugs/645019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
:) Will do. Might have a look at why the builds taking so long first.
dual quad xeon, probably havent set it up right yet. i'll try musescore
tomorrow when theres enough time

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
This takes a couple of hours to build here so it might be tomorrow
before i can check it

** Patch added: "musescore_0.9.6+dfsg-1ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1619826/+files/musescore_0.9.6%2Bdfsg-1ubuntu1.debdiff

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
musescore will need a different approach i think. Arm builds are taking
an age here so it takes a while to check

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
Dhould get rid of the avutils/common.h problem, not tested build yet
though

kradio (4.0.0-0ubuntu5) maverick; urgency=low

  * armel-qreal-fix:
- Fixes non existent call to qMin(qreal, double) on armel bug
by casting double arg to qreali (LP: #642117)
  * debian/rules:
- Make sure __STDC_CONSTANT_MACROS is defined in cxxflags to 
ensure build catches missing  in avutils common.h

** Patch added: "kradio_4.0.0-0ubuntu5.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1618839/+files/kradio_4.0.0-0ubuntu5.debdiff

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
Great, thanks mathias, i'll start on a kde-style-bespin build

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
I'll look into it, I'm just working through them now on an armel
pbuilder environment, pencil will fail too

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
Actually add patch to 00list :(

** Patch added: "musescore_0.9.6+dfsg-1ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1618592/+files/musescore_0.9.6%2Bdfsg-1ubuntu1.debdiff

** Patch removed: "musescore_0.9.6+dfsg-1ubuntu1.debdiff"
   
https://bugs.edge.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1618231/+files/musescore_0.9.6%2Bdfsg-1ubuntu1.debdiff

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
Ii'll try and get an armel build of these tomorrow to test them out,
they shouldnt affect the i386/amd64 builds adversely though

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642117] Re: [armel] QFloat / double / float confusion

2010-09-21 Thread SevenMachines
musescore (0.9.6+dfsg-1ubuntu1) maverick; urgency=low

  * armel-float-cast-fix.dpatch:
- Fixes armel build by explicit cast of qreal reference to 
double return type(LP: #642117)


** Patch added: "musescore_0.9.6+dfsg-1ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/musescore/+bug/642117/+attachment/1618231/+files/musescore_0.9.6%2Bdfsg-1ubuntu1.debdiff

-- 
[armel] QFloat / double / float confusion
https://bugs.launchpad.net/bugs/642117
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   >