Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389949 - net-irc/unrealircd-3.2.9[-extban-stacking] fails to compile: undefined reference to `extban_is_ok_nuh_extban'
Summary: net-irc/unrealircd-3.2.9[-extban-stacking] fails to compile: undefined refere...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 10:51 UTC by Michael Palimaka (kensington)
Modified: 2011-11-09 18:18 UTC (History)
1 user (show)

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


Attachments
build log (build.log,68.55 KB, text/plain)
2011-11-09 10:51 UTC, Michael Palimaka (kensington)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2011-11-09 10:51:48 UTC
Created attachment 292003 [details]
build log

extbans.o: In function `extban_init':
extbans.c:(.text+0xc38): undefined reference to `extban_is_ok_nuh_extban'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-irc/unrealircd-3.2.9/work/Unreal3.2/src'
make: *** [build] Error 2


Portage 2.1.10.11 (hardened/linux/amd64, gcc-4.5.3, glibc-2.13-r4, 2.6.38-gentoo-r6-libre x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.38-gentoo-r6-libre-x86_64-Intel-R-_Xeon-R-_CPU_5130_@_2.00GHz-with-gentoo-2.0.3
Timestamp of tree: Wed, 09 Nov 2011 10:00:01 +0000
app-shells/bash:          4.1_p9
dev-lang/python:          2.7.2-r3, 3.1.4-r3
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS=""
GENTOO_MIRRORS="ftp://gentoo.mirrors.easynews.com/linux/gentoo/ ftp://gentoo.osuosl.org/pub/gentoo/ ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 apache2 bash-completion berkdb bundledlibevent bzip2 cracklib crypt ctype deblob fontconfig gd gdbm geoip hardened iconv ipv6 less lock_pthreadmutex logrotate mhash mmx mudflap multilib ncurses nptl nptlonly openmp pam pcre php png readline sasl sha512 spell sse sse2 sse3 sse4a ssl ssse3 svg symlink tcpd threads tordns truetype unicode vda vhosts xml zlib" APACHE2_MODULES="alias auth_digest authz_host autoindex cgi deflate dir filter headers include info log_config mime mime_magic negotiation proxy proxy_http rewrite speling status vhost_alias" ELIBC="glibc" KERNEL="linux" PHP_TARGETS="php5-3" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-11-09 18:18:31 UTC
Thanks for the report. I have fixed this in unrealircd-3.2.9_rc2 and unrealircd-3.2.9 with a patch.

+  09 Nov 2011; Nathan Phillip Brink <binki@gentoo.org>
+  unrealircd-3.2.9_rc2.ebuild, unrealircd-3.2.9.ebuild,
+  +files/unrealircd-3.2.9-disabled-stacked-extbans.patch:
+  Fix bug 389949 (by scribeofthenile) where compilation failed in
+  unrealircd-3.2.9 and unrealircd-3.2.9_rc2 when USE=-extban-stacking.