Re: [Fink-devel] Puma linkages on Yosemite

2014-10-29 Thread Hanspeter Niederstrasser
On 10/27/2014 7:12 PM, Jack Howarth wrote:
 Hanspeter,
I assume you are aware that the current libtool releases have a bug
 which causes the shared library linkages on 10.10 to be erroneously treated
 as linkages on 10.1 (Puma) such that

 ${wl}-flat_namespace ${wl}-undefined ${wl}suppress


 is used instead of the appropriate


 ${wl}-undefined ${wl}dynamic_lookup


 This can produce some really nasty breakage like...


 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610


 The approach that I have taken is to start from a clean bootstrap and

 collect complete fink build logs for a large fink build such as


 fink install relax-py27


 The log can then be used with...


 grep flat_namespace fink_build.log | grep -v bundle | grep dynamic


 to produce a list of linkages which are incorrectly done as if the Yosemite
 machine were on Puma.

  The configure files in these programs can be perl edited to be correct
 with...


 # Patch configure to not link like Puma on Yosemite

 perl -pi.bak -e 's|10\.\[012\]\*\)|10\.\[012\]\[\,\.\]\*\)|g' configure


 with all of the configure files in the package listed at the end of the
 line.

 This will produce a change of the form...


 diff -uNr gmp-6.0.0.orig/configure gmp-6.0.0/configure

 --- gmp-6.0.0.orig/configure2014-03-25 10:38:04.0 -0400

 +++ gmp-6.0.0/configure 2014-10-26 01:08:59.0 -0400

 @@ -14809,7 +14809,7 @@

 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in

  10.0,*86*-darwin8*|10.0,*-darwin[91]*)

_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;

 -   10.[012]*)

 +   10.[012][,.]*)

_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
 ${wl}suppress' ;;

  10.*)

_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;

 I then normally just do test build of each fixed package in a new window
 and search the contents for '-flat_namespace' to confirm it isn't being
 used with -dynamiclib.
 Jack
 ps I can help work through the qt packages after mid-week if your are short
 on time.

Thanks for the notice.  I'm working my way through dependencies right now.

Hanspeter


--
___
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


[Fink-devel] texi2html-1.82-1 fails tests on 10.10

2014-10-29 Thread Hanspeter Niederstrasser
On 10.10 (a VM), texi2html-1.82-1 fails test like so.  The full build 
log is available at http://snaggledworks.com/fink/logs/

Hanspeter


make check || exit 2
Making check in .
make[1]: Nothing to be done for `check-am'.
Making check in doc
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-local
TEXINPUTS=.::$TEXINPUTS \
../texi2html -V ./texi2html.texi
# Expanded: ifclear html verbatim ifset titlepage documentdescription 
menu ifnottex ifnotdocbook ifnotinfo ifnotxml ifnotplaintext ifhtml copying
# USE_UNICODE 1, USE_UNIDECODE 1
# putting result files into current directory
# Files and directories:
# rdir() path_to_working_dir()
# doc(texi2html.html) top(texi2html.html) toc(texi2html.html) 
stoc(texi2html.html)
# foot(texi2html.html) about(texi2html.html) frame(texi2html.html) 
toc_frame(texi2html_toc_frame.html)
# using 'en' as document language
# reading from ./texi2html.texi
# including ./version.texi
# end of pass texi
# Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
# using 'en' as document language
# end of pass structure
# Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
# using 'en' as document language
# Writing elements:
# Writing to texi2html.html 
.[Top]...
# writing Footnotes in texi2html.html
# writing Footnotes in current file
# writing Contents in texi2html.html
# writing Contents in current file
# writing Overview in texi2html.html
# writing Overview in current file
# writing About in texi2html.html
# writing About in current file
# File (0) ./texi2html.texi processed
# that's all folks
Making check in Tests
make[1]: Nothing to be done for `check'.
Making check in test
Making check in .
for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
 .././install-sh -c -d $dir/.texinfo/ ; \
 if [ -f $dir/.texinfo/htmlxref.cnf ]; then : ; \
 else cp ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
 fi ; \
 done
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
macros: 0
D: diffs/equivalent_nodes.diff
D: diffs/equivalent_nodes_no_node.diff
sectionning: 1
D: diffs/formatting.diff
coverage: 1
D: diffs/ref_in_anchor.diff
D: diffs/formatting_weird_quotes.diff
S: (no tex4ht) simplest_httex
formatting: 1
D: diffs/nodetest.diff
D: diffs/nodetest_chapter.diff
D: diffs/nodetest_no_unicode.diff
D: diffs/nodetest_utf8.diff
D: diffs/nodetest_utf8_no_unicode.diff
D: diffs/nodetest_latin1.diff
D: diffs/nodetest_latin1_no_unicode.diff
D: diffs/formatting_fr.diff
D: diffs/formatting_fr_icons.diff
D: diffs/formatting_converted_to_utf8.diff
encodings: 1
indices: 0
D: diffs/formatting_regions.diff
D: diffs/formatting_exotic.diff
D: diffs/formatting_makeinfo.diff
D: diffs/formatting_chm.diff
layout: 1
D: diffs/nested_group.diff
D: diffs/nested_itemize.diff
D: diffs/nested_menu.diff
D: diffs/nested_table.diff
D: diffs/nested_flushright.diff
D: diffs/nested_multitable.diff
D: diffs/nested_cartouche.diff
D: diffs/nested_enumerate.diff
D: diffs/nested_deffn.diff
D: diffs/nested_example.diff
D: diffs/nested_quotation.diff
nested_formats: 1
D: diffs/contents_in_middle_section.diff
D: diffs/contents_in_middle_section_inline.diff
contents: 1
htmlxref: 0
htmlxref-only_mono: 0
htmlxref-only_split: 0
D: diffs/formats_not_closed.diff
invalid: 1
FAIL: base_tests
=
1 of 1 tests failed
Please report to texi2html-...@nongnu.org
=


