Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-04-05 Thread Dima Kogan
Tobias Frost  writes:

> Control: tags -1 pending
>
>> My key situation should be resolved with the next keyring update, but
>> this will take a few weeks probably. If it's useful to you, you
>> should push the new package into the archive.
>
> I've uploaded your package to DELAYED/10. Let me know if I should
> accelerate it or if I should remove it from the DELAYED queue.

Hi Tobias. Helmut (Cc-ed) is the main user of these packages, so he's
the person to ask. I suspect that it doesn't matter a whole lot.

Thanks for the upload.

dima



Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-04-05 Thread Tobias Frost
Control: tags -1 pending

Hi Dimo,

> My key situation should be resolved with the next keyring update, but
> this will take a few weeks probably. If it's useful to you, you
should
> push the new package into the archive.

I've uploaded your package to DELAYED/10. Let me know if I should
accelerate it or if I should remove it from the DELAYED queue.

Cheers,
tobi


signature.asc
Description: This is a digitally signed message part


Processed: Re: Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-04-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending
Bug #925950 [cross-gcc-dev] patches no longer apply for gcc-8 and gcc-9
Added tag(s) pending.

-- 
925950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925950
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-03-30 Thread Debian Bug Tracking System
Processing control commands:

> fixed -1 cross-gcc-dev/230
Bug #925950 [cross-gcc-dev] patches no longer apply for gcc-8 and gcc-9
The source cross-gcc-dev and version 230 do not appear to match any binary 
packages
Marked as fixed in versions cross-gcc-dev/230.

-- 
925950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925950
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-03-30 Thread Helmut Grohne
Control: fixed -1 cross-gcc-dev/230

Hi Dima,

Great to see that you've already taken care. Much appreciated.

On Fri, Mar 29, 2019 at 02:07:11PM -0700, Dima Kogan wrote:
> My key situation should be resolved with the next keyring update, but
> this will take a few weeks probably. If it's useful to you, you should
> push the new package into the archive.

I've worked around this locally now, so there is no urgency from my
side.

However, getting this into buster in a timely manner could be useful.

If your key update takes longer, I can sponsor the upload.

Helmut



Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-03-29 Thread Dima Kogan
close -1
thx


Helmut Grohne  writes:

> Package: cross-gcc-dev
> Version: 226
> Severity: serious
> Tags: patch

Hi Helmut. I had pushed updates that fixed this days ago, but apparently
there were issues with my key, so the upload was silently ignored. If
you build from source, you should get a usable package:

  debcheckout cross-gcc-dev
  cd cross-gcc-dev
  dpkg-buildpackage

My key situation should be resolved with the next keyring update, but
this will take a few weeks probably. If it's useful to you, you should
push the new package into the archive.

Thanks for the report.



Bug#925950: patches no longer apply for gcc-8 and gcc-9

2019-03-28 Thread Helmut Grohne
Package: cross-gcc-dev
Version: 226
Severity: serious
Tags: patch

The patches for gcc-8 and gcc-9 no longer apply to unstable. Around two
weeks ago that used to work. Apparently, Matthias fixed a typo in
debian/control.m4 and that happens to break the hunk context of one
patch. The following sed expression fixes the patches:


sed -i -e 's/\(`TARGET\))/\1/' patches/gcc-[89]/*-now-depend-on-cpp-*

Helmut