[From nobody Tue May 26 11:09:12 2026
Received: (at maintonly) by bugs.debian.org; 19 Jul 2022 16:50:20 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
 (2018-09-13) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-123.0 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE,TXREP,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
 autolearn_force=no version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 433; hammy, 150; neutral, 111; spammy,
 0. spammytokens: hammytokens:0.000-+--H*F:U*doko,
 0.000-+--pkgbuilddir, 
 0.000-+--PKGBUILDDIR, 0.000-+--bookworm, 0.000-+--H*m:paradis
Return-path: &lt;doko@paradis.debian.org&gt;
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:41968)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=mailly.debian.org, EMAIL=hostmaster@mailly.debian.org (verified)
 by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.92) (envelope-from &lt;doko@paradis.debian.org&gt;)
 id 1oDqQO-00056c-1X
 for maintonly@bugs.debian.org; Tue, 19 Jul 2022 16:50:20 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:45898)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by mailly.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;doko@paradis.debian.org&gt;)
 id 1oDqQM-00CA51-LL
 for maintonly@bugs.debian.org; Tue, 19 Jul 2022 16:50:17 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Content-Transfer-Encoding:Content-Type
 :MIME-Version:From:Subject:To:Reply-To:Cc:Content-ID:Content-Description:
 In-Reply-To:References; bh=9dH9IVxE6x4Xh+cyeGUl/MWbPez+uzdXbEZWbcVllvA=; b=YA
 SESf74fjZ1zS2Zrep+FN+gd0FA/NwsakcVWO5Xm494XKHkyGvyR25e9uioRPFHTkb5HaLiEfPcEvo
 0BBDFUTk0d+zyKZfodwkQCmnAcNobEoi9VLXa3vKO/2mZXRucohFH3g6fX3aPdzrQH8VC+oH879o/
 SKpVMXkHUIydLK/cmYzGMFSeG5Y4WE4OySQv+c0FzRTU8ieP9vgm0H7LohCtS8IklvHjvbTAxDk5b
 BWqnCFd0jAH6fSEneLyxygM5nGxi8mkCkgRfrn0q757UMzxg5noyjrSGfcWeRJklWn/ne13K8Fq5n
 Xo5dwYg1eSybRmQRpz9Y3pSSmvAlcArw==;
Received: from doko by paradis.debian.org with local (Exim 4.92)
 (envelope-from &lt;doko@paradis.debian.org&gt;) id 1oDqQJ-0006DH-HC
 for maintonly@bugs.debian.org; Tue, 19 Jul 2022 16:50:15 +0000
To: maintonly@bugs.debian.org
Subject: abinit: ftbfs with LTO (link time optimization) enabled
From: Matthias Klose &lt;doko@debian.org&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=&quot;UTF-8&quot;
Content-Transfer-Encoding: 8bit
Message-Id: &lt;E1oDqQJ-0006DH-HC@paradis.debian.org&gt;
Date: Tue, 19 Jul 2022 16:50:15 +0000
Delivered-To: maintonly@bugs.debian.org

