Your message dated Mon, 5 Oct 2009 14:33:57 +0100
with message-id <[email protected]>
and subject line Removed
has caused the Debian Bug report #316751,
regarding pd-flext: FTBFS on amd64: Missing define for SMPLOCK.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
316751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316751
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pd-flext
Version: 0.5.0-1
Severity: important
Tags: experimental, patch
Hi,
Your package is failing to build on amd64 with the following
error:
g++ -c -ffast-math -DNDEBUG -O3 -pthread -fPIC -DFLEXT_USE_SIMD -DFLEXT_EXPORT
S -DFLEXT_SYS=2 -I/usr/include -I/usr/include/stk -I../../debian/pd/src source/
flqueue.cpp -o pd-linux/release-single/flqueue.opp
In file included from source/flqueue.cpp:21:
source/flcontainers.h: In member function `void Lifo::Push(Lifo::Cell*)':
source/flcontainers.h:198: error: syntax error before `;' token
source/flcontainers.h: In member function `Lifo::Cell* Lifo::Pop()':
source/flcontainers.h:222: error: syntax error before `;' token
make[2]: *** [pd-linux/release-single/flqueue.opp] Error 1
This is because SMPLOCK is not defined, and I've copied it from
the i386 version.
Kurt
--- ./build-tree/flext/source/flcontainers.h.old 2005-07-03
16:32:54.046250096 +0200
+++ ./build-tree/flext/source/flcontainers.h 2005-07-03 16:33:23.295803488
+0200
@@ -182,6 +182,13 @@
}
#elif defined(__GNUC__) && FLEXT_CPU == FLEXT_CPU_X86_64
/* attention - this only works for EMT64 or newer revisions of AMD 64-bit cpus
*/
+ #ifndef SMPLOCK
+ # ifdef __SMP__
+ # define SMPLOCK "lock ; "
+ # else
+ # define SMPLOCK ""
+ # endif
+ #endif
inline void Push(Cell *cl)
{
--- End Message ---
--- Begin Message ---
Version: 0.5.0g-2+rm
This package has been removed.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---