X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 6FBB8DC0829 for ; Sat, 30 May 2015 02:17:30 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2D4CEDC00DF for ; Sat, 30 May 2015 02:17:24 +0000 (UTC) Received: from localhost ([127.0.0.1]:34502 helo=apollo.thewebhostserver.com) by apollo.thewebhostserver.com with esmtpa (Exim 4.85) (envelope-from ) id 1YyWKw-003co0-6x; Sat, 30 May 2015 03:17:22 +0100 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_302606ed38c4801105c78c2342380458" Date: Sat, 30 May 2015 03:17:22 +0100 From: IT Offshore Developer To: Isaac Dunham Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/tigervnc-client: new aport Organization: IT Offshore Reply-To: developer@it-offshore.co.uk Mail-Reply-To: developer@it-offshore.co.uk In-Reply-To: <20150530004253.GA1863@newbook> References: <1432873473-24671-1-git-send-email-ahills@ednos.net> <20150529045844.GA543@muslin> <20150529120312.GA9105@ataiki> <20150530004253.GA1863@newbook> Message-ID: <949d69cd82594b871fb3d797525423a3@it-offshore.co.uk> X-Sender: developer@it-offshore.co.uk User-Agent: Roundcube Webmail/1.0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP --=_302606ed38c4801105c78c2342380458 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII I added virt-viewer [1] with spice & vnc support to the repos recently. The full screen support is very good & it also auto resizes the desktop. Stuart. On 2015-05-30 01:42, Isaac Dunham wrote: > On Fri, May 29, 2015 at 08:03:12AM -0400, Andrew Hills wrote: >> On Thu, May 28, 2015 at 09:58:44PM -0700, Isaac Dunham wrote: >> > (Also, "gcc" isn't the gcc libraries, but the compiler.) >> >> The explicit dependency detected by abuild is libgcc_s.so, which is owned >> by the gcc package, not gcc-libs or anything like that. But regardless, it >> will be removed. > > libgcc_s.so is a symlink (owned by gcc) to libgcc_s.so.1 (owned by > libgcc). > The text that abuild spits out may say libgcc_s.so, but the soname > is what it actually depends on. > > >> > > + cmake -G "Unix Makefiles" -Wno-dev >> > > + -DCMAKE_INSTALL_PREFIX=/usr >> > > + -DENABLE_GNUTLS=OFF >> > > + -DENABLE_NLS=OFF >> > > + -DENABLE_PAM=OFF >> > > + .. || return 1 >> > > + make >> >> > This will work for native builds, but seems incomplete. >> >> What do you mean, native builds? What are the alternatives? >> >> I disabled gnutls and NLS support because, even with the required libraries, >> it would not build. It is certainly incomplete; TigerVNC's build system is a >> travesty. At this point I think I would rather just do the work to find >> another vncviewer, and preemptively abandon this package. > > Native builds are when you compile a package to run it on the same > architecture. > The alternative is cross-compiling (building for ARM from x86), and > Alpine tries to support that. > > Thanks, > Isac Dunham > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- Links: ------ [1] http://pkgs.alpinelinux.org/package/testing/x86/virt-viewer --=_302606ed38c4801105c78c2342380458 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8
I added virt-viewer with spice & vnc support to=
 the repos recently. The full screen support is very good & it also aut=
o resizes the desktop.

Stuart.

On 2015-05-30 01:42, Isaac Dunham wrote:
> On Fri, May 29, 2015 at 08:03:12AM -0400, Andrew Hills wrote:
>> On Thu, May 28, 2015 at 09:58:44PM -0700, Isaac Dunham wrote:
>> > (Also, "gcc" isn't the gcc libraries, but the compiler.)
>>
>> The explicit dependency detected by abuild is libgcc_s.so, which i=
s owned
>> by the gcc package, not gcc-libs or anything like that. But regard=
less, it
>> will be removed.
>=20
> libgcc_s.so is a symlink (owned by gcc) to libgcc_s.so.1 (owned by
> libgcc).
> The text that abuild spits out may say libgcc_s.so, but the soname
> is what it actually depends on.
>=20
>=20
>> > > +	cmake -G "Unix Makefiles" -Wno-dev \
>> > > +	-DCMAKE_INSTALL_PREFIX=3D/usr \
>> > > +	-DENABLE_GNUTLS=3DOFF \
>> > > +	-DENABLE_NLS=3DOFF \
>> > > +	-DENABLE_PAM=3DOFF \
>> > > +	.. || return 1
>> > > +	make
>>
>> > This will work for native builds, but seems incomplete.
>>
>> What do you mean, native builds? What are the alternatives?
>>
>> I disabled gnutls and NLS support because, even with the required =
libraries,
>> it would not build. It is certainly incomplete; TigerVNC's build s=
ystem is a
>> travesty. At this point I think I would rather just do the work to=
 find
>> another vncviewer, and preemptively abandon this package.
>=20
> Native builds are when you compile a package to run it on the same
> architecture.
> The alternative is cross-compiling (building for ARM from x86), and
> Alpine tries to support that.
>=20
> Thanks,
> Isac Dunham
>=20
>=20
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---
--=_302606ed38c4801105c78c2342380458-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---