Github messages for voidlinux
 help / color / mirror / Atom feed
From: yopito <yopito@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] wxWidgets-gtk3: wx-config-gtk3 is not a consistent symlink across arch
Date: Mon, 25 Jan 2021 01:06:14 +0100	[thread overview]
Message-ID: <20210125000614.mJatZGYwcDxGY3dV423UJaHJe7Oxv2LHTp0NXuOQj54@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12807@inbox.vuxu.org>

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

Closed issue by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/12807

Description:
### System

* xuname:  `Void 4.19.56_1 x86_64 GenuineIntel notuptodate rFF`
  *output of ``xuname`` (part of xtools)*
* package:  `wxWidgets-gtk3-devel-3.0.4_1`
  *affected package(s) including the version*

### Expected behavior

building and cross-building using `wx-config-gtk3` should be fine, whatever the target architecture is.

### Actual behavior

Cross-building using `wx-config-gtk3` for i686 target arch fails.

### Steps to reproduce the behavior

Crossbuild filezilla for i686 for instance:
```
[...]
checking pkg-config is at least version 0.9.0... yes
checking for libfilezilla >= 0.17.1... yes
checking for wx-config-gtk3... /usr/bin/wx-config-gtk3
checking for wxWidgets version >= 3.0.4 (--unicode=yes --universal=no)... no
configure: error: 
    The requested wxWidgets build couldn't be found.
[...]
```

### Additional infos

`wx-config-gtk3` is a symlink , that is not consistent in packages: sometime absolute, sometime relative.  
So `generic_wrapper` don't wrap it for i686, that make build fails then.

Example on some package(s):

```
$ for i in repocache/wxWidgets-gtk3-devel-3.0.4_1.*.xbps; 
     do echo ; echo "# $i" ; tar tvJf $i | grep wx-config
done

# repocache/wxWidgets-gtk3-devel-3.0.4_1.aarch64-musl.xbps
lrwxrwxrwx 0/0               0 2018-09-10 14:43 ./usr/bin/wx-config-gtk3 -> ../lib/wx/config/gtk3-unicode-3.0

# repocache/wxWidgets-gtk3-devel-3.0.4_1.aarch64.xbps
lrwxrwxrwx 0/0               0 2018-09-10 14:43 ./usr/bin/wx-config-gtk3 -> ../lib/wx/config/gtk3-unicode-3.0

# repocache/wxWidgets-gtk3-devel-3.0.4_1.i686.xbps
lrwxrwxrwx 0/0               0 2018-09-10 14:43 ./usr/bin/wx-config-gtk3 -> /usr/lib32/wx/config/gtk3-unicode-3.0

# repocache/wxWidgets-gtk3-devel-3.0.4_1.x86_64.xbps
lrwxrwxrwx 0/0               0 2018-09-10 14:43 ./usr/bin/wx-config-gtk3 -> /usr/lib/wx/config/gtk3-unicode-3.0
```
Edit: not strictly related to fails build of PR #11854, add output for filezilla/i686

      parent reply	other threads:[~2021-01-25  0:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-04  6:07 [ISSUE] " voidlinux-github
2019-07-05  0:10 ` voidlinux-github
2019-07-05  0:13 ` voidlinux-github
2019-07-06  6:34 ` voidlinux-github
2019-07-06 10:54 ` voidlinux-github
2021-01-22 20:41 ` ericonr
2021-01-25  0:06 ` yopito
2021-01-25  0:06 ` yopito [this message]

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=20210125000614.mJatZGYwcDxGY3dV423UJaHJe7Oxv2LHTp0NXuOQj54@z \
    --to=yopito@users.noreply.github.com \
    --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).