From owner-freebsd-ports Wed Feb 13 7:11:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEA4037B4B1 for ; Wed, 13 Feb 2002 07:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1DFA3T06127; Wed, 13 Feb 2002 07:10:03 -0800 (PST) (envelope-from gnats) Date: Wed, 13 Feb 2002 07:10:03 -0800 (PST) Message-Id: <200202131510.g1DFA3T06127@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David O'Brien" Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Reply-To: "David O'Brien" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34908; it has been noted by GNATS. From: "David O'Brien" To: Andrej Cernov Cc: "Vladimir B.Grebenschikov" , FreeBSD-gnats-submit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ports/34908: libpng port makes bad dynamic library on -CURRENT Date: Wed, 13 Feb 2002 07:02:51 -0800 On Wed, Feb 13, 2002 at 05:59:02PM +0300, Andrej Cernov wrote: > On Wed, Feb 13, 2002 at 17:35:27 +0300, Vladimir B.Grebenschikov wrote: > > > > Programm linked against libpng.so on -CURRNET causes SIGBUS on startup > > > > >How-To-Repeat: > > > > % cat > trypng.c > > #include > > > > main(int ac, char ** av) > > { > > printf("Hello World\n"); > > } > > ^D > > % gcc -o trypng trypng.c -L/usr/local/lib -lpng > > % ./trypng > > Bus error (core dumped) > > It looks like problem with new GNU binutils (I suspect ASM code). Try to > contact David on this subj. This is not much of a bug report. Was libpng compiled with new binuils or old? Someone that is having problems (which I am not), needs to compile things with -g, not strip them, use gdb and provide a REAL bug report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message