[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2016-06-15 Thread Francesc Vicent
That's when it started to appear, as per its description.

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

Title:
  kcm_driver_manager: Infinitely shows Collecting information

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

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


[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2016-05-26 Thread Francesc Vicent
Before applying Carlo's patch but with update-apt-xapian-index-dbus
corrected according to Bug #1579834 this is what I get from 'systemctl
status dbus':

dbus[958]: [system] Rejected send message, 3 matched rules;
type="method_return", sender=":1.66" (uid=0 pid=2152
comm="/usr/bin/python3 /usr/share/apt-xapian-index/updat")
interface="(unset)" member="(unset)" error name="(unset)"
requested_reply="0" destination=":1.254" (uid=1001 pid=29622
comm="/usr/bin/systemsettings5 ")

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

Title:
  kcm_driver_manager: Infinitely shows Collecting information

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

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


[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-05-24 Thread Francesc Vicent
Thanks for the patch Carlo,

According to my system gobject should be also fixed:

AttributeError: When using gi.repository you must not import static
modules like "gobject". Please change all occurrences of "import
gobject" to "from gi.repository import GObject". See:
https://bugzilla.gnome.org/show_bug.cgi?id=709183

So I converted it too:

-   import gobject
+   try:
+   from gi.repository import GObject as gobject
+   except ImportError:
+   import gobject



** Bug watch added: GNOME Bug Tracker #709183
   https://bugzilla.gnome.org/show_bug.cgi?id=709183

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

Title:
  update-apt-xapian-index-dbus fails because of wrong import

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+subscriptions

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


[Bug 1311736] Re: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-05-04 Thread Francesc Vicent
It seems the bug is in the generation of /boot/grub/grub.cfg file,
update-grub is returning -1.*

* On my PC
root@EeePC:~ :)$ update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
root@EeePC:~ :($ #  Notice the smiley :(

The contents of my /etc/default/grub file, but with the stock one, the
same result is achieved:

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=quiet splash
#GRUB_CMDLINE_LINUX_DEFAULT=quiet splash acpi_osi=Linux
GRUB_CMDLINE_LINUX=

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM=0x01234567,0xfefefefe,0x89abcdef,0xefefefef

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass root=UUID=xxx parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE=480 440 1

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

Title:
  package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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

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


[Bug 1311736] Re: package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2014-05-04 Thread Francesc Vicent
Just to complement previous comment: just tried with all grub-pc and
grub-gfxpayload-lists versions between 12.04.4 and 14.04 but none
worked.

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

Title:
  package linux-image-3.13.0-24-generic 3.13.0-24.46 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 2

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

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


[Bug 409819] Re: [regression] Built-in mic not working after pulse updates on Karmic. Intel 82801H (ICH8 Family) sound card.

2012-01-24 Thread Francesc Vicent
Thinkpads and others using Intel Corporation 6 Series/C200 Series
Chipset, editing asound.state and running alsactl restore should work
for you.

Have a look at: https://bugzilla.redhat.com/show_bug.cgi?id=757431 It
worked on a HP Pavilion g6 that uses the same chipset.


** Bug watch added: Red Hat Bugzilla #757431
   https://bugzilla.redhat.com/show_bug.cgi?id=757431

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

Title:
  [regression] Built-in mic not working after pulse updates on Karmic.
  Intel 82801H (ICH8 Family) sound card.

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

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


[Bug 845066] Re: Launch helper exited with unknown return code 127

2011-09-13 Thread Francesc Vicent
*** This bug is a duplicate of bug 613412 ***
https://bugs.launchpad.net/bugs/613412

** This bug has been marked a duplicate of bug 613412
   packagekit in maverick causes error in apt operations

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

Title:
  Launch helper exited with unknown return code 127

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

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-02 Thread Francesc Vicent
Yes, now it works, many thanks!

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
The core dumps are too big, I haven't been able to upload the 200 MB
file as attachment. I'm trying to upload it to a FTP server.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Ok, installing libqt4-dbg now, I'll send the trace as soon as possible.

No Qt 4:4.7.1-0ubuntu12 makes VirtualBox crash much earlier :( I'll be
opening another bug report soon.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 727198] [NEW] libqt4 4:4.7.1-0ubuntu12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Public bug reported:

Binary package hint: libqtgui4

Before starting the boot process of the guest OS (Windows7 64bit),
VirtualBox closes unexpectedly and the following error can be seen in
syslog:

VirtualBox[26363]: segfault at 0 ip 7f406ca40a63 sp 7fff54706a70
error 4 in libQtGui.so.4.7.1[7f406c80e000+a51000]

Ubunty Release:
Description: Ubuntu Natty (development branch)
Release: 11.04 (x64)

I'll be sending more details in the next comments.

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/727198

Title:
  libqt4 4:4.7.1-0ubuntu12 produce segfault in VirtualBox (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
For Qt 4:4.7.1-0ubuntu12 I've opened bug 727198:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/727198

Attached you can find the strace and the gdb full backtrace, once
installed libqt4-dbg.

** Attachment added: libqtgui4_traces.7z
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+attachment/1878842/+files/libqtgui4_traces.7z

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Answers to the questions from Michael Thayer, found in the duplicate bug
#726980

 * Are you using VirtualBox 4.0.4? Yes, I am.
 * What guest systems are you using, and does this affect all VMs you use? Just 
Windows7 64bit.
 * Does this happen as soon as the VMs start? No, as soon as I move the mouse.
 * Do the guest systems have Guest Additions installed? (If this happens as 
soon as the VMs start the question about Guest Additions is probably not 
relevant.) Yes, it is, also the Extension Pack.
 * Are you using the USB mouse emulation? I don't think so, I'm using standard 
pointer.
 * Did this use to work, and if so, do you have any idea what might have 
changed? Yes, this worked fine until 4:4.7.1-0ubuntu10, last working version is 
4:4.7.1-0ubuntu9
 * And could you provide a log file from a crashing VM session? Yes, already 
provided them. In case you need anything else, please ask.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 727198] Re: libqt4 4:4.7.1-0ubuntu12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
*** This bug is a duplicate of bug 725959 ***
https://bugs.launchpad.net/bugs/725959

** This bug has been marked a duplicate of bug 725959
   libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)
 * You can subscribe to bug 725959 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+subscribe

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/727198

Title:
  libqt4 4:4.7.1-0ubuntu12 produce segfault in VirtualBox (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
** Summary changed:

- libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)
+ libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
I've found out that in version 4:4.7.1-0ubuntu12 actually suffers the
same bug: VirtualBox crashes at the same stage (when insteracting with
the guest OS). Thus, I've marked bug #727198 as a duplicate of this one
and modified the summary.

I attach the traces from strace and gdb using version 4:4.7.1-0ubuntu12.
In case you need more info, please let me know.

** Attachment added: libqtgui4_traces_12.7z
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+attachment/1878870/+files/libqtgui4_traces_12.7z

** Description changed:

  Binary package hint: libqtgui4
  
  Before finishing the boot process of the guest OS (Windows7 64bit),
  VirtualBox closes unexpectedly and the following error can be seen in
  syslog:
  
  VirtualBox[12482]: segfault at 0 ip 7faa37287a63 sp 7fff35f443e0
  error 4 in libQtGui.so.4.7.1[7faa37055000+a51000]
  
  Ubunty Release:
  Description:Ubuntu Natty (development branch)
- Release:11.04
+ Release:11.04 (x64)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
I'm very sorry, the second time, I was 'sure' that all three of them
were version 12 I'm uploading a good version now.

In case it helps, here you are some info from gdb, that is was also in
the last gdb trace:

Program received signal SIGSEGV, Segmentation fault.
QETWidget::translateXI2Event (this=0x2753ef0, event=value optimized out) at 
kernel/qapplication_x11.cpp:5250
5250kernel/qapplication_x11.cpp: The file or directory doesn't exist. # 
translated from catalan #
in kernel/qapplication_x11.cpp


** Attachment added: VBox_libqtgui4_traces_12.7z
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+attachment/1879058/+files/VBox_libqtgui4_traces_12.7z

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
I've seen that the segfault occurs at any stage of the guest OS boot
process.

As Jason Reusch reported in bug #726980, it crashes when using the mouse
over the window, even at very early boot stages, when no information of
the guest has been displayed yet.

I've been using the system with only keyboard and it works fine, no
segfault at all. I hope it helps.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Sorry Chase, it doesn't appear to be working, the behavior was the same.

These three packages were upgraded before testing, was it ok?:

 - xinput amd64 1.5.3-2ubuntu1~utouch2 [26,4 kB]
 - xserver-common all 2:1.9.99.902-2ubuntu2~utouch1 [1214 kB]
 - xserver-xorg-core amd64 2:1.9.99.902-2ubuntu2~utouch1 [1769 kB]

About that core dump, is it better with these packages or without them?

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Sorry, I've read your comment better, I'm trying to do the test as you
said.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Sorry Chase, I've just read your comment better, I'm trying to do the
test as you said.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
When I try to install your libqtgui4, nothing happens:

No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

I'll wait and see if it gets built later.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox (libqtgui4)

2011-03-01 Thread Francesc Vicent
Now I've tried it well and continues to crash :(

I attach the two traces, I'll attach two core dumps (pre and post-crash)
in the next comments, because they are huge.

I upgraded the following packages, and only them:

- libqt4-dbg
- libqt4-dbus
- libqt4-declarative
- libqt4-designer
- libqt4-help
- libqt4-network
- libqt4-opengl
- libqt4-qt3support
- libqt4-script
- libqt4-scripttools
- libqt4-sql
- libqt4-sql-mysql
- libqt4-sql-sqlite
- libqt4-svg
- libqt4-test
- libqt4-xml
- libqt4-xmlpatterns
- libqtcore4
- libqtgui4

** Attachment added: VBox_libqtgui4_traces_13.7z
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+attachment/1879620/+files/VBox_libqtgui4_traces_13.7z

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10, 11 and 12 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

2011-02-28 Thread Francesc Vicent
Thanks Felix, sorry, apport didn't pop up. I backtraced it using gdb, in
case it is not enough, please tell me how I can help.

GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/virtualbox/VirtualBox...(no debugging symbols 
found)...done.
(gdb) attach 1033
Attaching to program: /usr/lib/virtualbox/VirtualBox, process 1033
Reading symbols from /lib/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
[New Thread 0x7f818b6c7700 (LWP )]
[New Thread 0x7f8174a9a700 (LWP 1063)]
[New Thread 0x7f817529b700 (LWP 1062)]
[New Thread 0x7f818c690700 (LWP 1061)]
[New Thread 0x7f817eb96700 (LWP 1060)]
[New Thread 0x7f817ec17700 (LWP 1059)]
[New Thread 0x7f817ecd8700 (LWP 1058)]
[New Thread 0x7f817ed09700 (LWP 1057)]
[New Thread 0x7f8182fe8700 (LWP 1055)]
[New Thread 0x7f818831f700 (LWP 1054)]
[New Thread 0x7f8189d80700 (LWP 1053)]
[New Thread 0x7f818a009700 (LWP 1050)]
[New Thread 0x7f818af70700 (LWP 1049)]
[New Thread 0x7f818b1fb700 (LWP 1048)]
[New Thread 0x7f818b3c5700 (LWP 1047)]
[New Thread 0x7f818b646700 (LWP 1046)]
[New Thread 0x7f81a458c700 (LWP 1038)]
[New Thread 0x7f81a45b7700 (LWP 1037)]
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /usr/lib/virtualbox/VBoxRT.so...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/virtualbox/VBoxRT.so
Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libz.so.1
Reading symbols from /lib/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libcrypto.so.0.9.8...(no debugging symbols 
found)...done.
Loaded symbols for /lib/libcrypto.so.0.9.8
Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libcurl.so.4...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libcurl.so.4
Reading symbols from /usr/lib/libidn.so.11...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libidn.so.11
Reading symbols from /usr/lib/liblber-2.4.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/liblber-2.4.so.2
Reading symbols from /usr/lib/libldap_r-2.4.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libldap_r-2.4.so.2
Reading symbols from /usr/lib/libgssapi_krb5.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgssapi_krb5.so.2
Reading symbols from /lib/libssl.so.0.9.8...(no debugging symbols found)...done.
Loaded symbols for /lib/libssl.so.0.9.8
Reading symbols from /lib/libresolv.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /usr/lib/libsasl2.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /usr/lib/libgnutls.so.26...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libgnutls.so.26
Reading symbols from /lib/libgcrypt.so.11...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcrypt.so.11
Reading symbols from /usr/lib/libkrb5.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libkrb5.so.3
Reading symbols from /usr/lib/libk5crypto.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libk5crypto.so.3
Reading symbols from /lib/libcom_err.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libcom_err.so.2
Reading symbols from /usr/lib/libkrb5support.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libkrb5support.so.0
Reading symbols from /usr/lib/libtasn1.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libtasn1.so.3
Reading symbols from 

[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

2011-02-28 Thread Francesc Vicent
More info:

The error occurs when I try to interact with the guest OS (Windows7
64bit).

I'm running VirtualBox 4.0.4 from contrib at oracle's. The machine is a
MacBookPro5,5.

** Summary changed:

- libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)
+ libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui4)

** Summary changed:

- libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui4)
+ libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox (libqtgui4)

