Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124487 - daemontools-0.76-r5 64bit compile cleanups
Summary: daemontools-0.76-r5 64bit compile cleanups
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 22:20 UTC by Tres 'RiverRat' Melton
Modified: 2006-03-01 19:57 UTC (History)
0 users

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


Attachments
Adjustments. :) (daemontools-64bit-clean.patch,1.68 KB, patch)
2006-02-28 22:21 UTC, Tres 'RiverRat' Melton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tres 'RiverRat' Melton 2006-02-28 22:20:24 UTC
Small compile warnings that the compiler is complaining about but shouldn't be that serious.  None the less:

chkshsgr.c:10: warning: passing arg 2 of `getgroups' from incompatible pointer type                                                  
supervise.c:102: warning: passing arg 2 of `execve' from incompatible pointer type                                                   
svscan.c:104: warning: passing arg 3 of `pathexec_run' from incompatible pointer type                                                   
svscan.c:123: warning: passing arg 3 of `pathexec_run' from incompatible pointer type                                                   
multilog.c:200: warning: passing arg 2 of `execve' from incompatible pointer type
Comment 1 Tres 'RiverRat' Melton 2006-02-28 22:21:21 UTC
Created attachment 81010 [details, diff]
Adjustments.  :)
Comment 2 SpanKY gentoo-dev 2006-03-01 19:57:45 UTC
the warnings about incompatible pointers is not 64bit specific, nor is it a serious warning ...

ive added a patch which includes a lot more headers, but i left the execve() calls alone ...