X-Original-To: alpine-user@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id C368B5C4C6A for ; Fri, 4 Aug 2017 14:28:49 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 8F68C9E26BE; Fri, 4 Aug 2017 14:28:49 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 6A2179E0120; Fri, 4 Aug 2017 14:28:47 +0000 (GMT) Date: Fri, 4 Aug 2017 16:28:40 +0200 From: Natanael Copa To: Kakadu Cc: "alpine-user@lists.alpinelinux.org" Subject: Re: [alpine-user] Using qmake-qt5 on alpine Message-ID: <20170804162840.2f7c25b8@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 04 Aug 2017 07:11:25 -0400 Kakadu 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 ---