--
___
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


Re: [Fink-devel] Puma linkages on Yosemite

2014-10-29 Thread Jack Howarth
Hanspeter,
 Attached are a list of the changes I have accumulated for your
packages from
cleaning up the mislinks on a build of...

fink install rkward-r31

from a clean bootstrap on 10.10.
  Jack
ps Appended is also the blurb I will be sending to other maintainers on
this issue now...
---

   The appended changes were made to eliminate the linkage regression cause

by the libtool bug...


http://lists.gnu.org/archive/html/libtool-patches/2014-09/msg2.html


which, by confusing Yosemite (10.10) with Puma (10.1), regresses the

dynamic shared library linkages from -Wl,-undefined -Wl,dynamic_lookup

to -Wl,-flat_namespace.


This can cause significant breakage in software on Yosemite...


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610


by adopting an unconventional and untested linkage. In the above case,

the mislinked libgfortran dylib resulted in severe regressions in the

gfortran testsuite. Other problems may be more obscure and not captured

by existing testsuites.

   Since it will take some time for upstream to integrate the new

libtool into their software releases, the most convenient fix is

to add a PatchScript entry of the form...


# Patch configure to not link like Puma on Yosemite

perl -pi.bak -e 's|10\.\[012\]\*\)|10\.\[012\]\[\,\.\]\*\)|g' configure


with all the configure scripts in the source directory appended. If placed

last in the PatchScript, this will leave a set of configure.bak and
configure

files which can be diff to reveal the desire change of...


--- configure.bak   2012-05-11 13:57:48.0 -0400

+++ configure   2014-10-26 21:22:06.0 -0400

@@ -10131,7 +10131,7 @@

   case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in

10.0,*86*-darwin8*|10.0,*-darwin[91]*)

  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;

-   10.[012]*)

+   10.[012][,.]*)

  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
${wl}suppress' ;;

10.*)

  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;


If the package uses autoreconf to regenerate configure, the perl edit
should be

moved after that operation of course.

The current plan is add a new validation shlib test to fink which will
issue

an error if a non-bundle shared library is detected without two-level
namespace

(which is a marker for -flat_namespace having been used to created the
file). Until

this is available, a grep of the build log will suffix to detect these bad
linkages.


grep flat_namespace fink_build.log | grep -v bundle | grep dynamic


which will produce a list of all of those linkages done for -dynamiclib but

incorrectly regressed to -flat_namespace.

   Alternatively you can use...


find . -name *.dylib -print | xargs otool -hv  ~/liblist


to obtain a list of all of the shared libraries in a given directory.
Looking

for those missing the TWOLEVEL entry in the flags field which indicates the

