Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708048 - net-misc/packETH-1.9 : fails to build with -fno-common or gcc-10
Summary: net-misc/packETH-1.9 : 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: UPSTREAM
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-02-03 18:48 UTC by Toralf Förster
Modified: 2020-02-03 19:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.44 KB, text/plain)
2020-02-03 18:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.31 KB, text/plain)
2020-02-03 18:48 UTC, Toralf Förster
Details
environment (environment,88.30 KB, text/plain)
2020-02-03 18:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.26 KB, application/x-bzip)
2020-02-03 18:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.61 KB, application/x-bzip)
2020-02-03 18:48 UTC, Toralf Förster
Details
net-misc:packETH-1.9:20200203-040350.log (net-misc:packETH-1.9:20200203-040350.log,37.87 KB, text/plain)
2020-02-03 18:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.60 KB, application/x-bzip)
2020-02-03 18:48 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-03 18:48:06 UTC
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -DPKGDATADIR=\"/usr/share/packeth/\" -I.  -Wall -Wmissing-prototypes -Wmissing-declarations -Wunused -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread    -O2 -pipe -march=native -fno-common -c -o src/savepacket.o src/savepacket.c
x86_64-pc-linux-gnu-gcc  -O2 -pipe -march=native -fno-common  -Wl,-O1 -Wl,--as-needed -o packETH src/main.o src/support.o src/interface.o src/callbacks.o src/function.o src/function_send.o src/loadpacket.o src/savepacket.o  -lpthread -lm  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0  -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/function_send.o:(.bss+0x0): multiple definition of `iftext'; src/callbacks.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20200129-211601

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

  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.41.0 *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.15.0 [icedtea-8]
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 03 Feb 2020 02:48:24 +0000

emerge -qpvO net-misc/packETH
[ebuild  N    ] net-misc/packETH-1.9
Comment 1 Toralf Förster gentoo-dev 2020-02-03 18:48:09 UTC
Created attachment 611362 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-03 18:48:12 UTC
Created attachment 611364 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-03 18:48:15 UTC
Created attachment 611366 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-03 18:48:17 UTC
Created attachment 611368 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-03 18:48:20 UTC
Created attachment 611370 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-03 18:48:23 UTC
Created attachment 611372 [details]
net-misc:packETH-1.9:20200203-040350.log
Comment 7 Toralf Förster gentoo-dev 2020-02-03 18:48:26 UTC
Created attachment 611374 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-02-03 19:45:29 UTC
The bug has been closed via the following commit(s):

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

commit acb39f4c38accb21b574f55d47d2a2d47bce0218
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-02-03 19:44:37 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-02-03 19:45:25 +0000

    net-misc/packETH: Version 2.1
    
    Package-Manager: Portage-2.3.87, Repoman-2.3.20
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=708048
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-misc/packETH/Manifest                          |  1 +
 .../packETH/files/packETH-2.1-fno-common.patch     | 42 ++++++++++++++++++++++
 net-misc/packETH/packETH-2.1.ebuild                | 33 +++++++++++++++++
 3 files changed, 76 insertions(+)