On 3/18/2015 10:07 AM, Jack Howarth wrote:
> The new automake1.15-1.15-1 packaging is failing 'fink -m' on
> x86_64-apple-darwin14...
>
> FAIL: t/fort4.sh
>
> which was previously reported upstream without any response from the 
> developers.
>
> http://lists.gnu.org/archive/html/bug-automake/2015-02/msg00000.html
> http://lists.gnu.org/archive/html/bug-automake/2015-02/msg00001.html

The following patch fixed automake1.14 and 1.15 for me (am1.14 was last 
built by me with tests on July 25, 2014).
--- 8< --- 8< --- 8< --- 8< --- 8< --- 8< ---
--- a/t/fort4.sh        2015-03-18 21:11:28.000000000 -0500
+++ b/t/fort4.sh        2015-03-18 21:11:44.000000000 -0500
@@ -62,6 +62,8 @@
  goodbye_SOURCES = bye.f90 sub/baz.f
  goodbye_FCFLAGS =
  LDADD = $(FCLIBS)
+distclean-local:
+       -rm -rf *.dSYM
  END

  $ACLOCAL
--- 8< --- 8< --- 8< --- 8< --- 8< --- 8< ---

Hanspeter


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to