[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xgap in Debian wheezy



Hallo, allerseits!

Vielleicht hat ja jemand erfolgreich "xgap" unter Debian (hier
wheezy) zum laufen gebracht und kann mir einen Tipp geben.

Installiert ist das gap-CAS, Version "4r4p12-2" aus Wheezy.

Da ich das Frontend xgap nur unter

http://www.gap-system.org/Packages/xgap.html

als tar-Archiv gefunden habe, habe ich also dieses
geholt, entpackt und frohgemut losgelegt:
Erster Versuch:

 ###
> ./configure
checking for make... make
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for CONFIGNAME... none
checking for GAP root directory... Not found

********************************************************************
  ERROR

  Cannot find your GAP installation. Please specify the location of
  GAP's root directory using --with-gaproot=<path>

  The GAP root directory (as far as this package is concerned) is
  the one containing the file sysinfo.gap and the subdirectories
  src/ and bin/.
********************************************************************

configure: error: Unable to find GAP root directory

 ###

Ok: ein "locate sysinfo.gap" ergab zwei Verzeichnisse, und nur
    "/usr/lib/gap" enthält auch src/ und bin/.
Also: 2. Versuch:

 ###

./configure --with-gaproot=/usr/lib/gap
checking for make... make
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for CONFIGNAME... none
checking for GAP root directory... /usr/lib/gap
checking for GAP architecture... i486-pc-linux-gnu-i486-linux-gnu-gcc

********************************************************************
  ERROR

  Found a GAP installation at /usr/lib/gap but could not find
  information about GAP's architecture in the
  file /usr/lib/gap/sysinfo.gap or did not find the directory
  /usr/lib/gap/bin/i486-pc-linux-gnu-i486-linux-gnu-gcc.
  This file and directory should be present: please check your
  GAP installation.
********************************************************************

configure: error: Unable to find plausible GAParch information.

 ###

Und schon ist Schluß mit "frohgemut".
ein "locate i486-pc-linux-gnu-i486-linux-gnu-gcc" führt
zu keinem Resultat,
das README und alle Anleitungen und Beschreibungen, die ich
über Suchmaschinen gefunden habe, gehen nämlich davon aus,
das ".configure" erfolgreich durchlaufen wird.
Wie ich dem ".configure" die fragliche "plausible GAParch
information" zukommen lasse, konnte ich nicht heraus
finden.

Es wird übrigens ein config.log erstellt, das recht länglich
ist, ich füge es unten an.

Gruß,
  Detlef


Inhalt von "config.log":

 ###
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --with-gaproot=/usr/lib/gap

## --------- ##
## Platform. ##
## --------- ##

hostname = wattwurm
uname -m = i686
uname -r = 3.2.0-4-686-pae
uname -s = Linux
uname -v = #1 SMP Debian 3.2.65-1+deb7u1

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/lef/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1747: checking for make
configure:1763: found /usr/bin/make
configure:1774: result: make
configure:1869: checking build system type
configure:1883: result: i686-pc-linux-gnu
configure:1903: checking host system type
configure:1916: result: i686-pc-linux-gnu
configure:1936: checking target system type
configure:1949: result: i686-pc-linux-gnu
configure:2024: checking for gcc
configure:2040: found /usr/bin/gcc
configure:2051: result: gcc
configure:2280: checking for C compiler version
configure:2289: gcc --version >&5
gcc (Debian 4.7.2-5) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2300: $? = 0
configure:2289: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
configure:2300: $? = 0
configure:2289: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2300: $? = 4
configure:2289: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2300: $? = 4
configure:2320: checking whether the C compiler works
configure:2342: gcc    conftest.c  >&5
configure:2346: $? = 0
configure:2394: result: yes
configure:2397: checking for C compiler default output file name
configure:2399: result: a.out
configure:2405: checking for suffix of executables
configure:2412: gcc -o conftest    conftest.c  >&5
configure:2416: $? = 0
configure:2438: result:
configure:2460: checking whether we are cross compiling
configure:2468: gcc -o conftest    conftest.c  >&5
configure:2472: $? = 0
configure:2479: ./conftest
configure:2483: $? = 0
configure:2498: result: no
configure:2503: checking for suffix of object files
configure:2525: gcc -c   conftest.c >&5
configure:2529: $? = 0
configure:2550: result: o
configure:2554: checking whether we are using the GNU C compiler
configure:2573: gcc -c   conftest.c >&5
configure:2573: $? = 0
configure:2582: result: yes
configure:2591: checking whether gcc accepts -g
configure:2611: gcc -c -g  conftest.c >&5
configure:2611: $? = 0
configure:2652: result: yes
configure:2669: checking for gcc option to accept ISO C89
configure:2733: gcc  -c -g -O2  conftest.c >&5
configure:2733: $? = 0
configure:2746: result: none needed
configure:2766: checking whether make sets $(MAKE)
configure:2788: result: yes
configure:2799: checking for CONFIGNAME
configure:2804: result: none
configure:2815: checking for GAP root directory
configure:2841: result: /usr/lib/gap
configure:2869: checking for GAP architecture
configure:2883: result: i486-pc-linux-gnu-i486-linux-gnu-gcc
configure:2900: error: Unable to find plausible GAParch information.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CONFIGNAME_set=
ac_cv_env_CONFIGNAME_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_prog_MAKE=make
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
CONFIGNAME=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GAPARCH='i486-pc-linux-gnu-i486-linux-gnu-gcc'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE='make'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
gapdir='/usr/lib/gap'
gp_configure_options='--with-gaproot=/usr/lib/gap'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 1


Reply to: