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 B5529DC0BE7 for ; Fri, 29 May 2015 12:01:38 +0000 (UTC) Received: from ataiki.ednos.net (ednos.dserver.softronics.ch [91.214.168.83]) by mail.alpinelinux.org (Postfix) with ESMTP id 6EEB1DC00A7 for ; Fri, 29 May 2015 12:01:32 +0000 (UTC) Received: by ataiki.ednos.net (Postfix, from userid 10001) id A83EC1744; Fri, 29 May 2015 08:03:12 -0400 (EDT) Date: Fri, 29 May 2015 08:03:12 -0400 From: Andrew Hills To: Isaac Dunham Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/tigervnc-client: new aport Message-ID: <20150529120312.GA9105@ataiki> References: <1432873473-24671-1-git-send-email-ahills@ednos.net> <20150529045844.GA543@muslin> X-Mailinglist: alpine-aports 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-Disposition: inline In-Reply-To: <20150529045844.GA543@muslin> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP On Thu, May 28, 2015 at 09:58:44PM -0700, Isaac Dunham wrote: > On Fri, May 29, 2015 at 12:24:33AM -0400, Andrew Hills wrote: > This is wrong. > All library dependencies should be picked up automatically. Right, I thought the abuild output was to instruct the packager; I will remove these and resubmit if it is still valuable to keep the package (see below). > (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. > > + 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. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---