Your message dated Tue, 8 Apr 2008 15:14:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Already fixed
has caused the Debian Bug report #415155,
regarding rezound: FTBFS on GNU/kFreeBSD: missing OS detection
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.)


-- 
415155: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415155
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rezound
Version: 0.12.2beta-8
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
>  g++ -DHAVE_CONFIG_H -I. -I. -I../../../config -I../../../src/misc 
> -I../../../src/misc/missing/generated -I../../../src/PoolFile -g -Wall 
> -Wno-unused-function -Wno-unused-variable -Wno-unused -I/usr/include 
> -I/usr/include -I/usr/include -c CNestedDataFile.cpp -o CNestedDataFile.o
> CNestedDataFile.cpp:21:2: warning: #warning parseFile doesnt need to set the 
> filename, only the constructor and setFilename should do that
> CNestedDataFile.cpp:22:2: warning: #warning see about retaining the order 
> that things were parsed in the file
> In file included from ../../../config/common.h:72,
>                  from CNestedDataFile_no_inline.h:24,
>                  from CNestedDataFile.h:24,
>                  from CNestedDataFile.cpp:36:
> ../../../config/platform/platform.h:10:3: warning: #warning no platform 
> determined!
> In file included from CNestedDataFile.cpp:45:
> ../../../src/misc/CPath.h:302:5: error: #error CPath::which needs to be 
> implemented on this platform
> make[4]: *** [CNestedDataFile.lo] Error 1

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=rezound>.

Please find attached a patch to fix this, using the __GLIBC__ macro
defined on GNU/k*BSD. You might prefer using __FreeBSD_kernel__,
although it is less portable.

Cheers,

-- 
Cyril Brulebois
--- rezound-0.12.2beta/build-tree/rezound-0.12.2beta/config/platform/linux.h    
2007-03-16 16:38:56.974325000 +0100
+++ rezound-0.12.2beta/build-tree/rezound-0.12.2beta/config/platform/linux.h    
2007-03-16 16:39:04.000000000 +0100
@@ -1,7 +1,7 @@
 #ifndef __rez_platform_linux_H__
 #define __rez_platform_linux_H__
 
-#if defined(__linux)
+#if defined(__linux) || defined(__GLIBC__)
        #define rez_OS_LINUX
 #endif
 

--- End Message ---
--- Begin Message ---
While preparing an NMU for the FTBFS if built twice problem I noticed
that these bugs were already fixed in earlier version but weren't marked
as such. Therefore I just close them now.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!


--- End Message ---

Reply via email to