Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707476 - net-mail/mlmmj-1.3.0 : fails to build with -fno-common or gcc-10
Summary: net-mail/mlmmj-1.3.0 : fails to build with -fno-common or gcc-10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-30 19:25 UTC by Toralf Förster
Modified: 2021-01-05 18:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.61 KB, text/plain)
2020-01-30 19:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,214.85 KB, text/plain)
2020-01-30 19:26 UTC, Toralf Förster
Details
environment (environment,18.30 KB, text/plain)
2020-01-30 19:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.43 KB, application/x-bzip)
2020-01-30 19:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.45 KB, application/x-bzip)
2020-01-30 19:26 UTC, Toralf Förster
Details
net-mail:mlmmj-1.3.0:20200130-133102.log (net-mail:mlmmj-1.3.0:20200130-133102.log,16.19 KB, text/plain)
2020-01-30 19:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.75 KB, application/x-bzip)
2020-01-30 19:26 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-01-30 19:25:59 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"/usr/share/mlmmj/text.skel"' -I./../include -O2 -pipe -march=native -fno-common -c -o getaddrsfromfd.o getaddrsfromfd.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"/usr/share/mlmmj/text.skel"' -I./../include -O2 -pipe -march=native -fno-common -c -o readn.o readn.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"/usr/share/mlmmj/text.skel"' -I./../include -O2 -pipe -march=native -fno-common -c -o getlistdelim.o getlistdelim.c
x86_64-pc-linux-gnu-gcc -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"/usr/share/mlmmj/text.skel"' -I./../include -O2 -pipe -march=native -fno-common  -Wl,-O1 -Wl,--as-needed -o mlmmj-send mlmmj-send.o writen.o mail-functions.o itoa.o chomp.o incindexfile.o checkwait_smtpreply.o getlistaddr.o mylocking.o init_sockfd.o strgen.o random-int.o print-version.o log_error.o mygetline.o memory.o statctrl.o ctrlvalue.o getaddrsfromfd.o readn.o getlistdelim.o  -lnsl 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: checkwait_smtpreply.o:/var/tmp/portage/net-mail/mlmmj-1.3.0/work/mlmmj-1.3.0/src/./../include/mlmmj.h:95: multiple definition of `subreason_strs'; mlmmj-send.o:/var/tmp/portage/net-mail/mlmmj-1.3.0/work/mlmmj-1.3.0/src/./../include/mlmmj.h:95: first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: checkwait_smtpreply.o:/var/tmp/portage/net-mail/mlmmj-1.3.0/work/mlmmj-1.3.0/src/./../include/mlmmj.h:84: multiple definition of `subtype_strs'; mlmmj-send.o:/var/tmp/portage/net-mail/mlmmj-1.3.0/work/mlmmj-1.3.0/src/./../include/mlmmj.h:84: first defined here

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20200125-183534

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.242_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 7.10.3

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 30 Jan 2020 12:08:44 +0000

emerge -qpvO net-mail/mlmmj
[ebuild  N    ] net-mail/mlmmj-1.3.0
Comment 1 Toralf Förster gentoo-dev 2020-01-30 19:26:02 UTC
Created attachment 609174 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-30 19:26:05 UTC
Created attachment 609176 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-30 19:26:07 UTC
Created attachment 609178 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-30 19:26:10 UTC
Created attachment 609180 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-30 19:26:13 UTC
Created attachment 609182 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-30 19:26:16 UTC
Created attachment 609184 [details]
net-mail:mlmmj-1.3.0:20200130-133102.log
Comment 7 Toralf Förster gentoo-dev 2020-01-30 19:26:19 UTC
Created attachment 609186 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-01-30 19:49:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c0385dd3e7a463ababe24f39d96dffd1f6ac28

commit a1c0385dd3e7a463ababe24f39d96dffd1f6ac28
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-01-30 19:49:12 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-01-30 19:49:34 +0000

    net-mail/mlmmj: tweak for gcc-10, bug #
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/707476
    Package-Manager: Portage-2.3.86, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 net-mail/mlmmj/files/mlmmj-1.3.0-gcc-10.patch | 20 ++++++++++++++++++++
 net-mail/mlmmj/mlmmj-1.3.0.ebuild             |  3 ++-
 2 files changed, 22 insertions(+), 1 deletion(-)