Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 507708 Details for
Bug 639510
net-irc/ultimate-3.0.2-r2 : /.../m_who.c:748: undefined reference to first_visible_channel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-irc:ultimate-3.0.2-r2:20171202-113658.log
net-irc:ultimate-3.0.2-r2:20171202-113658.log (text/plain), 36.88 KB, created by
Toralf Förster
on 2017-12-02 14:37:57 UTC
(
hide
)
Description:
net-irc:ultimate-3.0.2-r2:20171202-113658.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-12-02 14:37:57 UTC
Size:
36.88 KB
patch
obsolete
> * Package: net-irc/ultimate-3.0.2-r2 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ssl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking Ultimate3.0.2.tar.bz2 to /var/tmp/portage/net-irc/ultimate-3.0.2-r2/work >>>> Source unpacked in /var/tmp/portage/net-irc/ultimate-3.0.2-r2/work >>>> Preparing source in /var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2 ... > * Adjusting to prefix / > * ultimate-3.0.2-config.patch ... > [ ok ] > * Applying ultimate-3.0.2-config.patch ... > [ ok ] > * Applying ultimate-3.0.2-system-zlib-r1.patch ... > [ ok ] > * Applying ultimate-3.0.2-make-failfast.patch ... > [ ok ] > * Applying ultimate-3.0.2-open-mode.patch ... > [ ok ] > * Applying ultimate-3.0.2-entropy-path.patch ... > [ ok ] > * Replacing obsolete head/tail with POSIX compliant ones > * - fixed configure.in > * Running eautoreconf in '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2' ... > * Running aclocal -I autoconf ... > [ ok ] > * This package has a configure.in file which has long been deprecated. Please > * update it to use configure.ac instead as newer versions of autotools will die > * when it finds this file. See https://bugs.gentoo.org/426262 for details. > * Running autoconf -I autoconf --force ... > [ ok ] > * Running autoheader -I autoconf ... > [ ok ] > * Running elibtoolize in: Ultimate3.0.2/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2 ... > * econf: updating Ultimate3.0.2/autoconf/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating Ultimate3.0.2/autoconf/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --sysconfdir=/etc/ultimateircd --localstatedir=/var/lib/ultimateircd --disable-ccdv --enable-openssl >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking if we are using TenDRA or MIPSpro... no >checking if we are using Sun WorkShop/Forte... no >checking if we are using Apple GCC... no >checking if your compiler supports the SVR4 Software Generation System interfaces... no >checking how to generate dependancy info... assuming x86_64-pc-linux-gnu-gcc -MM >checking for library containing strerror... none required >checking whether make sets $(MAKE)... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking for rm... /bin/rm >checking for cp... /bin/cp >checking for mv... /bin/mv >checking for ln... /bin/ln >checking for sed... /bin/sed >checking for ar... /usr/bin/ar >checking for ld... /usr/bin/ld >checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for inline... inline >checking for gethostbyname in -lnsl... yes >checking for res_mkquery... no >checking for res_mkquery in -lresolv... no >checking for __res_mkquery... no >checking for __res_mkquery in -lresolv... yes >checking for socket in -lsocket... no >checking for crypt... no >checking for crypt in -ldescrypt... no >checking for crypt in -lcrypt... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking netinet/in.h usability... yes >checking netinet/in.h presence... yes >checking for netinet/in.h... yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking sys/file.h usability... yes >checking sys/file.h presence... yes >checking for sys/file.h... yes >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking syslog.h usability... yes >checking syslog.h presence... yes >checking for syslog.h... yes >checking for unistd.h... (cached) yes >checking utmp.h usability... yes >checking utmp.h presence... yes >checking for utmp.h... yes >checking for inttypes.h... (cached) yes >checking sys/resource.h usability... yes >checking sys/resource.h presence... yes >checking for sys/resource.h... yes >checking errno.h usability... yes >checking errno.h presence... yes >checking for errno.h... yes >checking for stdlib.h... (cached) yes >checking for stddef.h... (cached) yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking MIN and MAX definition... yes >checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no >checking for alarm... yes >checking for dup2... yes >checking for gethostbyname... yes >checking for gethostname... yes >checking for getpass... yes >checking for gettimeofday... yes >checking for inet_ntoa... yes >checking for isascii... yes >checking for memmove... yes >checking for memset... yes >checking for munmap... yes >checking for setenv... yes >checking for socket... yes >checking for strcasecmp... yes >checking for strchr... yes >checking for strdup... yes >checking for strerror... yes >checking for strncasecmp... yes >checking for strrchr... yes >checking for strtol... yes >checking for strtoul... yes >checking for index... yes >checking for strerror... (cached) yes >checking for strtoken... no >checking for strtok... yes >checking for inet_addr... yes >checking for inet_netof... yes >checking for inet_aton... yes >checking for gettimeofday... (cached) yes >checking for lrand48... yes >checking for sigaction... yes >checking for bzero... yes >checking for bcmp... yes >checking for bcopy... yes >checking for dn_skipname... no >checking for __dn_skipname... yes >checking for getrusage... yes >checking for times... yes >checking for break... no >checking for inet_pton... yes >checking for inet_ntop... yes >checking for va_copy... yes >checking for __va_copy... yes >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/param.h... (cached) yes >checking for getpagesize... yes >checking for working mmap... yes >checking for OpenSSL... /usr >checking for OpenSSL 0.9.6 or above... ok >configure: Enabling client throttle protection >configure: Enabling encrypted OLine passwords >configure: Enabling No Channel Operators while split protection >configure: Enabling connection headers >checking whether x86_64-pc-linux-gnu-gcc needs -traditional... (cached) no >checking for u_int32_t... yes >checking for uintptr_t... yes >checking for poll... yes >checking sys/epoll.h usability... yes >checking sys/epoll.h presence... yes >checking for sys/epoll.h... yes >checking for epoll_create in -lepoll... no >checking for epoll_create without -lepoll... no >checking Maximum file descriptors... 4076 >checking for pwd... /bin/pwd >checking for ccdv... (disabled) >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for zlib... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating data/Makefile >config.status: creating data/networks/Makefile >config.status: creating src/Makefile >config.status: creating tools/Makefile >config.status: creating tools/ircdcron/Makefile >config.status: creating tools/ssl-cert/Makefile >config.status: creating include/setup.h > >================================================================= > >UltimateIRCd 3.0.2 on x86_64-pc-linux-gnu > >Max Clients ................: 4076 Socket Engine ..............: poll >OpenSSL ....................: yes IPv6 .......................: no >Throttle Protection ........: yes Encrypted OLine Passwords ..: yes >No Chanops While Split .....: yes Show Connection Headers ....: yes >Chinese Nicknames ..........: no Acebot Protection ..........: no > >Installation root ..........: /usr > >================================================================= > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2 ... >make -j1 depend >depend ==> src >make[1]: Entering directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/src' >x86_64-pc-linux-gnu-gcc -MM -DIRCD_PREFIX=\"/usr\" -I../include -I/usr/include blalloc.c bsd.c channel.c class.c clientlist.c dbuf.c dich_conf.c dynconf.c drone.c fdlist.c fds.c hash.c inet_addr.c inet_ntop.c inet_pton.c ircd.c ircsprintf.c list.c match.c m_nick.c m_who.c packet.c parse.c res.c s_auth.c s_bsd.c s_conf.c s_debug.c s_err.c s_help.c s_hidehost.c s_misc.c s_numeric.c s_services.c s_serv.c s_ultimate.c s_user.c send.c socketengine_devpoll.c socketengine_epoll.c socketengine_kqueue.c socketengine_poll.c socketengine_select.c support.c scache.c ssl.c throttle.c userban.c whowas.c zlink.c rc4.c dh.c > .depend >make[1]: Leaving directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/src' >depend ==> tools >make[1]: Entering directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/tools' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/tools' >depend ==> data >make[1]: Entering directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/data' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/data' >make -j1 >Building src >make[1]: Entering directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/src' >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c blalloc.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c bsd.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c channel.c >channel.c: In function âm_fmodeâ: >channel.c:1373:7: warning: variable âsendtsâ set but not used [-Wunused-but-set-variable] > int sendts; > ^~~~~~ >channel.c: In function âm_joinâ: >channel.c:3398:9: warning: variable ânickâ set but not used [-Wunused-but-set-variable] > char *nick; > ^~~~ >channel.c: In function âm_fjoinâ: >channel.c:3989:13: warning: suggest parentheses around operand of â!â or change â&â to â&&â or â!â to â~â [-Wparentheses] > && (!channel_p->mode.mode & MODE_INVITEONLY) > ^~~~~~~~~~~~~~~~~~~~~ >channel.c:3872:9: warning: variable ânickâ set but not used [-Wunused-but-set-variable] > char *nick; > ^~~~ >channel.c: In function âm_sjoinâ: >channel.c:5549:5: warning: variable âdoesopâ set but not used [-Wunused-but-set-variable] > doesop = 0, what = 0, pargs = 0, pargs2 = 0, fl, people = 0, > ^~~~~~ >channel.c: In function âcheck_modesâ: >channel.c:1634:17: warning: iteration 6 invokes undefined behavior [-Waggressive-loop-optimizations] > if (dmodes[t]) > ~~~~~~^~~ >channel.c:1632:5: note: within this loop > for (t = 0; t <= SM_MAXMODES; t++) > ^~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c class.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c clientlist.c >clientlist.c: In function âremove_from_listâ: >clientlist.c:132:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > sendto_realops ("remove_from_list(%x, %x) failed!!", (int) list, (int) ptr); > ^ >clientlist.c:132:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > sendto_realops ("remove_from_list(%x, %x) failed!!", (int) list, (int) ptr); > ^ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c dbuf.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c dich_conf.c >dich_conf.c: In function âreport_conf_linksâ: >dich_conf.c:90:16: warning: variable âpassâ set but not used [-Wunused-but-set-variable] > char *host, *pass, *name; > ^~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c dynconf.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c drone.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c fdlist.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c fds.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c hash.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c inet_addr.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c inet_ntop.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c inet_pton.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c ircd.c >ircd.c: In function âserver_rebootâ: >ircd.c:326:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > " sbrk(0)-etext: %d", (u_int) sbrk ((size_t) 0) - (u_int) sbrk0 > ^ >ircd.c:326:65: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > " sbrk(0)-etext: %d", (u_int) sbrk ((size_t) 0) - (u_int) sbrk0 > ^ >ircd.c: In function âilogâ: >ircd.c:1904:7: warning: variable âlenâ set but not used [-Wunused-but-set-variable] > int len; > ^~~ >ircd.c: In function âmainâ: >ircd.c:773:5: warning: ignoring return value of âfscanfâ, declared with attribute warn_unused_result [-Wunused-result] > fscanf (mcsfp, "%d %d %li %li %li %ld %ld %ld %ld", &Count.max_loc, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > &Count.max_tot, &Count.weekly, &Count.monthly, &Count.yearly, > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > &Count.start, &Count.week, &Count.month, &Count.year); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ircd.c:845:10: warning: ignoring return value of âsetuidâ, declared with attribute warn_unused_result [-Wunused-result] > (void) setuid ((uid_t) uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >ircd.c:849:10: warning: ignoring return value of âsetuidâ, declared with attribute warn_unused_result [-Wunused-result] > (void) setuid ((uid_t) uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >ircd.c:854:10: warning: ignoring return value of âsetuidâ, declared with attribute warn_unused_result [-Wunused-result] > (void) setuid ((uid_t) uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >ircd.c:860:10: warning: ignoring return value of âsetuidâ, declared with attribute warn_unused_result [-Wunused-result] > (void) setuid ((uid_t) uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >ircd.c:882:10: warning: ignoring return value of âsetuidâ, declared with attribute warn_unused_result [-Wunused-result] > (void) setuid ((uid_t) uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c ircsprintf.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c list.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c match.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c m_nick.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c m_who.c >m_who.c:542:15: warning: âchnbufâ is static but declared in inline function âfirst_visible_channelâ which is not static > static char chnbuf[CHANNELLEN + 2]; > ^~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c packet.c >packet.c: In function âdopacketâ: >packet.c:58:49: warning: pointer targets in passing argument 2 of ârc4_process_streamâ differ in signedness [-Wpointer-sign] > rc4_process_stream (client_p->serv->rc4_in, buffer, length); > ^~~~~~ >In file included from packet.c:33:0: >../include/dh.h:41:13: note: expected âunsigned char *â but argument is of type âchar *â > extern void rc4_process_stream (void *rc4_context, unsigned char *istring, > ^~~~~~~~~~~~~~~~~~ >packet.c:165:58: warning: pointer targets in passing argument 2 of ârc4_process_streamâ differ in signedness [-Wpointer-sign] > rc4_process_stream (client_p->serv->rc4_in, ch2, length); > ^~~ >In file included from packet.c:33:0: >../include/dh.h:41:13: note: expected âunsigned char *â but argument is of type âchar *â > extern void rc4_process_stream (void *rc4_context, unsigned char *istring, > ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c parse.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c res.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_auth.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_bsd.c >s_bsd.c: In function âadd_connectionâ: >s_bsd.c:1807:21: warning: the address of âlocalâ will always evaluate as âtrueâ [-Waddress] > ktype = local ? LOCAL_BANNED_NAME : NETWORK_BANNED_NAME; > ^ >s_bsd.c: In function âinetportâ: >s_bsd.c:379:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > (void) write (0, buf, strlen (buf)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >s_bsd.c: In function âinit_sysâ: >s_bsd.c:606:9: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (fd, "Couldn't fork!\n", 15); /* crude, but effective */ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_conf.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_debug.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_err.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_help.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_hidehost.c >s_hidehost.c: In function âmake_virthostâ: >s_hidehost.c:214:7: warning: variable âparcâ set but not used [-Wunused-but-set-variable] > int parc = 0, parc2 = 0, len = 0; > ^~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_misc.c >s_misc.c: In function âexit_clientâ: >s_misc.c:850:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > exit_one_client (client_p, source_p, from, comment, (int *) remote); > ^ >s_misc.c:760:9: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > (void) write (logfile, linebuf, strlen (linebuf)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_numeric.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_services.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_serv.c >s_serv.c: In function âm_serverâ: >s_serv.c:625:28: warning: variable âinpathâ set but not used [-Wunused-but-set-variable] > char info[REALLEN + 1], *inpath, *host; > ^~~~~~ >s_serv.c: In function âshow_missing_serversâ: >s_serv.c:2363:9: warning: statement with no effect [-Wunused-value] > for (lp; lp; lp = lp->next) /* lp = server_list; */ > ^~~ >s_serv.c:2315:19: warning: variable âpassâ set but not used [-Wunused-but-set-variable] > char c, *host, *pass, *name; > ^~~~ >s_serv.c:2315:8: warning: variable âcâ set but not used [-Wunused-but-set-variable] > char c, *host, *pass, *name; > ^ >s_serv.c: In function âm_klineâ: >s_serv.c:4304:9: warning: variable âfilenameâ set but not used [-Wunused-but-set-variable] > char *filename; /* filename to use for kline */ > ^~~~~~~~ >s_serv.c: In function âm_traceâ: >s_serv.c:5384:11: warning: variable ânameâ set but not used [-Wunused-but-set-variable] > char *name; > ^~~~ >s_serv.c: In function âm_dkeyâ: >s_serv.c:7218:47: warning: pointer targets in passing argument 1 of ârc4_initstateâ differ in signedness [-Wpointer-sign] > source_p->serv->rc4_in = rc4_initstate (keybuf, keylen); > ^~~~~~ >In file included from s_serv.c:34:0: >../include/dh.h:43:14: note: expected âunsigned char *â but argument is of type âchar *â > extern void *rc4_initstate (unsigned char *key, int keylen); > ^~~~~~~~~~~~~ >s_serv.c:7226:48: warning: pointer targets in passing argument 1 of ârc4_initstateâ differ in signedness [-Wpointer-sign] > source_p->serv->rc4_out = rc4_initstate (keybuf, keylen); > ^~~~~~ >In file included from s_serv.c:34:0: >../include/dh.h:43:14: note: expected âunsigned char *â but argument is of type âchar *â > extern void *rc4_initstate (unsigned char *key, int keylen); > ^~~~~~~~~~~~~ >s_serv.c: In function âm_delcnlineâ: >s_serv.c:7528:9: warning: variable âcurrent_dateâ set but not used [-Wunused-but-set-variable] > char *current_date; > ^~~~~~~~~~~~ >s_serv.c: In function âm_deloperâ: >s_serv.c:7877:9: warning: variable âcurrent_dateâ set but not used [-Wunused-but-set-variable] > char *current_date; > ^~~~~~~~~~~~ >s_serv.c: In function âm_delqlineâ: >s_serv.c:8178:9: warning: variable âcurrent_dateâ set but not used [-Wunused-but-set-variable] > char *current_date; > ^~~~~~~~~~~~ >s_serv.c: In function âm_delhlineâ: >s_serv.c:8463:9: warning: variable âcurrent_dateâ set but not used [-Wunused-but-set-variable] > char *current_date; > ^~~~~~~~~~~~ >s_serv.c: In function âm_delulineâ: >s_serv.c:8746:9: warning: variable âcurrent_dateâ set but not used [-Wunused-but-set-variable] > char *current_date; > ^~~~~~~~~~~~ >s_serv.c: In function âread_helpâ: >s_serv.c:6124:5: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > fgets (buffer, MOTDLINELEN - 1, f); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >s_serv.c: In function âdo_pending_klinesâ: >s_serv.c:6314:3: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (fd, s, strlen (s)); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >s_serv.c:6331:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (fd, k->comment, strlen (k->comment)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >s_serv.c:6332:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] > write (fd, k->kline, strlen (k->kline)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_ultimate.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c s_user.c >In file included from s_user.c:28:0: >s_user.c: In function âregister_userâ: >s_user.c:894:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > strncpyzt (source_p->hostip, (char *) source_p->ip.S_ADDR, > ^ >../include/struct.h:1449:47: note: in definition of macro âstrncpyztâ > #define strncpyzt(x, y, N) do{(void)strncpy(x,y,N);x[N-1]='\0';}while(0) > ^ >s_user.c: In function âm_whoisâ: >s_user.c:2623:16: warning: variable âmemberâ set but not used [-Wunused-but-set-variable] > int invis, member, showchan; > ^~~~~~ >s_user.c:2623:9: warning: variable âinvisâ set but not used [-Wunused-but-set-variable] > int invis, member, showchan; > ^~~~~ >s_user.c: In function âdo_userâ: >s_user.c:2902:8: warning: variable âoflagsâ set but not used [-Wunused-but-set-variable] > long oflags; > ^~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c send.c >send.c: In function âsend_messageâ: >send.c:238:51: warning: pointer targets in passing argument 2 of ârc4_process_stream_to_bufâ differ in signedness [-Wpointer-sign] > rc4_process_stream_to_buf (to->serv->rc4_out, msg, rc4buf, len); > ^~~ >In file included from send.c:34:0: >../include/dh.h:37:13: note: expected âconst unsigned char *â but argument is of type âchar *â > extern void rc4_process_stream_to_buf (void *rc4_context, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >send.c:238:56: warning: pointer targets in passing argument 3 of ârc4_process_stream_to_bufâ differ in signedness [-Wpointer-sign] > rc4_process_stream_to_buf (to->serv->rc4_out, msg, rc4buf, len); > ^~~~~~ >In file included from send.c:34:0: >../include/dh.h:37:13: note: expected âunsigned char *â but argument is of type âchar *â > extern void rc4_process_stream_to_buf (void *rc4_context, > ^~~~~~~~~~~~~~~~~~~~~~~~~ >send.c: In function âsend_queuedâ: >send.c:337:48: warning: pointer targets in passing argument 2 of ârc4_process_streamâ differ in signedness [-Wpointer-sign] > rc4_process_stream (to->serv->rc4_out, msg, len); > ^~~ >In file included from send.c:34:0: >../include/dh.h:41:13: note: expected âunsigned char *â but argument is of type âchar *â > extern void rc4_process_stream (void *rc4_context, unsigned char *istring, > ^~~~~~~~~~~~~~~~~~ >send.c:389:48: warning: pointer targets in passing argument 2 of ârc4_process_streamâ differ in signedness [-Wpointer-sign] > rc4_process_stream (to->serv->rc4_out, msg, len); > ^~~ >In file included from send.c:34:0: >../include/dh.h:41:13: note: expected âunsigned char *â but argument is of type âchar *â > extern void rc4_process_stream (void *rc4_context, unsigned char *istring, > ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c socketengine_devpoll.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c socketengine_epoll.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c socketengine_kqueue.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c socketengine_poll.c >socketengine_poll.c: In function âengine_add_fdâ: >socketengine_poll.c:60:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > set_fd_internal (fd, (void *) last_pfd); > ^ >socketengine_poll.c: In function âengine_del_fdâ: >socketengine_poll.c:70:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > int arrayidx = (int) get_fd_internal (fd); > ^ >socketengine_poll.c:86:43: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > set_fd_internal (poll_fds[arrayidx].fd, (void *) arrayidx); > ^ >socketengine_poll.c: In function âengine_change_fd_stateâ: >socketengine_poll.c:92:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > int arrayidx = (int) get_fd_internal (fd); > ^ >socketengine_poll.c: In function âengine_read_messageâ: >socketengine_poll.c:115:23: warning: variable âlengthâ set but not used [-Wunused-but-set-variable] > int nfds, nbr_pfds, length, i; > ^~~~~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c socketengine_select.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c support.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c scache.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c ssl.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c throttle.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c userban.c >userban.c: In function âcount_listâ: >userban.c:1220:12: warning: variable âblnâ set but not used [-Wunused-but-set-variable] > uBanEnt *bln; > ^~~ >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c whowas.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c zlink.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c rc4.c >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c dh.c >dh.c: In function âverify_is_hexâ: >dh.c:103:21: warning: variable âxâ set but not used [-Wunused-but-set-variable] > unsigned char x; > ^ >dh.c: In function âdh_generate_sharedâ: >dh.c:311:25: warning: pointer targets in passing argument 1 of âDH_compute_keyâ differ in signedness [-Wpointer-sign] > len = DH_compute_key (si->session_shared, tmp, si->dh); > ^~ >In file included from dh.c:44:0: >/usr/include/openssl/dh.h:240:5: note: expected âunsigned char *â but argument is of type âchar *â > int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh); > ^~~~~~~~~~~~~~ >Extracting src/version.c... >x86_64-pc-linux-gnu-gcc -I../include -I/usr/include -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -c version.c >x86_64-pc-linux-gnu-gcc -O2 -g -O2 -pipe -march=native -Wall -DIRCD_PREFIX=\"/usr\" -DLOCALSTATEDIR='"/var/lib/ultimateircd"' -Wl,-O1 -Wl,--as-needed -o ircd blalloc.o bsd.o channel.o class.o clientlist.o dbuf.o dich_conf.o dynconf.o drone.o fdlist.o fds.o hash.o inet_addr.o inet_ntop.o inet_pton.o ircd.o ircsprintf.o list.o match.o m_nick.o m_who.o packet.o parse.o res.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_help.o s_hidehost.o s_misc.o s_numeric.o s_services.o s_serv.o s_ultimate.o s_user.o send.o socketengine_devpoll.o socketengine_epoll.o socketengine_kqueue.o socketengine_poll.o socketengine_select.o support.o scache.o ssl.o throttle.o userban.o whowas.o zlink.o rc4.o dh.o version.o -lz -lcrypt -lresolv -lnsl -L/usr/lib -lssl -lcrypto >m_who.o: In function `m_who': >/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/src/m_who.c:748: undefined reference to `first_visible_channel' >collect2: error: ld returned 1 exit status >make[1]: *** [Makefile:130: ircd] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2/src' >make: *** [Makefile:43: build] Error 1 > * ERROR: net-irc/ultimate-3.0.2-r2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-irc/ultimate-3.0.2-r2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-irc/ultimate-3.0.2-r2::gentoo'`. > * The complete build log is located at '/var/log/portage/net-irc:ultimate-3.0.2-r2:20171202-113658.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/temp/environment'. > * Working directory: '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2' > * S: '/var/tmp/portage/net-irc/ultimate-3.0.2-r2/work/Ultimate3.0.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 639510
:
507698
|
507700
|
507702
|
507704
|
507706
| 507708 |
507710