Your message dated Tue, 10 Jan 2006 19:17:23 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#340764: fixed in cmake 2.2.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Nov 2005 18:43:08 +0000
>From [EMAIL PROTECTED] Fri Nov 25 10:43:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.t-systems.cz ([212.67.76.249])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EfiXM-00024u-8J
for [EMAIL PROTECTED]; Fri, 25 Nov 2005 10:43:08 -0800
Received: from mefisto.t-systems.cz (faust.t-systems.cz [10.246.110.12])
by mail.t-systems.cz (Postfix) with ESMTP id 6107D8A323
for <[EMAIL PROTECTED]>; Fri, 25 Nov 2005 19:43:00 +0100 (CET)
Received: from enigma ([10.246.109.32]) by mefisto.t-systems.cz with Microsoft
SMTPSVC(6.0.3790.211);
Fri, 25 Nov 2005 19:43:00 +0100
Date: Fri, 25 Nov 2005 19:42:59 +0100 (CET)
From: Petr Salinger <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cmake: please support GNU/kFreeBSD
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-OriginalArrivalTime: 25 Nov 2005 18:43:00.0310 (UTC)
FILETIME=[0F6BDF60:01C5F1F0]
X-T-Systems_Czech-MailScanner: Found to be clean
X-T-Systems_Czech-MailScanner-SpamCheck: not spam (whitelisted),
SpamAssassin (score=-5.856, required 5, autolearn=not spam,
ALL_TRUSTED -3.30, AWL 0.02, BAYES_00 -2.60, UPPERCASE_25_50 0.03)
X-MailScanner-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: cmake
Severity: important
Version: 2.0.6-2
Tags: patch
Hi,
please support GNU/kFreeBSD in cmake.
In fact, cmake builds just now, but it is useless,
at least build of vtk-4.4.2 failed.
Since GNU/kFreeBSD = FreeBSD kernel + userspace with glibc,
and Linux.cmake doesn't contain anything OS specific,
I tested the following fix:
--- /usr/share/CMake/Modules/CMakeDetermineSystem.cmake.STD 2005-11-25
16:47:06.000000000 +0100
+++ /usr/share/CMake/Modules/CMakeDetermineSystem.cmake 2005-11-25
16:49:19.000000000 +0100
@@ -52,6 +52,11 @@
SET(CMAKE_SYSTEM_NAME "UnknownOS")
ENDIF(NOT CMAKE_SYSTEM_NAME)
+# for GNU/kFreeBSD return Linux
+IF(CMAKE_SYSTEM_NAME MATCHES kFreeBSD)
+ SET(CMAKE_SYSTEM_NAME Linux)
+ENDIF(CMAKE_SYSTEM_NAME MATCHES kFreeBSD)
+
# fix for BSD/OS , remove the /
IF(CMAKE_SYSTEM_NAME MATCHES BSD.OS)
SET(CMAKE_SYSTEM_NAME BSDOS)
With this, building of vtk-4.4.2 have been successful.
Alternative fix is create
/usr/share/CMake/Modules/Platform/kFreeBSD.cmake with content identical to
Linux.cmake and from CMakeDetermineSystem.cmake return kFreeBSD.
Here are outputs of /bin/uname:
$ uname -p
i386
$ uname -o
GNU/kFreeBSD
$ uname -s
GNU/kFreeBSD
$ uname -r
5.4-1-686
Thanks for your cooperation.
Petr
---------------------------------------
Received: (at 340764-close) by bugs.debian.org; 11 Jan 2006 03:20:53 +0000
>From [EMAIL PROTECTED] Tue Jan 10 19:20:53 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EwWUF-0008RM-47; Tue, 10 Jan 2006 19:17:23 -0800
From: [EMAIL PROTECTED] (A. Maitland Bottoms)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#340764: fixed in cmake 2.2.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 10 Jan 2006 19:17:23 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: cmake
Source-Version: 2.2.3-1
We believe that the bug you reported is fixed in the latest version of
cmake, which is due to be installed in the Debian FTP archive:
cmake_2.2.3-1.diff.gz
to pool/main/c/cmake/cmake_2.2.3-1.diff.gz
cmake_2.2.3-1.dsc
to pool/main/c/cmake/cmake_2.2.3-1.dsc
cmake_2.2.3-1_i386.deb
to pool/main/c/cmake/cmake_2.2.3-1_i386.deb
cmake_2.2.3.orig.tar.gz
to pool/main/c/cmake/cmake_2.2.3.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
A. Maitland Bottoms <[EMAIL PROTECTED]> (supplier of updated cmake package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 8 Jan 2006 10:48:14 -0500
Source: cmake
Binary: cmake
Architecture: source i386
Version: 2.2.3-1
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms <[EMAIL PROTECTED]>
Changed-By: A. Maitland Bottoms <[EMAIL PROTECTED]>
Description:
cmake - A cross-platform, open-source make system
Closes: 338324 340764
Changes:
cmake (2.2.3-1) unstable; urgency=low
.
* New upstream release (Closes: #338324)
* support GNU/kFreeBSD in cmake (Closes: #340764)
Files:
69becc74173218f7ced836dbbbb1fd6b 589 devel optional cmake_2.2.3-1.dsc
d29377b76fbab6a74107c49adc9e6457 2427300 devel optional cmake_2.2.3.orig.tar.gz
e5c99a01256176063a560f59cba86c49 14639 devel optional cmake_2.2.3-1.diff.gz
9a28edb961c43b596413e97e9d25012b 3357484 devel optional cmake_2.2.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD4DBQFDw+xTkwbJvNrxBUwRApVJAJdV37eVjI760IvjUYAOUojNewFYAKCM5CY1
IHrmD3GbhHIeBtfPIalxIA==
=u06b
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]