From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7973 invoked from network); 29 Jun 2007 12:11:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Jun 2007 12:11:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 80229 invoked from network); 29 Jun 2007 12:11:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jun 2007 12:11:44 -0000 Received: (qmail 11133 invoked by alias); 29 Jun 2007 12:11:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23621 Received: (qmail 11123 invoked from network); 29 Jun 2007 12:11:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Jun 2007 12:11:40 -0000 Received: (qmail 79968 invoked from network); 29 Jun 2007 12:11:40 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 29 Jun 2007 12:11:37 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id ABE305C3C6; Fri, 29 Jun 2007 08:11:35 -0400 (EDT) Date: Fri, 29 Jun 2007 08:11:35 -0400 From: Clint Adams To: Oliver Kiddle Cc: Zsh workers Subject: Re: PATCH: ldd and LD_DEBUG completions Message-ID: <20070629121135.GA25663@scowler.net> Mail-Followup-To: Oliver Kiddle , Zsh workers References: <15204.1183047166@thecus> <200706281621.l5SGLHKR015636@news01.csr.com> <16925.1183113761@thecus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16925.1183113761@thecus> User-Agent: Mutt/1.5.13 (2006-08-11) On Fri, Jun 29, 2007 at 11:42:41AM +0100, Oliver Kiddle wrote: > And while I agree that rewriting the build system for this issue would > be excessive, it is closely related to the issue of modules having extra > dependencies. Didn't Clint put in some hack so that only the cap module > depends on libcap.so. cap and pcre. It's ugly and fragile and probably unportable, so I never committed it, but it's used to build the Debian package. > As pointed out by Danek, using -z ignore for compiler's that support it > could be an easy fix. At the very least, Debian etc packages could do > this (Hello Clint). In some cases Sun's -z lazyload would also > be useful (e.g. iconv). Get that feature into GNU binutils and we have a deal. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430989