Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:03:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535375 - head/science/octopus
Message-ID:  <202005161003.04GA3eNb081771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 16 10:03:40 2020
New Revision: 535375
URL: https://svnweb.freebsd.org/changeset/ports/535375

Log:
  Mark BROKEN
  
  gfortran9 -I/usr/local/include -ffree-line-length-none -Wl,-rpath=/usr/local/lib/gcc9 -fopenmp -I ../external_libs/bpdn -I ../external_libs/dftd3 -I ../external_libs/spglib-1.9.9/src/ -I /usr/include   -I/usr/include -I /include  -c  -o species/atomic.o species/atomic_oct.f90
  f951: Warning: Nonexistent include directory '../external_libs/spglib-1.9.9/src/' [-Wmissing-include-dirs]
  f951: Warning: Nonexistent include directory '/include' [-Wmissing-include-dirs]
  species/atomic.F90:299:26:
  
    299 |     type(XC_F90(pointer_t)) :: x_conf, c_conf
        |                          1
  Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
  species/atomic.F90:300:26:
  
    300 |     type(XC_F90(pointer_t)) :: x_info, c_info
        |                          1
  Error: Derived type 'xc_f90_pointer_t' at (1) is being used before it is defined
  species/atomic.F90:322:34:
  
    322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
        |                                  1
  Error: Symbol 'c_conf' at (1) has no IMPLICIT type
  species/atomic.F90:322:42:
  
    322 |       call XC_F90(func_init)(c_conf, c_info, XC_GGA_C_PBE, NSPIN)
        |                                          1
  Error: Symbol 'c_info' at (1) has no IMPLICIT type
  species/atomic.F90:321:34:
  
    321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
        |                                  1
  Error: Symbol 'x_conf' at (1) has no IMPLICIT type
  species/atomic.F90:321:42:
  
    321 |       call XC_F90(func_init)(x_conf, x_info, XC_GGA_X_PBE, NSPIN)
        |                                          1
  Error: Symbol 'x_info' at (1) has no IMPLICIT type
  
  Reported by:	pkg-fallout

Modified:
  head/science/octopus/Makefile

Modified: head/science/octopus/Makefile
==============================================================================
--- head/science/octopus/Makefile	Sat May 16 10:02:19 2020	(r535374)
+++ head/science/octopus/Makefile	Sat May 16 10:03:40 2020	(r535375)
@@ -11,6 +11,8 @@ COMMENT=	Scientific program aimed at the ab initio vir
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libblas.so:math/blas \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161003.04GA3eNb081771>