Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166856 - dev-util/ltrace-0.4: QA: summary.c:86: warning: implicit declaration of function `my_demangle' -- poor programming style
Summary: dev-util/ltrace-0.4: QA: summary.c:86: warning: implicit declaration of funct...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 16:31 UTC by Jan Kundrát (RETIRED)
Modified: 2007-03-10 00:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ifdef fix (ltrace-0.4-fix-ifdef.patch,262 bytes, patch)
2007-03-06 20:04 UTC, Josef Reidinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kundrát (RETIRED) gentoo-dev 2007-02-14 16:31:20 UTC
breaks with FEATURES=stricter:

>>> Completed installing ltrace-0.4 into /var/tmp/portage/dev-util/ltrace-0.4/image/

ecompressdir: bzip2 -9 /usr/share/man/man1
strip: i686-pc-linux-gnu-strip --strip-unneeded
   usr/bin/ltrace

 * QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * summary.c:86: warning: implicit declaration of function `my_demangle'


!!! ERROR: dev-util/ltrace-0.4 failed.
Call stack:
  misc-functions.sh, line 570:   Called install_qa_check
  misc-functions.sh, line 325:   Called die

!!! poor code kills airplanes
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-util/ltrace-0.4/temp/build.log'.

!!! install_qa_check failed; exiting.
Comment 1 Josef Reidinger 2007-03-06 20:04:57 UTC
Created attachment 112312 [details, diff]
ifdef fix

yes, there is a little break in #ifdef...patch say everythink :)
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-03-10 00:32:51 UTC
(In reply to comment #1)
> Created an attachment (id=112312) [edit]
> ifdef fix
> 
> yes, there is a little break in #ifdef...patch say everythink :)
> 

Patch applied thanks.