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

Bug#252508: Package: mklibs



Package: mklibs
Version: unknown - version grabbed by systemimager in CVS and latest
stable
Problem: when building packages, the local ld_file is not grabbed.
Solution: upstream seems to be correct @
http://http.us.debian.org/debian/pool/main/m/mklibs/.  Alternatively,
the below & attached patch (same) fixes the version grabbed by
systemimager.
 
# diff -up mklibs.old mklibs    
 --- mklibs.old  Mon May 24 14:05:04 2004
 +++ mklibs      Mon May 24 15:04:08 2004
 @@ -555,7 +555,7 @@ for lib in regexpfilter(os.listdir(dest_
  ld_file = find_lib(ldlib)
  ld_file_name = os.path.basename(ld_file)
  
 -if not os.access(dest_path + "/" + lib, os.F_OK):
 +if not os.access(dest_path + "/" + ld_file_name, os.F_OK):
      command(target + "objcopy", "--strip-unneeded -R .note -R
 .comment",
              ld_file, dest_path + "/" + ld_file_name)

Regards,

Peter Mueller
Operations Engineer
(408)235-1700 x125
pmueller@sidestep.com

Find travel deals from dozens of sites - with one search
Try SideStep - The traveler's search engine
www.sidestep.com

Attachment: mklibs.patch
Description: mklibs.patch


Reply to: