I’ll reply to both here to save mails.

It turns out it is running fine.

Many thanks guys, I really appreciate the help. I’ve been staring at errors and 
warnings from different places all week, I missed that it was running fine and 
assumed the worst.

Regards,
James

>From Eric Gallager:
> Two things:
> 1. If they are just warnings and not errors, they can safely be ignored.
> 2. Are you sure the warning is coming from apple-gdb and not from the 
> inferior program being debugged?


On 22 Nov 2013, at 15:14, Brandon Allbery 
<[email protected]<mailto:[email protected]>> wrote:


On Fri, Nov 22, 2013 at 9:56 AM, James Furness 
<[email protected]<mailto:[email protected]>> wrote:
So as an experiment I thought I would try to use gdb-apple instead of the 
‘vanilla’ gdb (again downloaded from macports). However when I try to run 
gdb-apple from the terminal, it will run fine without a program to debug, 
however when I give it a program it returns a massive list of missing library 
errors referring to a non-existent directory.

The errors are all like:
warning: Could not find object file 
"/Users/fx/devel/gcc/ibin-462-x86_64/x86_64-apple-darwin11/libquadmath/strtod/.libs/tens_in_limb.o"
 - no debug information available for 
"../../../gcc-4.6.2-RC-20111019/libquadmath/strtod/tens_in_limb.c”.

This is normal for normal port builds, since we clean up the build directory 
after installing something, but paths in debug symbols reference the build 
directory because that's all they know about while being built. Often you don't 
actually need this information, but if you do then you will need to reinstall 
the port with -k (sudo port -kN upgrade --force ...) to keep it from cleaning 
up the work directory after installation.

--
brandon s allbery kf8nh                               sine nomine associates
[email protected]<mailto:[email protected]>                                 
 [email protected]<mailto:[email protected]>
unix, openafs, kerberos, infrastructure, xmonad        
http://sinenomine.net<http://sinenomine.net/>


This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, copy 
or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.



This message has been checked for viruses but the contents of an attachment

may still contain software viruses which could damage your computer system, you 
are advised to perform your own checks. Email communications with the 
University of Nottingham may be monitored as permitted by UK legislation.









_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to