Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57480 - dmake-4.1-r1 update for GCC 3.4.x
Summary: dmake-4.1-r1 update for GCC 3.4.x
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 07:07 UTC by Hanno Zysik (geki)
Modified: 2005-05-14 23:21 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2004-07-18 07:07:32 UTC
# emerge dmake
...
>>> Source unpacked.
dmake.c: In function `main':
dmake.c:123: warning: return type of 'main' is not `int'
objects/sysintf.o(.text+0x6a2): In function `Get_temp':
: warning: the use of `tempnam' is dangerous, better use `mkstemp'
objects/runargv.o(.text+0xcb): In function `runargv':
: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead

>>> Install dmake-4.1-r1 into /var/tmp/portage/dmake-4.1-r1/image/
...

Reproducible: Always
Steps to Reproduce:
1. emerge dmake
2.
3.

Actual Results:  
Using dangerous/deprecated functions.

Expected Results:  
Please update so it uses the new functions.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-05-14 23:21:10 UTC
The app seems to work just fine still.  I don't think we are too concerned with warnings that aren't causing problems.  Closing this WONTFIX.