Package: src:abinit
Version: 9.6.2-1
Severity: minor
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding &quot;optimize=+lto&quot; to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/abinit_9.6.2-1_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contistr03.o m_contistr03.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contistr12.o m_contistr12.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contstr21.o m_contstr21.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contstr23.o m_contstr23.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contstr25.o m_contstr25.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contstr25a.o m_contstr25a.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_contstr26.o m_contstr26.F90
rm -f lib42_nlstrain.a
ar rc lib42_nlstrain.a m_contistr01.o m_contistr03.o m_contistr12.o m_contstr21.o m_contstr23.o m_contstr25.o m_contstr25a.o m_contstr26.o 
ranlib lib42_nlstrain.a
make[5]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src/42_nlstrain'
Making all in 42_parser
make[5]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src/42_parser'
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/12_hide_mpi -I../../shared/common/src/12_hide_mpi -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/27_toolbox_oop -I../../shared/common/src/27_toolbox_oop -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/41_geometry -I../../src/41_geometry -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_parser.o m_parser.F90
rm -f lib42_parser.a
ar rc lib42_parser.a m_parser.o 
ranlib lib42_parser.a
make[5]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src/42_parser'
Making all in 43_ptgroups
make[5]: Entering directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src/43_ptgroups'
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_defs_ptgroups.o m_defs_ptgroups.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C1.o m_ptg_C1.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C2.o m_ptg_C2.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C2h.o m_ptg_C2h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C2v.o m_ptg_C2v.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C3.o m_ptg_C3.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C3h.o m_ptg_C3h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C3i.o m_ptg_C3i.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C3v.o m_ptg_C3v.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C4.o m_ptg_C4.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C4h.o m_ptg_C4h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C4v.o m_ptg_C4v.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C6.o m_ptg_C6.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C6h.o m_ptg_C6h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_C6v.o m_ptg_C6v.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_Ci.o m_ptg_Ci.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_Cs.o m_ptg_Cs.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D2.o m_ptg_D2.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D2d.o m_ptg_D2d.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D2h.o m_ptg_D2h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D3.o m_ptg_D3.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D3d.o m_ptg_D3d.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D3h.o m_ptg_D3h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D4.o m_ptg_D4.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D4h.o m_ptg_D4h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D6.o m_ptg_D6.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_D6h.o m_ptg_D6h.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_O.o m_ptg_O.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_Oh.o m_ptg_Oh.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_S4.o m_ptg_S4.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_T.o m_ptg_T.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_Td.o m_ptg_Td.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptg_Th.o m_ptg_Th.F90
mpifort -DHAVE_CONFIG_H -I. -I../..  -I../../shared/common/src/10_defs -I../../shared/common/src/10_defs -I../../shared/common/src/14_hidewrite -I../../shared/common/src/14_hidewrite -I../../shared/common/src/16_hideleave -I../../shared/common/src/16_hideleave -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/28_numeric_noabirule -I../../shared/common/src/32_util -I../../shared/common/src/32_util -I../../src/43_ptgroups -I../../src/43_ptgroups -I../../shared/common/src/incs -I../../shared/common/src/incs -I../../shared/common/src/mods -I../../shared/common/src/mods -I../../src/incs -I../../src/incs -I../../src/mods -I../../src/mods -I../../shared/libpaw/incs -I../../shared/libpaw/incs -I../../shared/libpaw/mods -I../../shared/libpaw/mods   -ffree-form -J../mods  -I/usr/include -g -O2 -ffile-prefix-map=/&lt;&lt;PKGBUILDDIR&gt;&gt;=. -flto=auto -ffat-lto-objects -fstack-protector-strong -ffree-line-length-none -fallow-argument-mismatch     -c -o m_ptgroups.o m_ptgroups.F90
rm -f lib43_ptgroups.a
ar rc lib43_ptgroups.a m_defs_ptgroups.o m_ptgroups.o m_ptg_C1.o m_ptg_Ci.o m_ptg_C2.o m_ptg_Cs.o m_ptg_C2h.o m_ptg_D2.o m_ptg_C2v.o m_ptg_D2h.o m_ptg_C4.o m_ptg_S4.o m_ptg_C4h.o m_ptg_D4.o m_ptg_C4v.o m_ptg_D2d.o m_ptg_D4h.o m_ptg_C3.o m_ptg_C3i.o m_ptg_D3.o m_ptg_C3v.o m_ptg_D3d.o m_ptg_C6.o m_ptg_C3h.o m_ptg_C6h.o m_ptg_D6.o m_ptg_C6v.o m_ptg_D3h.o m_ptg_D6h.o m_ptg_T.o m_ptg_Th.o m_ptg_O.o m_ptg_Td.o m_ptg_Oh.o 
make[5]: *** [Makefile:1243: lib43_ptgroups.a] Segmentation fault
make[5]: *** Deleting file 'lib43_ptgroups.a'
make[5]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src/43_ptgroups'
make[4]: *** [Makefile:1244: all-recursive] Error 1
make[4]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;/src'
make[3]: *** [Makefile:1462: all-recursive] Error 1
make[3]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make[2]: *** [Makefile:1387: all] Error 2
make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:47: override_dh_auto_build-indep] Error 25
make[1]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
]