pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52817: devel/lldb build on i386 fails with undefined reference



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

From: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/52817: devel/lldb build on i386 fails with undefined
 reference
Date: Thu, 14 Dec 2017 17:15:25 +0100

 So the march=i586 hack works for the atomic operation functions
 that had gotten the undefined reference errors.
 
 However, another case of undefined reference is next:
 
 [ 90%] Linking CXX executable ../../bin/lldb-server
 /usr/obj/devel/lldb/work/.buildlink/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
 /usr/obj/devel/lldb/work/.buildlink/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()
 ../../lib/liblldbPluginProcessNetBSD.a(NativeThreadNetBSD.cpp.o): In function `lldb_private::process_netbsd::NativeThreadNetBSD::GetRegisterContext()':
 NativeThreadNetBSD.cpp:(.text._ZN12lldb_private14process_netbsd18NativeThreadNetBSD18GetRegisterContextEv+0x76): undefined reference to `lldb_private::process_netbsd::NativeRegisterContextNetBSD::CreateHostNativeRegisterContextNetBSD(lldb_private::ArchSpec const&, lldb_private::NativeThreadProtocol&, unsigned int)'
 
 No idea yet where CreateHostNativeRegisterContextNetBSD should come from.
 
 Onno
 


Home | Main Index | Thread Index | Old Index