dynamic lookup was not used and are mislinked libraries.



On Wed, Oct 29, 2014 at 7:34 AM, Hanspeter Niederstrasser 
f...@snaggledworks.com wrote:

 On 10/27/2014 7:12 PM, Jack Howarth wrote:

 Hanspeter,
I assume you are aware that the current libtool releases have a bug
 which causes the shared library linkages on 10.10 to be erroneously
 treated
 as linkages on 10.1 (Puma) such that

 ${wl}-flat_namespace ${wl}-undefined ${wl}suppress


 is used instead of the appropriate


 ${wl}-undefined ${wl}dynamic_lookup


 This can produce some really nasty breakage like...


 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610


 The approach that I have taken is to start from a clean bootstrap and

 collect complete fink build logs for a large fink build such as


 fink install relax-py27


 The log can then be used with...


 grep flat_namespace fink_build.log | grep -v bundle | grep dynamic


 to produce a list of linkages which are incorrectly done as if the
 Yosemite
 machine were on Puma.

  The configure files in these programs can be perl edited to be
 correct
 with...


 # Patch configure to not link like Puma on Yosemite

 perl -pi.bak -e 's|10\.\[012\]\*\)|10\.\[012\]\[\,\.\]\*\)|g' configure


 with all of the configure files in the package listed at the end of the
 line.

 This will produce a change of the form...


 diff -uNr gmp-6.0.0.orig/configure gmp-6.0.0/configure

 --- gmp-6.0.0.orig/configure2014-03-25 10:38:04.0 -0400

 +++ gmp-6.0.0/configure 2014-10-26 01:08:59.0 -0400

 @@ -14809,7 +14809,7 @@

 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in

  10.0,*86*-darwin8*|10.0,*-darwin[91]*)

_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup'
 ;;

 -   10.[012]*)

 +   10.[012][,.]*)

_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
 ${wl}suppress' ;;

  10.*)


Re: [Fink-devel] texi2html-1.82-1 fails tests on 10.10

2014-10-29 Thread Jack Howarth
Hanspeter,
 Yes, I saw that in my first clean bootstrap of fink under Yosemite but
haven't puzzled out
a fix yet. Unfortunately MacPorts isn't going to see this as they jumped
their texi2html to 5.0.

The problem doesn't occur on 10.9 with the Xcode 6 compilers so it can't be
an optimization
issue with clang 3.5svn. I'm still having problems identify the exact test
in the base_tests that
is failing and where any log for it may be.
 Jack

