Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: Tracking: always enable gir (and vala)
Date: Mon, 01 Jul 2019 18:50:56 +0200	[thread overview]
Message-ID: <20190701165056.v9t25rjd7RSdD-qtMnP8u1UX-I6FUzlRLQxgbtgoYDY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11378@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2883 bytes --]

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/issues/11378#issuecomment-507343420
Comment:
Ok, back to the subject now that `webkit2gtk` was built with `gir` enabled for all targets.

Next I was trying to build `evolution-data-server` also with *gir everywhere* but first, the current version won't compile because of a problem with `ical`. The update `3.32.2` builds until it fails to link the `test-cal-client` stuff for introspection.

To be more specific it fails to link against the just built `${wrksrc}/build/src/private/libedbus-private.so` even when I specified that path as `export GIR_EXTRA_LIBS_PATH=${wrksrc}/build/src/private` in a `pre_build()` function.
The error happens when this command is run:
```
Scanning dependencies of target test-cal-client-get-view
g-ir-scanner: link: /builddir/.xbps-evolution-data-server/wrappers/arm-linux-musleabihf-gcc -o /builddir/evolution-data-server-3.32.2/build/src/libedataserver/tmp-introspectcigmxjba/EDataServer-1.2 -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -g -I/usr/arm-linux-musleabihf/usr/include /builddir/evolution-data-server-3.32.2/build/src/libedataserver/tmp-introspectcigmxjba/EDataServer-1.2.o -L. -Wl,-rpath,. -Wl,--no-as-needed -L/builddir/evolution-data-server-3.32.2/build -Wl,-rpath,/builddir/evolution-data-server-3.32.2/build -L/builddir/evolution-data-server-3.32.2/build/src -Wl,-rpath,/builddir/evolution-data-server-3.32.2/build/src -L/builddir/evolution-data-server-3.32.2/build/src/libedataserver -Wl,-rpath,/builddir/evolution-data-server-3.32.2/build/src/libedataserver -L/builddir/evolution-data-server-3.32.2/build/src/private -Wl,-rpath,/builddir/evolution-data-server-3.32.2/build/src/private -L/builddir/evolution-data-server-3.32.2/build/src/camel -Wl,-rpath,/builddir/evolution-data-server-3.32.2/build/src/camel -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/arm-linux-musleabihf/usr/lib -Wl,-rpath,/usr/arm-linux-musleabihf/usr/lib -lcamel-1.2 -ledataserver-1.2 -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0
```
and reads
```
…
/usr/lib/gcc/arm-linux-musleabihf/9.1.0/../../../../arm-linux-musleabihf/bin/ld: warning: libedbus-private.so, needed by ./libedataserver-1.2.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/arm-linux-musleabihf/9.1.0/../../../../arm-linux-musleabihf/bin/ld: ./libedataserver-1.2.so: undefined reference to `e_dbus_object_get_source_remote_creatable'
```
the fun part is there **is** a `-Wl,-rpath,.../build/src/private` where that private shlib can be found.

I currently have no clue what's going on there and would like to ask @Gottox or someone with more insight into that package for help.

Meanwhile I'll try to take care of above packages pending because `webkit2gtk` was the show stopper.

       reply	other threads:[~2019-07-01 16:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11378@inbox.vuxu.org>
2019-07-01 16:50 ` voidlinux-github [this message]
2019-07-01 16:55 ` voidlinux-github
2019-07-01 17:00 ` voidlinux-github
2020-07-09  1:09 ` sgn
2020-11-18 17:15 ` pullmoll

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=20190701165056.v9t25rjd7RSdD-qtMnP8u1UX-I6FUzlRLQxgbtgoYDY@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).