2011-02-28 Thread Francesc Vicent
I've attached the output of strace, with the options -s128 -f, a 3 MB
7z file that once decompressed become 85!

In case they are not the right ones, please let me know which to use.

** Attachment added: VBox_strace.txt.7z
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959/+attachment/1877463/+files/VBox_strace.txt.7z

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu10 and 11 produce segfault in VirtualBox
  (libqtgui4)

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


[Bug 725959] [NEW] libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

2011-02-27 Thread Francesc Vicent
Public bug reported:

Binary package hint: libqtgui4

Before finishing the boot process of the guest OS (Windows7 64bit),
VirtualBox closes unexpectedly and the following error can be seen in
syslog:

VirtualBox[12482]: segfault at 0 ip 7faa37287a63 sp 7fff35f443e0
error 4 in libQtGui.so.4.7.1[7faa37055000+a51000]

Ubunty Release:
Description:Ubuntu Natty (development branch)
Release:11.04

** Affects: qt4-x11 (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/725959

Title:
  libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

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


[Bug 724867] Re: current qtopengl breaks virtualbox

2011-02-27 Thread Francesc Vicent
#10 Version 4:4.7.1-0ubuntu11 makes my guest OS (windows7 x64) to close
unexpectedly before having completely started. I downgraded to
4.7.1-0ubuntu9 and the guest worked fine again.

A new bug report has been opened for this error:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/725959

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

Title:
  current qtopengl breaks virtualbox

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


[Bug 725959] Re: libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

2011-02-27 Thread Francesc Vicent
Downgrading libqtgui4 (and libqtcore4) to 4:4.7.1-0ubuntu10 did not
help,

To have VirtualBox working again ,I had to downgrade to
4:4.7.1-0ubuntu10 by installing two packages:

dpkg -i \
 libqtcore4_4.7.1-0ubuntu9_amd64.deb \
 libqtgui4_4.7.1-0ubuntu9_amd64.deb

that can be found in the pool/main/q/qt4-x11/ subdirectory of the
mirrors.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/725959

Title:
  libqt4 4:4.7.1-0ubuntu11 produces segfault in VirtualBox (libqtgui)

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


[Bug 724867] Re: current qtopengl breaks virtualbox

2011-02-26 Thread Francesc Vicent
I downgraded by installing three packages:

dpkg -i \
 libqt4-opengl_4.7.1-0ubuntu9_amd64.deb \
 libqtcore4_4.7.1-0ubuntu9_amd64.deb \
 libqtgui4_4.7.1-0ubuntu9_amd64.deb

that can be found in the pool/main/q/qt4-x11/ subdirectory of the
mirrors.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.
https://bugs.launchpad.net/bugs/724867

Title:
  current qtopengl breaks virtualbox

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


[Bug 725096] Re: virtualbox failed to run: VirtualBox: supR3HardenedMainGetTrustedMain: dlopen(/usr/lib/virtualbox/VirtualBox.so, ) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN10

2011-02-25 Thread Francesc Vicent
*** This bug is a duplicate of bug 724867 ***
https://bugs.launchpad.net/bugs/724867

From bug 724867: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/724867
...
Virtualbox works only after downgrade libqt4-opengl package.
...
4:4.7.1-0ubuntu10 is accidentally built with egl support.
...

For me it worked downgrading to these 3 packages:

libqt4-opengl_4.7.1-0ubuntu9_amd64.deb
libqtcore4_4.7.1-0ubuntu9_amd64.deb
libqtgui4_4.7.1-0ubuntu9_amd64.deb

that can be found in the pool/main/q/qt4-x11/ subdirectory of the
mirrors.

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

Title:
  virtualbox failed to run: VirtualBox: supR3HardenedMainGetTrustedMain:
  dlopen(/usr/lib/virtualbox/VirtualBox.so,) failed:
  /usr/lib/virtualbox/VirtualBox.so: undefined symbol:
  _ZN10QGLContext9tryVisualERK9QGLFormati

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


[Bug 724894] Re: virtualbox fails to start: VirtualBox.so error

2011-02-25 Thread Francesc Vicent
*** This bug is a duplicate of bug 724867 ***
https://bugs.launchpad.net/bugs/724867

From bug 724867: https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/724867
...
Virtualbox works only after downgrade libqt4-opengl package.
...
4:4.7.1-0ubuntu10 is accidentally built with egl support.
...

For me it worked downgrading to these 3 packages:

libqt4-opengl_4.7.1-0ubuntu9_amd64.deb
libqtcore4_4.7.1-0ubuntu9_amd64.deb
libqtgui4_4.7.1-0ubuntu9_amd64.deb

that can be found in the pool/main/q/qt4-x11/ subdirectory of the
mirrors.

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

Title:
  virtualbox fails to start: VirtualBox.so error

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


[Bug 344100] Re: update-notifier does not work in Jaunty

2009-03-17 Thread Francesc Vicent
*** This bug is a duplicate of bug 338501 ***
https://bugs.launchpad.net/bugs/338501

** This bug has been marked a duplicate of bug 338501
   update-notifier should emit notification when updates are available

-- 
update-notifier does not work in Jaunty
https://bugs.launchpad.net/bugs/344100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 338501).

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


[Bug 232416] Re: debconf upgrade: xargs Assertion `bc_ctl.arg_max = (131072-2048)' failed.

2008-05-21 Thread Francesc Vicent
I can confirm this on i386.

Same issue when aptitude safe-upgrade from hardy to intrepid.

The xargs replacement in /var/lib/dpkg/info/debconf.prerm also worked
for me.

Thanks Grant!

-- 
debconf upgrade: xargs Assertion `bc_ctl.arg_max = (131072-2048)' failed.
https://bugs.launchpad.net/bugs/232416
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 189005] Re: dpkg fails with debconf locked

