Summary: | ulogd cant handle logfiles larger than 2 GB, suggestion for correction attached | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lasse B. Jensen <gentoo> |
Component: | Current packages | Assignee: | Daniel Ahlberg (RETIRED) <aliz> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Lasse B. Jensen
2004-12-19 03:54:59 UTC
Offcourse this is with ebuild app-admin/ulogd/ulogd-1.02.ebuild i have problems ;) Added to CVS, thanks! The new 1.02-r1 doesnt work yet. The compile flags has to be added in both extensions/Makefile and Makefile its missing i extension/Makefile i think It has to be done such that the changes will be in Rules.make after configure script has been running. emerge CFLAGS=-O2 -march=pentium4 -fomit-frame-pointer -pipe CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\" compiling myself with manual addition of CFLAGS=-O2 CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\" adding -D_FILE_OFFSET_BITS=64 CFLAGS=-O2 -D_FILE_OFFSET_BITS=64 CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\" then ulogd works because Rules.make is included in extensions/Makefile doh, I forgot to inherit flag-o-matic that makes append-flags work. I test it as soon its in portage will it be 1.02-r2? |