Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708528 - sys-libs/pinktrace-0.9.3 : fails to build with -fno-common or gcc-10
Summary: sys-libs/pinktrace-0.9.3 : 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)
Deadline: 2020-12-17
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-02-06 22:24 UTC by Toralf Förster
Modified: 2020-12-16 23:04 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.62 KB, text/plain)
2020-02-06 22:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,101.13 KB, text/plain)
2020-02-06 22:24 UTC, Toralf Förster
Details
environment (environment,14.84 KB, text/plain)
2020-02-06 22:24 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.88 KB, application/x-bzip)
2020-02-06 22:24 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.26 KB, application/x-bzip)
2020-02-06 22:24 UTC, Toralf Förster
Details
sys-libs:pinktrace-0.9.3:20200206-081254.log (sys-libs:pinktrace-0.9.3:20200206-081254.log,26.07 KB, text/plain)
2020-02-06 22:24 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,9.52 KB, application/x-bzip)
2020-02-06 22:24 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-02-06 22:24:15 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I..  -O2 -pipe -march=native -fno-common -c -o pinktrace_check-socket-TEST.o `test -f 'socket-TEST.c' || echo './'`socket-TEST.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I..  -O2 -pipe -march=native -fno-common -c -o pinktrace_check-pinktrace-check.o `test -f 'pinktrace-check.c' || echo './'`pinktrace-check.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -I.. -I..  -O2 -pipe -march=native -fno-common  -Wl,-O1 -Wl,--as-needed -o pinktrace-check pinktrace_check-seatest.o pinktrace_check-trace-TEST.o pinktrace_check-vm-TEST.o pinktrace_check-read-TEST.o pinktrace_check-write-TEST.o pinktrace_check-socket-TEST.o pinktrace_check-pinktrace-check.o -lrt -lm ./libpinktrace_0.9.la -L./.libs -lpinktrace_0.9 
libtool: link: x86_64-pc-linux-gnu-gcc -I.. -I.. -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o .libs/pinktrace-check pinktrace_check-seatest.o pinktrace_check-trace-TEST.o pinktrace_check-vm-TEST.o pinktrace_check-read-TEST.o pinktrace_check-write-TEST.o pinktrace_check-socket-TEST.o pinktrace_check-pinktrace-check.o  -lrt -lm ./.libs/libpinktrace_0.9.so -L./.libs /var/tmp/portage/sys-libs/pinktrace-0.9.3/work/pinktrace-0.9.3/pinktrace/.libs/libpinktrace_0.9.so
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pinktrace_check-trace-TEST.o:(.bss+0x0): multiple definition of `seatest_simple_test_result'; pinktrace_check-seatest.o:(.data.rel.local+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: pinktrace_check-vm-TEST.o:(.bss+0x0): multiple definition of `seatest_simple_test_result'; pinktrace_check-seatest.o:(.data.rel.local+0x0): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-test-20200203-215003

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

  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.6
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)




ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 06 Feb 2020 07:48:50 +0000

emerge -qpvO sys-libs/pinktrace
[ebuild  N    ] sys-libs/pinktrace-0.9.3  USE="ipv6"
Comment 1 Toralf Förster gentoo-dev 2020-02-06 22:24:18 UTC
Created attachment 612244 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-06 22:24:22 UTC
Created attachment 612246 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-06 22:24:26 UTC
Created attachment 612248 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-06 22:24:29 UTC
Created attachment 612250 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-06 22:24:32 UTC
Created attachment 612252 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-06 22:24:34 UTC
Created attachment 612254 [details]
sys-libs:pinktrace-0.9.3:20200206-081254.log
Comment 7 Toralf Förster gentoo-dev 2020-02-06 22:24:37 UTC
Created attachment 612256 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-11-17 09:34:40 UTC
The bug has been referenced in the following commit(s):

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

commit a36365e4d623ea831bab80f7fcdd15051d01e1fd
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-11-17 09:34:13 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-11-17 09:34:13 +0000

    package.mask: Last rite sys-apps/sydbox, sys-libs/pinktrace
    
    Bug: https://bugs.gentoo.org/708528
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2020-12-16 23:04:36 UTC
The bug has been closed via the following commit(s):

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

commit 2d7311e3549be7c178e4ad131e181f75f40de65d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-12-16 22:50:25 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-12-16 23:03:15 +0000

    sys-libs/pinktrace: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/708528
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask                     |  6 ------
 sys-libs/pinktrace/Manifest               |  1 -
 sys-libs/pinktrace/metadata.xml           |  8 --------
 sys-libs/pinktrace/pinktrace-0.9.3.ebuild | 30 ------------------------------
 4 files changed, 45 deletions(-)

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

commit 26cb8be263271d6f598df435b9781f928749ae20
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-12-16 22:49:12 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-12-16 23:03:14 +0000

    sys-apps/sydbox: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/708528
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask               |  1 -
 sys-apps/sydbox/Manifest            |  1 -
 sys-apps/sydbox/metadata.xml        |  8 --------
 sys-apps/sydbox/sydbox-1.0.7.ebuild | 36 ------------------------------------
 4 files changed, 46 deletions(-)