search for: ftfl

Displaying 10 results from an estimated 10 matches for "ftfl".

Did you mean: ffl
2016 Jul 23
0
status of the FreeBSD port/package and some questions
...jpeglib --without-libintl-prefix --without-libpng --disable-nls --without-readline --without-tcltk --without-libtiff --without-x and installs include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.%%RMATH_SOVERSION%% Here are my proposed Makefiles for math/R and math/libRmath http://ftfl.ca/misc/Makefile_R http://ftfl.ca/misc/Makefile_libRMath They are built for the FreeBSD ports system, but I guess most of what's going on will be clear. If you have any comments or suggestions for improvements, please share. Regards, Joseph [1] A port is what we call the "blueprint&qu...
2016 Nov 23
0
shared libraries: missing soname
>>>>> Joseph Mingrone <jrm at ftfl.ca> >>>>> on Tue, 22 Nov 2016 22:21:49 -0400 writes: > Dirk Eddelbuettel <edd at debian.org> writes: >> On 22 November 2016 at 00:02, Joseph Mingrone wrote: >> | These are also not fatal errors on FreeBSD, where everything, for now, also just...
2016 Nov 23
2
shared libraries: missing soname
Dirk Eddelbuettel <edd at debian.org> writes: > On 22 November 2016 at 00:02, Joseph Mingrone wrote: > | These are also not fatal errors on FreeBSD, where everything, for now, also just > | works. ...until a library's interface changes. You seem to be arguing that > | sonmaes are pointless. We disagree. > You are putting words in my mouth. In my very first reply to
2016 Nov 20
2
shared libraries: missing soname
Hello, R's shared libraries are linked without setting the soname. This is causing problems for some consumers. Error: /usr/local/lib/R/library/tseries/libs/tseries.so is linked to /usr/local/lib/R/lib/libRblas.so which does not have a SONAME. math/R needs to be fixed. What's the correct way to add the necessary linker flags? I believe it should be something
2016 Nov 21
2
shared libraries: missing soname
Hello Dirk, Dirk Eddelbuettel <edd at debian.org> writes: > On 20 November 2016 at 19:28, Joseph Mingrone wrote: > | Hello, > | > | R's shared libraries are linked without setting the soname. This is causing problems for some consumers. > | > | Error: /usr/local/lib/R/library/tseries/libs/tseries.so is linked to > |
2016 Nov 23
2
shared libraries: missing soname
Martin Maechler <maechler at stat.math.ethz.ch> writes: > To the issue: I also don't see what your point is. > R works with these so libraries as intended in all cases as > far as we know, and so I don't understand why anything needs to > be changed. > All these libraries "belong to R" and are tied to a specific > version of R and are not be used
2017 Jul 31
3
reproducible segmentation fault installing packages on FreeBSD 11.1
Hi, This happens when attempting to install any package. There were no such problems on 11.0. Some other ways to trigger the problem: curlGetHeaders("http://bugs.r-project.org") There are no problems with the first two calls, but then the crash always happens on the third call. tf <- tempfile() download.file("http://cran.r-project.org/",tf,method="libcurl")
2016 Nov 25
2
shared libraries: missing soname
Martin Maechler <maechler at stat.math.ethz.ch> writes: > Well, Dirk has said to have given his last reply on this thread. > I (as a member of R-core) am glad about people like Dirk who > take some of our load and helpfully answer such > questions/reports on R-devel. I am glad too. Thank you. My ultimate goal is to ensure that R works as well on FreeBSD as it does elsewhere.
2016 Nov 22
2
shared libraries: missing soname
Dirk, Dirk Eddelbuettel <edd at debian.org> writes: > On 21 November 2016 at 23:24, Joseph Mingrone wrote: > | Dirk Eddelbuettel <edd at debian.org> writes: > | > On 20 November 2016 at 21:49, Joseph Mingrone wrote: > | > | Hello Dirk, > | > | > | > | Dirk Eddelbuettel <edd at debian.org> writes: > | > | > | > | > On 20 November
2016 Nov 22
2
shared libraries: missing soname
Dirk, Dirk Eddelbuettel <edd at debian.org> writes: > On 20 November 2016 at 21:49, Joseph Mingrone wrote: > | Hello Dirk, > | > | Dirk Eddelbuettel <edd at debian.org> writes: > | > | > On 20 November 2016 at 19:28, Joseph Mingrone wrote: > | > | Hello, > | > | > | > | R's shared libraries are linked without setting the soname. This is