Bug 22806 - longjmp aliased to undefined symbol _longjmp
Summary: longjmp aliased to undefined symbol _longjmp
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: glibc-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 14:50 MSK by Boris Savelev
Modified: 2010-01-21 15:32 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Savelev 2010-01-21 14:50:28 MSK
при компиляции http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar.gz (нужна именно эта версия без патчей)

gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c  -fPIC -DPIC -o setjmp/.libs/longjmp.o

/usr/include/bits/setjmp2.h:26: error: 'longjmp' aliased to undefined symbol '_longjmp'
Comment 1 Dmitry V. Levin 2010-01-21 15:00:18 MSK
The setjmp/longjmp.c file you are trying to compile contains its own definitions of *longjmp stuff that aren't compatible with glibc.  Please forward this information to upstream of libunwind.
Comment 2 Boris Savelev 2010-01-21 15:32:05 MSK
да, поспешил с багой. спасибо