Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 05:41:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 270890] lang/f2c getarg_.c:17:14: error: unknown type name 'ftnint'
Message-ID:  <bug-270890-37611-Xc0EzTlqoN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270890-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270890-37611@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270890

--- Comment #8 from Matthias Fechner <mfechner@FreeBSD.org> ---
I tried it now with the upgrade path from 13.1 to 13.2 using a virtual machine:
```shell
pkg install git
git clone https://git.FreeBSD.org/ports.git /usr/ports
reboot
# snapshot
freebsd-update fetch
freebsd-update install
halt
# snapshot
freebsd-update upgrade -r 13.2-RELEASE
freebsd-update install
reboot
freebsd-update install
reboot
# snapshot
cd /usr/ports
git pull
# version 8295d
pkg delete -y git
pkg autoremove -y
# (only pkg is installed)
cd /usr/ports/lang/f2c
make
# accept all options with default selection
```

But this works as well.
Maybe it is related to poudriere-devel version, I will test it next with
poudriere.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270890-37611-Xc0EzTlqoN>