public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Trying to compile "R" from source.
@ 2021-06-03  4:37 Andre Mikulec
  2021-06-03  6:29 ` Marco Atzeri
  2021-06-04  2:36 ` Andre Mikulec
  0 siblings, 2 replies; 3+ messages in thread
From: Andre Mikulec @ 2021-06-03  4:37 UTC (permalink / raw)
  To: cygwin

All,

I am trying to compile "R" from source.

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
```

Thanks,
Andre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trying to compile "R" from source.
  2021-06-03  4:37 Trying to compile "R" from source Andre Mikulec
@ 2021-06-03  6:29 ` Marco Atzeri
  2021-06-04  2:36 ` Andre Mikulec
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2021-06-03  6:29 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trying to compile "R" from source.
  2021-06-03  4:37 Trying to compile "R" from source Andre Mikulec
  2021-06-03  6:29 ` Marco Atzeri
@ 2021-06-04  2:36 ` Andre Mikulec
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Mikulec @ 2021-06-04  2:36 UTC (permalink / raw)
  To: cygwin

All,

The reason why is that I want to work exclusively in cygwin (and cygwin emulates UNIX without me having to go to UNIX).
I can compile postgres and pl/r in cygwin. I needed to debug versions of R that are not the current version and the version is somewhere in between distributions.


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

________________________________
From: Andre Mikulec <andre_mikulec@hotmail.com>
Sent: Wednesday, June 2, 2021 11:37 PM
To: cygwin@cygwin.com <cygwin@cygwin.com>
Subject: Trying to compile "R" from source.

All,

I am trying to compile "R" from source.

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
```

Thanks,
Andre

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-04  2:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  4:37 Trying to compile "R" from source Andre Mikulec
2021-06-03  6:29 ` Marco Atzeri
2021-06-04  2:36 ` Andre Mikulec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).