[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#281343: marked as done (/usr/include/gnu/stubs.h: non-portable whitespace encountered at line 7)



Your message dated Tue, 16 Nov 2004 00:29:02 +0900
with message-id <81hdnruo5d.wl@omega.webmasters.gr.jp>
and subject line Bug#281343: /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7
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; 15 Nov 2004 10:06:22 +0000
>From bodo@bodo-m.de Mon Nov 15 02:06:22 2004
Return-path: <bodo@bodo-m.de>
Received: from pd9e945ba.dip0.t-ipconnect.de (bodo.homeip.net) [217.233.69.186] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CTdkb-00060c-00; Mon, 15 Nov 2004 02:06:21 -0800
Received: from mei by natira.private.bodo-m.de with local (Exim 3.36 #1 (Debian))
	id 1CTdjK-0005UA-00; Mon, 15 Nov 2004 11:05:02 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Bodo Meissner <bodo@bodo-m.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7
X-Mailer: reportbug 2.63
Date: Mon, 15 Nov 2004 11:05:02 +0100
Message-Id: <[🔎] E1CTdjK-0005UA-00@bodo.homeip.net>
Sender: Bodo Meissner <mei@natira.private.bodo-m.de>
X-BadReturnPath: mei@natira.private.bodo-m.de rewritten as bodo@bodo-m.de
  using "From" header
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libc6-dev
Version: 2.3.2.ds1-18
Severity: normal
Tags: patch

When making certain programs I get this warning:
makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7

The offending line is this:

#ifdef _LIBC
 #error Applications may not define the macro _LIBC
#endif

This must be changed to

#ifdef _LIBC
#  error Applications may not define the macro _LIBC
#endif

or similar.


Bodo
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable'), (10, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.4.27-1-k6
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages libc6-dev depends on:
ii  libc6                2.3.2.ds1-18        GNU C Library: Shared libraries an
ii  linux-kernel-headers 2.5.999-test7-bk-16 Linux Kernel Headers for developme

-- no debconf information

---------------------------------------
Received: (at 281343-done) by bugs.debian.org; 15 Nov 2004 15:29:04 +0000
>From gotom@debian.or.jp Mon Nov 15 07:29:04 2004
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CTimt-0007xP-00; Mon, 15 Nov 2004 07:29:03 -0800
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id 14151DEB81; Tue, 16 Nov 2004 00:29:03 +0900 (JST)
Date: Tue, 16 Nov 2004 00:29:02 +0900
Message-ID: <81hdnruo5d.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: Bodo Meissner <bodo@bodo-m.de>, 281343-done@bugs.debian.org
Subject: Re: Bug#281343: /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7
In-Reply-To: <[🔎] E1CTdjK-0005UA-00@bodo.homeip.net>
References: <[🔎] E1CTdjK-0005UA-00@bodo.homeip.net>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 281343-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Hi,

At Mon, 15 Nov 2004 11:05:02 +0100,
Bodo Meissner wrote:
> When making certain programs I get this warning:
> makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7
> 
> The offending line is this:
> 
> #ifdef _LIBC
>  #error Applications may not define the macro _LIBC
> #endif
> 
> This must be changed to
> 
> #ifdef _LIBC
> #  error Applications may not define the macro _LIBC
> #endif
> 
> or similar.

Please read #267205.  It's not glibc fault, and even it's not bug.

Regards,
-- gotom



Reply to: