reassign 422629 latex-cjk-common
tags 422629 patch
thanks

Michael Ablassmeier <[EMAIL PROTECTED]> wrote:

>  hbf2gf: error while loading shared libraries: libkpathsea.so.4: cannot open 
> shared object file: No such file or directory
>  make: *** [build-stamp] Error 127
>  
> the full log can be found here:
>
>  
> http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/hbf-cns40-1_1.0-3.1_sid32.buildlog
>  

This one is not a bug in the package which FTBFS, but in
latex-cjk-common:

$ ldd /usr/bin/hbf2gf 
        linux-gate.so.1 =>  (0xffffe000)
        libkpathsea.so.4 => /usr/lib/libkpathsea.so.4 (0xb7ed9000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7da8000)
        /lib/ld-linux.so.2 (0xb7f02000)
$ dlocate bin/hbf2gf
latex-cjk-common: /usr/bin/hbf2gf
$ apt-cache show latex-cjk-common | grep ^Depends
Depends: tetex-base (>= 3.0) | texlive-latex-base, tetex-bin (>= 3.0) | 
texlive-base-bin

The fix is easy:

--- cjk-4.7.0+cvs20061019/debian/rules.orig     2007-05-08 08:07:35.000000000 
+0200
+++ cjk-4.7.0+cvs20061019/debian/rules  2007-05-08 08:07:37.000000000 +0200
@@ -109,9 +109,7 @@
        dh_strip --exclude=.pl
        dh_compress
        dh_fixperms
-# Really necessary?
-#      dh_makeshlibs
-#      dh_shlibdeps
+       dh_shlibdeps
        dh_installdeb
        dh_gencontrol
        dh_md5sums

Regards, Frank


-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Reply via email to