Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Upgrading to latest dumper: (5 Items)
   
Upgrading to latest dumper  
trying to upgrade to latest dumper

 I am pulling out files from :

http://community.qnx.com/integration/viewcvs/viewcvs.cgi/trunk/?root=coreos_pub&rev=155162&system=exsy1001

to update my view....

I cannot find zlib.h .

Also is there a comprehensive way to do this ...

Thanks ...

Preeti.

Re: Upgrading to latest dumper  
zlib.h is part of the package devel/zlib. It will be retrieved during the package build process from the package ftp 
server, e.g. http://www.gzip.org/zlib/. You'll find this information in the file devel/zlib/Makefile.

The pkgsrc repository does not contain "any" source (there are exceptions ;-).

$ find . -name 'zlib.h'

./devel/zlib/files/zlib.h
./devel/zlib/work/zlib-1.2.3/zlib.h
Re: Upgrading to latest dumper  
zlib.h is part of the standard development install (as is libz) - it 
should be in $QNX_TARGET/usr/include/zlib.h

Preeti Sharma wrote:
>
> trying to upgrade to latest dumper
>
>  I am pulling out files from :
>
> http://community.qnx.com/integration/viewcvs/viewcvs.cgi/trunk/?root=coreos_pub&rev=155162&system=exsy1001 
> <http://community.qnx.com/integration
/viewcvs/viewcvs.cgi/trunk/?root=coreos_pub&rev=155162&system=exsy1001>; 
>
>
> to update my view....
>
> I cannot find zlib.h .
>
> Also is there a comprehensive way to do this ...
>
> Thanks ...
>
> Preeti.
>
>
>
> _______________________________________________
> PkgInfo
> http://community.qnx.com/sf/go/post2772
>

-- 
cburgess@qnx.com

Re: Upgrading to latest dumper  
Thanks ....

I have an old view that I wish to update ... so right now I am updating individual  directories/files ....(based upon 
what dumper uses..)

Is there a comprehensive way to get a tar of all these files (needed to compile dumper...) 


Also are there some other indirect dependencies that I should be updating ...

Thanks .....

Preeti...
Re: Upgrading to latest dumper  
On Tue, Nov 20, 2007 at 08:09:08AM -0500, Preeti Sharma wrote:
> Thanks ....
> 
> I have an old view that I wish to update ... so right now I am updating
> individual  directories/files ....(based upon what dumper uses..)
> 
> Is there a comprehensive way to get a tar of all these files (needed to
> compile dumper...) 
> 
> 
> Also are there some other indirect dependencies that I should be
> updating ...
> 
> Thanks .....
> 
> Preeti...

You should probably follow the reply in the core-os forum.
dumper should build independently of pkgsrc.

-seanb