[tex-live] texlive 2009 xindy make-rules compile problem

Vladimir Volovich vvv at vsu.ru
Sat Nov 14 11:05:00 CET 2009


"MI" == Martin Ivanov writes:

 MI>  /usr/bin/ginstall -c -m 644 dutch/ij-as-ij-latin1-lang.xdy
 MI> dutch/ij-as-ij-latin1-test.xdy dutch/ij-as-ij-latin1.xdy
 MI> dutch/ij-as-ij-utf8-lang.xdy dutch/ij-as-ij-utf8-test.xdy
 MI> dutch/ij-as-ij-utf8.xdy dutch/ij-as-y-utf8.xdy
 MI> dutch/ij-as-y-utf8-lang.xdy dutch/ij-as-y-utf8-test.xdy
 MI> dutch/ij-as-y-utf8.xdy
 MI> '/home/marto/build/tmp/texlive-20091107-source/inst/texmf/xindy/lang/dutch'
                                                                                                  
 MI> /usr/bin/ginstall: will not overwrite just-created
 MI> `/home/marto/build/tmp/texlive-20091107-source/inst/texmf/xindy/lang/dutch/ij-as-y-utf8.xdy'
 MI> with `dutch/ij-as-y-utf8.xdy'
 
 MI> make[8]: *** [install-nodist_dutchDATA] Error 1
                        
the problem is in the Makefile that it tries to install ij-as-y-utf8.xdy
twice.

apparently /usr/bin/ginstall on your system does not like it when the
Makefile tries to install the same file twice. i've fixed it in the
repository:

====================================
--- Build/source/utils/xindy/make-rules/alphabets/Makefile.in	(revision 16013)
+++ Build/source/utils/xindy/make-rules/alphabets/Makefile.in	(working copy)
@@ -353,7 +353,6 @@
 	dutch/ij-as-ij-utf8-lang.xdy \
 	dutch/ij-as-ij-utf8-test.xdy \
 	dutch/ij-as-ij-utf8.xdy \
-	dutch/ij-as-y-utf8.xdy \
 	dutch/ij-as-y-utf8-lang.xdy \
 	dutch/ij-as-y-utf8-test.xdy \
 	dutch/ij-as-y-utf8.xdy
--- Build/source/utils/xindy/make-rules/alphabets/Makefile.am	(revision 16013)
+++ Build/source/utils/xindy/make-rules/alphabets/Makefile.am	(working copy)
@@ -128,7 +128,6 @@
 	dutch/ij-as-ij-utf8-lang.xdy \
 	dutch/ij-as-ij-utf8-test.xdy \
 	dutch/ij-as-ij-utf8.xdy \
-	dutch/ij-as-y-utf8.xdy \
 	dutch/ij-as-y-utf8-lang.xdy \
 	dutch/ij-as-y-utf8-test.xdy \
 	dutch/ij-as-y-utf8.xdy
====================================

i wonder why is /usr/bin/ginstall different from the "regular" /usr/bin/install?
what package is it part of?

Best,
v.


More information about the tex-live mailing list