From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 10 01:30:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77518106564A for ; Sat, 10 Sep 2011 01:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 674438FC08 for ; Sat, 10 Sep 2011 01:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8A1UDlt086162 for ; Sat, 10 Sep 2011 01:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8A1UDNH086157; Sat, 10 Sep 2011 01:30:13 GMT (envelope-from gnats) Date: Sat, 10 Sep 2011 01:30:13 GMT Message-Id: <201109100130.p8A1UDNH086157@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dikshie Cc: Subject: Re: ports/160511: [PATCH] make math/py-graphtool actually work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dikshie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2011 01:30:14 -0000 The following reply was made to PR ports/160511; it has been noted by GNATS. From: dikshie To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/160511: [PATCH] make math/py-graphtool actually work Date: Sat, 10 Sep 2011 10:02:14 +0900 Hi, looks like wrong linking runtime libraries? %g++45 -I/usr/local/include -L/usr/local/lib check.cc %./a.out Abort (core dumped) % ldd a.out a.out: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800749000) libm.so.5 => /lib/libm.so.5 (0x800959000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x800a79000) libc.so.7 => /lib/libc.so.7 (0x800b87000) %g++46 -I/usr/local/include -L/usr/local/lib check.cc % ./a.out Abort (core dumped) % ldd a.out a.out: libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x800749000) libm.so.5 => /lib/libm.so.5 (0x800959000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x800a79000) libc.so.7 => /lib/libc.so.7 (0x800b87000) any ideas are welcomed. -dikshie- On Sep 6, 2011, at 9:00 PM, Edwin Groothuis wrote: > Maintainer of math/py-graphtool, > > Please note that PR ports/160511 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160511 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org