Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91552 - syslog-ng fails to compile on clean 2005.0 install
Summary: syslog-ng fails to compile on clean 2005.0 install
Status: RESOLVED DUPLICATE of bug 90456
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 03:56 UTC by Jaco Kroon
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2005-05-05 03:56:12 UTC
Three new servers, all three gives exactly the same problem, stage 1 install.  emerge syslog-ng fails with:

i386-pc-linux-gnu-gcc  -O2 -march=pentium4 -fomit-frame-pointer -Wall -I/usr/include/libol -D_GNU_SOURCE   -o syslog-ng  main.o sources.o center.o filters.o destinations.o log.o cfgfile.o cfg-grammar.o cfg-lex.o affile.o afsocket.o afunix.o afinet.o afinter.o afuser.o afstreams.o afprogram.o afremctrl.o nscache.o utils.o syslog-names.o macros.o  -lnsl -lresolv   /usr/lib/libol.a -lnsl
cfg-lex.o(.text+0x3fc): In function `yylex':
: undefined reference to `yywrap'
cfg-lex.o(.text+0xb15): In function `input':
: undefined reference to `yywrap'
collect2: ld returned 1 exit status

This happens with both MAKEOPTS="-j6" and MAKEOPTS="-j1" so it's not a parrallel build issue.

Reproducible: Always
Steps to Reproduce:
1.  emerge syslog-ng



Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11.6 i686)
=================================================================
System uname: 2.6.11.6 i686 Intel(R) Xeon(TM) CPU 3.00GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May  4 2005, 12:03:50)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://apiary.cs.up.ac.za/gentoo
ftp://ftp.up.ac.za/mirrors/gentoo.org/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://ftp.up.ac.za/gentoo-portage"
USE="x86 apm arts avi berkdb bitmap-fonts crypt cups curl emboss encode
foomaticdb gdbm gif gnome gpm gtk2 hardened imlib jpeg kde ldap libg++ libwww
mad mikmod motif mp3 mpeg ncurses oggvorbis opengl pam pdflib png qt quicktime
readline sdl spell ssl svga truetype truetype-fonts type1-fonts xml2 xmms xv
zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-05 04:00:38 UTC
You did not follow the install instructions.

*** This bug has been marked as a duplicate of 90456 ***