ArchiveOrangemail archive

Ubuntu bug tracker changes - HIGH VOLUME


ubuntu-bugs.lists.ubuntu.com
(List home) (Recent threads) (278 other Ubuntu lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Very high traffic list: 100+ messages per day
  • This list contains about 1,848,624 messages, beginning Jun 2009
  • 1,632 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, contact us.
Are you sure? yes no

[NEW] Eqonomize crashes on startup

Ad
Terje Rolland Andersen 1265673163Mon, 08 Feb 2010 23:52:43 +0000 (UTC)
Public bug reported:

Binary package hint: eqonomize

When I try to launch Eqonomize!, it crashes after a second or so.
If I run it from a terminal I get this error:
$ eqonomize
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
eqonomize: symbol lookup error: eqonomize: undefined symbol: _ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Ei
<unknown program name>(25931)/: Communication problem with  "eqonomize" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name net.sourceforge.eqonomize was not provided by any .service files" "

Works fine in karmic but not in lucid.

ProblemType: Bug
Architecture: i386
Date: Tue Feb  9 00:37:06 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
Package: eqonomize 0.6-4ubuntu2
ProcEnviron:
 LANGUAGE=nn_NO.utf8
 LANG=nn_NO.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.17-generic
SourcePackage: eqonomize
Uname: Linux 2.6.32-12-generic i686

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


** Tags: apport-bug i386 lucid
[OP] Terje Rolland Andersen 1265673165Mon, 08 Feb 2010 23:52:45 +0000 (UTC)
** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38907288/Depend...
Thomas Neumann 1272730564Sat, 01 May 2010 16:16:04 +0000 (UTC)
A workaround for this is to run

apt-get --build source eqonomize

(assuming you have all necessary development packages installed)

and to then run

sudo dpkg -i equonomize*.deb

eqonomize works afterards.

I think the problem is that the current official binary packages are
build against a wrong library version. Building it yourself fixes this.
Jimmy Tran 1272732129Sat, 01 May 2010 16:42:09 +0000 (UTC)
jt@jt-laptop:~$ apt-get --build source eqonomize
Reading package lists... Done
Building dependency tree       
Reading state information... Done
NOTICE: 'eqonomize' packaging is maintained in the 'Git' version control system at:
git://git.debian.org/git/collab-maint/eqonomize.git
Need to get 986kB of source archives.
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid/universe eqonomize 0.6-4ubuntu2 (dsc) [1,964B]
Get:2 http://us.archive.ubuntu.com/ubuntu/ lucid/universe eqonomize 0.6-4ubuntu2 (tar) [971kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ lucid/universe eqonomize 0.6-4ubuntu2 (diff) [12.8kB]
Fetched 986kB in 32s (30.2kB/s)                                                
gpgv: Signature made Tue 24 Nov 2009 07:05:18 AM PST using RSA key ID 97870010
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./eqonomize_0.6-4ubuntu2.dsc
dpkg-source: info: extracting eqonomize in eqonomize-0.6
dpkg-source: info: unpacking eqonomize_0.6.orig.tar.gz
dpkg-source: info: applying eqonomize_0.6-4ubuntu2.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package eqonomize
dpkg-buildpackage: source version 0.6-4ubuntu2
dpkg-buildpackage: source changed by Jonathan Thomas 
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.0.50) quilt (>= 0.46-7) cmake docbook2x kdelibs5-dev (>= 4:4.3.3-0ubuntu3)
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build command 'cd eqonomize-0.6 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
jt@jt-laptop:~$ sudo dpkg -i equonomize*.deb
[sudo] password for jt: 
dpkg: error processing equonomize*.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 equonomize*.deb
jt@jt-laptop:~$
fabiokr 1272732982Sat, 01 May 2010 16:56:22 +0000 (UTC)
There was a mismatch on the command, the correct one is:
sudo dpkg -i eqonomize*.deb
instead of:
sudo dpkg -i equonomize*.deb

Everything is working now!
Thanks!
Jimmy Tran 1272735349Sat, 01 May 2010 17:35:49 +0000 (UTC)
I'm still having problems, seems like my " apt-get --build source eqonomize "
Doesn't complete...  Please help.

dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package eqonomize
dpkg-buildpackage: source version 0.6-4ubuntu2
dpkg-buildpackage: source changed by Jonathan Thomas 
dpkg-buildpackage: host architecture i386
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.0.50) quilt (>= 0.46-7) cmake docbook2x kdelibs5-dev (>= 4:4.3.3-0ubuntu3)
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
Build command 'cd eqonomize-0.6 && dpkg-buildpackage -b -uc' failed.
E: Child process failed
fabiokr 1272736657Sat, 01 May 2010 17:57:37 +0000 (UTC)
You are missing the development libraries, as stated here:

dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.0.50)
quilt (>= 0.46-7) cmake docbook2x kdelibs5-dev (>= 4:4.3.3-0ubuntu3)

