Bug#823778: marked as done (gcc-6: please make -mmusl return an error instead of doing the wrong thing)

2021-02-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 Feb 2021 13:07:12 +
with message-id 
and subject line Bug#954831: Removed package(s) from unstable
has caused the Debian Bug report #823778,
regarding gcc-6: please make -mmusl return an error instead of doing the wrong 
thing
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.)


-- 
823778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-6
Version: 6.1.1-1
Severity: wishlist

Hi!
Upstream added a new option, -mmusl that's supposed to use musl instead of 
glibc.
However, our current build in Debian instead silently almost ignores it 
("almost"
as it has a small but unsufficient effect):

[/tmp]$ gcc-6 -Wall -mmusl hello.c
[/tmp]$ ldd a.out
linux-vdso.so.1 (0x7ffe34997000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7ff387f4c000)
/lib/ld-musl-x86_64.so.1 => /lib64/ld-linux-x86-64.so.2 
(0x555ba16a)
[/tmp]$ gcc-6 -Wall -mmusl -static -s hello.c
[/tmp]$ ls -al a.out 
-rwxr-xr-x 1 kilobyte kilobyte 738648 May  8 21:59 a.out

As discussed on IRC:

22:21 < helmut> kilobyte: I think -mmusl is a road to sadness. Please use
x86_64-linux-musl-gcc-6 instead.
22:21 < waldi> "mmusl"?
22:22 < helmut> waldi: #823769
22:22 < kilobyte> helmut: hmm right, for the same reason multilib sucks, I
  guess
22:22 -zwiebelbot:#debian-devel- Debian#823769: please support the musl c
  library for cross compiler builds - https://bugs.debian.org/823769
22:22 < helmut> kilobyte: exactly
22:23 < helmut> kilobyte: precisely for that reason, I will put zero effort
into supporting -mmusl. It's just wrong.
22:25 < kilobyte> I guess it should then return an error message instead of
  silently using glibc

Thus, if you're not going to support it, please make it fail noisily.

Of course, exec("x86_64-linux-musl-gcc-6") or complaining if it's not installed
is an option, too.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-rc6-debug2+ (SMP w/6 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gcc-6 depends on:
ii  binutils  2.26-8
ii  cpp-6 6.1.1-1
ii  gcc-6-base6.1.1-1
ii  libc6 2.22-7
ii  libcc1-0  6.1.1-1
ii  libgcc-6-dev  6.1.1-1
ii  libgcc1   1:6.1.1-1
ii  libgmp10  2:6.1.0+dfsg-2
ii  libisl15  0.16.1-1
ii  libmpc3   1.0.3-1
ii  libmpfr4  3.1.4-1
ii  libstdc++66.1.1-1
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gcc-6 recommends:
ii  libc6-dev  2.22-7

Versions of packages gcc-6 suggests:
ii  gcc-6-doc 6.1.0-1
pn  gcc-6-locales 
pn  gcc-6-multilib
pn  libasan3-dbg  
pn  libatomic1-dbg
pn  libcilkrts5-dbg   
pn  libgcc1-dbg   
pn  libgomp1-dbg  
pn  libitm1-dbg   
pn  liblsan0-dbg  
pn  libmpx2-dbg   
pn  libquadmath0-dbg  
pn  libtsan0-dbg  
pn  libubsan0-dbg 

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:8.4.0-7+rm

Dear submitter,

as the package gcc-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/954831

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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.
Joerg Jaspert (the ftpmaster behind the curtain)--- End Message ---


Bug#823778: marked as done (gcc-6: please make -mmusl return an error instead of doing the wrong thing)

2019-02-06 Thread Debian Bug Tracking System
Your message dated Thu, 07 Feb 2019 03:13:19 +
with message-id 
and subject line Bug#920171: Removed package(s) from unstable
has caused the Debian Bug report #823778,
regarding gcc-6: please make -mmusl return an error instead of doing the wrong 
thing
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.)


-- 
823778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-6
Version: 6.1.1-1
Severity: wishlist

Hi!
Upstream added a new option, -mmusl that's supposed to use musl instead of 
glibc.
However, our current build in Debian instead silently almost ignores it 
("almost"
as it has a small but unsufficient effect):

[/tmp]$ gcc-6 -Wall -mmusl hello.c
[/tmp]$ ldd a.out
linux-vdso.so.1 (0x7ffe34997000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7ff387f4c000)
/lib/ld-musl-x86_64.so.1 => /lib64/ld-linux-x86-64.so.2 
(0x555ba16a)
[/tmp]$ gcc-6 -Wall -mmusl -static -s hello.c
[/tmp]$ ls -al a.out 
-rwxr-xr-x 1 kilobyte kilobyte 738648 May  8 21:59 a.out

As discussed on IRC:

22:21 < helmut> kilobyte: I think -mmusl is a road to sadness. Please use
x86_64-linux-musl-gcc-6 instead.
22:21 < waldi> "mmusl"?
22:22 < helmut> waldi: #823769
22:22 < kilobyte> helmut: hmm right, for the same reason multilib sucks, I
  guess
22:22 -zwiebelbot:#debian-devel- Debian#823769: please support the musl c
  library for cross compiler builds - https://bugs.debian.org/823769
22:22 < helmut> kilobyte: exactly
22:23 < helmut> kilobyte: precisely for that reason, I will put zero effort
into supporting -mmusl. It's just wrong.
22:25 < kilobyte> I guess it should then return an error message instead of
  silently using glibc

Thus, if you're not going to support it, please make it fail noisily.

Of course, exec("x86_64-linux-musl-gcc-6") or complaining if it's not installed
is an option, too.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-rc6-debug2+ (SMP w/6 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gcc-6 depends on:
ii  binutils  2.26-8
ii  cpp-6 6.1.1-1
ii  gcc-6-base6.1.1-1
ii  libc6 2.22-7
ii  libcc1-0  6.1.1-1
ii  libgcc-6-dev  6.1.1-1
ii  libgcc1   1:6.1.1-1
ii  libgmp10  2:6.1.0+dfsg-2
ii  libisl15  0.16.1-1
ii  libmpc3   1.0.3-1
ii  libmpfr4  3.1.4-1
ii  libstdc++66.1.1-1
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gcc-6 recommends:
ii  libc6-dev  2.22-7

Versions of packages gcc-6 suggests:
ii  gcc-6-doc 6.1.0-1
pn  gcc-6-locales 
pn  gcc-6-multilib
pn  libasan3-dbg  
pn  libatomic1-dbg
pn  libcilkrts5-dbg   
pn  libgcc1-dbg   
pn  libgomp1-dbg  
pn  libitm1-dbg   
pn  liblsan0-dbg  
pn  libmpx2-dbg   
pn  libquadmath0-dbg  
pn  libtsan0-dbg  
pn  libubsan0-dbg 

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 6.5.0-2+rm

Dear submitter,

as the package gcc-6 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/920171

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 ---