-
June 10th, 2008 03:04 PM #1
Question about Binarypackage
Hello,
I am attempting to create a simple kit that takes a tarfile, and untarrs it into a specific directory.
The tarfile, ictce.tar.gz, has the following directory structure:
ictce/
___cc/
_____10.1.015/
________bin/
________doc/
________eclipse_support/
________include/
________lib/
________licenses/
________man/
________samples/
________substitute_headers/
___cce/
_____.../
___fc/
_____.../
___fce/
_____.../
___ictce/
_____.../
___idb/
_____.../
___idbe/
_____.../
The relevant section of the build.kit file looks like:
ictce_pkg1 = BinaryPackage()
ictce_pkg1.name = 'ictce'
ictce_pkg1.version = '3.1.1'
ictce_pkg1.release = '002'
ictce_pkg1.installroot = '/opt/intel/'
ictce_pkg1.filename = 'ictce.tar.gz'
This scheme seems to start off ok. However, when it is untarring the package, which is 121M, the untar process stops after the directory structure looks like:
ictce/
___cc/
_____10.1.015/
________doc/
________eclipse_support/
________include/
________lib/
________man/
________samples/
________substitute_headers/
I am missing almost all of the tarfile. Can anyone give me a hand with this?
Peter
Last edited by peterh14; June 10th, 2008 at 03:09 PM.
Reason: Bad spacing, forgot to sign
-
July 8th, 2008 01:55 PM #2
Hi Peter
Sorry you have not got a response to your posting. 
In this case I'd recommend not using buildkit, and instead create the necessary rpm's from spec files. I can share the source of a self contained kit that will build just about anywhere. Email me if you are interested: mblack at platform dot com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules