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

Bug#741234: marked as done (src:gcc-4.8: [PATCH] When building cross-compilers using prebuilt libraries, no longer re-build those libraries)



Your message dated Mon, 18 Apr 2016 18:43:10 +0000
with message-id <[🔎] E1asE8c-0005cB-9r@franck.debian.org>
and subject line Bug#821336: Removed package(s) from unstable
has caused the Debian Bug report #741234,
regarding src:gcc-4.8: [PATCH] When building cross-compilers using prebuilt libraries, no longer re-build those libraries
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.)


-- 
741234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741234
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:gcc-4.8
Severity: normal
Hi.

This is the cross-build-specific half of the patches originally posted
in

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738152

The first half (filled-in missing logic) is here:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740005

This set of patches sets up some cross-building-specific logic when
building a cross-compiler with

  with_deps_on_target_arch_pkgs=yes

The patches are very similar to those in the original set. The only
difference is the set of languages for which a compiler is built. The
changes in this set are:

- Don't build a source package if we're building a cross compiler

- Don't build libraries if we're building a cross compiler using the
  host's libraries (with_deps_on_target_arch_pkgs=yes)

- Do not build a java or D cross-compiler. Do build the rest of the
  languages (C,C++,objC, objC++, go, fortran)


The benefits this patch series provides:

- Unneeded libraries aren't built, so the build completes faster

- Currently the libraries that get build using
  with_deps_on_target_arch_pkgs=yes are different from those that are
  built natively. For instance libstdc++6 in the main debian archive is
  Multi-Arch:same, while the package we get with
  with_deps_on_target_arch_pkgs=yes has no Multi-arch tags. This is a
  potentially very confusing discrepancy, and not building the "wrong"
  package at all is good, I think. We can fix the tags, but it's unclear
  who would benefit.

- There's an issue regarding an inconsistency in the naming of the x86
  32-bit platform (debian calls it 'i386', gcc,binutils call it 'i486').
  This results in build errors when trying to build cross-gcc-libraries
  for the i386 target. These patches don't build those libraries, so we
  don't see those issues. We could fix the underlying problem, but
  again, it's unclear this is useful to anybody.


dima

Attachment: gccpatches_2014_03_10.tar.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Version: 4.8.5-4+rm

Dear submitter,

as the package gcc-4.8 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/821336

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: