Your message dated Mon, 1 Apr 2013 13:03:16 +0100
with message-id <[email protected]>
and subject line Closed wrong bug by mistake
has caused the Debian Bug report #703432,
regarding Build error re -nostdinc++
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.)


-- 
703432: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703432
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-cd
Version: 3.1.11

I have no idea why this gets left in, as it even generates an error on the official Debian CD build system.

cc1: warning: command line option "-nostdinc++" is valid for C++/ObjC++ but not for C

Attached please find a patch file that fixes the error.

--
Robert Spencer
--- Makefile~	2012-09-17 00:49:36.000000000 +0000
+++ Makefile	2013-03-19 14:52:56.000000000 +0000
@@ -338,7 +338,7 @@
 	fi; \
 	if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
 		cat $(TASKDIR)/$(TASK) | \
-		cpp -nostdinc -nostdinc++ -P -undef $$ARCHDEFS $$VARIANTDEFS\
+		cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
 	   		$$ARCHUNDEFS -U i386 -U linux -U unix \
 		    -DFORCENONUSONCD1=0 \
 		    -I $(TASKDIR) - - >> $(BDIR)/rawlist; \

--- End Message ---
--- Begin Message ---
reopen 704342
thanks

typo in the changelog, sorry.

-- 
Steve McIntyre, Cambridge, UK.                                [email protected]
Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/

--- End Message ---

Reply via email to