2008-03-07 Thread Francesc Vicent
Thanks!

-- 
dpkg fails with debconf locked
https://bugs.launchpad.net/bugs/189005
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 189005] It seems a initramfs-tools problem

2008-02-08 Thread Francesc Vicent
The previous version of initramfs-tools seems to be ok:

wget 
http://archive.ubuntu.com/ubuntu/pool/main/i/initramfs-tools/initramfs-tools_0.85eubuntu20_all.deb
sudo dpkg -i initramfs-tools_0.85eubuntu20_all.deb

and the problem disappears...

Maintainer: Ubuntu Kernel Team [EMAIL PROTECTED]
Bugs: mailto:[EMAIL PROTECTED]

-- 
dpkg fails with deconf locked
https://bugs.launchpad.net/bugs/189005
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 189005] Sorry, it does NOT seem a initramfs-tools problem

2008-02-08 Thread Francesc Vicent
I dont' know how to edit my previuos comment: I was wrong, the problem
is still there :(

-- 
dpkg fails with deconf locked
https://bugs.launchpad.net/bugs/189005
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-06 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

Matthias Klose  said 6 hours ago:

fixed in openoffice.org 2.2.1~rc3-1ubuntu3

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-06 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

Anderson  said 1 hour ago:

A warning for those people that made my workaround
Now, you must remove old libhunspell from the system.

# rm /usr/lib/openoffice/program/libhunspell*

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-06 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

I've done it to inform people who come (came) here by googling the
literal OOo error:

/usr/lib/openoffice/program/soffice.bin: symbol lookup error:
/usr/lib/openoffice/program/libspell680li.so: undefined symbol:
_ZN8Hunspell5spellEPKc

http://www.google.com/search?q=%2Fusr%2Flib%2Fopenoffice%2Fprogram%2Fsoffice.bin%3A+symbol+lookup+error%3A+%2Fusr%2Flib%2Fopenoffice%2Fprogram%2Flibspell680li.so%3A+undefined+symbol%3A+_ZN8Hunspell5spellEPKc

But ok, AFAIK by the moment this bug is solved and it should be closed

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-04 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

I guess that we will wait until 2.2.1, now it is in release candidate 2:

http://development.openoffice.org/releases/2.2.1rc2.html

(this bug is duplicated in 111940, it seems to be the active thread)

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111940] Re: libhunspell-1.1-0 1.1.5-6: Incompatible ABI change

