Your message dated Wed, 23 Jan 2019 09:57:44 +0000
with message-id <e1gmfi0-000aip...@fasolo.debian.org>
and subject line Bug#920162: Removed package(s) from unstable
has caused the Debian Bug report #883988,
regarding gcc-5-cross-ports: fix ftbfs due to mips64 ld.so.1 move
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 ow...@bugs.debian.org
immediately.)


-- 
883988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gcc-5-cross-ports
Version: 14

recently, we patched dpkg-cross to don't ship ld.so.1 for mips64 and mipsn32
in /usr/<triplet>/lib, and keep them in
    /usr/<triplet>/lib{32,64}

This is due to libc6-mipsel-mips64el-cross ships its ld.so.1 also to
    /usr/<triplet>/lib
which will trigger file conflicts when install packages.

This scheme is following the old-years mips multilib.

So, for gcc cross building, we need to add /usr/<triplet>/lib{32,64} to the
search dir for dh_shlibdeps.

-- 
YunQiang Su
--- gcc/debian/rules.defs       2017-11-19 22:15:53.000000000 +0000
+++ gcc/debian/rules.defs       2017-12-09 17:10:18.477424936 +0000
@@ -2059,6 +2059,10 @@
        $(with_build_sysroot)/usr/lib/$(call mlib_to_march,$(2)) \
        $(with_build_sysroot)$(subst /usr,,/$(usr_lib$(2))) \
        $(with_build_sysroot)/$(usr_lib$(2)) \
+       $(if $(findstring mips64,$(DEB_TARGET_ARCH)), \
+         $(with_build_sysroot)/$(usr_lib64)) \
+       $(if $(findstring mipsn32,$(DEB_TARGET_ARCH)), \
+         $(with_build_sysroot)/$(usr_libn32)) \
        $(if $(filter yes,$(biarchsf) $(biarchhf)), \
          $(with_build_sysroot)/usr/$(call mlib_to_march,$(2))/lib) \
        $(if $(filter yes, $(with_common_libs)),, \

--- End Message ---
--- Begin Message ---
Version: 20+rm

Dear submitter,

as the package gcc-5-cross-ports 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/920162

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
ftpmas...@ftp-master.debian.org.

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

--- End Message ---

Reply via email to