On Wed, Oct 29, 2014 at 7:49 AM, Hanspeter Niederstrasser 
f...@snaggledworks.com wrote:

 On 10.10 (a VM), texi2html-1.82-1 fails test like so.  The full build log
 is available at http://snaggledworks.com/fink/logs/


 Hanspeter
 

 make check || exit 2
 Making check in .
 make[1]: Nothing to be done for `check-am'.
 Making check in doc
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-local
 TEXINPUTS=.::$TEXINPUTS \
../texi2html -V ./texi2html.texi
 # Expanded: ifclear html verbatim ifset titlepage documentdescription menu
 ifnottex ifnotdocbook ifnotinfo ifnotxml ifnotplaintext ifhtml copying
 # USE_UNICODE 1, USE_UNIDECODE 1
 # putting result files into current directory
 # Files and directories:
 # rdir() path_to_working_dir()
 # doc(texi2html.html) top(texi2html.html) toc(texi2html.html)
 stoc(texi2html.html)
 # foot(texi2html.html) about(texi2html.html) frame(texi2html.html)
 toc_frame(texi2html_toc_frame.html)
 # using 'en' as document language
 # reading from ./texi2html.texi
 # including ./version.texi
 # end of pass texi
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # end of pass structure
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # Writing elements:
 # Writing to texi2html.html .[Top]
 
 ...
 # writing Footnotes in texi2html.html
 # writing Footnotes in current file
 # writing Contents in texi2html.html
 # writing Contents in current file
 # writing Overview in texi2html.html
 # writing Overview in current file
 # writing About in texi2html.html
 # writing About in current file
 # File (0) ./texi2html.texi processed
 # that's all folks
 Making check in Tests
 make[1]: Nothing to be done for `check'.
 Making check in test
 Making check in .
 for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
 .././install-sh -c -d $dir/.texinfo/ ; \
 if [ -f $dir/.texinfo/htmlxref.cnf ]; then : ; \
 else cp ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
 fi ; \
 done
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
 macros: 0
 D: diffs/equivalent_nodes.diff
 D: diffs/equivalent_nodes_no_node.diff
 sectionning: 1
 D: diffs/formatting.diff
 coverage: 1
 D: diffs/ref_in_anchor.diff
 D: diffs/formatting_weird_quotes.diff
 S: (no tex4ht) simplest_httex
 formatting: 1
 D: diffs/nodetest.diff
 D: diffs/nodetest_chapter.diff
 D: diffs/nodetest_no_unicode.diff
 D: diffs/nodetest_utf8.diff
 D: diffs/nodetest_utf8_no_unicode.diff
 D: diffs/nodetest_latin1.diff
 D: diffs/nodetest_latin1_no_unicode.diff
 D: diffs/formatting_fr.diff
 D: diffs/formatting_fr_icons.diff
 D: diffs/formatting_converted_to_utf8.diff
 encodings: 1
 indices: 0
 D: diffs/formatting_regions.diff
 D: diffs/formatting_exotic.diff
 D: diffs/formatting_makeinfo.diff
 D: diffs/formatting_chm.diff
 layout: 1
 D: diffs/nested_group.diff
 D: diffs/nested_itemize.diff
 D: diffs/nested_menu.diff
 D: diffs/nested_table.diff
 D: diffs/nested_flushright.diff
 D: diffs/nested_multitable.diff
 D: diffs/nested_cartouche.diff
 D: diffs/nested_enumerate.diff
 D: diffs/nested_deffn.diff
 D: diffs/nested_example.diff
 D: diffs/nested_quotation.diff
 nested_formats: 1
 D: diffs/contents_in_middle_section.diff
 D: diffs/contents_in_middle_section_inline.diff
 contents: 1
 htmlxref: 0
 htmlxref-only_mono: 0
 htmlxref-only_split: 0
 D: diffs/formats_not_closed.diff
 invalid: 1
 FAIL: base_tests
 =
 1 of 1 tests failed
 Please report to texi2html-...@nongnu.org
 =


--
___
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


Re: [Fink-devel] texi2html-1.82-1 fails tests on 10.10

2014-10-29 Thread Jack Howarth
Hanspeter,
   This issue appears to be an incompatibility with the new system perl
being 5.18. If I
use...

 PERL=/usr/bin/perl5.16 ./configure %c


in the info file for texi2html, the test suite passes.

   Jack

