X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 87916DC007F for ; Tue, 21 May 2013 05:53:10 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 534AD20CBB for ; Tue, 21 May 2013 01:53:09 -0400 (EDT) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute4.internal (MEProxy); Tue, 21 May 2013 01:53:09 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=mzHKn2kOCJ/ME/u67ONQboqtUvg=; b=pXEsN7MSA+a/PR6SCf7K8dYZtcF9 U/zrPkv85wHhujHVswl3VMSyVxY4/NJ60xfNwp3lasq2ys6Q7k1I9XLnWYEUQuRz D6mQOObiH8tblbhohwm3gux/1Onbi+U2PnEyL8nA+42oJ3fA0ISbVc+3fNBD2Whu nj1DuTcz1Iw3mGU= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 2A8D381CCE; Tue, 21 May 2013 01:53:09 -0400 (EDT) Message-Id: <1369115589.13387.140661233631241.0FFBDB16@webmail.messagingengine.com> X-Sasl-Enc: brb+H0JIh/JXX5bDmqh9mMrMLqoDAl4e4pme2cofSwlA 1369115589 From: Dubiousjim To: Alpine X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - html Subject: Re: [alpine-devel] Porting ghc to Alpine, troubles with PaX? Date: Tue, 21 May 2013 01:53:09 -0400 Just to follow-up on my earlier emails about trying to port GHC (Glasgow Haskell Compiler) to Alpine, I finally did get this working. I've written up what it took and posted it on the wiki: http://wiki.alpinelinux.org/wiki/Porting_GHC_to_Alpine Note that others won't in general need to follow the same (complex) steps! Now that we've got working ghc binaries for Alpine (for x86 and x86_64), we can use them to do further builds of ghc directly on Alpine. As I say on the wiki page, I'll write up an APKBUILD soon that lets others do this. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---