Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708996 - net-analyzer/bigeye-0.3-r4 : fails to build with -fno-common or gcc-10
Summary: net-analyzer/bigeye-0.3-r4 : 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: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-02-10 17:14 UTC by Toralf Förster
Modified: 2020-02-10 18:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.73 KB, text/plain)
2020-02-10 17:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,148.79 KB, text/plain)
2020-02-10 17:14 UTC, Toralf Förster
Details
environment (environment,51.26 KB, text/plain)
2020-02-10 17:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.51 KB, application/x-bzip)
2020-02-10 17:14 UTC, Toralf Förster
Details
net-analyzer:bigeye-0.3-r4:20200210-135854.log (net-analyzer:bigeye-0.3-r4:20200210-135854.log,10.40 KB, text/plain)
2020-02-10 17:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,14.99 KB, application/x-bzip)
2020-02-10 17:14 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-10 17:14:12 UTC
src/emulate.c: In function ‘ftp_fake_login’:
src/emulate.c:1105:2: note: length computed here
 1105 |  strncat(sendbuffer,junk, strlen(junk));
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-analyzer/bigeye-0.3-r4/temp/ccDr2tOi.o:(.bss+0x444): multiple definition of `logctrl'; /var/tmp/portage/net-analyzer/bigeye-0.3-r4/temp/cciedN8k.o:(.bss+0x28): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-analyzer/bigeye-0.3-r4/temp/ccDr2tOi.o:(.bss+0x440): multiple definition of `hex'; /var/tmp/portage/net-analyzer/bigeye-0.3-r4/temp/cciedN8k.o:(.bss+0x20): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20200207-111625

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

  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)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 10 Feb 2020 12:47:23 +0000

emerge -qpvO net-analyzer/bigeye
[ebuild  N    ] net-analyzer/bigeye-0.3-r4
Comment 1 Toralf Förster gentoo-dev 2020-02-10 17:14:15 UTC
Created attachment 613214 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-10 17:14:17 UTC
Created attachment 613216 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-10 17:14:20 UTC
Created attachment 613218 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-10 17:14:23 UTC
Created attachment 613220 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-10 17:14:26 UTC
Created attachment 613222 [details]
net-analyzer:bigeye-0.3-r4:20200210-135854.log
Comment 6 Toralf Förster gentoo-dev 2020-02-10 17:14:29 UTC
Created attachment 613224 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-02-10 18:27:12 UTC
The bug has been closed via the following commit(s):

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

commit 5bafe8c6a96dbadcf8867c0460d558dcbc2b2213
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-02-10 18:26:33 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-02-10 18:27:08 +0000

    net-analyzer/bigeye: Set CFLAGS=-fno-common
    
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=708996
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-analyzer/bigeye/bigeye-0.3-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)