[R-pkg-devel] winbuilder fails for package depending on rJava

Danny Smith d@nny @end|ng |rom gorch@@org
Thu Oct 31 07:25:47 CET 2019


Hi all,

Confirming that I'm having issues building a package that depends on
rJava (dialrjars: https://cran.r-project.org/package=dialrjars) with
winbuilder so I can't submit updates to CRAN.

The winbuilder error from my original post that Kevin linked to below is:
```
* installing *source* package 'dialrjars' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
*** arch - i386
Error: package or namespace load failed for 'dialrjars':
 .onLoad failed in loadNamespace() for 'rJava', details:
  call: inDL(x, as.logical(local), as.logical(now), ...)
  error: unable to load shared object
'd:/temp/RtmpO22QHg/RLIBS_1d954576818a2/rJava/libs/i386/rJava.dll':
  LoadLibrary failure:  %1 ist keine zul�ssige Win32-Anwendung.

Error: loading failed
Execution halted
*** arch - x64
ERROR: loading failed for 'i386'
* removing 'd:/RCompile/CRANguest/R-devel/lib/dialrjars'
```
You can also see details of the error in the current CRAN check
results (which it passed successfully when I last submitted a package
update):
https://cran.r-project.org/web/checks/check_results_dialr.html


Thanks for the feedback everyone, and thanks for checking with Uwe, Kevin!

Cheers,
Danny

On Thu, Oct 31, 2019 at 8:09 AM Kevin Kuo <kevinykuo using gmail.com> wrote:
>
> I was replying to the OP at
> https://stat.ethz.ch/pipermail/r-package-devel/2019q4/004539.html. This
> indeed pertains to reverse dependencies of rJava not passing checks on
> Windows. I have reached out to Uwe and will report back if I hear back.
> Thanks for the lively discussion :)
>
> On Wed, Oct 30, 2019 at 3:46 AM Duncan Murdoch <murdoch.duncan using gmail.com>
> wrote:
>
> > On 29/10/2019 7:23 p.m., David Winsemius wrote:
> > >
> > > On 10/29/19 2:12 PM, Jeff Newmiller wrote:
> > >> Once again, you can color me mystified. Are you reading logs not
> > referred to in this email thread?
> > >
> > > Hi Jeff;
> > >
> > > I suppose am reading <something> else. I ran:
> > >
> > > maintainer("rJava")
> > >
> > >
> > > ... and the result was Simon Urbanek's name (which wasn't surprising to
> > > me), and did not match the name of the OP.
> > >
> > > So I was (and am) puzzled that  Kevin was using win-builder on rJava.
> > >
> >
> > I think you misread his post.  He was using win-builder on packages that
> > depend on rJava.  It might have helped to post the error he was seeing...
> >
> > Duncan Murdoch
> >
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel



More information about the R-package-devel mailing list