Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833307 - net-irc/unrealircd-6.0.2 - invite.c: error: MODE_SECRET undeclared (first use in this function)
Summary: net-irc/unrealircd-6.0.2 - invite.c: error: MODE_SECRET undeclared (first use...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
: 837197 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-02-14 08:19 UTC by Toralf Förster
Modified: 2024-02-21 11:27 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.87 KB, text/plain)
2022-02-14 08:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,162.75 KB, text/plain)
2022-02-14 08:19 UTC, Toralf Förster
Details
environment (environment,85.94 KB, text/plain)
2022-02-14 08:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.00 KB, application/x-bzip)
2022-02-14 08:19 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.73 KB, application/x-bzip)
2022-02-14 08:19 UTC, Toralf Förster
Details
net-irc:unrealircd-6.0.2:20220213-234051.log (net-irc:unrealircd-6.0.2:20220213-234051.log,70.43 KB, text/plain)
2022-02-14 08:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.16 KB, application/x-bzip)
2022-02-14 08:19 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 2022-02-14 08:19:29 UTC
	-o invite.so invite.c
x86_64-pc-linux-gnu-gcc -I/var/tmp/portage/net-irc/unrealircd-6.0.2/work/unrealircd-6.0.2/include -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -fno-common -funsigned-char -Wall -Wextra -Waggregate-return -Wformat-nonliteral -Wduplicated-cond -Wduplicated-branches -Wparentheses -Wno-pointer-sign -Wno-format-zero-length -Wno-format-truncation -Wno-unused -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-char-subscripts -Wno-sign-compare -Wno-empty-body -Wno-pragmas   -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fPIC -DPIC -shared -Wl,-export-dynamic -DDYNAMIC_LINKING \
	-o list.so list.c
invite.c: In function ‘cmd_invite’:
invite.c:460:47: error: ‘MODE_SECRET’ undeclared (first use in this function); did you mean ‘UMODE_SECURE’?
  460 |                 else if (channel->mode.mode & MODE_SECRET || channel->mode.mode & MODE_PRIVATE)
      |                                               ^~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20220212-020005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Rust versions:
  [1]   rust-1.58.1 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.14_p9 [openjdk-11]
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
3)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-11 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 2ead5d87f2cf5265d999c8f33c265f8c94795114
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 13 22:52:00 2022 +0000

    2022-02-13 22:51:56 UTC

emerge -qpvO net-irc/unrealircd
[ebuild  N    ] net-irc/unrealircd-6.0.2  USE="operoverride-verify -class-nofakelag -curl -geoip -operoverride"
Comment 1 Toralf Förster gentoo-dev 2022-02-14 08:19:30 UTC
Created attachment 765037 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-14 08:19:31 UTC
Created attachment 765038 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-02-14 08:19:33 UTC
Created attachment 765039 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-02-14 08:19:34 UTC
Created attachment 765040 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-02-14 08:19:36 UTC
Created attachment 765041 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-14 08:19:37 UTC
Created attachment 765042 [details]
net-irc:unrealircd-6.0.2:20220213-234051.log
Comment 7 Toralf Förster gentoo-dev 2022-02-14 08:19:38 UTC
Created attachment 765043 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2022-12-13 10:54:32 UTC
*** Bug 837197 has been marked as a duplicate of this bug. ***