Your message dated Tue, 7 Mar 2006 22:19:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line howl removed
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)
--- Begin Message ---
Package: howl
Severity: important
Justification: fails to build from source
file uses #ifdef(__MACH__) to determine if building on OSX. However this
macro is defined for Hurd which does not have the CoreServices.h file
that this is used to include.
Suggested fix is to make this test more specific:
replace
#ifdef(__MACH__)
with
#if defined( __MACH__ ) && defined( __APPLE__)
- not tested on Apple so may not work.
Jonathan Hogg
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: hurd-i386 (i586-AT386)
Kernel: GNU 0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- End Message ---
--- Begin Message ---
The howl package has been removed from Debian because of license
issues (see #302462). I'm therefore closing its bug reports.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---