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

Bug#178002: Problems with cdebconf slang.so



tags 178002 + patch
thanks

The following patch gets me a bit further.  With this patch the
libslang.so.1-UTF8 library is installed in lib/.  But so is
libslang.so.1, and it seem that mklibs.py have problems handling two
libraries with different sonames providing the same symbols.

Index: mklibs.py
===================================================================
RCS file: /cvs/debian-boot/mklibs/mklibs.py,v
retrieving revision 1.15
diff -u -3 -p -u -r1.15 mklibs.py
--- mklibs.py   15 Jan 2003 16:30:04 -0000      1.15
+++ mklibs.py   25 Jan 2003 10:38:16 -0000
@@ -223,7 +223,7 @@ include_default_lib_path = "yes"
 default_lib_path = ["/lib/", "/usr/lib/", "/usr/X11R6/lib/"]
 libc_extras_dir = "/usr/lib/libc_pic"
 target = ""
-so_pattern = re.compile("((lib|ld).*)\.so(\.\d+)*")
+so_pattern = re.compile("((lib|ld).*)\.so(\..+)*")
 script_pattern = re.compile("^#!\s*/")

 for opt, arg in optlist:



Reply to: