amd64 build failure for lucid despite successfull completion

Asked by nachiket

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.

http://launchpadlibrarian.net/50145516/buildlog_ubuntu-lucid-amd64.spice3f5_9ubuntu1_FAILEDTOBUILD.txt.gz

Any help is appreciated.
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Max Bowsher
Solved:
Last query:
Last reply:
Revision history for this message
Best Max Bowsher (maxb) said :
#1

The error is these lines at the end of the build log:

===========================================================
Function `CKTdltNNum' implicitly converted to pointer at /build/buildd/spice3f5-9ubuntu1/src/lib/dev/ltra//ltraset.c:277

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://wiki.debian.org/ImplicitPointerConversions
===========================================================

This message is a warning on some architectures and prior to lucid, but is an error on 64 bit architectures from lucid onwards.

Revision history for this message
nachiket (nachiket) said :
#2

Thanks Max Bowsher, that solved my question.