[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

checklib reports for TeX Live and teTeX



Hi all!

texlive and tetex packages have superficial dependencies caused by
superficial libs present on the command line, see:
texlive-base-bin
http://rerun.lefant.net/checklib/log.texlive-base-bin_2005.dfsg.1-1.html

texlive-pdfetex:
http://rerun.lefant.net/checklib/log.texlive-pdfetex_2005.dfsg.1-1.html

tetex-bin:
http://rerun.lefant.net/checklib/log.tetex-bin_3.0-19.html

For TeX live this were the libs: Xext, ICE, SM etc.

For tetex there are some more.

I have fixed it for TeX live (at least I hope) and attach the patch,
maybe it helps you in tetex...


Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
JARROW (adj.)
An agricultural device which, when towed behind a tractor, enables the
farmer to spread his dung evenly across the width of the road.
			--- Douglas Adams, The Meaning of Liff
--- ./build//TeX/utils/pdfopen/Makefile.in.orig	2006-10-30 13:44:06.000000000 +0100
+++ ./build//TeX/utils/pdfopen/Makefile.in	2006-10-30 13:44:49.000000000 +0100
@@ -156,7 +156,7 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 AM_CFLAGS = $(X_CFLAGS)
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
+LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)
 pdfopen_SOURCES = pdfopen.c sendx.c
 pdfclose_SOURCES = pdfclose.c sendx.c
 all: all-am
--- ./build/TeX/texk/web2c/Makefile.in.orig	2006-10-30 14:01:45.000000000 +0100
+++ ./build/TeX/texk/web2c/Makefile.in	2006-10-30 14:05:29.000000000 +0100
@@ -53,10 +53,10 @@
 # All the x_... variables will be empty if we aren't supporting X.
 x_cppflags = @X_CFLAGS@
 x_ldflags = @X_LIBS@
-x_pre_libs = @X_PRE_LIBS@
+x_pre_libs =    # disabled since it created unnecessary deps @X_PRE_LIBS@
 x_extra_libs = @X_EXTRA_LIBS@
 x_tool_libs = @x_tool_libs@
-x_ext_lib = @x_ext_lib@
+x_ext_lib = 	# disabled since it created unnecessary deps @x_ext_lib@
 wlibs = @wlibs@
 # Follow the library order used in X11R6 itself:
 #   -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 (some may not be present).
--- ./build/TeX/texk/xdvik/Makefile.in.orig	2006-10-30 15:55:29.000000000 +0100
+++ ./build/TeX/texk/xdvik/Makefile.in	2006-10-30 15:56:59.000000000 +0100
@@ -17,13 +17,13 @@
 # This matches web2c (needed only for Metafont).
 x_cppflags=@X_CFLAGS@ @iconv_includes@
 x_ldflags=@X_LIBS@ @x_linker_options@ @iconv_libpath@
-x_pre_libs=@X_PRE_LIBS@
+x_pre_libs=		# disabled as it generates unnecessary deps @X_PRE_LIBS@
 x_extra_libs=@X_EXTRA_LIBS@ @iconv_libs@
 x_tool_libs=@x_tool_libs@
 x_xmu_lib=@x_xmu_lib@
 x_xpm_libs=@x_xpm_libs@
 # -lXp and -lXext
-x_ext_lib=@x_ext_lib@
+x_ext_lib=		# disabled as it generates unnecessary deps @x_ext_lib@
 
 # Follow the library order used in X11R6 itself.
 # It seems that on Cygwin, libXaw needs _XpmReadFileToPixmap, so we put

Reply to: