Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706898 - net-irc/xaric-0.13.6 : fails to build with -fno-common or gcc-10
Summary: net-irc/xaric-0.13.6 : fails to build with -fno-common or gcc-10
Status: RESOLVED WONTFIX
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: PMASKED
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-28 18:34 UTC by Toralf Förster
Modified: 2020-09-30 15:19 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.26 KB, text/plain)
2020-01-28 18:34 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,73.88 KB, text/plain)
2020-01-28 18:34 UTC, Toralf Förster
Details
environment (environment,85.12 KB, text/plain)
2020-01-28 18:34 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.50 KB, application/x-bzip)
2020-01-28 18:34 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.40 KB, application/x-bzip)
2020-01-28 18:34 UTC, Toralf Förster
Details
net-irc:xaric-0.13.6:20200128-074931.log (net-irc:xaric-0.13.6:20200128-074931.log,64.04 KB, text/plain)
2020-01-28 18:34 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.26 KB, application/x-bzip)
2020-01-28 18:34 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-28 18:34:15 UTC
sa.c:498:9: warning: variable ‘bIPv6’ set but not used [-Wunused-but-set-variable]
  498 |     int bIPv6;
      |         ^~~~~
x86_64-pc-linux-gnu-gcc -Wall -ggdb3 -O2 -pipe -march=native -fno-common -D_GNU_SOURCE -D_REENTRANT -I/usr/include -DHAVE_SSL  -Wl,-O1 -Wl,--as-needed -L/usr/lib -o xaric xaric-alist.o xaric-cmd_modes.o xaric-ctcp.o xaric-dcc.o xaric-exec.o xaric-expr.o xaric-flood.o xaric-fset.o xaric-functions.o xaric-funny.o xaric-hash.o xaric-history.o xaric-hook.o xaric-iflist.o xaric-ignore.o xaric-input.o xaric-irc.o xaric-ircaux.o xaric-signals.o xaric-keys.o xaric-lastlog.o xaric-list.o xaric-lister.o xaric-log.o xaric-misc.o xaric-names.o xaric-network.o xaric-newio.o xaric-notice.o xaric-notify.o xaric-numbers.o xaric-output.o xaric-parse.o xaric-readlog.o xaric-reg.o xaric-screen.o xaric-server.o xaric-status.o xaric-ircterm.o xaric-timer.o xaric-vars.o xaric-whois.o xaric-whowas.o xaric-window.o xaric-words.o xaric-tcommand.o xaric-ternary.o xaric-ncommand.o xaric-cmd_help.o xaric-cmd_hostname.o xaric-cmd_who.o xaric-cmd_scan.o xaric-cmd_save.o xaric-cmd_orignick.o xaric-xscandir.o xaric-sa.o   -ltinfo -lpthread -lnsl  -lssl -lcrypto
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xaric-functions.o:/var/tmp/portage/net-irc/xaric-0.13.6/work/xaric-0.13.6/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/var/tmp/portage/net-irc/xaric-0.13.6/work/xaric-0.13.6/ircterm.h:67: first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xaric-functions.o:/var/tmp/portage/net-irc/xaric-0.13.6/work/xaric-0.13.6/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/var/tmp/portage/net-irc/xaric-0.13.6/work/xaric-0.13.6/ircterm.h:66: first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-20200126-201521

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

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

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 28 Jan 2020 06:46:17 +0000

emerge -qpvO net-irc/xaric
[ebuild  N    ] net-irc/xaric-0.13.6
Comment 1 Toralf Förster gentoo-dev 2020-01-28 18:34:18 UTC
Created attachment 606426 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-28 18:34:21 UTC
Created attachment 606428 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-28 18:34:24 UTC
Created attachment 606430 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-28 18:34:26 UTC
Created attachment 606432 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-28 18:34:29 UTC
Created attachment 606434 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-28 18:34:32 UTC
Created attachment 606436 [details]
net-irc:xaric-0.13.6:20200128-074931.log
Comment 7 Toralf Förster gentoo-dev 2020-01-28 18:34:35 UTC
Created attachment 606438 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-08-30 05:07:31 UTC
The bug has been referenced in the following commit(s):

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

commit 12c0605099d61077d731d7c6d9dbcf0ccebfac08
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-08-30 05:06:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-08-30 05:06:50 +0000

    profiles/package.mask: last-rite net-irc/xaric
    
    Bug: https://bugs.gentoo.org/706898
    Bug: https://bugs.gentoo.org/731188
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/package.mask | 2 ++
 1 file changed, 2 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2020-09-30 15:17:44 UTC
The bug has been referenced in the following commit(s):

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

commit 8e2f9447ec0967645bef534706029e35ed77d089
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-30 15:09:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-30 15:17:13 +0000

    net-irc/xaric: remove last-rited package
    
    Bug: https://bugs.gentoo.org/731188
    Bug: https://bugs.gentoo.org/706898
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/xaric/Manifest                       |  1 -
 net-irc/xaric/files/xaric-0.13.6-tinfo.patch | 16 ---------------
 net-irc/xaric/metadata.xml                   |  5 -----
 net-irc/xaric/xaric-0.13.6.ebuild            | 29 ----------------------------
 profiles/package.mask                        |  1 -
 5 files changed, 52 deletions(-)