FS#63177 - [gcc-fortran] ISO_Fortran_binding.h is missing from gcc-fortran 9.1.0-2

Attached to Project: Arch Linux
Opened by Gilles Gouaillardet (ggouaillardet) - Saturday, 13 July 2019, 03:37 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 24 October 2019, 16:37 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: ISO_Fortran_binding.h header file is missing from the gcc-fortran 9.1.0-2 package

This file is specified by ISO/IEC TS 29113:2012 and was introduced in gcc 9.1.0.
It is used for interoperability between Fortran arrays and C, and should be included in the package.
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Thursday, 24 October 2019, 16:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  gcc-fortran 9.2.0-3
Comment by Gilles Gouaillardet (ggouaillardet) - Wednesday, 04 September 2019, 00:13 GMT
Here is attached an updated PKGBUILD that adds the missing header file.

In order to ease the review, here is the diff vs the current one (9.0.1-2)

--- orig/PKGBUILD 2019-09-04 09:09:46.466651047 +0900
+++ PKGBUILD 2019-09-02 17:13:04.466622468 +0900
@@ -8,7 +8,7 @@
pkgver=9.1.0
_majorver=${pkgver:0:1}
_islver=0.21
-pkgrel=2
+pkgrel=3
pkgdesc='The GNU Compiler Collection'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@@ -273,6 +273,7 @@
cd gcc-build
make -C $CHOST/libgfortran DESTDIR="$pkgdir" install-cafexeclibLTLIBRARIES \
install-{toolexeclibDATA,nodist_fincludeHEADERS}
+ make -C $CHOST/libgfortran DESTDIR="$pkgdir" install-gfor_cHEADERS
make -C $CHOST/32/libgfortran DESTDIR=$pkgdir install-cafexeclibLTLIBRARIES \
install-{toolexeclibDATA,nodist_fincludeHEADERS}
make -C $CHOST/libgomp DESTDIR="$pkgdir" install-nodist_fincludeHEADERS
   PKGBUILD (13.6 KiB)

Loading...