Announcement

Collapse
No announcement yet.

Autopackage Error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Autopackage Error

    when i used makapackage command, following error appeared

    apkg-bashlib: line 595: echo: write error: Broken pipe
    apkg-bashlib: line 595: echo: write error: Broken pipe
    build root is /tmp/apkg-build-root.26802
    Configuring...
    configure --prefix=/usr/local --with-included-libtasn1 --disable-openpgp-authentication
    apkg-script-utils: line 150: .//configure: No such file or directory
    Configuring...failed

    what should i do ?

    #2
    Re: Autopackage Error

    Tell a bit more:

    What you are trying to compile ?
    Where did you get the source ?
    Are there README/INSTALL files ?
    What are the build-depencies ?
    Is there "config.log" /1/ What it is telling ?
    How are you compiling ? ( ./configure, make , make install, or what)
    Do you have the package build-essential /2/ ?


    /1/ configure (snap from an INSTALL file)
    The `configure' shell script attempts to guess correct values for
    various system-dependent variables used during compilation. It uses
    those values to create a `Makefile' in each directory of the package.
    It may also create one or more `.h' files containing system-dependent
    definitions. Finally, it creates a shell script `config.status' that
    you can run in the future to recreate the current configuration, a file
    `config.cache' that saves the results of its tests to speed up
    reconfiguring, and a file `config.log' containing compiler output
    (useful mainly for debugging `configure')...
    /2/ build-essential
    ...If you have this package installed, you only need to install whatever
    a package specifies as its build-time dependencies to build the
    package...
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Autopackage Error

      Thanks for your reply

      I have a desktop application. what i want to do is create a installation file(.package file) for linux
      my source directory structure is
      /home/eroshan/autopackage/My System

      my spec file is
      /home/eroshan/autopackage/default.apspec.in

      no readme or install files.
      no any build dependencies.

      i compile the specfile using 'makepackage' command

      no package build-essential.

      Comment


        #4
        Re: Autopackage Error

        I have not used the > Autopackage. Maybe the google finds answers if you search with the error messages.

        There seems to be an unofficial support forum for both packagers and users >
        autopackage.org - The Autopackage Forums
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment

        Working...
        X