Hello
compiling from source for SageMath version 8.7.beta1 on my opensuse leap 
15.0 caused an error after compiling libffi.

It looks like the problem mentioned at the bottom of #25900.

It started as

[libffi-3.2.1] ****************************************************
[libffi-3.2.1] No record that 'libffi' was ever installed; skipping 
uninstall
[libffi-3.2.1] Configuring libffi-3.2.1
[libffi-3.2.1] configure: loading site script 
/usr/share/site/x86_64-unknown-linux-gnu
...

and then ended with

...
[libffi-3.2.1]  /usr/bin/install -c -m 644 libffi.pc 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/pkgconfig'
[libffi-3.2.1] make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
[libffi-3.2.1] make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
[libffi-3.2.1] make[5]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
[libffi-3.2.1] make[4]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src'
[libffi-3.2.1] 
[libffi-3.2.1] real     0m7.001s
[libffi-3.2.1] user     0m5.834s
[libffi-3.2.1] sys      0m1.524s
[libffi-3.2.1] Copying package files from temporary location 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst to 
/usr/local/sage/local
[libffi-3.2.1] cp: cannot overwrite non-directory 
'/usr/local/sage/local/./lib64' with directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/./lib64'

/usr/local/sage/local/lib64 is an existing link to 
/usr/local/sage/local/lib/

full log attached.

Chris

-- 
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for libffi-3.2.1
Using cached file /usr/local/sage/upstream/libffi-3.2.1.tar.gz
libffi-3.2.1
====================================================
Setting up build directory for libffi-3.2.1
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Linux linux-qk0i 4.12.14-lp150.12.45-default #1 SMP Mon Jan 14 20:29:59 UTC 
2019 (7a62739) x86_64 x86_64 x86_64 GNU/Linux
****************************************************
C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go 
--enable-offload-targets=hsa,nvptx-none=/usr/nvptx-none, --without-cuda-driver 
--enable-checking=release --disable-werror 
--with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp 
--disable-libvtv --disable-libcc1 --disable-plugin 
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' 
--with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
--enable-version-specific-runtime-libs --with-gcc-major-version-only 
--enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function 
--program-suffix=-7 --without-system-libunwind --enable-multilib 
--with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux 
--host=x86_64-suse-linux
Thread model: posix
gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) 
****************************************************
No record that 'libffi' was ever installed; skipping uninstall
Configuring libffi-3.2.1
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
continue configure in default builddir "./x86_64-unknown-linux-gnu"
....exec /bin/bash .././configure "--srcdir=.." 
"--enable-builddir=x86_64-unknown-linux-gnu" "linux
gnu"
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gsed... sed
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 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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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... no
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... no
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 size of size_t... 8
checking for C compiler vendor... gnu
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... 306c3:1100800:7fdafbbf:bfebfbff
checking whether C compiler accepts -march=core2... yes
checking for gcc architecture flag... -march=core2
checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing 
-ffast-math -march=core2... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mkostemp... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... no
checking assembler .cfi pseudo-op support... yes
checking assembler supports pc related relocs... yes
checking assembler .ascii pseudo-op support... yes
checking assembler .string pseudo-op support... yes
checking for _ prefix in compiled symbols... no
checking toolchain supports unwind section type... yes
checking whether .eh_frame section should be read-only... yes
checking for __attribute__((visibility("hidden")))... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking ../src/x86/ffitarget.h to include/ffitarget.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in x86_64-unknown-linux-gnu (HOST=linux-qk0i)
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands
Building libffi-3.2.1
make[4]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src'
MAKE linux-qk0i : 1 * all-all
make[5]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions' 'CXXFLAGS=-g 
-O2' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c' 
'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c' 
'INSTALL_SCRIPT=/usr/bin/install -c' 'JC1FLAGS=' 
'LDFLAGS=-L/usr/local/sage/local/lib -Wl,-rpath,/usr/local/sage/local/lib ' 
'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=make' 'MAKEINFO=/bin/bash 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/missing makeinfo ' 
'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/bash' 
'exec_prefix=/usr/local/sage/local' 'infodir=/usr/local/sage/local/share/info' 
'libdir=/usr/local/sage/local/lib' 'mandir=/usr/local/sage/local/share/man' 
'prefix=/usr/local/sage/local' 'AR=ar' 'AS=as' 'CC=gcc' 'CXX=g++' 'LD=ld -m 
elf_x86_64' 'NM=/usr/bin/nm -B' 'RANLIB=ranlib' 'DESTDIR=' all-recursive
make[6]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
Making all in include
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
Making all in testsuite
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
Making all in man
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo 
../src/prep_cif.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c 
../src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c 
../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT src/types.lo 
-MD -MP -MF $depbase.Tpo -c -o src/types.lo ../src/types.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c 
../src/types.c  -fPIC -DPIC -o src/.libs/types.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c 
../src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../src/raw_api.c 
&&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c 
../src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c 
../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo 
../src/java_raw_api.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF 
src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fPIC -DPIC -o 
src/.libs/java_raw_api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF 
src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o 
>/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo 
../src/closures.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c 
../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c 
../src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo 
../src/x86/ffi64.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c 
../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c 
../src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1
depbase=`echo src/x86/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. 
-I../include -Iinclude -I../src  -I. -I../include -Iinclude -I../src  -MT 
src/x86/unix64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/unix64.lo 
../src/x86/unix64.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF 
src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S  -fPIC -DPIC -o 
src/x86/.libs/unix64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP -MF 
src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -o src/x86/unix64.o >/dev/null 
2>&1
depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I. -I../include -Iinclude -I../src   -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -MT 
src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo ../src/x86/ffi.c 
&&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c 
../src/x86/ffi.c  -fPIC -DPIC -o src/x86/.libs/ffi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -march=core2 
-Wall -fexceptions -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c 
../src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1
depbase=`echo src/x86/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool    --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. 
-I../include -Iinclude -I../src  -I. -I../include -Iinclude -I../src  -MT 
src/x86/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo 
../src/x86/sysv.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -I. -I../include -Iinclude -I../src -MT src/x86/sysv.lo -MD -MP -MF 
src/x86/.deps/sysv.Tpo -c ../src/x86/sysv.S  -fPIC -DPIC -o src/x86/.libs/sysv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude 
-I../src -I. -I../include -Iinclude -I../src -MT src/x86/sysv.lo -MD -MP -MF 
src/x86/.deps/sysv.Tpo -c ../src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions  
-L/usr/local/sage/local/lib -Wl,-rpath,/usr/local/sage/local/lib  -o 
libffi_convenience.la  src/prep_cif.lo src/types.lo src/raw_api.lo 
src/java_raw_api.lo src/closures.lo                                
src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo          
libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o 
src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o 
src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o 
src/x86/.libs/ffi.o src/x86/.libs/sysv.o 
libtool: link: ranlib .libs/libffi_convenience.a
libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s 
"../libffi_convenience.la" "libffi_convenience.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer 
-fstrict-aliasing -ffast-math -march=core2  -Wall -fexceptions -no-undefined 
-version-info `grep -v '^#' ../libtool-version`  '-L/usr/local/sage/local/lib' 
'-Wl,-rpath,/usr/local/sage/local/lib'  -L/usr/local/sage/local/lib 
-Wl,-rpath,/usr/local/sage/local/lib  -o libffi.la -rpath 
/usr/local/sage/local/lib/../lib64 src/prep_cif.lo src/types.lo src/raw_api.lo 
src/java_raw_api.lo src/closures.lo                                
src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo          
libtool: link: gcc -shared  -fPIC -DPIC  src/.libs/prep_cif.o src/.libs/types.o 
src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o 
src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o 
src/x86/.libs/sysv.o   -L/usr/local/sage/local/lib  -O3 -march=core2 -Wl,-rpath 
-Wl,/usr/local/sage/local/lib -Wl,-rpath -Wl,/usr/local/sage/local/lib   
-Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.4
libtool: link: (cd ".libs" && rm -f "libffi.so.6" && ln -s "libffi.so.6.0.4" 
"libffi.so.6")
libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.6.0.4" 
"libffi.so")
libtool: link: ar cru .libs/libffi.a  src/prep_cif.o src/types.o src/raw_api.o 
src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o 
src/x86/ffi.o src/x86/sysv.o
libtool: link: ranlib .libs/libffi.a
libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" 
"libffi.la" )
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[5]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[4]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src'
Installing libffi-3.2.1
make[4]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src'
MAKE linux-qk0i : 1 * install
make[5]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
Making install in include
make[6]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
make[7]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/libffi-3.2.1/include'
 /usr/bin/install -c -m 644 ffi.h ffitarget.h 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/libffi-3.2.1/include'
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/include'
Making install in testsuite
make[6]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/testsuite'
Making install in man
make[6]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[7]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/man/man3'
 /usr/bin/install -c -m 644 ../../man/ffi.3 ../../man/ffi_call.3 
