Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#2848 closed task (wontfix)

iptables-1.3.8 - issue with makeing ...

Reported by: matthew.a.carson@… Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords: iptables svn-20090513
Cc:

Description (last modified by Guy Dalziel)

Beyond Linux(R) From Scratch - Version svn-20090513

error with iptables-1.3.8

running: tar -xvf ../iptables-1.3.8.tar.bz2 cd iptables-1.3.8 sed -i 's/name="$node/name="node/' iptables.xslt make LIBDIR=/lib KERNEL_DIR=/usr

output at end: extensions/libipt_string.c: In function 'parse': extensions/libipt_string.c:208: error: 'struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:221: error: 'struct xt_string_info' has no member named 'invert' extensions/libipt_string.c: In function 'print': extensions/libipt_string.c:300: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:303: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c: In function 'save': extensions/libipt_string.c:322: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:325: error: 'const struct xt_string_info' has no member named 'invert' make: * [extensions/libipt_string_sh.o] Error 1

file attached : iptables-error-make.log

FIX = unknown --- few issues at google: http://www.google.co.uk/search?hl=en&safe=off&q=libipt_string.c%3A208%3A+error%3A+%27struct+xt_string_info%27+has+no+member+named+%27invert%27&btnG=Search&meta=

RESOLVER = using latest version ... 1.4.3 http://www.netfilter.org/projects/iptables/files/iptables-1.4.3.tar.bz2

running: tar -xvf ../iptables-1.4.3.tar.bz2 cd iptables-1.4.3

./configure \

--prefix=/usr \ --libexecdir=/lib \ --bindir=/sbin \ --mandir=/usr/share/man --with-kernel=/usr

make

make install

install -v -m644 iptables.xslt /lib/iptables

make install-iptables

:@) works 100% OK!

./configure output - in file - iptables-1.4.3-configure.log make output - in file - iptables-1.4.3-make.log make install output - in file - iptables-1.4.3-make-install.log

Attachments (4)

iptables-error-make.log (12.8 KB ) - added by matthew.a.carson@… 15 years ago.
iptables-1.4.3-configure.log (4.7 KB ) - added by matthew.a.carson@… 15 years ago.
iptables-1.4.3-make.log (33.3 KB ) - added by matthew.a.carson@… 15 years ago.
iptables-1.4.3-make-install.log (9.9 KB ) - added by matthew.a.carson@… 15 years ago.

Download all attachments as: .zip

Change History (8)

by matthew.a.carson@…, 15 years ago

Attachment: iptables-error-make.log added

by matthew.a.carson@…, 15 years ago

by matthew.a.carson@…, 15 years ago

Attachment: iptables-1.4.3-make.log added

by matthew.a.carson@…, 15 years ago

comment:1 by Randy McMurchy, 15 years ago

Milestone: 6.46.5

Modified milestone from 6.4 to 6.5

comment:2 by Guy Dalziel, 15 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

We have iptables 1.4.4 in the books for 6.5, so any issues with 1.3.8 should be covered by upgrading to the new version. Thank you for the report.

comment:3 by Guy Dalziel, 15 years ago

Just to clarify, I didn't mean that we have it in the book yet, but it will be soon.

comment:4 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

Note: See TracTickets for help on using tickets.