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

Bug#738152: src:gcc-4.8: XTerm sometimes freezes when building from source



Package: src:gcc-4.8
Severity: normal
When building from source my terminal emulator sometimes freezes when
printing some non-ASCII characters. Those appear in a comment, and don't
need to be non-ASCII. I'm attaching a patch to fix.

Thanks

>From 6d2ea7a84982e2e4d87099777d2c6e624d1055fa Mon Sep 17 00:00:00 2001
From: Dima Kogan <dima@oblong.com>
Date: Fri, 7 Feb 2014 06:07:47 +0000
Subject: [PATCH 1/2] Changed comment to use ASCII ""

This makes my terminal emulator happier
---
 rules.d/binary-libgcc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules.d/binary-libgcc.mk b/rules.d/binary-libgcc.mk
index a1ab35e..0e2cf2b 100644
--- a/rules.d/binary-libgcc.mk
+++ b/rules.d/binary-libgcc.mk
@@ -190,7 +190,7 @@ define __do_gcc_devels2
 	)
 	DH_COMPAT=2 dh_movefiles -p$(2) \
 		$(3)/{libgcc*,libgcov.a,*.o} \
-		$(if $(1),,$(header_files)) # Only move headers for the “main” package
+		$(if $(1),,$(header_files)) # Only move headers for the "main" package
 
 	: # libbacktrace not installed by default
 	$(if $(filter yes, $(with_backtrace)),
-- 
1.7.10.4


Reply to: