Package Details: fort77 1.18-3

Git Clone URL: https://aur.archlinux.org/fort77.git (read-only, click to copy)
Package Base: fort77
Description: Compile Fortran code with your favourite C compiler (set CC).
Upstream URL: http://pubs.opengroup.org/onlinepubs/009696699/utilities/fort77.html
Licenses: custom
Submitter: WFCody
Maintainer: None
Last Packager: eolianoe
Votes: 7
Popularity: 0.000000
First Submitted: 2011-03-24 16:18 (UTC)
Last Updated: 2015-06-27 19:52 (UTC)

Latest Comments

bug-reaper commented on 2020-05-26 23:27 (UTC)

makepkg -i fails spectacularly:

./fort77 mainmiss.f ... "a.out" should not be generated by "( ./fort77 mainmiss.f ) >/dev/null 2>&1"
./fort77 -c foo.f && ./fort77 -c mainmiss.f && ./fort77 -o foo foo.o mainmiss.o ..../fort77 -c foo.f && ./fort77 -o foo foo.o mainmiss.f ..../fort77 synerr.f && touch gargle ...Total 1 error(s) encountered.
make: *** [Makefile:7: test] Error 1
==> ERROR: A failure occurred in check().
    Aborting...

kindusmith commented on 2020-01-08 04:06 (UTC)

Cannot compile and install

tamjan commented on 2014-12-06 10:36 (UTC)

replace#global#ftp:\\/\\/ftp\\.netbsd\\.org\\/pub\\/pkgsrc\\/packages\\/QNX\\/i386\\/6\\.4\\.0_head_20081005\\/All\\/fort77-1\\.18\\.tgz#ftp:\\/\\/ftp\\.icm\\.edu\\.pl\\/pub\\/Linux\\/sunsite\\/devel\\/lang\\/fortran\\/fort77-1\\.18\\.tar\\.gz replace#global#15c529d1b671736191d0a910db535422#bf0ff304ab71be4c4c84131c4035a854 replace#global#\\$srcdir\\/bin#\\$srcdir\\/fort77-1\\.18 replace#global#cp\\ -ar\\ \\$srcdir\\/man\\ \\$srcdir\\/build\\/$#mkdir\\ -p\\ \\$srcdir\\/build\\/man\\/man1\\\n\\\ \\\ cp\\ -a\\ \\$srcdir\\/fort77-1\\.18\\/fort77\\.1\\ \\$srcdir\\/build\\/man\\/man1

WFCody commented on 2011-10-23 07:33 (UTC)

Thanks! package got corrupted when I updated the sources. Assumed that it would look the same.

<deleted-account> commented on 2011-10-21 08:09 (UTC)

There are so many errors in PKGBUILD: 1. 5man != man5 2. there is no build directory under $src 3. You should be careful when make a package.

WFCody commented on 2011-07-15 13:17 (UTC)

Thanks! updated

lpjhjdh commented on 2011-07-06 10:55 (UTC)

The source link doesn't seem to exist anymore but the following worked for me: ftp://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.4.0_head_20081005/All/fort77-1.18.tgz Also since the above has a different structure could I recommend the following update to build()? build() { sed -e 's~#!/usr/pkg/bin/perl -w~#!/usr/bin/perl -w~' \ -e 's~# For use with gcc under Linux~# For use with Your Favourite Compiler under Linux~' \ -i $srcdir/bin/fort77 }