2007-06-04 Thread Francesc Vicent
I guess that we will wait until 2.2.1, now it is in release candidate 2:
http://development.openoffice.org/releases/2.2.1rc2.html

If you need OOo in gutsy, just install libhunspell 1.1.4 from feisty:
http://launchpadlibrarian.net/5769050/libhunspell-1.1-0_1.1.4-7_i386.deb

-- 
libhunspell-1.1-0 1.1.5-6: Incompatible ABI change
https://bugs.launchpad.net/bugs/111940
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111940] Re: libhunspell-1.1-0 1.1.5-6: Incompatible ABI change

2007-06-04 Thread Francesc Vicent
(but in case you install libhunspell for feisty, you will not be able to
use current firefox and thunderbird in gutsy)

-- 
libhunspell-1.1-0 1.1.5-6: Incompatible ABI change
https://bugs.launchpad.net/bugs/111940
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-04 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

If you need OOo in gutsy, just install libhunspell 1.1.4 from feisty: 
http://launchpadlibrarian.net/5769050/libhunspell-1.1-0_1.1.4-7_i386.deb
But in case you do it, you won't be able to use current firefox and thunderbird.

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-06-04 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

thaks to Anderson, a possible workaround is:

# wget http://launchpadlibrarian.net/5769050/libhunspell-1.1-0_1.1.4-7_i386.deb
# dpkg --extract libhunspell-1.1-0_1.1.4-7_i386.deb .
# cp usr/lib/libhunspell* /usr/lib/openoffice/program/

So only OpenOffice.org uses the old libhunspell.

(
https://bugs.launchpad.net/ubuntu/+source/hunspell/+bug/111940/comments/25
)

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 111886] Re: [Gutsy] undefined symbol: _ZN8Hunspell5spel

2007-05-26 Thread Francesc Vicent
*** This bug is a duplicate of bug 111940 ***
https://bugs.launchpad.net/bugs/111940

This bug is about libhunspell version (1.1.4  1.1.5). Please rebuild
OOo and it will disappear.

Quote:

1.1.4 and 1.1.5 changed ABI, but the SONAME didn't change. Not that it
wold have mattered anyway as the shared library was only in experimental
only and 1.1.5 is the first upstream version with shared library.

Newer OOos depend on the newr libhunspell, older OOos are not fixable.

http://lists.debian.org/debian-openoffice/2007/03/msg00184.html

-- 
[Gutsy]  undefined symbol: _ZN8Hunspell5spel
https://bugs.launchpad.net/bugs/111886
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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