• Sorry but that's beyond me.
    :smiling_face:




    If you want to try - it is simple to bitbake a particular .bb. First cd to the build folder.


    Then do the following command (for example with dreambox-image.bb):-


    Code
    . env.source && bitbake -Db ../openembedded/packages/images/dreambox-image.bb -c clean && bitbake -Db ../openembedded/packages/images/dreambox-image.bb


    In your case - replace with ipkg_0.99.163.bb


    Do not give up - we all had to learn somehow ! :smiling_face:


    Cheers, pcd.

  • You never give up, do you? :smiling_face:


    Building the package worked.
    Instead of /packages/images I had to use /packages/ipkg because that's where the .bb is.

    Code
    NOTE: package ipkg-0.99.163-r1: task do_populate_staging: completed
    DEBUG: Executing task do_build
    NOTE: package ipkg-0.99.163-r1: task do_build: started
    NOTE: package ipkg-0.99.163-r1: task do_build: completed
    NOTE: package ipkg-0.99.163: completed
    Build statistics:
      Attempted builds: 1


    According to this, building was successful.


    Then ran the make -f etc command but again it halts at:


  • pcd,


    can you post the ipkg.inc shown in ipkg_0.99.163.bb


    i think the version string (PV) must be changed.

    i have a dream !!!


    3x DM500HD
    1x DM800se
    ----------------
    Kubuntu 12.10 x64
    Windows 7 Ultimate x64
    Intel i7 950@3200 10GB DDR3
    MSI 7522 X58 Platinum SLI
    MSI N560GTX-Ti Hawk

  • This is the entire file:


  • i mean this file: ipkg.inc :smiling_face:

    i have a dream !!!


    3x DM500HD
    1x DM800se
    ----------------
    Kubuntu 12.10 x64
    Windows 7 Ultimate x64
    Intel i7 950@3200 10GB DDR3
    MSI 7522 X58 Platinum SLI
    MSI N560GTX-Ti Hawk


  • pls add PV = 0.99.163 to both files and try again.


    both files (ipkg-0.99.163.tar.gz and other) must exist in sources folder

    i have a dream !!!


    3x DM500HD
    1x DM800se
    ----------------
    Kubuntu 12.10 x64
    Windows 7 Ultimate x64
    Intel i7 950@3200 10GB DDR3
    MSI 7522 X58 Platinum SLI
    MSI N560GTX-Ti Hawk

  • I added this line to both files and I now get this:


  • kalehrl


    From your last log - it says :-


    preferred version 0.99.154 of ipkg not availble.


    please look in the file :-


    .../dm500plus/openembedded/conf/machine/dm500plus.conf


    If you see something re ipkg.


    Cheers, pcd.

  • Yes, I deleted everything and started again.
    Now I'm making openpli image and so far I only needed to put ipkg-utils in sources folder.
    If openpli fails to compile even with files put in sources, then my ubuntu is messed up for sure.


    Your makefile is a bit older but it is very similar to the one I downloaded from opendreambox.

  • My first image has been baked! :smiling_face:


    After around 6 hours, the openpli build is finished.


    I guess that rules out system fault when I tried to make a cvs image earlier.


    I had to add manually 5 packages which are available on i h a d sources page.


    This image also uses ipkg-0.99.163 but I didn't have to add it manually.

    Einmal editiert, zuletzt von kalehrl ()

  • Zitat


    I use the attached Makefile.

    Will it use the latest CVS?


    It doesn't work.
    It gives the same error as the makefile I used before.

    Einmal editiert, zuletzt von kalehrl ()

  • I tried adenin's script and it downloaded the package ipkg-0.99.154.


    The problem was the name of the file which is


    familiar.dist.ipkg_anoncvs.handhelds.org_V0-99-154_.tar.gz


    so when I googled ipkg-0.99.154, I didn't find anything.


    The image has been compiled successfully. :smiling_face:

  • Oh, please! Will you stop putting bugs in my ear? :smiling_face:


    I've had enough trouble with e1 and I can't imagine what would happen with e2.


    I'm trying now to compile the image with the CVS from today but there is something I can't solve.
    I solved some minor errors by erasing diffs from enigma_cvs.bb but I can't solve this one.


    Please see the attached log:


    log.do_configure.16293.txt


    It seems that VORBISIDEC is missing but I installed it prom synaptic packages but still the same.
    Where can I find it and erase it because I don't need it in the image?

  • Fixed it but now there is a similar error but with:


    Code
    checking for FRIBIDI... configure: error: Package requirements (fribidi) were not met:


    EDIT: Fixed this one as well but now there are some errors when compiling:


    log.do_compile.8462.txt


    These are the last lines:

    2 Mal editiert, zuletzt von kalehrl ()