All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Dombroski <matthew@4d-electronics.co.nz>
To: openembedded-devel@lists.openembedded.org
Subject: Re: qt4-embedded & tslib
Date: Thu, 10 Sep 2009 15:19:19 +1200	[thread overview]
Message-ID: <4AA87037.3030708@4d-electronics.co.nz> (raw)
In-Reply-To: <200909100412.56615.holger+oe@freyther.de>

On 10/09/09 14:12, Holger Hans Peter Freyther wrote:
> On Thursday 10 September 2009 00:02:07 Matthew Dombroski wrote:
>    
>> On 09/09/09 18:49, Eric Bénard wrote:
>>      
>>> Hi Matthew,
>>>
>>> Matthew Dombroski a écrit :
>>>        
>>>> Actually, the problem is that tslib is linked incorrectly.
>>>> The pthres, linear, etc. modules are not linked to libts so theyre
>>>> missing symbols when an attempt is made to load them.
>>>>          
>>> ts_calibrate&  ts_test are working fine : doesn't is mean the modules
>>> are properly linked ?
>>>        
>> ldd says not:
>>
>> $ ldd dejitter.so
>> libc.so.6 =>  /lib/libc.so.6 (0x4000a000)
>> /lib/ld-linux.so.3 (0x2a000000)
>>
>> With my patch:
>>
>> $ ldd dejitter.so
>> libts-1.0.so.0 =>  /usr/lib/libts-1.0.so.0 (0x4000a000)
>> libdl.so.2 =>  /lib/libdl.so.2 (0x40014000)
>> libc.so.6 =>  /lib/libc.so.6 (0x4001f000)
>> /lib/ld-linux.so.3
>>
>> I'm not sure why Qt is the only place it fails (unlinked).
>> My opinion is that linking properly is technically better.
>>      

Hmm... tslib svn has fixed it anyway.
See 
http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?revision=56&view=markup

> Can you provide us with the output of the failure?
>    

runtime failure:

# app  -qws
Couldnt load module pthres
QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such 
file or directory'
Please check your tslib installation!

My tslib installation is fine.

~Matt





  reply	other threads:[~2009-09-10  3:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-06 12:31 qt4-embedded & tslib Eric Bénard
2009-09-06 15:03 ` Holger Hans Peter Freyther
2009-09-06 17:16   ` Eric Bénard
2009-09-06 22:22     ` Matthew Dombroski
2009-09-09  6:49       ` Eric Bénard
2009-09-09 22:02         ` Matthew Dombroski
2009-09-10  2:12           ` Holger Hans Peter Freyther
2009-09-10  3:19             ` Matthew Dombroski [this message]
2009-09-10  6:28               ` Eric Bénard
2009-09-24 19:02       ` [PATCH] " Eric Bénard
2009-09-25 11:29         ` Holger Hans Peter Freyther
2009-09-25 12:06           ` Eric Bénard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AA87037.3030708@4d-electronics.co.nz \
    --to=matthew@4d-electronics.co.nz \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.