+ Reply to Thread
Results 1 to 2 of 2

Thread: Question about Binarypackage

  1. #1
    peterh14 is offline Junior Member
    Join Date
    May 12th, 2008
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default 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

  2. #2
    mblack is offline Junior Member
    Join Date
    April 15th, 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts