all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Ludovic Court??s <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Qt
Date: Sat, 12 Oct 2013 23:25:38 +0200	[thread overview]
Message-ID: <20131012212538.GA11121@debian> (raw)
In-Reply-To: <87k3hib7q7.fsf@gnu.org>

On Sat, Oct 12, 2013 at 09:38:08PM +0200, Ludovic Court??s wrote:
> I wonder how people address this in general.  Perhaps we could start
> xvfb in a pre-check phase if that’s enough?

(Something is weird with your character encoding. Or with my character
decoding?)

I think that people either do not run "make check", or they have an X server
at the time of compiling and checking graphic libraries...
 
> > The gui program complains about a missing icui18n library. Strace shows the
> > following:
> libicu4c is a dependency of Qt, right?

Yes.

> If so, I would make sure that it’s NEEDed by libqt.so, and that it’s in
> its RUNPATH.  To do that, run:
>   objdump -x libqt.so | grep -E '(NEED|PATH)'

Hm, which libqt.so? There are 20 libQt*.so! Precisely:
libQt3Support.so     libQtDesignerComponents.so  libQtNetwork.so      libQtSvg.so
libQtCLucene.so      libQtDesigner.so            libQtOpenGL.so       libQtTest.so
libQtCore.so         libQtGui.so                 libQtScript.so       libQtWebKit.so
libQtDBus.so         libQtHelp.so                libQtScriptTools.so  libQtXmlPatterns.so
libQtDeclarative.so  libQtMultimedia.so          libQtSql.so          libQtXml.so

Anyway, objdump on none of them yields anything after piped through "grep icu".

The problem of not finding the icu library was not critical, by the way;
a warning was printed on the console, and the "hello world" program worked
nonetheless.

Andreas

  reply	other threads:[~2013-10-12 21:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-08 19:05 Qt Andreas Enge
2013-10-08 21:05 ` Qt Ludovic Courtès
2013-10-10 12:59   ` Qt Andreas Enge
2013-10-10 13:09     ` Qt Ludovic Courtès
2013-10-10 20:00       ` Qt Andreas Enge
2013-10-10 22:19         ` Qt Mark H Weaver
2013-10-31 15:35           ` Qt Andreas Enge
2013-10-12 13:08         ` Qt Andreas Enge
2013-10-12 19:38           ` Qt Ludovic Courtès
2013-10-12 21:25             ` Andreas Enge [this message]
2013-10-12 21:39               ` Qt Andreas Enge
2013-10-13 13:54               ` Qt Ludovic Courtès
2013-10-13 14:18                 ` Qt Andreas Enge
2013-10-13 20:46                   ` Qt Ludovic Courtès
2013-11-11 20:19                     ` Qt Andreas Enge
2013-11-11 20:36                       ` Qt Ludovic Courtès
2014-09-29  8:06                         ` Qt Andreas Enge

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=20131012212538.GA11121@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.