ports/160511: [PATCH] make math/py-graphtool actually work

dikshie dikshie at sfc.wide.ad.jp
Sat Sep 10 01:30:14 UTC 2011


The following reply was made to PR ports/160511; it has been noted by GNATS.

From: dikshie <dikshie at sfc.wide.ad.jp>
To: bug-followup at 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 at FreeBSD.org
 



More information about the freebsd-ports-bugs mailing list