Re: [R-pkg-devel] Cran check on Solaris

2019-05-28 Thread Uwe Ligges
Yes, soem hicc up caused som lost dlls on winbuilder. It is currently 
rebuilding the full set of CRAN packages and will finish within the next 
8 hours.


Best,
Uwe Ligges

On 28.05.2019 20:57, Roy Mendelssohn - NOAA Federal via R-package-devel 
wrote:

I have been having similar problems with win-builder release for the last 
several days.  It appears that some of the needed DLLs are not there.  I have 
been reporting them to Uwe, and he is working through resolving the issues.  
Part of it is the test fails on one DLL,  and then when that is repaired fails 
on another.

This is mostly a PSA as others may run into this.  If you do run into it,  it 
is probably worth at least reporting the specific error so it can be checked,  
Besides Rcpp,  I have had issues with a number of the packages used by ggplot2, 
 as well as rlang and glue

-Roy


On May 28, 2019, at 11:50 AM, Iñaki Ucar  wrote:

On Tue, 28 May 2019 at 20:12, Τόλης Χαλκής  wrote:


Dear all,

we have submitted the package volesti to CRAN and it is temporarily
accepted, because the check in solaris and
windows r-release-windows-ix86+x86_64 failed as you can see here
https://cran.r-project.org/web/checks/check_results_volesti.html

The check in solaris fails when the lpsolve library is linked with
volesti.so and the error is the following:
"ld: fatal: dlopen() of support library (-lstdc++) failed with error:
ld.so.1: ld: fatal: -lstdc++: open failed: No such file or directory"
I tried to fix the bug by using some flags in the makefile of lpsolve
library but nothing worked (I check it in rhub).

In windows the error is the following:
"Error: package or namespace load failed for 'Rcpp' in library.dynam(lib,
package, package.lib):

DLL 'Rcpp' not found: maybe not installed for this architecture?"

But the check in rhub is successful for the same version of windows os.


Don't worry about this second one. It's probably a temporal problem,
but surely not related to your package.

Iñaki

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


**
"The contents of this message do not reflect any position of the U.S. Government or 
NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Cran check on Solaris

2019-05-28 Thread Τόλης Χαλκής
Thank you very much for the direct response, but the Solaris error is still
there. They gave us a deadline to fix this. Do you have any idea of what
might be wrong?

Best,
Apostolos Chalkis

On Tue, May 28, 2019, 9:57 PM Roy Mendelssohn - NOAA Federal <
roy.mendelss...@noaa.gov> wrote:

> I have been having similar problems with win-builder release for the last
> several days.  It appears that some of the needed DLLs are not there.  I
> have been reporting them to Uwe, and he is working through resolving the
> issues.  Part of it is the test fails on one DLL,  and then when that is
> repaired fails on another.
>
> This is mostly a PSA as others may run into this.  If you do run into it,
> it is probably worth at least reporting the specific error so it can be
> checked,  Besides Rcpp,  I have had issues with a number of the packages
> used by ggplot2,  as well as rlang and glue
>
> -Roy
>
> > On May 28, 2019, at 11:50 AM, Iñaki Ucar 
> wrote:
> >
> > On Tue, 28 May 2019 at 20:12, Τόλης Χαλκής  wrote:
> >>
> >> Dear all,
> >>
> >> we have submitted the package volesti to CRAN and it is temporarily
> >> accepted, because the check in solaris and
> >> windows r-release-windows-ix86+x86_64 failed as you can see here
> >> https://cran.r-project.org/web/checks/check_results_volesti.html
> >>
> >> The check in solaris fails when the lpsolve library is linked with
> >> volesti.so and the error is the following:
> >> "ld: fatal: dlopen() of support library (-lstdc++) failed with error:
> >> ld.so.1: ld: fatal: -lstdc++: open failed: No such file or directory"
> >> I tried to fix the bug by using some flags in the makefile of lpsolve
> >> library but nothing worked (I check it in rhub).
> >>
> >> In windows the error is the following:
> >> "Error: package or namespace load failed for 'Rcpp' in
> library.dynam(lib,
> >> package, package.lib):
> >>
> >> DLL 'Rcpp' not found: maybe not installed for this architecture?"
> >>
> >> But the check in rhub is successful for the same version of windows os.
> >
> > Don't worry about this second one. It's probably a temporal problem,
> > but surely not related to your package.
> >
> > Iñaki
> >
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
> **
> "The contents of this message do not reflect any position of the U.S.
> Government or NOAA."
> **
> Roy Mendelssohn
> Supervisory Operations Research Analyst
> NOAA/NMFS
> Environmental Research Division
> Southwest Fisheries Science Center
> ***Note new street address***
> 110 McAllister Way
> Santa Cruz, CA 95060
> Phone: (831)-420-3666
> Fax: (831) 420-3980
> e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/
>
> "Old age and treachery will overcome youth and skill."
> "From those who have been given much, much will be expected"
> "the arc of the moral universe is long, but it bends toward justice" -MLK
> Jr.
>
>

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Cran check on Solaris

