[csw-dev] gcc issue

2008-03-30 Thread Aubrey Li
Hi list, I saw this sentence in the build standard: Unfortunately, the package I want to maintain is only compiled with gcc. But I couldn't found gcc on thor.blastwave.org. Please tell me what I should do. Many thanks, -Aubrey ___ dev mailing list de

Re: [csw-dev] gcc issue

2008-03-30 Thread William Bonnet
Hi > Unfortunately, the package I want to maintain is only > compiled with gcc. But I couldn't found gcc on thor.blastwave.org. > > Please tell me what I should do. > gcc is in /opt/csw/gcc3/bin cheers -- William http://www.wbonnet.net http://www.sunwizard.net Le site frança

Re: [csw-dev] gcc issue

2008-03-30 Thread Aubrey Li
Hi William, On Sun, Mar 30, 2008 at 6:36 PM, William Bonnet <[EMAIL PROTECTED]> wrote: > Hi > > > Unfortunately, the package I want to maintain is only > > compiled with gcc. But I couldn't found gcc on thor.blastwave.org. > > > > Please tell me what I should do. > > > gcc is in /opt/csw/gcc3

[csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Aubrey Li
I found thor.blastwave.org is a solaris8 system, bash-2.03$ cat /etc/release Solaris 8 2/02 s28x_u7wos_08a INTEL Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. Assembled 18 December 2001 And hope I didn't miss it again, get

[csw-dev] checkpkg problem

2008-03-30 Thread Aubrey Li
I got the following error on my side. Running checkpkg on pkgfile Examining pmtools-20071116-SunOS5.11-i386-CSW.pkg Looking for bad strings... Extracting files for more detailed inspection... CSWpmtools/pkginfo 63+0 records in 63+0 records out 2 blocks ERROR: filename should start with -20071116-

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Murray . Jensen
On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey Li" writes: >getopt.h and its lib is missing on this box. >what is the right way to fix this issue? Solaris 8 doesn't have getopt.h - or the gnu getopt* functions in libc. Grab the source from gnulib and link it in with your application ... htt

Re: [csw-dev] checkpkg problem

2008-03-30 Thread Murray . Jensen
On Sun, 30 Mar 2008 19:46:52 +0800, "Aubrey Li" writes: >NAME=pmtools NAME must have the "real" package name (i.e. not the system V CSW... name) followed by " - " and a short description (the sed pattern should have given it away). Cheers!

Re: [csw-dev] checkpkg problem

2008-03-30 Thread Aubrey Li
On Sun, Mar 30, 2008 at 9:32 PM, <[EMAIL PROTECTED]> wrote: > On Sun, 30 Mar 2008 19:46:52 +0800, "Aubrey Li" writes: > >NAME=pmtools > > NAME must have the "real" package name (i.e. not the system V CSW... name) > followed by " - " and a short description (the sed pattern should have > given

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Aubrey Li
On Sun, Mar 30, 2008 at 9:29 PM, <[EMAIL PROTECTED]> wrote: > On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey Li" writes: > >getopt.h and its lib is missing on this box. > >what is the right way to fix this issue? > > Solaris 8 doesn't have getopt.h - or the gnu getopt* functions in libc. > > Grab

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Joerg Schilling
"Aubrey Li" <[EMAIL PROTECTED]> wrote: > I found thor.blastwave.org is a solaris8 system, > > bash-2.03$ cat /etc/release >Solaris 8 2/02 s28x_u7wos_08a INTEL >Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. >Assembled 18

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Dennis Clarke
> On Sun, Mar 30, 2008 at 9:29 PM, <[EMAIL PROTECTED]> wrote: >> On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey Li" writes: >> >getopt.h and its lib is missing on this box. >> >what is the right way to fix this issue? >> >> Solaris 8 doesn't have getopt.h - or the gnu getopt* functions in libc. >

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Dennis Clarke
> "Aubrey Li" <[EMAIL PROTECTED]> wrote: > >> I found thor.blastwave.org is a solaris8 system, >> >> bash-2.03$ cat /etc/release >>Solaris 8 2/02 s28x_u7wos_08a INTEL >>Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. >>Ass

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Joerg Schilling
"Aubrey Li" <[EMAIL PROTECTED]> wrote: > > This has been discussed in the maintainers list before - but its not > > your fault you didnt find it - the archives arent easily searchable > > (unless someone else has a searchable interface?). Cheers! > >

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Joerg Schilling
"Dennis Clarke" <[EMAIL PROTECTED]> wrote: > > getopt.h does not officieally exist, it is a private file written by RMS. > > > > Jörg > > In the category "Jörg will know for sure" :-) > > What is the correct way to do things? Officially ? The getopt() prototype is in unistd.h Most GNU influence

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Aubrey Li
On Sun, Mar 30, 2008 at 11:35 PM, Dennis Clarke <[EMAIL PROTECTED]> wrote: > > > > On Sun, Mar 30, 2008 at 9:29 PM, <[EMAIL PROTECTED]> wrote: > >> On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey Li" writes: > >> >getopt.h and its lib is missing on this box. > >> >what is the right way to fix th

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Dennis Clarke
> "Dennis Clarke" <[EMAIL PROTECTED]> wrote: > >> > getopt.h does not officieally exist, it is a private file written by >> RMS. >> > >> > Jörg >> >> In the category "Jörg will know for sure" :-) >> >> What is the correct way to do things? Officially ? > > The getopt() prototype is in unistd.h >

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Dennis Clarke
> On Sun, Mar 30, 2008 at 11:35 PM, Dennis Clarke <[EMAIL PROTECTED]> > wrote: >> >> >> > On Sun, Mar 30, 2008 at 9:29 PM, <[EMAIL PROTECTED]> wrote: >> >> On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey Li" writes: >> >> >getopt.h and its lib is missing on this box. >> >> >what is the right wa

Re: [csw-dev] getopt.h missing on solaris8

2008-03-30 Thread Aubrey Li
On Mon, Mar 31, 2008 at 12:29 AM, Dennis Clarke <[EMAIL PROTECTED]> wrote: > > > > On Sun, Mar 30, 2008 at 11:35 PM, Dennis Clarke <[EMAIL PROTECTED]> > > wrote: > >> > >> > >> > On Sun, Mar 30, 2008 at 9:29 PM, <[EMAIL PROTECTED]> wrote: > >> >> On Sun, 30 Mar 2008 19:29:30 +0800, "Aubrey

Re: [csw-dev] checkpkg problem

2008-03-30 Thread Aubrey Li
On Sun, Mar 30, 2008 at 11:09 PM, Aubrey Li <[EMAIL PROTECTED]> wrote: > On Sun, Mar 30, 2008 at 9:32 PM, <[EMAIL PROTECTED]> wrote: > > On Sun, 30 Mar 2008 19:46:52 +0800, "Aubrey Li" writes: > > >NAME=pmtools > > > > NAME must have the "real" package name (i.e. not the system V CSW... name