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

Re: Bug#950550: libgcc1: upgrade from 1:9.2.1-25 to libgcc1 1:10-20200202-1 breaks gcc



On 2/3/20 2:27 PM, Anatoly Pugachev wrote:
> Package: libgcc1
> Version: 1:10-20200202-1
> Severity: important
> 
> Dear Maintainer,
> 
>    * What led up to the situation?
> 
> apt update && apt upgrade -y
> 
>    * What exactly did you do (or not do) that was effective (or
>      ineffective)?
> 
> before upgrade libgcc1:
> 
>    ii  libgcc1:sparc64 1:9.2.1-25   sparc64      GCC support library
> 
> after upgrade:
> 
>    ii  libgcc1        1:10-20200202-1 sparc64      GCC support library (dependency package)
> 
>    * What was the outcome of this action?
> 
> $ cat hello_world.c
> #include <stdio.h>
> 
> int main() {
>         printf("%s \n", "hello world!");
> }
> 
> $ gcc hello_world.c
> /usr/bin/ld: cannot find -lgcc_s
> collect2: error: ld returned 1 exit status
> 
>    * What outcome did you expect instead?
> 
> able to compile c source codes files.
> 
> Downgrading package back to version 9.2.1-25 helps

needs some kind of manual intervention. Adrian, please could you build gcc-9 -26
or -27 in a testing chroot?


Reply to: