amd64 build failure for lucid despite successfull completion
I'm not sure why my amd64 build is failing. The i386 build completes successfully. The Karmic builds were also fine.
I updated the package for Lucid and started seeing this behavior. There are no errors in the buildlog.
Any help is appreciated.
Thanks
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Max Bowsher
- Solved:
- 2010-06-11
- Last query:
- 2010-06-11
- Last reply:
- 2010-06-11
|
|
#1 |
The error is these lines at the end of the build log:
=======
Function `CKTdltNNum' implicitly converted to pointer at /build/
Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.
This is often due to a missing function prototype definition.
Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors. Please correct them for your next upload.
More information can be found at:
http://
=======
This message is a warning on some architectures and prior to lucid, but is an error on 64 bit architectures from lucid onwards.
| nachiket (nachiket) said : | #2 |
Thanks Max Bowsher, that solved my question.
