Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125733 - ulogd 1.23 fails (gcc 4.1.0)
Summary: ulogd 1.23 fails (gcc 4.1.0)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 126277 (view as bug list)
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-10 10:02 UTC by Patrizio Bassi
Modified: 2006-03-15 05:53 UTC (History)
2 users (show)

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 Patrizio Bassi 2006-03-10 10:02:20 UTC
gcc -O3 -mtune=pentium3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -ffast-math -D_FILE_OFFSET_BITS=64  -Wall -DULOGD_CONFIGFILE=\"/etc/ulogd.conf\" -I/lib/modules/`uname -r`/build/include -I.. -I../libipulog/include -I../include -fPIC -o ulogd_LOCAL_sh.o -c ulogd_LOCAL.c
ld -shared -o ulogd_LOCAL.so ulogd_LOCAL_sh.o -lc
gcc -O3 -mtune=pentium3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -ffast-math -D_FILE_OFFSET_BITS=64  -Wall -DULOGD_CONFIGFILE=\"/etc/ulogd.conf\" -I/lib/modules/`uname -r`/build/include -I.. -I../libipulog/include -I../include -fPIC -o printpkt.o -c printpkt.c
gcc -O3 -mtune=pentium3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -ffast-math -D_FILE_OFFSET_BITS=64  -Wall -DULOGD_CONFIGFILE=\"/etc/ulogd.conf\" -I/lib/modules/`uname -r`/build/include -I.. -I../libipulog/include -I../include -fPIC -o ulogd_SYSLOG_sh.o -c ulogd_SYSLOG.c
ulogd_SYSLOG.c:139: error: expected ‘=’ before ‘&’ token
make[1]: *** [ulogd_SYSLOG_sh.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/ulogd-1.23/work/ulogd-1.23/extensions'
make: *** [recurse] Error 1

!!! ERROR: app-admin/ulogd-1.23 failed.
Call stack:
  ebuild.sh, line 1933:   Called dyn_compile
  ebuild.sh, line 971:   Called src_compile

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-14 18:00:46 UTC
Patched in tree, thanks for reporting.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-15 05:53:46 UTC
*** Bug 126277 has been marked as a duplicate of this bug. ***