From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id 83B9D3848417 for ; Thu, 3 Jun 2021 06:29:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 83B9D3848417 Received: by mail-ej1-x631.google.com with SMTP id jt22so7523968ejb.7 for ; Wed, 02 Jun 2021 23:29:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=J4o2M78zRjo/zwGvgeKnXlZUDBOjdab96ztuQxz8zDU=; b=C2EOwXfaIeo1frPDhdpdkWmIMo/oa7tZ+BW54xE7xQtuLb53wzxcEnObQnG0twRJxB Fr6HDwyFf6HL68VGdbQmg3AMNhtoWhAUOKEcobxF1QSCg6jTLi9dCtnhV5dAXwCzwyLw Zev+BnCy8tUVNBP35z0QxhxqvpzKUq7aljq73gzq127/9MUd0VTC2AlsGpw27+58Xrg0 nK7pbEL8HZYesBZBdUdg40qpJSkyMi4M/9+IWIFdY5rkw1RgV+nr6HEGEexfL/mMsMDH M1DkFmjBUtSjFrfTRnDt4Irw9HVwD71SDpRgbmsnZmf21DKPicogCeT/ICwYjL+g7xyu sx6A== X-Gm-Message-State: AOAM533elbbWdF7P65lIcVzhziVRxV4bmMNhD5pqGxlOLmfTWejF+VGH l8SnaA4dh0vNBi0HE5De03nbFSZI2oA= X-Google-Smtp-Source: ABdhPJxQAzifXUieU6rvGWtZJMt2E8Cd/v8UxBOh7aelV5aQBoQDtU/vW9OakiAqXIuB8eyTiHNhAA== X-Received: by 2002:a17:906:b74a:: with SMTP id fx10mr20132204ejb.248.1622701771548; Wed, 02 Jun 2021 23:29:31 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0d:8656:d08b:c6e8:a958:adc0? (p200300cc9f0d8656d08bc6e8a958adc0.dip0.t-ipconnect.de. [2003:cc:9f0d:8656:d08b:c6e8:a958:adc0]) by smtp.gmail.com with ESMTPSA id v21sm1177677edt.48.2021.06.02.23.29.31 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Jun 2021 23:29:31 -0700 (PDT) Subject: Re: Trying to compile "R" from source. To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <301d46aa-9f66-7b76-7096-862360c97af0@gmail.com> Date: Thu, 3 Jun 2021 08:29:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2021 06:29:43 -0000 On 03.06.2021 06:37, Andre Mikulec via Cygwin wrote: > All, > > I am trying to compile "R" from source. any reason ? R is alrady available in Cygwin > > I am stuck. I am getting an error. Please, help. > > My configure line: > https://github.com/AndreMikulec/r-build/blob/99bec605560b6b07de8847b481157d3320515b44/build_script.sh#L513 > ``` > ./configure --disable-rpath --enable-R-shlib --enable-BLAS-shlib=no --enable-java=no --without-readline --with-blas --with-lapack --without-x --prefix=${rroot} > ``` > > My error lines: > https://ci.appveyor.com/project/AndreMikulec/r-build/builds/39440541#L1470 > ``` > checking whether zlib support suffices... yes > checking for BZ2_bzlibVersion in -lbz2... no > checking whether bzip2 support suffices... configure: error: bzip2 library and headers are require https://cygwin.com/packages/summary/bzip2-src.html you need to install the package libbz2-devel > ``` > > Thanks, > Andre > Regards Marco