Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29196

Summary: gentoo-sources-2.4.20-r7 compile failure with gcc 3.3.1-r1
Product: Gentoo Linux Reporter: Andrei Ivanov <andrei.ivanov>
Component: [OLD] Core systemAssignee: x86-kernel (DEPRECATED) <x86-kernel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: sergem
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrei Ivanov 2003-09-20 08:34:29 UTC
ip_nat_core.c:854:40: missing terminating " character
ip_nat_core.c:855:49: missing terminating " character
ip_nat_core.c:1038:1: unterminated argument list invoking macro "DEBUGP"
ip_nat_core.c: In function `do_bindings':
ip_nat_core.c:1038: error: `DEBUGP' undeclared (first use in this function)
ip_nat_core.c:1038: error: (Each undeclared identifier is reported only once
ip_nat_core.c:1038: error: for each function it appears in.)
ip_nat_core.c:1038: error: syntax error at end of input
ip_nat_core.c:833: warning: unused variable `helper_called'
ip_nat_core.c:832: warning: unused variable `ret'
ip_nat_core.c:786: warning: unused variable `is_tcp'
ip_nat_core.c:70: warning: `ip_nat_cleanup_conntrack' defined but not used

in net/ipv4/netfilter/ip_nat_core.c, there should be on a single line
DEBUGP("calling nat helper (exp=%p) for packet\n", exp);

not on 2 lines...
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2003-09-21 04:18:02 UTC
*** Bug 29229 has been marked as a duplicate of this bug. ***
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2003-09-21 04:19:01 UTC

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