octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39446] MXE-Octave: Openblas build mixes MinGW


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #39446] MXE-Octave: Openblas build mixes MinGW and MSVC
Date: Tue, 09 Jul 2013 12:38:28 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39446>

                 Summary: MXE-Octave: Openblas build mixes MinGW and MSVC
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Tue 09 Jul 2013 02:38:27 PM CEST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Native build of MXE-Octve w --enable-openblas give this in the LAPACK build
log:


make[1]: Entering directory `/home/Nienhu01/mxe-octave'
rm -rf   '/home/Nienhu01/mxe-octave/tmp-lapack'
mkdir -p '/home/Nienhu01/mxe-octave/tmp-lapack'
cd '/home/Nienhu01/mxe-octave/tmp-lapack' &&  tar xzf
'/home/Nienhu01/mxe-octave/pkg/lapack-3.4.2.tgz'
test ! -d '/home/Nienhu01/mxe-octave/src/lapack' || cp -a
'/home/Nienhu01/mxe-octave/src/lapack' '/home/Nienhu01/mxe-octave/tmp-lapack'
cd '/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
cd '/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2' && cmake -G 'MSYS
Makefiles'
-DCMAKE_TOOLCHAIN_FILE='/home/Nienhu01/mxe-octave/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake'
-DCMAKE_Fortran_FLAGS='' .
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: C:/MinGW/bin/gfortran.exe
-- Check for working Fortran compiler: C:/MinGW/bin/gfortran.exe  -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether C:/MinGW/bin/gfortran.exe supports Fortran 90
-- Checking whether C:/MinGW/bin/gfortran.exe supports Fortran 90 -- yes
-- Found PythonInterp: C:/Python27/ArcGIS10.1/python.exe (found version
"2.7.2") 
-- Looking for Python found - TRUE
-- Using Python version 2.7.2
-- Reducing RELEASE optimization level to O2
-- Looking for Fortran NONE - found
-- Looking for Fortran INT_CPU_TIME - found
-- Looking for Fortran EXT_ETIME - not found
-- Looking for Fortran EXT_ETIME_ - not found
-- Looking for Fortran INT_ETIME - found
-- --> Will use second_INT_ETIME.f and dsecnd_INT_ETIME.f as timing function.
-- Using supplied NETLIB BLAS implementation
-- Using supplied NETLIB LAPACK implementation
-- Building Single Precision
-- Building Double Precision
-- Building Complex Precision
-- Building Double Complex Precision
-- Configuring done
-- Generating done
-- Build files have been written to:
C:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2
make -C '/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/SRC' -j '1'
VERBOSE=1 install
make[2]: Entering directory
`/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/SRC'
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2 &&
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe
-H/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2
-B/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2
--check-build-system CMakeFiles/Makefile.cmake 0
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2 &&
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe -E
cmake_progress_start
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/CMakeFiles
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/SRC/CMakeFiles/progress.marks
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2 && make
-f CMakeFiles/Makefile2 SRC/all
make[3]: Entering directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
make -f BLAS/SRC/CMakeFiles/blas.dir/build.make
BLAS/SRC/CMakeFiles/blas.dir/depend
make[4]: Entering directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe -E cmake_depends
"MSYS Makefiles"
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/CMakeFiles/blas.dir/DependInfo.cmake
--color=
Dependee
"c:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/CMakeFiles/blas.dir/DependInfo.cmake"
is newer than depender
"c:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/CMakeFiles/blas.dir/depend.internal".
Dependee
"c:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/CMakeFiles/CMakeDirectoryInformation.cmake"
is newer than depender
"c:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/CMakeFiles/blas.dir/depend.internal".
Scanning dependencies of target blas
make[4]: Leaving directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
make -f BLAS/SRC/CMakeFiles/blas.dir/build.make
BLAS/SRC/CMakeFiles/blas.dir/requires
make[4]: Entering directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
make[4]: Nothing to be done for `BLAS/SRC/CMakeFiles/blas.dir/requires'.
make[4]: Leaving directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
make -f BLAS/SRC/CMakeFiles/blas.dir/build.make
BLAS/SRC/CMakeFiles/blas.dir/build
make[4]: Entering directory
`/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2'
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe -E
cmake_progress_report
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/CMakeFiles

[  0%] Building Fortran object BLAS/SRC/CMakeFiles/blas.dir/isamax.f.obj
:
<...many FORTRAN modules compiled...>
:
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
&& /C/MinGW/bin/gfortran.exe  -Dblas_EXPORTS -O2   -c
/C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC/xerbla_array.f
-o CMakeFiles/blas.dir/xerbla_array.f.obj
Linking Fortran shared library ../../bin/libblas.dll
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
&& /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe -E remove -f
CMakeFiles/blas.dir/objects.a
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
&& /C/MinGW/bin/ar.exe cr CMakeFiles/blas.dir/objects.a
@CMakeFiles/blas.dir/objects1.rsp
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
&& /C/MinGW/bin/gfortran.exe     -shared -o ../../bin/libblas.dll
-Wl,--out-implib,../../lib/libblas.dll.a
-Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive
CMakeFiles/blas.dir/objects.a -Wl,--no-whole-archive 
-Wl,--output-def,blas.def
cd /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/BLAS/SRC
&& /C/MinGW/msys/1.0/home/Nienhu01/mxe-octave/usr/bin/cmake.exe
-Dlib="C:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/CMakeFiles/GNUtoMSlib.bat"
-Ddef="blas.def" -Ddll="../../bin/libblas.dll" -Dimp="../../lib/libblas.dll.a"
-P
"C:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/CMAKE/GNUtoMS/lib.cmake"
Setting environment for using Microsoft Visual Studio 2010 x86 tools.

ERROR: Cannot determine the location of the VS Common Tools folder.

'lib' is not recognized as an internal or external command,
operable program or batch file.
CMake Error at
C:/MinGW/msys/1.0/home/Nienhu01/mxe-octave/tmp-lapack/lapack-3.4.2/CMAKE/GNUtoMS/lib.cmake:9
(message):
  lib failed: 1






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39446>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]