Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118313 - app-admin/webalizer-2.01.10-r12 won't compile
Summary: app-admin/webalizer-2.01.10-r12 won't compile
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Renat Lumpau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 11:27 UTC by Sebastian Bauer
Modified: 2006-01-09 06:58 UTC (History)
4 users (show)

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


Attachments
language patch (webalizer_lang.polish.diff,1.51 KB, patch)
2006-01-09 02:40 UTC, Sebastian Bauer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Bauer 2006-01-08 11:27:19 UTC
i get somethink like this:

gcc -L/usr/lib  -o webalizer webalizer.o hashtab.o linklist.o preserve.o parser.o output.o dns_resolv.o graphs.o -lGeoIP -lgd -lpng -lz -lm -lnsl -ldb1
output.o: In function `month_links':
output.c:(.text+0x951): undefined reference to `msg_hlnk_srb'
output.c:(.text+0x974): undefined reference to `msg_hlnk_srs'
output.o: In function `all_searchboth_page':
output.c:(.text+0x17e2): undefined reference to `msg_h_seabot'
output.c:(.text+0x1846): undefined reference to `msg_h_seabot'
output.o: In function `top_searchboth_table':
output.c:(.text+0x1ae5): undefined reference to `msg_top_srb'
output.c:(.text+0x1b93): undefined reference to `msg_h_seabot'
output.c:(.text+0x1d38): undefined reference to `msg_v_seabot'
output.o: In function `all_searchsite_page':
output.c:(.text+0x1de2): undefined reference to `msg_h_seasit'
output.c:(.text+0x1e46): undefined reference to `msg_h_seasit'
output.o: In function `top_searchsite_table':
output.c:(.text+0x2023): undefined reference to `msg_top_srs'
output.c:(.text+0x20d1): undefined reference to `msg_h_seasit'
output.c:(.text+0x22d8): undefined reference to `msg_v_seasit'
dns_resolv.o: In function `dns_resolver':
dns_resolv.c:(.text+0x449): undefined reference to `__db185_open_4002'
dns_resolv.o: In function `open_cache':
dns_resolv.c:(.text+0x1451): undefined reference to `__db185_open_4002'
collect2: ld returned 1 exit status
make: *** [webalizer] Error 1

i have set  USE="apache2 geoip nls search xtended -vhosts". all msg_* variable it's bug with language(polish) and "search" flag, but i don't know what's going on with the last reference this isn't connected with xtended and search flag.
Comment 1 Sebastian Bauer 2006-01-08 11:29:46 UTC
The last problem is connected with geoip flag
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2006-01-08 13:04:43 UTC
Version of sys-libs/db please?
Comment 3 Sebastian Bauer 2006-01-08 13:20:10 UTC
few versions: 3.2.9-r10, 1.85-r3, 4.2.52_p4, 4.1.25_p2
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2006-01-08 13:58:16 UTC
I've updated -r12. Please wait for the CVS to sync to your local mirror and try again.
Comment 5 Robert Förster 2006-01-08 16:26:32 UTC
same problem with the updated ebuild.

[ebuild  NS   ] app-admin/webalizer-2.01.10-r12  +apache2 +geoip +nls +search -vhosts +xtended

permission ~ # emerge info
Portage 2.0.53 (hardened/x86/2.6, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-ck1 i686)
=================================================================
System uname: 2.6.14-ck1 i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
LINGUAS="DE"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentoo-php-overlay/testing /usr/local/gentoo-php-overlay/experimental"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apache2 berkdb bzip2 chroot crypt curl dlloader doc expat gd geoip gif gmp gpm hardened icc idn imagemagick imap innodb jpeg maildir memlimit mhash mmx mysql ncurses nls nptl nptlonly pam pcre pdflib perl php pic png python readline sasl session snmp sse ssl tcpd threads tiff truetype userlocales vda x86 xml xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 6 Sebastian Bauer 2006-01-09 02:40:43 UTC
Created attachment 76606 [details, diff]
language patch
Comment 7 Sebastian Bauer 2006-01-09 02:40:53 UTC
sys-libs/db bug is solved now, but with search flag and language other than english there is few references to non exist variables i make translate but maybe it's not correct, but it,s solve problem
Comment 8 Renat Lumpau (RETIRED) gentoo-dev 2006-01-09 06:58:24 UTC
If this is a bug with the search use flag, please file upstream. See bug #98977