From owner-freebsd-questions@FreeBSD.ORG Thu Jan 28 00:34:48 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51345106568F for ; Thu, 28 Jan 2010 00:34:48 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 05D858FC0A for ; Thu, 28 Jan 2010 00:34:47 +0000 (UTC) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NaILL-0006UV-A3; Thu, 28 Jan 2010 00:34:47 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NaILK-0004mj-86; Thu, 28 Jan 2010 00:34:42 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id o0S0YgqF016786; Thu, 28 Jan 2010 00:34:42 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id o0S0YfEI016785; Thu, 28 Jan 2010 00:34:41 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 28 Jan 2010 00:34:41 +0000 From: Anton Shterenlikht To: Jason Message-ID: <20100128003441.GD16628@mech-cluster241.men.bris.ac.uk> References: <20100128002834.GC16628@mech-cluster241.men.bris.ac.uk> <20100128002941.GC66657@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100128002941.GC66657@eggman.experts-exchange.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: libutil.so.8 -> libutil.so.9, WAS: openssh-portable fails to build on ia64, sparc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 00:34:48 -0000 On Wed, Jan 27, 2010 at 04:29:43PM -0800, Jason wrote: > If you upgrade a library port, you need to rebuild all ports that depend on > that library. I know, but the port in question doesn't build anymore. Or are you saying that I might have missed some intermediate ports? The error message seem like a compiler error to me.. many thanks anton > On Thu, Jan 28, 2010 at 12:28:34AM +0000, Anton Shterenlikht thus spake: > >I didn't get any reply from ports@, > >so maybe somebody here can help > > > >----- Forwarded message from Anton Shterenlikht ----- > > > > > >maybe this has been discussed already, my apologies in that case. > > > >on current r203046 I'm trying to rebuild openssh-portable-5.2.p1_2,1 > >due to an upgrade from libutil.so.8 to libutil.so.9 > > > >I get this error on sparc64 and ia64 (don't have any other arch to check): > > > >===> Building for openssh-portable-5.2.p1_2,1 > >cc -O2 -pipe -fno-strict-aliasing -Wall -Wpointer-arith -Wuninitialized -Wsign-c > >ompare -Wno-pointer-sign -Wformat-security -fno-builtin-memset -I. -I.. -I. -I./ > >.. -DHAVE_CONFIG_H -c bsd-openpty.c > >bsd-openpty.c: In function 'openpty': > >bsd-openpty.c:128: error: 'I_PUSH' undeclared (first use in this function) > >bsd-openpty.c:128: error: (Each undeclared identifier is reported only once > >bsd-openpty.c:128: error: for each function it appears in.) > >*** Error code 1 > > > >Stop in /usr/ports/security/openssh-portable/work/openssh-5.2p1/openbsd-compat. > >*** Error code 1 > > > >----- End forwarded message ----- > > > >many programs installed by this port are not usable > >anymore because I deleted the old version of this lib. > >Now I can't update the port to use the new version. > > > >What shall i do? > > > >below are extract from ldd output: > > > >/usr/local/bin/ssh: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/scp: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/ssh-add: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/ssh-agent: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/ssh-keygen: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/ssh-keyscan: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/sftp: > > libutil.so.8 => not found (0x0) > >/usr/local/bin/slogin: > > libutil.so.8 => not found (0x0) > > > >many thanks > >anton > > > > > >-- > >Anton Shterenlikht > >Room 2.6, Queen's Building > >Mech Eng Dept > >Bristol University > >University Walk, Bristol BS8 1TR, UK > >Tel: +44 (0)117 331 5944 > >Fax: +44 (0)117 929 4423 > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423