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 8C518DC09EC for ; Sat, 30 May 2015 00:42:49 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 549BCDC00A7 for ; Sat, 30 May 2015 00:42:44 +0000 (UTC) Received: by pabru16 with SMTP id ru16so71273064pab.1 for ; Fri, 29 May 2015 17:42:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=qT2wjp7fIMoWSUA0Ur0i0dUC44dSFeBO+7MBVrEBdyw=; b=ubzsyyQz9EN8lDFYULpKab7/DtHr9rdDo0m/0rXsEj1iUGt9xnzEUlS4Ry69Z7ynXQ hFbMFiX0zKXYZvWCfgR4CAsrXdp6F5wtqH0qySE2eEc70qJUIeUauPvgs8xt2Igmy0ia GgpBt2sM2WNS/gDDjEm2Qx3DxHiK+37rBnSoX5Diz8omb5mWNUVehvZ/veUKnKGKX5+w ca/fwrAojvZ/CHGj44O9mXTxP1a1vUU98qTir1SFS2wr3RJjoEJCDy4P5pqIGOPrm5lt wdY8hiw7SS77HEYB2Ezfd+po9Il3cRI3qDYQ3zIfUYODvCe9qejZqAIjB5afpbPKiGts hqQA== X-Received: by 10.69.27.66 with SMTP id je2mr19239519pbd.156.1432946563063; Fri, 29 May 2015 17:42:43 -0700 (PDT) Received: from newbook ([50.0.225.244]) by mx.google.com with ESMTPSA id nj7sm6784656pbc.36.2015.05.29.17.42.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 17:42:42 -0700 (PDT) Date: Fri, 29 May 2015 17:42:54 -0700 From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/tigervnc-client: new aport Message-ID: <20150530004253.GA1863@newbook> References: <1432873473-24671-1-git-send-email-ahills@ednos.net> <20150529045844.GA543@muslin> <20150529120312.GA9105@ataiki> 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: <20150529120312.GA9105@ataiki> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP 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 ---