On Wed, Oct 29, 2014 at 9:41 AM, Jack Howarth howarth.at.f...@gmail.com
wrote:

 Hanspeter,
  Yes, I saw that in my first clean bootstrap of fink under Yosemite
 but haven't puzzled out
 a fix yet. Unfortunately MacPorts isn't going to see this as they jumped
 their texi2html to 5.0.

 The problem doesn't occur on 10.9 with the Xcode 6 compilers so it can't
 be an optimization
 issue with clang 3.5svn. I'm still having problems identify the exact test
 in the base_tests that
 is failing and where any log for it may be.
  Jack

 On Wed, Oct 29, 2014 at 7:49 AM, Hanspeter Niederstrasser 
 f...@snaggledworks.com wrote:

 On 10.10 (a VM), texi2html-1.82-1 fails test like so.  The full build log
 is available at http://snaggledworks.com/fink/logs/


 Hanspeter
 

 make check || exit 2
 Making check in .
 make[1]: Nothing to be done for `check-am'.
 Making check in doc
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-local
 TEXINPUTS=.::$TEXINPUTS \
../texi2html -V ./texi2html.texi
 # Expanded: ifclear html verbatim ifset titlepage documentdescription
 menu ifnottex ifnotdocbook ifnotinfo ifnotxml ifnotplaintext ifhtml copying
 # USE_UNICODE 1, USE_UNIDECODE 1
 # putting result files into current directory
 # Files and directories:
 # rdir() path_to_working_dir()
 # doc(texi2html.html) top(texi2html.html) toc(texi2html.html)
 stoc(texi2html.html)
 # foot(texi2html.html) about(texi2html.html) frame(texi2html.html)
 toc_frame(texi2html_toc_frame.html)
 # using 'en' as document language
 # reading from ./texi2html.texi
 # including ./version.texi
 # end of pass texi
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # end of pass structure
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # Writing elements:
 # Writing to texi2html.html .[Top]
 
 ...
 # writing Footnotes in texi2html.html
 # writing Footnotes in current file
 # writing Contents in texi2html.html
 # writing Contents in current file
 # writing Overview in texi2html.html
 # writing Overview in current file
 # writing About in texi2html.html
 # writing About in current file
 # File (0) ./texi2html.texi processed
 # that's all folks
 Making check in Tests
 make[1]: Nothing to be done for `check'.
 Making check in test
 Making check in .
 for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
 .././install-sh -c -d $dir/.texinfo/ ; \
 if [ -f $dir/.texinfo/htmlxref.cnf ]; then : ; \
 else cp ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
 fi ; \
 done
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
 macros: 0
 D: diffs/equivalent_nodes.diff
 D: diffs/equivalent_nodes_no_node.diff
 sectionning: 1
 D: diffs/formatting.diff
 coverage: 1
 D: diffs/ref_in_anchor.diff
 D: diffs/formatting_weird_quotes.diff
 S: (no tex4ht) simplest_httex
 formatting: 1
 D: diffs/nodetest.diff
 D: diffs/nodetest_chapter.diff
 D: diffs/nodetest_no_unicode.diff
 D: diffs/nodetest_utf8.diff
 D: diffs/nodetest_utf8_no_unicode.diff
 D: diffs/nodetest_latin1.diff
 D: diffs/nodetest_latin1_no_unicode.diff
 D: diffs/formatting_fr.diff
 D: diffs/formatting_fr_icons.diff
 D: diffs/formatting_converted_to_utf8.diff
 encodings: 1
 indices: 0
 D: diffs/formatting_regions.diff
 D: diffs/formatting_exotic.diff
 D: diffs/formatting_makeinfo.diff
 D: diffs/formatting_chm.diff
 layout: 1
 D: diffs/nested_group.diff
 D: diffs/nested_itemize.diff
 D: diffs/nested_menu.diff
 D: diffs/nested_table.diff
 D: diffs/nested_flushright.diff
 D: diffs/nested_multitable.diff
 D: diffs/nested_cartouche.diff
 D: diffs/nested_enumerate.diff
 D: diffs/nested_deffn.diff
 D: diffs/nested_example.diff
 D: diffs/nested_quotation.diff
 nested_formats: 1
 D: diffs/contents_in_middle_section.diff
 D: diffs/contents_in_middle_section_inline.diff
 contents: 1
 htmlxref: 0
 htmlxref-only_mono: 0
 htmlxref-only_split: 0
 D: diffs/formats_not_closed.diff
 invalid: 1
 FAIL: base_tests
 =
 1 of 1 tests failed
 Please report to texi2html-...@nongnu.org
 =



--
___
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


Re: [Fink-devel] texi2html-1.82-1 fails tests on 10.10

2014-10-29 Thread Jack Howarth
The texi2hmt package has known compatibility issues with perl 5.18 so fixed
with...

Index: text/texi2html.info

===

RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/texi2html.info
,v

retrieving revision 1.3

diff -r1.3 texi2html.info

3c3

 Revision: 1

---

 Revision: 2

4a5

 BuildDepends: fink-buildenv-modules

12c13,20

 TestScript: make check || exit 2

---

 TestScript: 

 #!/bin/sh -ev

 # Test harness calls unpathed perl

 mkdir %b/perl_bin

 ln -s /usr/bin/perl5.16 %b/perl_bin/perl

 export PATH=%b/perl_bin:$PATH

 make check || exit 2

 

23c31,38

  PERL=/usr/bin/perl ./configure %c

---

 #!/bin/sh -ev

 . %p/sbin/fink-buildenv-helper.sh

 if [ $DARWIN_MAJOR_VERSION -ge 14 ] ; then

   # texi2html has known compatibility issues with perl 5.18

   PERL=/usr/bin/perl5.16 ./configure %c

 else

   PERL=/usr/bin/perl ./configure %c

 fi

75a91,92



 Stick with perl5.16 on darwin14 and later to pass testsuite.



On Wed, Oct 29, 2014 at 10:11 AM, Jack Howarth howarth.at.f...@gmail.com
wrote:

 Hanspeter,
