From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32429 invoked by alias); 10 Jun 2005 20:21:58 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 32380 invoked by uid 22791); 10 Jun 2005 20:21:44 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 10 Jun 2005 20:21:44 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j5AKLggU011825 for ; Fri, 10 Jun 2005 16:21:42 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j5AKLeO10580; Fri, 10 Jun 2005 16:21:40 -0400 Received: from [172.16.14.227] (IDENT:unyiyIcMt8gZ2RISE5rIyYGrXPEJx9+2@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j5AKLdMX001472; Fri, 10 Jun 2005 16:21:39 -0400 Message-ID: <42A9F652.3050802@redhat.com> Date: Fri, 10 Jun 2005 20:21:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: Jim Blandy CC: sid@sources.redhat.com Subject: Re: SID configury, libtoolery updated References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q2/txt/msg00029.txt.bz2 Jim Blandy wrote: >I've upgraded SID's libtool, autoconf, and automake machinery, fixed >some warnings, and fixed a long-standing problem with components that >link against libiberty. > > > > I seem to be having trouble building sid now. Specifically o The generate libtool scripts seem to expect the environment variable SED to be set to a working sed o I'm getting this error when linking in cgen-cpu /bin/sh ./libtool --tag=CXX --mode=link c++ -g -o libcgencpu.la -rpath /notnfs/brolley/sources/install/i686-pc-linux-gnu/lib/sidcomp -module -no-undefined compCGEN.lo tracedis.lo ms1/libms1.la -L../../../libiberty/pic -liberty cgen-asm.lo cgen-dis.lo cgen-opc.lo dis-buf.lo dis-init.lo -lpthread -lm ./libtool: line 1: cd: ../../../libiberty/pic: No such file or directory ...worked around by creating an empty libibrty/pic directory) but then later... if c++ -DHAVE_CONFIG_H -I. -I/home/brolley/sources/src/sid/main/dynamic -I. -I. -I../../include -I/home/brolley/sources/src/sid/main/dynamic/../../include -I/home/brolley/sources/src/sid/main/dynamic/../../../include -g -MT commonCfg.o -MD -MP -MF ".deps/commonCfg.Tpo" -c -o commonCfg.o /home/brolley/sources/src/sid/main/dynamic/commonCfg.cxx; \ then mv -f ".deps/commonCfg.Tpo" ".deps/commonCfg.Po"; else rm -f ".deps/commonCfg.Tpo"; exit 1; fi make[4]: *** No rule to make target `../../../libiberty/pic/libiberty.a', needed by `sid'. Stop. I've refreshed libiberty and rebuilt it from scratch, bit I don't get a libiberty/pic directory in my build tree. Is there some configure option I need? I'm using autoconf 2.59, automake 1.9.5 and libtool 1.5.18 uname -a says Linux to-hpws2.toronto.redhat.com 2.4.21-27.0.2.ELsmp #1 SMP Wed Jan 12 23:35:44 EST 2005 i686 i686 i386 GNU/Linux src/config.guess says i686-pc-linux-gnu Thanks, Dave