X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 64C7FDC7E53 for ; Mon, 22 Feb 2016 12:09:51 +0000 (UTC) Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E297BDC012C for ; Mon, 22 Feb 2016 12:09:50 +0000 (UTC) Received: by mail-wm0-f44.google.com with SMTP id b205so152592095wmb.1 for ; Mon, 22 Feb 2016 04:09:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=K7PnVKo+N5UGZ275qCFAXDjfupZRC5KaItp9uwJwwy4=; b=mfTvo2Qfv81F/YOWeUVrSi2DoUJhhb0dttYyoVPcIG/R/qyQkGCx9s6yYyfirulJG1 mzMh2F5nlb91/9+lE5nht9dLUVnHb79Tddn8UdKD5zMr0kWiRh+ta3m+VEq1gyPlSWqu LfdNVV6GMtyroiE0cmMaWw5WMnMS20ssk0Kvu8IvvHfwy2jRr0YqjtfT6md8UMLb4Hz7 tpEkPgdNL0BjOoHWFXittzIrND0thogTB7iNOrvcZFKsHGnCz7nz7XynWTcrVrFjcQiP KR13dLKzmnoxitd9xxrBt8Sx70S8y4DpekDz+m7nlJmvt/ngJ1bv6tjlLj3vSKMWu/Wo RiWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=K7PnVKo+N5UGZ275qCFAXDjfupZRC5KaItp9uwJwwy4=; b=ECpn5iCR1eOU6CCuoFY3JGs9DPaDXGzNZ4cV2V6jC7oH9jkiW6Jzpm5eGSpgxuHOA1 5Rrza71gvn5LbVvo3l4f4HAcmpLeUu2DZZsZb28Iaj9xj6mvO+b8xMtUM9JGS/cJ/PN3 qNoeZqPPe1ESkQUwsNWV+xWcXQTD/IugkeNlLlnhUcg0r7wiMy8TOhOqMaEmg8MqswMQ xHYAFL2oqV4Ll5XymH+xhp9tB+EU125q1V7HZOi00L9UnzfLs3OZuov0tx4px7bDLNDL vENxV+smuZBmRqeQwgr4t1KOQj/iNLPbQ681bw1RiooqaKlBwQRNrBFwZj47UigvRLLU sljQ== X-Gm-Message-State: AG10YOQuo9ipv+XIBtrnlEDuY3FUn3q9qFdPceKproTUbsB09Y0waDGqaJpoJHLxs9FZVE3v3cjoyl+KlmlbvQ== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.28.59.212 with SMTP id i203mr11346923wma.69.1456141520616; Mon, 22 Feb 2016 03:45:20 -0800 (PST) Received: by 10.27.177.154 with HTTP; Mon, 22 Feb 2016 03:45:20 -0800 (PST) Date: Mon, 22 Feb 2016 08:45:20 -0300 Message-ID: Subject: [alpine-devel] R compiled on Alpine - need more testers From: Alba Pompeo To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP I successfully compiled R, and it worked without problems except for a minor timezone issue at the very very end of make check-all that's already been reported to the R developers. This was on a x64 system running Alpine 3.3.1 stable. But we have a problem! Isaac Dunham also compiled R (on his x86 Alpine edge system) and got lots of major errors on make check. "*no* convergence" errors, which makes R untrustworthy. So what we ask now is for those interested in R to compile it and report back any errors they have. Here's how we are doing it. svn checkout https://svn.r-project.org/R/trunk/ cd ./trunk aclocal -I m4 && autoconf tools/rsync-recommended cd .. mkdir build cd build ../trunk/configure make If it compiles okay, then run "make check-all" and report the errors you have. Ciao. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---