From owner-svn-ports-head@freebsd.org Sat May 16 10:03:40 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDBAD2EC3C1; Sat, 16 May 2020 10:03:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PLT85dgnz4CpR; Sat, 16 May 2020 10:03:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB96AC2E7; Sat, 16 May 2020 10:03:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04GA3edP081772; Sat, 16 May 2020 10:03:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GA3eNb081771; Sat, 16 May 2020 10:03:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202005161003.04GA3eNb081771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 16 May 2020 10:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535375 - head/science/octopus X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/science/octopus X-SVN-Commit-Revision: 535375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 10:03:41 -0000 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 \