Displaying 4 results from an estimated 4 matches for "are_shar".
Did you mean:
are_shared
2019 May 23
3
Possible bug when finding shared libraries during staged installation
...it at github.com:x13org/x13binary.git && cd x13binary
$ git checkout 663ad7122
$ R CMD INSTALL .
(We've also run into it in an internal package, but it's easier to
reproduce with x13binary)
In this case the file command returns multiple results for one of the
dynamic libraries, so are_shared looks like this:
> are_shared
$`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib`
[1] TRUE TRUE TRUE
$`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib`
[1] TRUE
$`/Users/Kara/projects/forks/x13binary/inst//lib/libquadmath.0.dylib`
[1] TRUE
slibs[are_shared...
2019 May 24
2
Possible bug when finding shared libraries during staged installation
...122
> > $ R CMD INSTALL .
>
> > (We've also run into it in an internal package, but it's easier to
> > reproduce with x13binary)
>
> > In this case the file command returns multiple results for one of the
> > dynamic libraries, so are_shared looks like this:
>
> >> are_shared
> > $`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib`
> > [1] TRUE TRUE TRUE
>
> > $`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib`
> > [1] TRUE
>
>...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
...3binary
> $ git checkout 663ad7122
> $ R CMD INSTALL .
> (We've also run into it in an internal package, but it's easier to
> reproduce with x13binary)
> In this case the file command returns multiple results for one of the
> dynamic libraries, so are_shared looks like this:
>> are_shared
> $`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib`
> [1] TRUE TRUE TRUE
> $`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib`
> [1] TRUE
> $`/Users/Kara/projects/forks/x13binary/inst...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
....
> >
> > > (We've also run into it in an internal package, but it's easier to
> > > reproduce with x13binary)
> >
> > > In this case the file command returns multiple results for one of
> the
> > > dynamic libraries, so are_shared looks like this:
> >
> > >> are_shared
> > > $`/Users/Kara/projects/forks/x13binary/inst//lib/libgcc_s.1.dylib`
> > > [1] TRUE TRUE TRUE
> >
> > >
> $`/Users/Kara/projects/forks/x13binary/inst//lib/libgfortran.3.dylib`
>...