Yes. for the net5501. 

What I've found so far:

- the include paths for the iptables* builds are:
-I/opt/astlinux-0.6/build_i586/linux-2.6.20.21-astlinux/include -Iinclude/

There is an include of <iptables.h>, which I would think it the issue. I
have two instances of iptables.h:
/opt/astlinux-0.6/build_i586/iptables-1.3.8/include/iptables.h
/opt/astlinux-0.6/build_i586/linux-2.6.20.21-
astlinux/include/config/ip6/nf/iptables.h
/opt/astlinux-0.6/build_i586/linux-2.6.20.21-astlinux/include/config/ip/nf/i
ptables.h

The config/ip/nf/iptables.h cannot match either -I statement, so that's out.
(Just as well, it's a 0 length file). The remaining iptables.h could match
the -I statement(s), and it includes libiptc/libiptc.h, which is present, in
the right place, and has the prototypes for the iptc entry points. 

Can't be that hard to figure out. I'm going to scale back on the parallel
compiles to make sure I see which one is actually having a problem -- though
it looks like all the iptable binaries at present. 

rb
 

-----Original Message-----
From: Philip Prindeville [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 08, 2008 1:19 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] NTP Mixup :: the sequel

This is for a net5501?  Or some other target?  Currently trunk only 
builds for the net5501....

-Philip


Ron Byer Jr. wrote:
> Darrick, et al:
>
> Did as suggested. Updated to 2155, whacked build_i586 and
> toolchain_build_i586. 
>
> Still flamed out on iptables build. I'm going to investigate further and
see
> if I can spot the problem, but here is where it heads south:
>
> /opt/astlinux-0.6/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -Os
-pipe
> -fomit-frame-pointer  -Wall -Wunused
> -I/opt/astlinux-0.6/build_i586/linux-2.6.20.21-astlinux/include -Iinclude/
> -DIPTABLES_VERSION=\"1.3.8\"  -DNO_SHARED_LIBS=1
> -DIPT_LIB_DIR=\"/usr/lib/iptables\" -static -o iptables-restore
> iptables-restore.c iptables.o extensions/libext.a libiptc/libiptc.a
> /opt/astlinux-0.6/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -Os
-pipe
> -fomit-frame-pointer  -Wall -Wunused
> -I/opt/astlinux-0.6/build_i586/linux-2.6.20.21-astlinux/include -Iinclude/
> -DIPTABLES_VERSION=\"1.3.8\"  -DNO_SHARED_LIBS=1
> -DIP6T_LIB_DIR=\"/usr/lib/iptables\" -static -o ip6tables
> ip6tables-standalone.c ip6tables.o extensions/libext6.a libiptc/libiptc.a
> /tmp/ccdNp1uR.o: In function `main':
> iptables-standalone.c:(.text+0x7e): undefined reference to `iptc_commit'
> iptables-standalone.c:(.text+0x98): undefined reference to `iptc_strerror'
> iptables.o: In function `for_each_chain':
> iptables.c:(.text+0x622): undefined reference to `iptc_first_chain'
> iptables.c:(.text+0x63c): undefined reference to `iptc_next_chain'
>
>
>
> At first blush, it doesn't appear to be environmental (i.e. my box), but
> that's still the leading suspect, to be sure. 
>
>  
> Ron Byer Jr.
> NetWeave Integrated Solutions, Inc.
> +1.732.786.8830 x120
>  
>
> -----Original Message-----
> From: Darrick Hartman [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, December 07, 2008 7:47 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] NTP Mixup :: the sequel
>
> Philip Prindeville wrote:
>   
>> Joy?
>>
>> Or no joy?
>>
>>
>> Ron Byer Jr. wrote:
>>     
>>> Sorry. I don't know how that came out to be 2041. Twice, no less.
>>>       
> Intended
>   
>>> to say 2136. I think the latest was 2140 when I pulled it, and I
>>>       
> scrambled
>   
>>> that to 2041. 
>>>       
>
> Ron,
>
> Please update to the lastest 0.6 svn and rebuild.   I would start by 
> blowing away the build_i586 directory and possibly the 
> toolchain_build_i586 directory (start with the first and if you still 
> have build problems, blow away both and start fresh).
>
> I've been using 2147 here since yesterday.  If you update, you'll get at 
> least 2149 which has some ipsec fixes and a newer version of the web gui 
> too.
>
> Darrick
>   


----------------------------------------------------------------------------
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
[EMAIL PROTECTED]

No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.552 / Virus Database: 270.9.15/1835 - Release Date: 12/7/2008
4:56 PM
 


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to