Displaying 20 results from an estimated 80000 matches similar to: "[LLVMdev] Building LLVM on Solaris/Sparc"
2011 Aug 05
0
[LLVMdev] Building LLVM on Solaris/Sparc
I just checked my link command, and it includes the libraries you list,
(among others) so I appear to be having a slightly different issue from the
original poster. In fact, it looks like LLVM is compiling successfully, but
clang (which I am also building) can't find any LLVM symbols.
Just as a sanity check, what output files should I expect from a successful
LLVM build?
- Alex
On Wed, Aug
2008 Feb 08
1
Building NUT 2.2.1 under Solaris 10 (SPARC)
I'm trying to build NUT 2.2.1 on a SunBlade 2000 running Solaris 10
(Solaris 10 11/06 s10s_u3wos_10 SPARC) It won't compile. I'm not a
programmer, so I'm afraid I don't know why...
[huge at anubis ~/Prog/nut/nut-2.2.1]: ./configure --with-user=ups
--with-group=nutNetwork UPS Tools version 2.2.1
checking build system type... sparc-sun-solaris2.10
checking host system type...
2018 Feb 25
0
Building llvm-5.0.1 on Solaris 10/sparc
Greetings, All:
I am trying to build llvm-5.0.1 on Solaris 10/Sparc with gcc-5.4.0 as
follows.
cmake -DLLVM_TARGETS_TO_BUILD="Sparc" /home/nemo/opt/llvm/llvm-5.0.1-src
I then invoke gmake and the build trundles along and stops as follows.
[ 62%] Building CXX object
lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o
2011 Aug 03
0
[LLVMdev] Building LLVM on Solaris/Sparc
On Apr 5, 2011, at 10:53 AM, Tarun Pondicherry wrote:
> Hi,
>
> I'm trying to build llvm on a Solaris/Sparc machine. I get many undefined symbols during the link phase of opt. The link command being run is below.
>
> It is identical to the link command that gets run and works on an x86 host.
>
> Thanks,
> Tarun
>
> g++
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
R Help List:
Just curious if anyone has successfully built R on a SPARC
platform running Sun Solaris 10 using the latest Sun Studio
12 set of compilers. If so, I would be interested in the
compile flags that you used.
I have tried several different builds of version 2.5.1, 2.6.0,
and 2.6.1 using various different compile flags and I am able
to compile and check, but for whatever reason, the
2006 Jun 20
0
Successfully building 2.3.1 with Sun One Studio 8 on Solaris 9 (SPARC)
I had a hard time building 1.9.1 with the Sun One Studio
on Solaris (SPARC) almost 2 years ago. I filed a bug report,
but I can't seem to find it right now. For 2.3.1, I discovered
that the same problems remain. Here are the tricks that
resolved them for me if anyone is interested.
#1. /usr/lib/cpp will give you nothing, but headaches.
Fortunately, the Solaris Software Companion CD (SSCC)
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2015 May 13
0
CRAN check for package on Sparc Solaris
Hi Wolfgang, I can test your package, please send it to me in private.
Btw. I only have an x86 machine, and no sparc, so if your problem is
sparc-specific, then my test is probably useless.
Gabor
On Wed, May 13, 2015 at 3:48 PM, Viechtbauer Wolfgang (STAT) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote:
> Dear All,
>
> The metafor package currently fails CRAN checks on
2009 Nov 02
1
[LLVMdev] llvm-gcc-4.2 RELEASE_26 bootstrap failure on Solaris/SPARC - unhandled REAL_TYPE during compilation of '__powitf2'
Anton,
I went with the first alternative with some success.
However, now I get some errors during the build of libgcc
with 'multiply defined symbols'.
One thing I noticed is the following fact:
Definition in unwind-pe.h:
static const unsigned char *
read_sleb128 (const unsigned char *p, _Unwind_Sword *val)
---
GCC 4.2.4 bootstrapped on Solaris/SPARC
-bash-3.00$ nm unwind-dw2.o | grep
2015 May 14
0
CRAN check for package on Sparc Solaris
This issue is discussed in
http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Writing-portable-packages,
to which he was referred by the CRAN report. It fails in the same way
with --disable-long-double on an x86_64 Linux box (as he was told).
On 13/05/2015 20:48, Viechtbauer Wolfgang (STAT) wrote:
> Dear All,
>
> The metafor package currently fails CRAN checks on Sparc
2012 Dec 10
1
[LLVMdev] install llvm on sparc/solaris
Hello,
Is there any package to install llvm 3.1 on solaris? Standard installation by compiling the sources does not run smoothly.
I found that similar issues have been addressed before, but without replies:
http://clang-developers.42468.n3.nabble.com/Using-Clang-LLVM-on-sparc-solaris-td2807126.html
I tried to install llvm 3.1 on a system with Sun Microsystems Inc. SunOS 5.10 Generic
2018 Mar 17
0
Successful Build: llvm-5.0.1 on Solaris 10/sparc
Greetings, All.
Llvm-5.0.1 was successfully built on Solaris 10/sparc.
I first built the Debug version then the Release version with the
following cmake/gmake incantations:
cmake \
-DCMAKE_C_COMPILER=/home/build/gcc/5.4.0/bin/gcc \
-DCMAKE_CXX_COMPILER=/home/build/gcc/5.4.0/bin/g++ \
-DLLVM_TARGETS_TO_BUILD=Sparc \
-DCMAKE_INSTALL_PREFIX=/home/build/llvm \
-DCMAKE_BUILD_TYPE=Release \
2009 Oct 30
0
[LLVMdev] llvm-gcc-4.2 RELEASE_26 bootstrap failure on Solaris/SPARC - unhandled REAL_TYPE during compilation of '__powitf2'
Hello, Juergen
> Ty->dump() prints "{double, double}" in the failing case (just before my
> introduced assert).
The answer is simple. The code in question contains extended IEEE FP
argument / return type (aka 'long double'). By default it's lowered
into struct {double, double} as you already saw and sparc currently
does not provide any argument layout hooks.
There
2005 May 23
1
[LLVMdev] Sparc build error
I'm encountering a new problem building llvm (from CVS) on Solaris.
The tblgen executable builds successfully but it seems to use the
wrong version of libstdc++ :
% /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen --help
ld.so.1: /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen: fatal: /home/
vadve/lattner/local/x86-fc1/gcc-3.4.2/lib/libstdc++.so.6: wrong ELF
class: ELFCLASS32
Killed
This
2010 Feb 27
1
build failure 20100228, Solaris 9 sparc, gcc 3.4.6
Failure on Solaris 9 sparc:
Undefined first referenced
symbol in file
seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)
ld: fatal: Symbol referencing errors. No output written to ssh-pkcs11-helper
collect2: ld returned 1 exit status
gmake: *** [ssh-pkcs11-helper] Error 1
2011 Oct 17
1
Build 64-bit R Solaris 10 Sparc
Hello All,
Has anyone had success building 64-bit R on Solaris 10 Sparc with the Oracle Studio Compiler suite? Could anyone start give me a clue. I have tried to no avail.
Thanks,
Nynese
Nynese Tinsley, BSEE, MSCIS
UNIX Systems Analyst
Harvard School of Public Health
Center for Biostatistics in AIDS Research
651 Huntington Ave, FXB 614
Boston, MA 02115
617-432-3244 office#
2010 Sep 15
3
Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC
machine.
> uname -a
SunOS ommtca013 5.10 Generic_138888-07 sun4v sparc SUNW,Sun-Blade-T6300
Solaris
> cat /etc/release
Solaris 10 10/08 s10s_u6wos_07b SPARC
I've installed the following binaries from sunfreeware for dovecot 1.1 to
use with 2.0.2
gcc-3.4.6-sol10-sparc-local
2002 Mar 09
0
[Bug 152] Build failure on Sparc/Solaris 2.8 with Sun cc or gcc
http://bugzilla.mindrot.org/show_bug.cgi?id=152
carson at taltos.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From carson at taltos.org 2002-03-10
2013 Sep 27
1
version 2.2.6 breaks compiling on Solaris 10 sparc
Hello,
I maintain the dovecot package at opencsw.org. The latest release of
dovecot verison 2.2.6 has some changes to lib-http which is breaking
compiling on Solaris 10 sparc (though x86 builds successfully). Here is
part of the compiler output while building:
libtool: compile: /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../..
-I../../src/lib -I../../src/lib-test
2011 Dec 21
0
[nut-commits] buildbot failure in Network UPS Tools on Solaris-sparc
Chetan,
the below error is the same than on Solaris Intel:
buildbot startup script needs to have PATH set so that it can find the
various needed binaries (svn, make, compiler, ...)
you may simply want to copy the intel one to the sparc...
I'm away from work and back on Jan. 3rd, so up to you to fix it.
cheers,
Arnaud
2011/12/21 <clepple+buildbot at ghz.cc>
> The Buildbot has