#7782: cliquer build fails on HP-UX
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: porting | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
cliquer is failing on HP-UX 11.11 on a HP C3600 workstation. The spkg-
install has code which applies different flags to build the shared library
on different platforms, but does not have any for HP-UX. The spkg-install
exits with a message saying:
'''Cannot determine your platform or it is not supported... exiting'''
This needs to be changed. Once the files testcc.sh and testcxx.sh at #7505
are included in Sage, doing this will be a lot easier.
{{{
cliquer-1.2.p2/src/cliquerconf.h
cliquer-1.2.p2/src/testcase-large-w-60-64-mxml.h
cliquer-1.2.p2/src/testcase-large.b
cliquer-1.2.p2/src/set.h
cliquer-1.2.p2/src/graph.h
Finished extraction
****************************************************
Host system
uname -a:
HP-UX hpbox B.11.11 U 9000/785 2016698240 unlimited-user license
****************************************************
****************************************************
CC Version
gcc -v
Using built-in specs.
Target: hppa1.1-hp-hpux11.11
Configured with: /tmp/gcc-4.3.3.tar.gz/gcc-4.3.3/configure --host=hppa1.1
-hp-hpux11.11 --target=hppa1.1-hp-hpux11.11 --build=hppa1.1-hp-hpux11.11
--prefix=/opt/hp-gcc-4.3.3 --with-gnu-as --without-gnu-ld --enable-
threads=posix --enable-languages=c,c++ --with-gmp=/proj/opensrc/be/hppa1.1
-hp-hpux11.11 --with-mpfr=/proj/opensrc/be/hppa1.1-hp-hpux11.11
Thread model: posix
gcc version 4.3.3 (GCC)
****************************************************
Code will be built with debugging information present. Set 'SAGE_DEBUG' to
'no' if you don't want that.
No Fortran compiler has been defined. This is not normally a problem.
Using CC=gcc
Using CXX=g++
Using FC=
Using F77=
Using SAGE_FORTRAN=
Using SAGE_FORTRAN_LIB=
The following environment variables will be exported
Using CFLAGS= -O2 -g -Wall -fomit-frame-pointer -funroll-loops -c -fPIC
Using CXXFLAGS= -O2 -g -Wall
Using FCFLAGS= -O2 -g -Wall
Using F77FLAGS= -O2 -g -Wall
Using CPPFLAGS= -I/home/drkirkby/sage-4.3/local/include
Using LDFLAGS= -L/home/drkirkby/sage-4.3/local/lib
Using ABI=
configure scripts and/or makefiles might override these later
Cannot determine your platform or it is not supported... exiting
real 0m0.076s
user 0m0.050s
sys 0m0.020s
sage: An error occurred while installing cliquer-1.2.p2
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7782>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.