Bug 192622 - pth: useless debuginfo package
Summary: pth: useless debuginfo package
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pth
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Schwendt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-21 22:23 UTC by Ville Skyttä
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-05-22 19:17:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2006-05-21 22:23:57 UTC
If configured without --enable-debug, pth's build system seems to remove -g from
our $RPM_OPT_FLAGS, and no sane debuginfo package is created.

But if configuring with --enable-debug, *only* the static lib is created.

Also, partially off topic, I happened to notice that the "checking for stack
setup via sigstack" configure test dumps core:

configure:24658: checking for stack setup via sigstack
configure:24815: gcc -o conftest -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexcep
tions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DTEST_sig
stack   conftest.c -lnsl  >&5
conftest.c: In function 'main':
conftest.c:163: warning: 'sigstack' is deprecated (declared at /usr/include/sign
al.h:358)
conftest.c:199: warning: format '%d' expects type 'int', but argument 5 has type
 'long unsigned int'
conftest.c:199: warning: format '%d' expects type 'int', but argument 6 has type
 'long unsigned int'
conftest.c:207: warning: format '%d' expects type 'int', but argument 5 has type
 'long unsigned int'
/tmp/ccxtahGE.o: In function `main':
conftest.c:(.text+0xa0): warning: the `sigstack' function is dangerous.  `sigalt
stack' should be used instead.
configure:24818: $? = 0
configure:24820: ./conftest
./configure: line 24821:  9795 Segmentation fault      (core dumped) ./conftest$
ac_exeext


This is an FC5 x86_64 box.


Note You need to log in before you can comment on or make changes to this bug.