2019-05-28 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
I have been having similar problems with win-builder release for the last 
several days.  It appears that some of the needed DLLs are not there.  I have 
been reporting them to Uwe, and he is working through resolving the issues.  
Part of it is the test fails on one DLL,  and then when that is repaired fails 
on another.

This is mostly a PSA as others may run into this.  If you do run into it,  it 
is probably worth at least reporting the specific error so it can be checked,  
Besides Rcpp,  I have had issues with a number of the packages used by ggplot2, 
 as well as rlang and glue

-Roy

> On May 28, 2019, at 11:50 AM, Iñaki Ucar  wrote:
> 
> On Tue, 28 May 2019 at 20:12, Τόλης Χαλκής  wrote:
>> 
>> Dear all,
>> 
>> we have submitted the package volesti to CRAN and it is temporarily
>> accepted, because the check in solaris and
>> windows r-release-windows-ix86+x86_64 failed as you can see here
>> https://cran.r-project.org/web/checks/check_results_volesti.html
>> 
>> The check in solaris fails when the lpsolve library is linked with
>> volesti.so and the error is the following:
>> "ld: fatal: dlopen() of support library (-lstdc++) failed with error:
>> ld.so.1: ld: fatal: -lstdc++: open failed: No such file or directory"
>> I tried to fix the bug by using some flags in the makefile of lpsolve
>> library but nothing worked (I check it in rhub).
>> 
>> In windows the error is the following:
>> "Error: package or namespace load failed for 'Rcpp' in library.dynam(lib,
>> package, package.lib):
>> 
>> DLL 'Rcpp' not found: maybe not installed for this architecture?"
>> 
>> But the check in rhub is successful for the same version of windows os.
> 
> Don't worry about this second one. It's probably a temporal problem,
> but surely not related to your package.
> 
> Iñaki
> 
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

**
"The contents of this message do not reflect any position of the U.S. 
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected" 
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Cran check on Solaris

2019-05-28 Thread Iñaki Ucar
On Tue, 28 May 2019 at 20:12, Τόλης Χαλκής  wrote:
>
> Dear all,
>
> we have submitted the package volesti to CRAN and it is temporarily
> accepted, because the check in solaris and
> windows r-release-windows-ix86+x86_64 failed as you can see here
> https://cran.r-project.org/web/checks/check_results_volesti.html
>
> The check in solaris fails when the lpsolve library is linked with
> volesti.so and the error is the following:
> "ld: fatal: dlopen() of support library (-lstdc++) failed with error:
> ld.so.1: ld: fatal: -lstdc++: open failed: No such file or directory"
> I tried to fix the bug by using some flags in the makefile of lpsolve
> library but nothing worked (I check it in rhub).
>
> In windows the error is the following:
> "Error: package or namespace load failed for 'Rcpp' in library.dynam(lib,
> package, package.lib):
>
>  DLL 'Rcpp' not found: maybe not installed for this architecture?"
>
> But the check in rhub is successful for the same version of windows os.

Don't worry about this second one. It's probably a temporal problem,
but surely not related to your package.

Iñaki

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] Cran check on Solaris

2019-05-28 Thread Τόλης Χαλκής
Dear all,

we have submitted the package volesti to CRAN and it is temporarily
accepted, because the check in solaris and
windows r-release-windows-ix86+x86_64 failed as you can see here
https://cran.r-project.org/web/checks/check_results_volesti.html

The check in solaris fails when the lpsolve library is linked with
volesti.so and the error is the following:
"ld: fatal: dlopen() of support library (-lstdc++) failed with error:
ld.so.1: ld: fatal: -lstdc++: open failed: No such file or directory"
I tried to fix the bug by using some flags in the makefile of lpsolve
library but nothing worked (I check it in rhub).

In windows the error is the following:
"Error: package or namespace load failed for 'Rcpp' in library.dynam(lib,
package, package.lib):

 DLL 'Rcpp' not found: maybe not installed for this architecture?"

But the check in rhub is successful for the same version of windows os.


Thanks in advance,

Apostolos Chalkis

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel