<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Source: espresso<br>
      Version: 6.3-3</p>
    <p>Hello,</p>
    <p>espresso embeds the source of FoX, which silently FTBFS at least
      on armhf and ppc64el:</p>
    <pre>if test ! -d ../FoX; then \
        mkdir ../FoX; \
(gzip -dc ../archive/fox.tgz | (cd ../FoX; tar -xvf -)); \
cd ../FoX/fox/; export FC=gfortran; export FCFLAGS=""; \
./configure --prefix=/<<PKGBUILDDIR>>//FoX ;\
/usr/bin/make install; cd ../; rm -fr fox;fi
<< file list skipped for brevity >>
checking build system type... config/config.guess: unable to guess system type

This script, last modified 2006-12-08, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

  <a class="moz-txt-link-freetext" href="http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess">http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess</a>
and
  <a class="moz-txt-link-freetext" href="http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub">http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub</a>

If the version you run (config/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <a class="moz-txt-link-rfc2396E" href="mailto:config-patches@gnu.org"><config-patches@gnu.org></a> in order to provide the needed
information to handle your system.

config.guess timestamp = 2006-12-08

uname -m = armv7l
uname -r = 4.9.0-8-armmp-lpae
uname -s = Linux
uname -v = #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08)

/usr/bin/uname -p = 
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = 
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = armv7l
UNAME_RELEASE = 4.9.0-8-armmp-lpae
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08)
configure: error: cannot guess build type; you must specify one
make[4]: Entering directory '/<<PKGBUILDDIR>>/FoX/fox'
mkdir -p objs/lib objs/finclude
/lib /finclude /bin
make[4]: execvp: /lib: Permission denied
make[4]: *** [Makefile:15: install] Error 127
</pre>
    <p>This failure is ignored and build proceeds as normal until<br>
    </p>
    <pre class="failure">Fatal Error: Can't open module file 'm_common_io.mod' for reading at (1): No such file or directory
</pre>
    <p>happens due to non-built FoX. I suspect this can be because
      autoreconf is not done for FoX. I assume the best solution here
      would be packaging embedded FoX separately and using autoreconf
      with its source.</p>
    <p>Andrius<br>
    </p>
    <pre class="moz-signature" cols="0">-- 
Andrius Merkys
Vilnius University Institute of Biotechnology, SaulÄ—tekio al. 7, room V325
LT-10257 Vilnius, Lithuania</pre>
  </body>
</html>