From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6169 invoked from network); 9 Jan 2003 15:16:44 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Jan 2003 15:16:44 -0000 Received: (qmail 29130 invoked by alias); 9 Jan 2003 15:16:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18066 Received: (qmail 29122 invoked from network); 9 Jan 2003 15:16:38 -0000 From: Borzenkov Andrey To: eavis@amadeus.net, zsh-workers@sunsite.dk Subject: RE: zsh HP-UX build problems Date: Thu, 9 Jan 2003 18:16:29 +0300 Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B5D0@MOWD019A> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: > > Here a lot of the tests want to find a 'zpty' command which has not been > built. So I think there are two main bugs to report: the failure of the > dynamic loading tests (or arguably the failure of --configure to > autodetect > that dynamic loading won't work), and the failure of the tests wanting > 'zpty'. > You need zpty to run completion tests. It is just that nobody considered it important enough to modify test handler to return something more meaningful in this case. Zpty is not built automatically for static version, you should modify config.modules in build directory to include it in static build, do not forget to run make prep after that, see comments in this files. But I am afraid there were reports that zpty fails on HP-UX as well. > % uname -a > HP-UX lonhp02 B.11.11 U 9000/800 589734997 unlimited-user license > > What can I do to track down these bugs further? The very first question - is HPUXDYNAMIC defined in config.h? -andrey