pkgsrc-Bugs archive

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

pkg/55992: math/blas fails on NetBSD/sparc64



>Number:         55992
>Category:       pkg
>Synopsis:       math/blas fails on NetBSD/sparc64
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 13 15:45:00 +0000 2021
>Originator:     John Klos
>Release:        NetBSD 9.0_STABLE
>Organization:
	
>Environment:
	
	
System: NetBSD violet.zia.io 9.0_STABLE NetBSD 9.0_STABLE (GENERIC) #0: Fri May 1 22:54:09 UTC 2020 john%daisy.zia.io@localhost:/usr/obj-sparc64/sys/arch/sparc64/compile/GENERIC sparc64
Architecture: sparc64
Machine: sparc64
>Description:
	
An update of math/blas (required for nmap) fails on NetBSD/sparc64 with:

-- Check for working Fortran compiler: /usr/pkgsrc/math/blas/work/.cwrapper/bin/gfortran - broken
CMake Error at /usr/local/share/cmake-3.17/Modules/CMakeTestFortranCompiler.cmake:45 (message):
  The Fortran compiler

    "/usr/pkgsrc/math/blas/work/.cwrapper/bin/gfortran"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /usr/pkgsrc/math/blas/work/lapack-3.9.0/build/CMakeFiles/CMakeTmp
    
    Run Build Command(s):/usr/local/bin/gmake cmTC_cc304/fast && make  -f CMakeFiles/cmTC_cc304.dir/build.make CMakeFiles/cmTC_cc304.dir/build
    Building Fortran object CMakeFiles/cmTC_cc304.dir/testFortranCompiler.f.o
    /usr/pkgsrc/math/blas/work/.cwrapper/bin/gfortran   -O -c /usr/pkgsrc/math/blas/work/lapack-3.9.0/build/CMakeFiles/CMakeTmp/testFortranCompiler.f -o CMakeFiles/cmTC_cc304.dir/testFortranCompiler.f.o
    Linking Fortran executable cmTC_cc304
    /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc304.dir/link.txt --verbose=1
    /usr/pkgsrc/math/blas/work/.cwrapper/bin/gfortran  -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/lib -Wl,-R/usr/lib  -O  CMakeFiles/cmTC_cc304.dir/testFortranCompiler.f.o  -o cmTC_cc304 
    /usr/bin/ld: /usr/local/gcc7/lib/gcc/sparc64--netbsd/7.5.0/../../../libgfortran.so: warning: warning: reference to compatibility cabsf()
    /usr/bin/ld: /usr/local/gcc7/lib/gcc/sparc64--netbsd/7.5.0/../../../libgfortran.so: warning: warning: reference to compatibility cabs()
    /usr/bin/ld: /usr/local/gcc7/lib/gcc/sparc64--netbsd/7.5.0/../../../libgfortran.so: undefined reference to `cabsl'
    collect2: error: ld returned 1 exit status
    *** Error code 1
    
    Stop.
    make[1]: stopped in /usr/pkgsrc/math/blas/work/lapack-3.9.0/build/CMakeFiles/CMakeTmp
    gmake: *** [Makefile:141: cmTC_cc304/fast] Error 1
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


-- Configuring incomplete, errors occurred!
See also "/usr/pkgsrc/math/blas/work/lapack-3.9.0/build/CMakeFiles/CMakeOutput.log".
See also "/usr/pkgsrc/math/blas/work/lapack-3.9.0/build/CMakeFiles/CMakeError.log".
*** Error code 1


>How-To-Repeat:
	
>Fix:
	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index