all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: gobject-introspection typelibs and shared libraries
Date: Mon, 8 Dec 2014 15:51:17 +0100	[thread overview]
Message-ID: <CAKrPhPOwmpSL9gO4jWno0Jh44Xr9+v8svx8HfS1u-UqWWgD=kg@mail.gmail.com> (raw)
In-Reply-To: <CAKrPhPMgDOqu66aGkQMBin4ZFOnbwVcO_+kYaPYD5ur17pKNKA@mail.gmail.com>

On Mon, Dec 8, 2014 at 1:21 PM, Federico Beffa <beffa@ieee.org> wrote:
> Actually, I see that this part of gobject-introspection was slightly
> edited from our version 1.38.0 to later ones. Nix uses 1.40.0 and the
> newest is 1.42.0. So I'm planning to upgrade to the latest.

The patch applies and build succeeds for 1.40.0 and 1.42.0. However,
some test fail. Nix disables the test phase. Are you OK disabling the
tests and going with 1.42.0.

(I've tried to apply a similar patch to our current version 1.38.0,
but with only the change copied from the patch I posted the build
phase fails.)

>
>> Do we also need to do something for GI_TYPELIB_PATH?  Perhaps this
>> should be in the ‘native-search-paths’ field of gobject-introspection?
>
> I think that we do not need to set GI_TYPELIB_PATH in
> gobject-introspection, but in in the packages making use of it.

I've run the tests with and without

    (native-search-paths
     (list (search-path-specification
            (variable "GI_TYPELIB_PATH")
            (directories '("lib/girepository-1.0")))))
    (search-paths native-search-paths)

(and with/without (search-path ...), but it makes no difference.  This
probably due to the fact that there is no lib/girepository-1.0
directory in the source tree and the tests are run before
installation. I therefore think that this is not needed here.  It will
be needed with packages making use of gobject-introspection or other
libraries providing typelib files.

Regards,
Fede

  reply	other threads:[~2014-12-08 14:51 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-07 14:21 gobject-introspection typelibs and shared libraries Federico Beffa
2014-12-07 20:48 ` Ludovic Courtès
2014-12-07 22:11   ` Federico Beffa
2014-12-08  9:22     ` Ludovic Courtès
2014-12-08 12:21       ` Federico Beffa
2014-12-08 14:51         ` Federico Beffa [this message]
2014-12-08 20:37         ` Ludovic Courtès
2014-12-09 19:30           ` Federico Beffa
2014-12-09 20:27             ` Federico Beffa
2014-12-10  4:15               ` Mark H Weaver
2014-12-09 20:58             ` Ludovic Courtès
2014-12-10  4:39             ` Mark H Weaver
2014-12-10  4:54               ` Mark H Weaver
2014-12-10  8:48                 ` Ludovic Courtès
2014-12-10  8:57                   ` Federico Beffa
2014-12-10 12:56                     ` Ludovic Courtès
2014-12-16 19:45                       ` Federico Beffa
2014-12-17  7:20                         ` Mark H Weaver
2014-12-17  8:57                         ` Ludovic Courtès
2015-01-13 17:10                           ` Federico Beffa
2015-01-13 20:22                             ` Ludovic Courtès
2015-01-13 21:40                               ` Federico Beffa
2015-01-14 20:43                                 ` Ludovic Courtès
2015-01-15  8:27                                   ` Federico Beffa
2015-01-15 21:42                                     ` Ludovic Courtès
2015-01-16 17:07                                       ` Federico Beffa
2015-01-16 20:47                                       ` Andreas Enge
  -- strict thread matches above, loose matches on Subject: below --
2015-01-17  9:46 Federico Beffa
2015-01-17 10:15 ` 宋文武
2015-01-17 12:02 ` Andreas Enge
2015-01-18  9:39   ` Federico Beffa
2015-01-18 13:16     ` 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='CAKrPhPOwmpSL9gO4jWno0Jh44Xr9+v8svx8HfS1u-UqWWgD=kg@mail.gmail.com' \
    --to=beffa@ieee.org \
    --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.