Some focused googling revealed a couple recent relevant threads:

 

http://forum.sun.com/thread.jsp?forum=11&thread=20228

 

The latest patches put the gcc headers out of sync with the system headers - you can run the fix headers script if you have it - or move the bad types.h as I did in my case:

 

mv /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.1/include/sys/types.h /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.1/include/sys/types.h.bad

 

make clean;make solaris

 

Then it took a few minutes to find that the gcc make will not build the package:

http://marc.theaimsgroup.com/?l=ipfilter&m=108809966109895&w=2

 

Try using /usr/ccs/bin/make package and see if that works.

Yes it does!!

I gotta say ipf is a far cry from the

./configure --prefix=/usr/local/stow/...

make

make install

 

packages we are used to...

 

-----Original Message-----
From:
Fletcher Cocquyt [mailto:f[EMAIL PROTECTED]]
Sent
: Wednesday, October 13, 2004 1:32 PM
To: 'Jim Sandoz'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Solaris 9 x86 build errors - kmem

 

ip_fil4.1.3

 

-----Original Message-----

From: owner-[EMAIL PROTECTED] [mailto:owner-[EMAIL PROTECTED]] On Behalf Of Fletcher Cocquyt

Sent: Wednesday, October 13, 2004 12:31 PM

To: 'Jim Sandoz'

Cc: [EMAIL PROTECTED]

Subject: RE: Solaris 9 x86 build errors - kmem

 

> uname -a

 

SunOS irt-lab-03 5.9 Generic_117172-11 i86pc i386 i86pc

> gcc -v

Reading specs from

/export/home/local/bin/../lib/gcc/i386-pc-solaris2.9/3.4.1/specs

Configured with: ../configure --with-as=/usr/ccs/bin/as

--with-ld=/usr/ccs/bin/ld --disable-nls

Thread model: posix

gcc version 3.4.1

> cat /etc/release

                         Solaris 9 4/04 s9x_u6wos_08a x86

           Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.

                        Use is subject to license terms.

                             Assembled 22 March 2004

 

 

-----Original Message-----

From: owner-[EMAIL PROTECTED]

[mailto:owner-[EMAIL PROTECTED]] On Behalf Of Jim Sandoz

Sent: Wednesday, October 13, 2004 12:05 PM

To: Fletcher Cocquyt

Cc: [EMAIL PROTECTED]

Subject: Re: Solaris 9 x86 build errors - kmem

 

 

post

$ uname -a

$ gcc -v

$ cat /etc/release

 

finally, what *version* of ipf are you trying to compile?

 

jim

 

 

 

Fletcher Cocquyt wrote:

> Anyone resolve these?  I'm on a fully patched Solaris 9 x86 (Sunfire

> V20z Operton)

Reply via email to