../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/man/man3'
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu/man'
make[6]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[7]: Entering directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
 /usr/bin/mkdir -p 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libffi.la 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64'
libtool: install: /usr/bin/install -c .libs/libffi.so.6.0.4 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64/libffi.so.6.0.4
libtool: install: (cd 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64
 && { ln -s -f libffi.so.6.0.4 libffi.so.6 || { rm -f libffi.so.6 && ln -s 
libffi.so.6.0.4 libffi.so.6; }; })
libtool: install: (cd 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64
 && { ln -s -f libffi.so.6.0.4 libffi.so || { rm -f libffi.so && ln -s 
libffi.so.6.0.4 libffi.so; }; })
libtool: install: /usr/bin/install -c .libs/libffi.lai 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64/libffi.a
libtool: install: chmod 644 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64/libffi.a
libtool: install: ranlib 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/../lib64/libffi.a
libtool: install: warning: remember to run `libtool --finish 
/usr/local/sage/local/lib/../lib64'
 /usr/bin/mkdir -p 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/info'
 /usr/bin/install -c -m 644 ../doc/libffi.info 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/info'
 install-info 
--info-dir='/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/info'
 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/share/info/libffi.info'
 /usr/bin/mkdir -p 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libffi.pc 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/lib/pkgconfig'
make[7]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[6]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[5]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src/x86_64-unknown-linux-gnu'
make[4]: Leaving directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/src'

real    0m7.001s
user    0m5.834s
sys     0m1.524s
Copying package files from temporary location 
/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst to 
/usr/local/sage/local
cp: cannot overwrite non-directory '/usr/local/sage/local/./lib64' with 
directory 
'/usr/local/sage/local/var/tmp/sage/build/libffi-3.2.1/inst/usr/local/sage/local/./lib64'
************************************************************************
Error copying files for libffi-3.2.1.
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /usr/local/sage/logs/pkgs/libffi-3.2.1.log
Describe your computer, operating system, etc.
************************************************************************

Reply via email to