Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread David . Comay
> And if you haven't already installed SUNWspot, you'll probably want > that package as well installed. Sorry for responding to my own message but Sanjay noted I misspelled the above package - it should be SUNWsprot. dsc ___ indiana-discuss mailing list

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Sanjay Nadkarni
[EMAIL PROTECTED] wrote: >> cc -c -g -Kpic -v -I/usr/include/python2.4 -I. arch.c >> "arch.c", line 26: cannot find include file: >> "arch.c", line 27: cannot find include file: >> "arch.c", line 28: cannot find include file: >> "/usr/include/python2.4/pyconfig.h", line 877: cannot find include

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Whoops. Just filed a bug report. I'll close it as fixed. Thanks for the solution. -anoop On 12/5/07, Dave Miner <[EMAIL PROTECTED]> wrote: > Sanjay Nadkarni wrote: > > I take it that you are doing this on an OSDP installed system. I > > noticed that the /usr/include/* is rather sparse on an OS

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Dave Miner
Sanjay Nadkarni wrote: > I take it that you are doing this on an OSDP installed system. I > noticed that the /usr/include/* is rather sparse on an OSDP installed > system (even after the upgrade). This looks like a bug. Please file one. > No, it's not a bug. You need to install SUNWhea to

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread David . Comay
> cc -c -g -Kpic -v -I/usr/include/python2.4 -I. arch.c > "arch.c", line 26: cannot find include file: > "arch.c", line 27: cannot find include file: > "arch.c", line 28: cannot find include file: > "/usr/include/python2.4/pyconfig.h", line 877: cannot find include > file: > "/usr/include/pyth

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Not sure what OSDP is? I'm using Indiana Preview. Is that the same? -anoop On 12/5/07, Sanjay Nadkarni <[EMAIL PROTECTED]> wrote: > > I take it that you are doing this on an OSDP installed system. I > noticed that the /usr/include/* is rather sparse on an OSDP installed > system (even after the

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Hi. -bash-3.2# pkg status -a | grep make pkg://opensolaris.org/[EMAIL PROTECTED] installed pkg://opensolaris.org/[EMAIL PROTECTED] known pkg://opensolaris.org/[EMAIL PROTECTED] known -bash-3.2# Only GNUmake seems to be available. I suspect I'll have to use pkgad

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Sanjay Nadkarni
I take it that you are doing this on an OSDP installed system. I noticed that the /usr/include/* is rather sparse on an OSDP installed system (even after the upgrade). This looks like a bug. Please file one. -Sanjay Anoop Rajendra wrote: > Hi all. > > I was just trying to build IPS. > > I

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Petr Sobotka
Hello, Just don't use gmake, but make (Solaris's one). Btw. I use to build it this way (not sure if make link is still needed) make link make make install ./bump_server Petr Sobotka 2007/12/5, Anoop Rajendra <[EMAIL PROTECTED]>: > Hi all. > > I was just trying to build IPS. > > I downloaded the

[indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Hi all. I was just trying to build IPS. I downloaded the source code using the command line hg clone ssh://[EMAIL PROTECTED]/hg/pkg/gate My build fails with the error message -bash-3.2# pwd /export/devel/gate/src -bash-3.2# gmake /export/devel/gate/src/modules gmake[1]: Entering directory `/ex