This issue appears to be an incompatibility with the new system
 perl being 5.18. If I
 use...

  PERL=/usr/bin/perl5.16 ./configure %c


 in the info file for texi2html, the test suite passes.

Jack

 On Wed, Oct 29, 2014 at 9:41 AM, Jack Howarth howarth.at.f...@gmail.com
 wrote:

 Hanspeter,
  Yes, I saw that in my first clean bootstrap of fink under Yosemite
 but haven't puzzled out
 a fix yet. Unfortunately MacPorts isn't going to see this as they jumped
 their texi2html to 5.0.

 The problem doesn't occur on 10.9 with the Xcode 6 compilers so it can't
 be an optimization
 issue with clang 3.5svn. I'm still having problems identify the exact
 test in the base_tests that
 is failing and where any log for it may be.
  Jack

 On Wed, Oct 29, 2014 at 7:49 AM, Hanspeter Niederstrasser 
 f...@snaggledworks.com wrote:

 On 10.10 (a VM), texi2html-1.82-1 fails test like so.  The full build
 log is available at http://snaggledworks.com/fink/logs/


 Hanspeter
 

 make check || exit 2
 Making check in .
 make[1]: Nothing to be done for `check-am'.
 Making check in doc
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-local
 TEXINPUTS=.::$TEXINPUTS \
../texi2html -V ./texi2html.texi
 # Expanded: ifclear html verbatim ifset titlepage documentdescription
 menu ifnottex ifnotdocbook ifnotinfo ifnotxml ifnotplaintext ifhtml copying
 # USE_UNICODE 1, USE_UNIDECODE 1
 # putting result files into current directory
 # Files and directories:
 # rdir() path_to_working_dir()
 # doc(texi2html.html) top(texi2html.html) toc(texi2html.html)
 stoc(texi2html.html)
 # foot(texi2html.html) about(texi2html.html) frame(texi2html.html)
 toc_frame(texi2html_toc_frame.html)
 # using 'en' as document language
 # reading from ./texi2html.texi
 # including ./version.texi
 # end of pass texi
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # end of pass structure
 # Encodings: doc UNDEF, in UNDEF out UNDEF, name utf-8
 # using 'en' as document language
 # Writing elements:
 # Writing to texi2html.html .[Top]
 
 ...
 # writing Footnotes in texi2html.html
 # writing Footnotes in current file
 # writing Contents in texi2html.html
 # writing Contents in current file
 # writing Overview in texi2html.html
 # writing Overview in current file
 # writing About in texi2html.html
 # writing About in current file
 # File (0) ./texi2html.texi processed
 # that's all folks
 Making check in Tests
 make[1]: Nothing to be done for `check'.
 Making check in test
 Making check in .
 for dir in htmlxref htmlxref-only_mono htmlxref-only_split; do \
 .././install-sh -c -d $dir/.texinfo/ ; \
 if [ -f $dir/.texinfo/htmlxref.cnf ]; then : ; \
 else cp ./$dir/htmlxref.cnf $dir/.texinfo/ ; \
 fi ; \
 done
 /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
 macros: 0
 D: diffs/equivalent_nodes.diff
 D: diffs/equivalent_nodes_no_node.diff
 sectionning: 1
 D: diffs/formatting.diff
 coverage: 1
 D: diffs/ref_in_anchor.diff
 D: diffs/formatting_weird_quotes.diff
 S: (no tex4ht) simplest_httex
 formatting: 1
 D: diffs/nodetest.diff
 D: diffs/nodetest_chapter.diff
 D: diffs/nodetest_no_unicode.diff
 D: diffs/nodetest_utf8.diff
 D: diffs/nodetest_utf8_no_unicode.diff
 D: diffs/nodetest_latin1.diff
 D: diffs/nodetest_latin1_no_unicode.diff
 D: diffs/formatting_fr.diff
 D: diffs/formatting_fr_icons.diff
 D: diffs/formatting_converted_to_utf8.diff
 encodings: 1
 indices: 0
 D: diffs/formatting_regions.diff
 D: diffs/formatting_exotic.diff
 D: diffs/formatting_makeinfo.diff
 D: diffs/formatting_chm.diff
 layout: 1
 D: diffs/nested_group.diff
 D: diffs/nested_itemize.diff
 D: diffs/nested_menu.diff
 D: diffs/nested_table.diff
 D: