X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DA24398A87A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1622701856; bh=dQD9U6zGIOoHhCRV+i70wrDzR5CViPU+ukSOEhAheYA=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=IEJJ7y/jf8jwBJtfEpUI+L61JmIZvFvVX10PeVt4zPWxpSPiFt3OQC79V9a8dmNck zu5wjhCpI+sjq3O7djRrGo6UvnGsgmXxSbUFHlwG0OwlWnDrbL/kVT1ZMRBeFjJ3t0 0iWCXHpbGb66fz/jOWMRpvDvyQ0Lm/FhcgoVSaKg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 83B9D3848417 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) Subject: Re: Trying to compile "R" from source. To: cygwin AT cygwin DOT com References: 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-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple