[Bug 309732] [NEW] duma FTBFS in intrepid/jaunty
Cesare Tirabassi
cesare.tirabassi at gmail.com
Fri Dec 19 14:47:29 UTC 2008
Public bug reported:
duma FTBFS with the following error message:
duma.c: In function '_duma_allocate':
duma.c:2422: sorry, unimplemented: inlining failed in call to 'memcpy': redefined extern inline functions are not considered for inlining
duma.c:1186: sorry, unimplemented: called from here
The relevant code is:
duma.c: 1186
memcpy(newAllocation, _duma_g.allocList, _duma_s.allocListSize);
.
.
.
duma.c 2422
void * memcpy(void *dest, const void *src, size_t size)
{
return _duma_memcpy(dest, src, size DUMA_PARAMS_UK);
}
duma is a library to detect buffer overruns and under-runs which "overloads" all standard memory allocation functions.
This "overloading" is apparently clashing with -D_FORTIFY_SOURCE=2.
Passing CFLAGS+="-U_FORTIFY_SOURCE" in debian/rules does indeed solve
the problem.
** Affects: duma (Ubuntu)
Importance: Undecided
Status: New
--
duma FTBFS in intrepid/jaunty
https://bugs.launchpad.net/bugs/309732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list