Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Perl for 641: (9 Items)
   
Perl for 641  
I would like to request that a perl 5 package be made.
Thanks ahead of time.
RE: Perl for 641  
I believe Sean is trying to do a full build on HEAD_641 branch, and
upload the binary packages.

In the mean while, you should be able to build Perl5 yourself. I think
it's just bmake and all should "just build" (don't remember I had any
problem with building it).

-xtang

> -----Original Message-----
> From: John Lawniczak [mailto:community-noreply@qnx.com]
> Sent: July 14, 2009 10:22 AM
> To: pkginfo-pkgsrc
> Subject: Perl for 641
> 
> I would like to request that a perl 5 package be made.
> Thanks ahead of time.
> 
> _______________________________________________
> PkgInfo
> http://community.qnx.com/sf/go/post33737
Re: RE: Perl for 641  
> I believe Sean is trying to do a full build on HEAD_641 branch, and
> upload the binary packages.

So right now there are many packages that are already uploaded are they built for 641? or are they just place holders 
right now?


RE: RE: Perl for 641  
The individual packages uploaded on F27, is actually 6.3.2 binary
packages.

For 6.4.0 packages, you can set your PKG_PATH to
ftp://ftp.NetBSD.org/pub/pkgsrc/packages/QNX/i386/6.4.0_head_20081005/Al
l, and just do a pkg_add

It is "6.4.0 packages" only because we built it on 6.4.0, doesn't mean
it won't work on 6.4.1 though. I think you can pkg_add the 6.4.0 perl5
and it would just work on your 6.4.1 neutrino.

-xtang


> -----Original Message-----
> From: John Lawniczak [mailto:community-noreply@qnx.com]
> Sent: July 15, 2009 8:16 AM
> To: pkginfo-pkgsrc
> Subject: Re: RE: Perl for 641
> 
> > I believe Sean is trying to do a full build on HEAD_641 branch, and
> > upload the binary packages.
> 
> So right now there are many packages that are already uploaded are
they
> built for 641? or are they just place holders right now?
> 
> 
> 
> 
> _______________________________________________
> PkgInfo
> http://community.qnx.com/sf/go/post33798
Re: RE: Perl for 641  
> In the mean while, you should be able to build Perl5 yourself. I think
> it's just bmake and all should "just build" (don't remember I had any
> problem with building it).

I afraid that doesn't works, I get the following error and don'T have any idea why:

util.c: In function 'S_write_no_mem':
util.c:65: warning: implicit declaration of function 'write'
util.c: In function 'Perl_my_setenv':
util.c:1631: error: 'environ' undeclared (first use in this function)

Re: RE: Perl for 641  
On Wed, Sep 02, 2009 at 01:48:27PM -0400, Michael Pfeiffer wrote:
> > In the mean while, you should be able to build Perl5 yourself. I think
> > it's just bmake and all should "just build" (don't remember I had any
> > problem with building it).
> 
> I afraid that doesn't works, I get the following error and don'T have any idea why:
> 
> util.c: In function 'S_write_no_mem':
> util.c:65: warning: implicit declaration of function 'write'
> util.c: In function 'Perl_my_setenv':
> util.c:1631: error: 'environ' undeclared (first use in this function)

Are you building from pkgsrc?

This particular issue is probably fixed by the attached patch
(the -U__STRICT_ANSI__ part).

At any rate there's a perl for 6.4.1 here:

ftp://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.4.1_head_20090724/All/perl-5.10.0nb6.tgz

Please see the binary packages page:

http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/BinaryPackages

-seanb



Attachment: Text patch-ae 694 bytes
Re: RE: Perl for 641  
Yes I'm using pkgsrc...

When I install this perl-package configure of gtk2+ fails:

checking for perl... /usr/pkg/bin/perl
checking for perl >= 5.8.1... Can't find string terminator '"' anywhere before EOF at -e line 1.
Re: RE: Perl for 641  
I also got those errors and used following workaround:

When I included limits.h and unistd.h in util.c and locale.c and declared environ as extern char ** it worked.

I know this is really hackish but understanding the build system of perl was too much for me :)

Sean, do you have a real patch for that?
Re: Perl for 641  
How to install perl package in Neutrino 
I am having perl-5.8.8nb4.tgz package 
Package is untared by me 
but no config file or install script there 
but some +INSTALL like file there 
so what is the procedure to install these kind of files ...


Thanks 

Amit Garg