On 8/13/2012 11:52 PM, Stefan Bruda wrote:
> Hello,
>
> In the latest (for me...) update-all farsight2 fails because of a
> typo:
>
>      Making all in libs
>      make[3]: Entering directory 
> `/opt/sw/src/fink.build/farsight2-0.0.21-3/farsight2-0.0.21/docs/libs'
>      Makefile:773: *** missing separator (did you mean TAB instead of 8 
> spaces?).  Stop.
>      make[3]: Leaving directory 
> `/opt/sw/src/fink.build/farsight2-0.0.21-3/farsight2-0.0.21/docs/libs'
>      make[2]: *** [all-recursive] Error 1
>
> Make happens to be quite right, though the initial issue stems from
> Makefile.in rather than Makefile.  The following trivial patch fixes
> things:
>
> ================== begin: farsight2.patch ==================
> --- farsight2-0.0.21/docs/libs/Makefile.in.orig       2012-08-13 
> 23:38:14.000000000 -0400
> +++ farsight2-0.0.21/docs/libs/Makefile.in    2012-08-13 23:38:41.000000000 
> -0400
> @@ -766,7 +766,7 @@
>       -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
>       -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
>       cd $(distdir) && rm -f $(DISTCLEANFILES)
> -        -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
> +     -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
>
>   .PHONY : dist-hook-local docs
> ================== end: farsight2.patch ==================
>
> Note the tab (rather than spaces) on the "+" line.  Of course, the
> corresponding lines, e.g.,
>
>      PatchFile: %n.patch
>      PatchFile-MD5: c3ab25673eb7d179e4b7914133dba651
>
> are needed in the .info file (the MD5 sum is for the above patch as
> pasted).  The typo looks like coming from upstream but I am not
> sure...
>
> Cheers,
> Stefan

As Martin mentioned, this is an incompatibility with Fink's make-3.82. 
I'm working on updating farsight2 to a newer version where this is fixed.

Thanks for bringing this to our attention.

Hanspeter


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to