Go to the Synaptic Package Manager and look for the missing libraries
(debhelper, quilt, cmake, docbook2x and kdelibs5-dev).
Jimmy Tran 1272771346Sun, 02 May 2010 03:35:46 +0000 (UTC)
Sweet, it worked, thanks!
HeinzBoettjer 1273598771Tue, 11 May 2010 17:26:11 +0000 (UTC)
Is there a reason not to re-compile in the repositories so every one can
get it fixed via update?

** Attachment added: "The rRe-Compiled Version"
   http://launchpadlibrarian.net/48283738/eqonom...
Orion Ifland 1275160863Sat, 29 May 2010 19:21:03 +0000 (UTC)
@HeinzBoettjer: Thanks! Installing that .deb was easier than rebuilding.
= )
Richard Ulrich 1276731075Wed, 16 Jun 2010 23:31:15 +0000 (UTC)
Thanks for the deb. It works until the package manager updates to the
original again. So, I have to keep it manually from doing so. Will the
fix make it to the official  repository soon?-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Diego Gallardo 1277068539Sun, 20 Jun 2010 21:15:39 +0000 (UTC)
Thanks to @tneumann. I re-compile the package and work great.
So I upload the re-compiled packaged for other users.

** Attachment added: "Re-compiled version for x64"
   http://launchpadlibrarian.net/50650418/eqonom...-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Jonathan Thomas 1279561862Mon, 19 Jul 2010 17:51:02 +0000 (UTC)
The stock lucid version of eqonomize runs fine in both 10.04 and the
prerelease version of 10.10. It is likely that you have a nonstandard
prerelease version of Qt installed.

** Changed in: eqonomize (Ubuntu)
       Status: New => Invalid-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
HeinzBoettjer 1279569970Mon, 19 Jul 2010 20:06:10 +0000 (UTC)
eqonomize -v told me
Qt: 4.6.2
KDE: 4.4.2 (KDE 4.4.2)
Eqonomize!: 0.6

this is both on a system upgraded vom 9.10 and on a installed system
from CD-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Thomas Neumann 1279570555Mon, 19 Jul 2010 20:15:55 +0000 (UTC)
Interesting. Indeed it seems to be possible to fix the issue by doing a

sudo aptitude reinstall libqt4-xml libqtcore4 libqtgui4
sudo aptitude purge eqonomize eqonomize-doc
sudo aptitude install eqonomize

but the funny thing is that aptitude claims that the version numbers are
the same before and afterwards! Apparently a new version of something
(presumably qt) was uploaded during the lucid beta phase without bumping
the version number.-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
HeinzBoettjer 1279572967Mon, 19 Jul 2010 20:56:07 +0000 (UTC)
I try twice the three lines and there is no error due it but when
calling eqonomize the error still happens.-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Thomas Neumann 1279609274Tue, 20 Jul 2010 07:01:14 +0000 (UTC)
Have you tried cleaning your package cache before running these
commands? (sudo aptitude clean). There is definitively something funny
happening here, I think some package is lying about its version number.
Of course it could be that I had accidentally replaced the offending
package earlier already without noticing, and therefore my recipe just
worked by chance.

Here are the package versions that work for me after reinstalling the
packages as shown above:

LANG=C aptitude show eqonomize eqonomize-doc libqt4-xml libqtcore4 libqtgui4 | grep Version
Version: 0.6-4ubuntu2
Version: 0.6-4ubuntu2
Version: 4:4.6.2-0ubuntu5
Version: 4:4.6.2-0ubuntu5
Version: 4:4.6.2-0ubuntu5-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Thomas Neumann 1279632414Tue, 20 Jul 2010 13:26:54 +0000 (UTC)
Correction: I did not test this properly, eqonomize still crashes. It
just does not crash immedately when not opening an existing file. But
adding an entry for example still crashes it reliably, with the same
error message as the original poster:

eqonomize: symbol lookup error: eqonomize: undefined symbol:
_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Ei-- 
Eqonomize crashes on startup
https://bugs.launchpad.net/bugs/519075
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
t0cableguy 1293516653Tue, 28 Dec 2010 06:10:53 +0000 (UTC)
This is still a bug and every time I update I have to reinstall my built
package. Is this ever going to be addressed properly?-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519075

Title:
  Eqonomize crashes on startup
t0cableguy 1293517852Tue, 28 Dec 2010 06:30:52 +0000 (UTC)
** Changed in: eqonomize (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/519075

Title:
  Eqonomize crashes on startup
Matjaž 1296555354Tue, 01 Feb 2011 10:15:54 +0000 (UTC)
To avoid the problem of having to recompile the package every time you do an update do the following (instead of the suggested way of building the package)
uninstall all versions of eqonomize that you have installed

sudo apt-get source eqonomize
cd eqo*

now change the version & description of the package :

sudo dch -l local 'eqonomize-local'
sudo debuild -us -uc
sudo dpkg -i ../eqonomize*.deb

You do have to have dch available (sudo apt-get install devscripts).
And then go to synaptic and lock the package version (perhaps this is not nessesary?) (package->lock version)-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/519075

Title:
  Eqonomize crashes on startup
Home | About | Privacy