| Summary: | Please stabilise app-office/magicpoint-1.12a-r1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christian Faulhammer (RETIRED) <fauli> |
| Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | tanderson |
| Priority: | High | Keywords: | STABLEREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | implicit declaration patch | ||
|
Description
Christian Faulhammer (RETIRED)
2007-10-24 06:43:16 UTC
x86 stable alpha/sparc stable bah... That weren't the last arches. On amd64: * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * ./ctlwords.c:47: warning: incompatible implicit declaration of built-in function 'exit' gif.c:60: warning: incompatible implicit declaration of built-in function 'exit' gif.c:68: warning: incompatible implicit declaration of built-in function 'exit' gif.c:81: warning: incompatible implicit declaration of built-in function 'exit' gif.c:91: warning: incompatible implicit declaration of built-in function 'exit' gif.c:97: warning: incompatible implicit declaration of built-in function 'exit' gif.c:107: warning: incompatible implicit declaration of built-in function 'exit' gif.c:117: warning: incompatible implicit declaration of built-in function 'exit' gif.c:126: warning: incompatible implicit declaration of built-in function 'exit' gif.c:135: warning: incompatible implicit declaration of built-in function 'exit' gif.c:145: warning: incompatible implicit declaration of built-in function 'exit' gif.c:184: warning: incompatible implicit declaration of built-in function 'exit' misc.c:47: warning: incompatible implicit declaration of built-in function 'abort' misc.c:89: warning: incompatible implicit declaration of built-in function 'abort' misc.c:254: warning: incompatible implicit declaration of built-in function 'abort' Once past that everything else works. I might look into a patch for the QA warnings. looks pretty much like a missing #include <stdlib.h> :p amd64 stable Created attachment 134454 [details, diff]
implicit declaration patch
angelos, you were right, but I wrote this patch before you posted that ;)
This should do it.
(In reply to comment #7) > Created an attachment (id=134454) [edit] > implicit declaration patch Looks good. Thanks for the patch, applied without revbump, please test. ppc stable, closing as we are last one |