Bug 466543 - Merkaartor fails to start
Summary: Merkaartor fails to start
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: merkaartor
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Sven Lankes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-10 20:00 UTC by Dylan R. Semler
Modified: 2008-10-10 21:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-10 21:14:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dylan R. Semler 2008-10-10 20:00:26 UTC
Description of problem:
Merkaartor fails to start.  When launching from the terminal, the following is printed before it crashes:

Object::connect: No such signal QWebPage::loadFinished(bool)
getting:  "qrc:/Html/ymap.html?WIDTH=512&HEIGHT=512&BBOX=0.000000,0.000000,180.000000,-85.051129" 
merkaartor: symbol lookup error: merkaartor: undefined symbol: _ZNK8QWebPage20networkAccessManagerEv

I believe the Object::connect error is not related as I think I've gotten that on working builds too.

Version-Release number of selected component (if applicable):
merkaartor.x86_64 0:0.11-2.fc9

How reproducible:
Always

Steps to Reproduce:
1. Launch Merkaartor from the terminal
2.
3.
  
Actual results:
Merkaartor crashes

Expected results:
Merkaartor opens normally

Additional info:
I have been going back and forth between the RPM and building merkaartor from source.  I'm not sure if having source libraries around is causing the problem.  I have make uninstalled, make distcleaned, rebooted, and run ldconfig between the last source build and installing the RPM.

Comment 1 Till Maas 2008-10-10 20:39:59 UTC
On i386 it runs without any problems on a fresh installation.

Please post the output of the following commands:
grep networkAccessManagerEv /usr/lib*/libQt*
rpm --verify qt-x11
which merkaartor

Which version of qt-x11 do you have installed? 

Does it help to move the configuration file away?
E.g. with:

mv ~/.config/BartVanhauwaert/Merkaartor.conf{,.bak}

I also see the Object::connect message with my working merkaartor.

Comment 2 Dylan R. Semler 2008-10-10 21:14:50 UTC
Well, after building and uninstalling from source, then installing the 0.11 rpm again, the rpm seems to be working.  I can no longer reproduce the crash.  Thanks for your help.


Note You need to log in before you can comment on or make changes to this bug.