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 B5036DC0240 for ; Tue, 26 Jan 2016 13:17:57 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 5C362DC008F for ; Tue, 26 Jan 2016 13:17:57 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id u188so105840186wmu.1 for ; Tue, 26 Jan 2016 05:17:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gDKkE2rrJztYcN/I30wQLFk0qG3HZD8peQlgb0E/4Ho=; b=nEwrl8tcL0N7/pxtbRMi4bv7sYCDJmmUE56Y9UPrKLG3DwFp/A69s8eh+3srt1f+S9 6FaoiYZZ5yWSOgtM6iZ83iFYSgUtbW6tyd4DDOByquLmRWoiug7Oz4M6Vx3vg1gne6Nr SH4Zg5i4Q3av9rYCwD4jVcLAsrViyigdtwFcCH38EHAQ2aJw4pcWO+xjSknJ2d/5U1PF uqC+MNQVMCg7GCUyjvjjdTujVnSeByvL/baa/FU2+1CW73II7YYU+JCp0AswT3jY3M4W pyluQNASGx+xMf1aCbEaoC67ZlLEe8Fqk8N5TCX8iTRwWM48vHfhoDQIuVquTLGDYUq3 giGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gDKkE2rrJztYcN/I30wQLFk0qG3HZD8peQlgb0E/4Ho=; b=WhqX7CH7SQ6nQQxFIh3DDT3JbMUNexuP3FZpPQjI3g68P8+KprCiEaVQFo1+LS2jHi 5XueyuGSRaqD7OYGXJpV8OYqli4SAFrtoDCpb6h6ZG4eT0oqqxZOOGyaCfvK/RLaozWj MZNDPyxDgnvenddaQAOX7Uxc6WOlveJhkBciMtCUved66nMrsf8sGNRjsJWTtYNEGgwu 9SQK9E3lFE81XnzfdmWbaEjJWffvVJOQNCsrpiceuDa7YBK/Ljfnw8yghkqHBC56CnoL BRzA49WdOauVi2OY1vRBfodEuI1pU8zJJAnXIw1fBwLoNpVabjRVoTP8CdAnGKo9pKYR e56g== X-Gm-Message-State: AG10YORJ+yb3YShjSWz15WaXXSwqjfyErKRKibNG9VNm7UJUls1uVYHvxG5uzzvI+ba1U6pWoC0JgaXSv7x9tA== 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.194.103.198 with SMTP id fy6mr27336103wjb.48.1453814275732; Tue, 26 Jan 2016 05:17:55 -0800 (PST) Received: by 10.27.177.156 with HTTP; Tue, 26 Jan 2016 05:17:55 -0800 (PST) In-Reply-To: References: Date: Tue, 26 Jan 2016 11:17:55 -0200 Message-ID: Subject: [alpine-devel] Re: Package request: R From: Alba Pompeo To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP I tried to compile the source myself, but it appears R doesn't play well with musl. Can someone please help? If we can compile from source, then a packager should easily make an APKBUILD for everyone. The error. ../unix/system.o: In function `Rf_initialize_R': /home/albap/R-3.2.3/src/unix/system.c:185: undefined reference to `__libc_stack_end' /usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: ../unix/system.o: relocation R_X86_64_PC32 against undefined symbol `__libc_stack_end' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status Ciao. On Mon, Jan 25, 2016 at 10:53 PM, Alba Pompeo wrote: > I like to request the package R from https://www.r-project.org/ > It's very important for my work in statistics and I would be happy if > we had it on Alpine. Thanks. > > Ciao. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---