~alpine/users

1

[alpine-user] Using qmake-qt5 on alpine

Details
Message ID
<mDoNJWeLbZL4Nf1wD9IgzRGZ5hKBcce3Ra94lEjB5OT_NI3Kuo0HRpDXjOeG7HdYhTqNtdA6Eu5XpnqaOQcgGw==@protonmail.ch>
Sender timestamp
1501845085
DKIM signature
missing
Download raw message
Hey,
We have a build server where my qt5 package doesn't compile. I found a right alpine package [1] but it installs `qmake-qt5` executable nut my package expects it to be just `qmake` (Ubuntu and others have it that way). Should I fix my package somehow to support this location or should I use some system-wide utility to update paths (like update-alternatives on Debian-based distros)?
[[1] https://pkgs.alpinelinux.org/contents?branch=edge&name=qt5-qtbase-dev&arch=ppc64le&repo=community](https://pkgs.alpinelinux.org/contents?branch=edge&name=qt5-qtbase-dev&arch=ppc64le&repo=community)

Happy hacking,
Kakadu
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170804162840.2f7c25b8@ncopa-desktop.copa.dup.pw>
In-Reply-To
<mDoNJWeLbZL4Nf1wD9IgzRGZ5hKBcce3Ra94lEjB5OT_NI3Kuo0HRpDXjOeG7HdYhTqNtdA6Eu5XpnqaOQcgGw==@protonmail.ch> (view parent)
Sender timestamp
1501856920
DKIM signature
missing
Download raw message
On Fri, 04 Aug 2017 07:11:25 -0400
Kakadu <Kakadu@protonmail.ch> wrote:

> Hey,
> We have a build server where my qt5 package doesn't compile. I found a right alpine package [1] but it installs `qmake-qt5` executable nut my package expects it to be just `qmake` (Ubuntu and others have it that way). Should I fix my package somehow to support this location or should I use some system-wide utility to update paths (like update-alternatives on Debian-based distros)?
> [[1] https://pkgs.alpinelinux.org/contents?branch=edge&name=qt5-qtbase-dev&arch=ppc64le&repo=community](https://pkgs.alpinelinux.org/contents?branch=edge&name=qt5-qtbase-dev&arch=ppc64le&repo=community)
> 
> Happy hacking,
> Kakadu

Hi,

We currently don't have any update-alternatives feature in Alpine so
you will have to fix your package to support the location.

You can either call qmake-qt5 directly or set
PATH="/usr/lib/qt5/bin:$PATH" so /usr/lib/qt5/bin/qmake is found.

-nc


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)