Your message dated Tue, 14 May 2019 15:15:12 +0200
with message-id <[email protected]>
and subject line Re: Bug#928785: gcc-9: cross-install-location.diff no longer 
applies
has caused the Debian Bug report #928785,
regarding gcc-9: cross-install-location.diff no longer applies
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.)


-- 
928785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gcc-9
Version: 9.1.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

Hi Matthias,

I noticed that cross-install-location.diff no longer applies. The
attached patch fixes that. Please let me know if you'd prefer a pull
request on salsa.

Helmut
--- a/debian/patches/cross-install-location.diff
+++ b/debian/patches/cross-install-location.diff
@@ -18,8 +18,8 @@
  @LIBGFOR_USE_SYMVER_GNU_TRUE@@LIBGFOR_USE_SYMVER_TRUE@version_dep = $(srcdir)/gfortran.map
  @LIBGFOR_USE_SYMVER_SUN_TRUE@@LIBGFOR_USE_SYMVER_TRUE@version_dep = gfortran.map-sun
  gfor_c_HEADERS = $(srcdir)/ISO_Fortran_binding.h
--gfor_cdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/include
-+gfor_cdir = $(libdir)/gcc-cross/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/include
+-gfor_cdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
++gfor_cdir = $(libdir)/gcc-cross/$(target_alias)/$(gcc_version)/include
  LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) \
  	    $(lt_host_flags)
  
@@ -44,8 +44,8 @@
  endif
  
  gfor_c_HEADERS = $(srcdir)/ISO_Fortran_binding.h
--gfor_cdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/include
-+gfor_cdir = $(libdir)/gcc-cross/$(target_alias)/$(gcc_version)$(MULTISUBDIR)/include
+-gfor_cdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
++gfor_cdir = $(libdir)/gcc-cross/$(target_alias)/$(gcc_version)/include
  
  LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS)) \
  	    $(lt_host_flags)

--- End Message ---
--- Begin Message ---
Version: 9.1.0-2

On 11.05.19 07:13, Helmut Grohne wrote:
> Source: gcc-9
> Version: 9.1.0-1
> Tags: patch
> User: [email protected]
> Usertags: rebootstrap
> 
> Hi Matthias,
> 
> I noticed that cross-install-location.diff no longer applies. The
> attached patch fixes that. Please let me know if you'd prefer a pull
> request on salsa.

that was already fixed in the VCS.

--- End Message ---

Reply via email to