Displaying 20 results from an estimated 40 matches for "sunstudio".
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
I am trying to compile R on Linux using SunStudio. Configure flags are
mostly as suggested in the R install guide.
CC=/opt/sun/sunstudio12.1/bin/suncc
CFLAGS="-g -xc99 -xlibmil -xlibmieee"
MAIN_CFLAGS=-g
SHLIB_CFLAGS=-g
CPPFLAGS="-I. -I/opt/sun/sunstudio12.1/prod/include
-I/opt/sun/sunstudio12.1/prod/include/cc"
CPPFLAGS+=&quo...
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
Thank you Martyn,
I am one step closer. Using R-patched, configure was successful. However,
make exited with an error.
Configure summary:
Installation directory: /usr/local
C compiler: /opt/sun/sunstudio12.1/bin/suncc -g -O -xc99
-xlibmil -m32 -xlibmieee -nofstore
Fortran 77 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O
-libmil -m32 -nofstore
C++ compiler: /opt/sun/sunstudio12.1/bin/sunCC -g -O
-xlibmil -m32 -xlibmieee -nofstore
Fortran 90/95 compiler: /opt/sun/...
2013 Apr 09
0
2.1.16 Solaris 10 compile regression Sunstudio compiler
...quota-status.c", line 200: undefined symbol: optarg
"quota-status.c", line 200: warning: improper pointer/integer
combination: arg #1
cc: acomp failed for quota-status.c
*** Error code 2
make: Fatal error: Command failed for target `quota-status.o'
Also 2.2.rc6 fails when using Sunstudio make but works with gmake
Making all in lib-http
make: Fatal error in reader: Makefile, line 725: Unexpected end of line seen
Tomppa
2013 Aug 07
2
2.2.5 fails to compile - SSL_OP_SINGLE_ECDH_USE : Solaris 10 + Sunstudio 12.3
Hi,
Compile fails in these two files
src/lib-ssl-iostream/iostream-openssl-context.c
src/login-common/ssl-proxy-openssl.c
due to missing SSL_OP_SINGLE_ECDH_USE
In these there is only
#if !defined(OPENSSL_NO_ECDH)
when all the other places it always compares also SSL version
#if !defined(OPENSSL_NO_ECDH) && OPENSSL_VERSION_NUMBER >= 0x10002000L
Tomppa
2007 Jul 16
1
Problem building R with Sun Studio Compiler
I would like to Build R-2.5.1 on OpenSUSE 10.2 using the SunStudio 12
compilers(http://developers.sun.com/sunstudio/index.jsp)
R builds and passes make check fine without optimising. However, when I try to compile with optimisation turned on
(-fast) the build gets stuck in an infinite loop at the following point:
Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic...
2009 Mar 06
1
Fix for foreign package segfault on Solaris 10 Intel
...el system:
> library(foreign)
*** caught segfault ***
address fe1d5c70, cause 'invalid permissions'
Traceback:
1: .C("spss_init", PACKAGE = "foreign")
2: fun(...)
This happened whether I built with gcc3, gcc4, or SunStudio 12.
Using pstack I found that the code was crashing in avl_create().
Using truss I found that identically named functions in the Solaris
/lib/libavl.so.1 library were being used instead of the AVL functions
provided in avl.c in the foreign package. To verify, I replaced all
of the "avl_&q...
2008 Mar 25
2
Incorrect behavior in 64-bit version (PR#11034)
Full_Name: Lodewijk Bonebakker
Version: v2.6.2
OS: Solaris, x86, snv_80
Submission from: (NULL) (192.18.43.225)
when I build R in 32-bit mode on my 64-bit OS, R works as expected:
R version 2.6.2 (2008-02-08)
...
Type 'q()' to quit R.
> m <- matrix(ncol=2,c(1:6))
>
> m
[,1] [,2]
[1,] 1 4
[2,] 2 5
[3,] 3 6
> n <- log10(m)
> n
[,1]
2006 Nov 01
0
spatstat symbol referencing error
Sparc Solaris 8
SunStudio 11 compilers
R-2.3.1
spatstat 1.10-1
R-2.3.1 and spatstat were installed using SunStudio11 compilers on a
Sparc Solaris 8 machine. No errors were reported in the compilations,
however, when I try to load spatstat I get an error:
> library(spatstat)
Loading required package: mgcv
This is mgcv 1....
2005 Jul 26
1
1.0 stable 20050725 assert, signal 6
...open it
with Pine. My setup: Solaris 9, configured dovecot like so:
CC=cc CFLAGS="-g" CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure --prefix=/opt/dovecot --with-ssl=openssl \
--with-ssldir=/opt/openssl/ssl --with-rawlog --enable-debug > configure.out
Using Sunstudio 9 compiler. I can't find any core files lying around.
Bug? Problem? Suggestions please?
BTW, are there searchable dovecot list archives someplace?
Jeff Earickson
Colby College
2010 Aug 03
3
Dovecot Sieve with Dovecot 2.0
Hello Timo and everybody!
Sorry, I was googling but haven't found an answer on my simple question:
Does the latest release of Dovecot Sieve work with Dovecot 2.0rc?
Thank you in advance.
--
Best regards,
Roman
2008 Aug 03
2
D-Light tool
Hi,
My question is about D-Light tool in Sun Studio.
Is D-Light tool a alpha project that I can wait for, or else is only a plugin for Sun''s internal testing with DTrace and Sun Studio? I really love this tool and I am very excited for the potential in this tool -ala MacOSX ''Instruments''- in OpenSolaris development / testing.
IMHO this project can serve us in NetBeans
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends,
In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I
get the following error.
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
ch...
2007 Feb 05
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"]
Dear friends,
I am trying to install R-2.4.1 from source on Solaris 11 x-86_64.
running on Sun Ultra-20 workstation, and using the SunStudio 11 compilers.
I was able to "configure" R correctly, but received an error in "make",
aparently related to bzip2 which I have been unable to debug.
The messages are listed below.
The configure.log and configure.site and teh terminal output with the
error message files are att...
2009 Oct 09
2
Samba 3.4.2 on Solaris 9 build problem
Hi,
I'm trying to build samba 3.4.2 on Solaris 10 using SunStudio 12 but
I've hit a snag.
The configure line used was:
CFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-Iec/sw/samba/krb/current/include" \
CPPFLAGS="-xcode=pic32 -KPIC -m64
-I/ec/sw/samba/openldap/current/include
-I/ec/sw/samba/krb/current/include" \...
2012 Sep 16
2
Where is the R configuration file or how to override R compilers
...s in some editable file somewhere.
Initially I built the version of R 2.15.1 on Solaris SPARC (virtual T4),
but found out the build was done as 32 bit. After some research, I
found that the pre-compiled GCC version I had only allowed for 32 bit.
I wanted 64 bit. Therefore I ended up download the SunStudio compilers
(12.1 version) and was able to export the compiler commands (per the R
manual) and get a 64 bit version running. The problem I have now is
that I am trying to install the GBM package from CRAN (and from source
as well.) What I find is that something keeps trying to run "c++"
d...
2019 Aug 02
3
auth-policy crashing
...default_type application/json;
return 200 "{\"status\":0,\"msg\":\"accepted\"}";
}
however no matter what rubbish a policy server sends back it should not
cause dovecot to crash.
I've tried 32 and 64 bit and two compilers (gcc and SunStudio), all
result in crashes. Adding:
keepalive_timeout 0;
...to nginx.conf appears to reduce the crashes. It happens with a
variety of users and with debug output I see no pattern.
James.
2010 Mar 08
1
nss_winbind.so delivers first group only on Solaris 10
...a member of several AD groups.
I run into this problem with samba 3.3.11, 3.4.4 and 3.4.6 but it works fine with 3.0.37 and 3.2.15.
Can anybody help ?
My setup:
Solaris 10 10/09 X86 - latest patches installed.
I compiled kerberos 1.6.3 and openldap 2.4.21 on my own using the c-compiler from SunStudio 12
(Sun C 5.10 SunOS_i386 Patch 142363-03 2009/12/03) - no problems so far. Then I tried to compile
samba 3.4.6 with the following configure options / ENV variables set:
$ ./configure --prefix=/opt/uker/samba --enable-shared-libs --with-ads --with-pam --with-acl-support \
--with-winbind --with-kr...
2012 Feb 29
1
dovecot-2.1-pigeonhole-0.3.0 identifier redeclared: sieve_multiscript_run (patch)
...Sun Studio, but
when I want to compile Sieve for this version
(dovecot-2.1-pigeonhole-0.3.0) I get an error:
"sieve.c", line 578: identifier redeclared: sieve_multiscript_run
and I see that declaration in sieve.h is different from definition in
sieve.c, so compilation process fails with SunStudio cc compiler.
I have done a quick hack to correct this, and then compiled successfully.
Patch is included as attachment.
Full output, OS and compiler versions below:
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../..
-I/home/soft/dovecot/dovecot-2.1.1
-I/home/soft/dovecot/dovecot-2.1.1/src/lib
-I...
2007 Jan 31
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"
Dear friends,
I am trying to install R-2.4.1 from source on Solaris 11 x-86. 64 bits,
running on Sun Ultra-20 workstation, and using the SunStudio 11 compilers.
I was able to "configure" R correctly, but received an error in "gmake",
aparently related to bzip2 which I have been unable to debug.
The messages are listed below.
The configure.log and configure.status files are attached.
Any help would be sincerely appreciat...
2014 Oct 10
0
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...the architecture
> "pentium_pro". I'm testing in a Solaris X86 VM, but the final product will
> be compiled on SPARC, so it may work on that architecture, but my
> development and prototyping is on X86.
It looks like "-xchip=pentium_pro" is a valid option for the sunstudio compiler, but it seems as though the rest of NUT is being built with GCC, and GCC uses a different syntax for specifying the architecture.
If you get a similar error with the SPARC machine, you may want to see if you can get NUT to use the Sun compiler instead. (This is probably faster than rebuil...