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

Bug#738152: marked as done ([PATCH] Improved cross-building)



Your message dated Sun, 09 Feb 2014 11:03:09 +0100
with message-id <52F7525D.6060502@debian.org>
and subject line Re: Bug#738152: More patches
has caused the Debian Bug report #738152,
regarding [PATCH] Improved cross-building
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 owner@bugs.debian.org
immediately.)


-- 
738152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738152
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Am 09.02.2014 02:53, schrieb Dima Kogan:
> Hi.
> 
> Here are some more patches. I've been talking to Wookey about building
> cross toolchains, and that effort is the source of all of these.

It would be nice if wookey would stop trying to sneak in his patches to build
incomplete and broken cross compilers which cannot be used with adding an
already existing foreign architecture. I won't add these.

> This patch series fills in some missing logic between what is being
> BUILT and what is being PACKAGED. Furthermore, it limits what is being
> built, packaged when building cross-compilers. After this series we only
> build cross-compilers for C, C++ and fortran.

closing this issue. I fixed the original issue in the vcs, please don't hijack
bug reports for complete different things.

--- End Message ---

Reply to: