From owner-freebsd-current Wed Feb 13 7:53:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 94B7A37B400; Wed, 13 Feb 2002 07:53:56 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g1DFqeq05823; Wed, 13 Feb 2002 07:52:40 -0800 (PST) (envelope-from obrien) Date: Wed, 13 Feb 2002 07:52:40 -0800 From: "David O'Brien" To: "Vladimir B. Grebenschikov" Cc: FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Message-ID: <20020213075240.A5788@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020213145902.GA20062@nagual.pp.ru> <20020213070251.A5321@dragon.nuxi.com> <1013613282.51362.9.camel@vbook.express.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1013613282.51362.9.camel@vbook.express.ru>; from vova@sw.ru on Wed, Feb 13, 2002 at 06:14:42PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Feb 13, 2002 at 06:14:42PM +0300, Vladimir B. Grebenschikov wrote: > It was in chroot created today as: > > # cd /usr/src > # cvs -d :pserver:anoncvs@anoncvs.freebsd.org:/home/ncvs upd -dP > # make buildworld > # make installworld DESTDIR=/X/chroot > # cd /usr/src/etc && make destribution DESTDIR=/X/chroot > # chroot /X/chroot /bin/tcsh > > building programm with -g gives no more information at all, I have tried > Linking aginst static library - works. This suggests a problem with the runtime-linker (rtld), not binutils. > May be I need to try build libpng with -g ? Yes, the ENTIRE code should be compiled with -g. Then the core dump inspected with GDB. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message