While running make ptestalllong, I was able to build all the packages that
it needs except for Deformation. I tried building it many times, but it
failed every time. It said
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
I got all the other packages to install, even though in some of them I had
to manually go to their download directory (which was in
SAGE_ROOT/local/var/tmp/sage/build/) and edit the Makefile. The reason for
this was, some of the packages (specifically, libsemigroups-0.6.7) output a
Makefile with the -march and -mtune flags set for the compiler, but I have
an 11th gen Intel processor, so GCC doesn't accept tigerlake or native as a
valid flag yet. The Makefile generator for that library (which I believe is
GNU AutoTools) should incorporate a check to see if the -march=native flag
is available on the target system, like the cryptominisat-5.6.8 package
does.
I'm attaching 4 log files: The entire log for for deformation-d05941b.p0,
which contains the build output for every single time I tried to build the
package, a shortened version of that log file which contains what (I feel)
is the relevant portion of that log file, the entire log file of
libsemigroups-0.6.7, and a shorter version of the libsemigroups-0.6.7 log
file which contains what (I feel) is the relevant portion of that lengthy
log file.
P.S. --- I have some experience in building Sage on WSL2, having done it
twice (on two different machines), so I want to edit the Sage on Windows
<https://wiki.sagemath.org/SageWindows> page's WSL section, but it appears
that you can't use your GitHub-linked Trac account on the Wiki. How would I
go about getting an account I can use on the Wiki? I'd prefer having one
account to use across trac.sagemath.org and the Wiki, if that's possible.
Thanks in advance,
Tirthankar
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/f1184a5e-d6d4-4247-ad07-703de70a6fefn%40googlegroups.com.
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m0.682s
user 0m0.078s
sys 0m0.111s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for libsemigroups-0.6.7
Attempting to download package libsemigroups-0.6.7.tar.gz from mirrors
Downloading the Sage mirror list
Traceback (most recent call last):
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/mirror_list.py",
line 179, in _refresh
with contextlib.closing(urllib.urlopen(self.URL)) as f:
File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.8/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/usr/lib/python3.8/urllib/request.py", line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
File "/usr/lib/python3.8/urllib/request.py", line 1379, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.8/urllib/request.py", line 1354, in do_open
r = h.getresponse()
File "/usr/lib/python3.8/http/client.py", line 1347, in getresponse
response.begin()
File "/usr/lib/python3.8/http/client.py", line 307, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.8/http/client.py", line 268, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/tirthankar/sage/sage-9.2/build/bin/sage-download-file", line 28,
in <module>
run_safe()
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/cmdline.py",
line 130, in run_safe
run()
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/cmdline.py",
line 112, in run
app.download_tarball(args.url_or_tarball, args.destination,
args.allow_upstream)
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/app.py",
line 41, in download_tarball
tarball.download(allow_upstream=allow_upstream)
File "/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/tarball.py",
line 156, in download
for mirror in MirrorList():
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/mirror_list.py",
line 69, in __init__
self._refresh()
File
"/home/tirthankar/sage/sage-9.2/build/bin/../sage_bootstrap/download/mirror_list.py",
line 179, in _refresh
with contextlib.closing(urllib.urlopen(self.URL)) as f:
KeyboardInterrupt
Found local metadata for libsemigroups-0.6.7
Attempting to download package libsemigroups-0.6.7.tar.gz from mirrors
http://mirrors.xmission.com/sage/spkg/upstream/libsemigroups/libsemigroups-0.6.7.tar.gz
[......................................................................]
libsemigroups-0.6.7
====================================================
Setting up build directory for libsemigroups-0.6.7
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'libsemigroups' is currently not installed
No legacy uninstaller found for 'libsemigroups'; nothing to do
Configuring libsemigroups-0.6.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking the archiver (ar) interface... ar
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking whether to enable debug mode... no
checking whether to enable stats mode... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsemigroups.pc
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing src/libsemigroups-config.h commands
config.status: creating src/libsemigroups-config.h - prefix LIBSEMIGROUPS for
config/config.h defines
config.status: executing libtool commands
Building libsemigroups-0.6.7
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-blocks.lo
`test -f 'src/blocks.cc' || echo './'`src/blocks.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-cong.lo
`test -f 'src/cong.cc' || echo './'`src/cong.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o
src/libsemigroups_la-elements.lo `test -f 'src/elements.cc' || echo
'./'`src/elements.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o
src/libsemigroups_la-semigroups.lo `test -f 'src/semigroups.cc' || echo
'./'`src/semigroups.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/blocks.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-blocks.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/semigroups.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-semigroups.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/cong.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-cong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/elements.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-elements.o
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:712: src/libsemigroups_la-cong.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:719: src/libsemigroups_la-elements.lo] Error 1
make[5]: *** [Makefile:726: src/libsemigroups_la-semigroups.lo] Error 1
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:705: src/libsemigroups_la-blocks.lo] Error 1
***********************************************************************************************************************************************
Error building libsemigroups-0.6.7
***********************************************************************************************************************************************
real 0m17.438s
user 0m4.913s
sys 0m1.904s
************************************************************************
Error installing package libsemigroups-0.6.7
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/libsemigroups-0.6.7.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7 and
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for libsemigroups-0.6.7
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/libsemigroups-0.6.7.tar.gz
libsemigroups-0.6.7
====================================================
Setting up build directory for libsemigroups-0.6.7
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'libsemigroups' is currently not installed
No legacy uninstaller found for 'libsemigroups'; nothing to do
Configuring libsemigroups-0.6.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking the archiver (ar) interface... ar
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking whether to enable debug mode... no
checking whether to enable stats mode... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsemigroups.pc
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing src/libsemigroups-config.h commands
config.status: creating src/libsemigroups-config.h - prefix LIBSEMIGROUPS for
config/config.h defines
config.status: executing libtool commands
Building libsemigroups-0.6.7
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-blocks.lo
`test -f 'src/blocks.cc' || echo './'`src/blocks.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-cong.lo
`test -f 'src/cong.cc' || echo './'`src/cong.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o
src/libsemigroups_la-elements.lo `test -f 'src/elements.cc' || echo
'./'`src/elements.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/cong.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-cong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/elements.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-elements.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/blocks.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-blocks.o
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:712: src/libsemigroups_la-cong.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:719: src/libsemigroups_la-elements.lo] Error 1
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:705: src/libsemigroups_la-blocks.lo] Error 1
***********************************************************************************************************************************************
Error building libsemigroups-0.6.7
***********************************************************************************************************************************************
real 0m25.630s
user 0m2.179s
sys 0m0.537s
************************************************************************
Error installing package libsemigroups-0.6.7
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/libsemigroups-0.6.7.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7 and
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for libsemigroups-0.6.7
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/libsemigroups-0.6.7.tar.gz
libsemigroups-0.6.7
====================================================
Setting up build directory for libsemigroups-0.6.7
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'libsemigroups' is currently not installed
No legacy uninstaller found for 'libsemigroups'; nothing to do
Configuring libsemigroups-0.6.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking the archiver (ar) interface... ar
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking whether to enable debug mode... no
checking whether to enable stats mode... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsemigroups.pc
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing src/libsemigroups-config.h commands
config.status: creating src/libsemigroups-config.h - prefix LIBSEMIGROUPS for
config/config.h defines
config.status: executing libtool commands
Building libsemigroups-0.6.7
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-blocks.lo
`test -f 'src/blocks.cc' || echo './'`src/blocks.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-cong.lo
`test -f 'src/cong.cc' || echo './'`src/cong.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/blocks.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-blocks.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/cong.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-cong.o
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:705: src/libsemigroups_la-blocks.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:712: src/libsemigroups_la-cong.lo] Error 1
***********************************************************************************************************************************************
Error building libsemigroups-0.6.7
***********************************************************************************************************************************************
real 0m14.432s
user 0m3.907s
sys 0m1.573s
************************************************************************
Error installing package libsemigroups-0.6.7
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/libsemigroups-0.6.7.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7 and
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for libsemigroups-0.6.7
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/libsemigroups-0.6.7.tar.gz
libsemigroups-0.6.7
====================================================
Setting up build directory for libsemigroups-0.6.7
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'libsemigroups' is currently not installed
No legacy uninstaller found for 'libsemigroups'; nothing to do
Configuring libsemigroups-0.6.7
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking the archiver (ar) interface... ar
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ supports C++11 features by default... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_create in -lpthread... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries...
yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint64_t... yes
checking for ptrdiff_t... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking whether to enable debug mode... no
checking whether to enable stats mode... no
checking whether to build with code coverage support... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsemigroups.pc
config.status: creating config/config.h
config.status: executing depfiles commands
config.status: executing src/libsemigroups-config.h commands
config.status: creating src/libsemigroups-config.h - prefix LIBSEMIGROUPS for
config/config.h defines
config.status: executing libtool commands
Building libsemigroups-0.6.7
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-blocks.lo
`test -f 'src/blocks.cc' || echo './'`src/blocks.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o src/libsemigroups_la-cong.lo
`test -f 'src/cong.cc' || echo './'`src/cong.cc
/usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./config -DCONFIG_H -I. -Wall -Wextra -pedantic -Wno-c++11-extensions
-std=gnu++11 -g -O3 -march=native -g -O2 -c -o
src/libsemigroups_la-elements.lo `test -f 'src/elements.cc' || echo
'./'`src/elements.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/cong.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-cong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/elements.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-elements.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./config -DCONFIG_H -I. -Wall
-Wextra -pedantic -Wno-c++11-extensions -std=gnu++11 -g -O3 -march=native -g
-O2 -c src/blocks.cc -fPIC -DPIC -o src/.libs/libsemigroups_la-blocks.o
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:712: src/libsemigroups_la-cong.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:719: src/libsemigroups_la-elements.lo] Error 1
cc1plus: error: bad value ('tigerlake') for '-march=' switch
cc1plus: note: valid arguments to '-march=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8
k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1plus: error: bad value ('tigerlake') for '-mtune=' switch
cc1plus: note: valid arguments to '-mtune=' switch are: nocona core2 nehalem
corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2
broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server
cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm
intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4
k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10
barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native
cc1plus: warning: unrecognized command line option '-Wno-c++11-extensions'
make[5]: *** [Makefile:705: src/libsemigroups_la-blocks.lo] Error 1
***********************************************************************************************************************************************
Error building libsemigroups-0.6.7
***********************************************************************************************************************************************
real 0m25.630s
user 0m2.179s
sys 0m0.537s
************************************************************************
Error installing package libsemigroups-0.6.7
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/libsemigroups-0.6.7.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7 and
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/libsemigroups-0.6.7'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Attempting to download package deformation-d05941b.tar.bz2 from mirrors
https://mirror.lyrahosting.com/sagemath/spkg/upstream/deformation/deformation-d05941b.tar.bz2
[......................................................................]
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m2.354s
user 0m0.162s
sys 0m0.091s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m0.682s
user 0m0.078s
sys 0m0.111s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m45.859s
user 0m25.482s
sys 0m19.465s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m35.968s
user 0m16.737s
sys 0m16.729s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m10.239s
user 0m6.031s
sys 0m3.881s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m30.038s
user 0m2.159s
sys 0m10.063s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m6.858s
user 0m0.254s
sys 0m0.197s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m1.190s
user 0m0.246s
sys 0m0.145s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m6.856s
user 0m0.141s
sys 0m0.087s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m3.821s
user 0m0.777s
sys 0m0.501s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
Found local metadata for deformation-d05941b.p0
Using cached file
/home/tirthankar/sage/sage-9.2/upstream/deformation-d05941b.tar.bz2
deformation-d05941b.p0
====================================================
Setting up build directory for deformation-d05941b.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux DESKTOP-KVK1CAQ 5.4.91-microsoft-standard-WSL2 #1 SMP Mon Jan 25 18:39:31
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-9
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new
--enable-gnu-unique-object --disable-vtable-verify --enable-plugin
--enable-default-pie --with-system-zlib --with-target-system-zlib=auto
--enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic
--enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa
--without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
****************************************************
Package 'deformation' is currently not installed
No legacy uninstaller found for 'deformation'; nothing to do
FLINT_LIB_DIR set to /usr/local/lib
FLINT_INC_DIR set to /usr/local/include
Configuring...x86_64-Linux
Testing __builtin_popcountl...yes
Testing native popcount...yes
Testing __thread...yes
DEFORMATION was successfully configured.
Building deformation-d05941b.p0
mkdir -p build/interfaces
CC ../build/perm/randtest.lo
In file included from randtest.c:1:
../perm.h:115:12: warning: '_perm_print' defined but not used
[-Wunused-function]
115 | static int _perm_print(const long * vec, long n)
| ^~~~~~~~~~~
../perm.h:100:12: warning: '_long_vec_print' defined but not used
[-Wunused-function]
100 | static int _long_vec_print(const long * vec, long len)
| ^~~~~~~~~~~~~~~
../perm.h:86:13: warning: '_perm_compose' defined but not used
[-Wunused-function]
86 | static void _perm_compose(long *res, const long *vec1, const long
*vec2, long n)
| ^~~~~~~~~~~~~
../perm.h:56:13: warning: '_perm_inv' defined but not used [-Wunused-function]
56 | static void _perm_inv(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:48:13: warning: '_perm_set_one' defined but not used
[-Wunused-function]
48 | static void _perm_set_one(long *vec, long n)
| ^~~~~~~~~~~~~
../perm.h:40:13: warning: '_perm_set' defined but not used [-Wunused-function]
40 | static void _perm_set(long *res, const long *vec, long n)
| ^~~~~~~~~
../perm.h:33:13: warning: '_perm_clear' defined but not used [-Wunused-function]
33 | static void _perm_clear(long * vec)
| ^~~~~~~~~~~
../perm.h:15:15: warning: '_perm_init' defined but not used [-Wunused-function]
15 | static long * _perm_init(long n)
| ^~~~~~~~~~
CC ../build/perm/../perm.lo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
make[7]: *** [../Makefile.subdirs:55: ../build/perm/../perm.lo] Error 1
make[6]: *** [Makefile:125: libdeformation.so.0.0.0] Error 2
make[5]: *** [Makefile:155: library] Error 2
***********************************************************************************************************************************************
Error building deformation-d05941b.p0
***********************************************************************************************************************************************
real 0m6.988s
user 0m0.292s
sys 0m0.965s
************************************************************************
Error installing package deformation-d05941b.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
/home/tirthankar/sage/sage-9.2/logs/pkgs/deformation-d05941b.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/home/tirthankar/sage/sage-9.2/local/var/tmp/sage/build/deformation-d05941b.p0'
&& '/home/tirthankar/sage/sage-9.2/sage' --buildsh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************