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 6A109DC01B9 for ; Sun, 1 Nov 2015 04:15:50 +0000 (UTC) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0C043DC00E3 for ; Sun, 1 Nov 2015 04:15:49 +0000 (UTC) Received: by pasz6 with SMTP id z6so112803444pas.2 for ; Sat, 31 Oct 2015 21:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=HeBzQ8wmyoR0ZDs5IMTNRHlzDGfT76QuMWhTCk3Fqak=; b=obHrF+SlUz8SpE1SJdkT0N86jVfnkpDH/v97+ltgYX5ZkA9k3yrQaBhY5xV2epFt/B p3fFGmmvxM8cd2dlZ/R20ANxl+spk9aHn6nWc0SqcYHUVLPkOmxcpkeCvZw0m3AFbujR cxxqsk/7iLfVwnLnQ+q+Ny9cLiJ2Wm4WBkOcZWBcLvkI38b0b2Hwdg9bJDlcYe0tptNJ ikOPcMv6yV4ivocr9wKLcc66016/eC2Rt/4FXdXnuk2snWf2Erq9GO7GqVJN+kKP4l+D qHzupGjxGjVZstoOFgYxyFTd363icyhv5EcZB7XTodGP79rA7taCP5Yk59IA2VjXJDu5 EGjA== X-Received: by 10.66.189.68 with SMTP id gg4mr18665230pac.6.1446351347275; Sat, 31 Oct 2015 21:15:47 -0700 (PDT) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id iy1sm16424413pbb.85.2015.10.31.21.15.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Oct 2015 21:15:46 -0700 (PDT) Date: Sat, 31 Oct 2015 21:15:39 -0700 From: Isaac Dunham To: Marc Collin Cc: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] Re: texlive on alpine Message-ID: <20151101041538.GA3211@newbook> References: 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: User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Sat, Oct 31, 2015 at 06:05:56AM -0200, Marc Collin wrote: > Good morning Mister Dunham. > > texlive is a very important package for many people, but it's > currently broken on alpine linux and C. Landmeter isn't interested in > fixing it. > Do you believe you could have a look at it, please? Well....the big problem I have is disk space (and bandwidth, to a lesser degree.) The root problem is that texlive-20150523-texmf is also needed. There are also a couple other packages possibly of some use; all can be found in ftp://tug.org/historic/systems/texlive/2015/ But testing a solution is not viable until I delete a *lot* of stuff, and repartition my hard drive. The texmf tar.xz runs ~1.8 gigabytes, and extracts to about 4 gigabytes. If I'm understanding correctly, the texmf-dist/ directory (ie, all of that) needs to be copied/moved to /usr/share/texmf-dist/. So to build a package for Alpine, I'd need ~12 gigabytes of disk space unless I do some hacks like moving files over instead of copying or using hard links in the install directory (which would shrink it to ~8-9 gigabytes of space required). To test, I'd need at least 6 gigabytes (2 for the apk, 4 for the install). At present, Alpine occupies a roughly 12-gigabyte partition on my hard drive; that's 93% used, including the tarball for texmf. (And the tarball takes 3+ hours to download here, at 1.5 Mbit/s.) > Steps to reproduce: > apk add texlive@testing > echo '\documentclass{article} \begin{document} TEST \end{document}' >> test.tex > try compiling test.tex > > It doesn't work and this leaves lots of people on the limbo, unable to > use this day-to-day tool that is latex. I use it for everything, > articles, beamer presentations, etc. Really a drawback on alpine. > > Let me know if you find the time to have a look at it. Thanks a lot. > > Best wishes, > Marc Hope this helps, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---