Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 14 of 45 FirstFirst ... 4121314151624 ... LastLast
Results 196 to 210 of 667

Thread: Build my own Vix image

  1. #196
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    https://github.com/oe-alliance/oe-al...nigma2-plugins —- remove the .bb
    https://github.com/oe-alliance/oe-al...iance-feeds.bb - remove the dependency

    You might find the build blows out because of some other dependency - just remove it.

    Although this is a bit like a permanent self destruct - something is wrong with your build environment
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  2. #197
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by twol View Post
    https://github.com/oe-alliance/oe-al...nigma2-plugins —- remove the .bb
    https://github.com/oe-alliance/oe-al...iance-feeds.bb - remove the dependency

    You might find the build blows out because of some other dependency - just remove it.

    Although this is a bit like a permanent self destruct - something is wrong with your build environment
    Sorry, no idea what you're suggesting here. Are you saying I should edit the relevant source files, I've so far found it impossible to find such files in the build setup I'm running.

    All I'm doing is following the basic steps highlighted in this thread, I'm getting errors which are already known about, and now a syntax error in the source of a plugin.

    I haven't the slightest idea why my build environment could now be wrong.

  3. #198
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,630
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    Quote Originally Posted by BrianTheTechHead View Post
    Me too.
    Using build-enviroment 4.4 on Debian 10.4 in a VirtualBox VM with 4GB RAM and an 80GB virtual hard drive.

    Haven't worked out what one can do about the the lack of feeds for 5.4.
    But it loaded everything somehow, except for the picons.
    You need a webserver running on your build server.

    So let's say the root folder of the webserver is /var/www ...

    Create a folder for feeds... /var/www/feeds

    In site.conf add the domain name of your feeds (and your enigma repo if you want). e.g...
    Code:
    SCONF_VERSION = "1"
    BB_NUMBER_THREADS = "32"
    PARALLEL_MAKE = "-j 16"
    BUILD_OPTIMIZATION = "-O2 -pipe"
    DL_DIR = "/home/openvix/sources"
    INHERIT += "rm_work"
    ENIGMA2_URI = "git://github.com/yourRepo/enigma2.git;protocol=git;branch=Dev"
    DISTRO_FEED_URI = "http://your.feeds.domain/feeds/${DISTRO_NAME}/${DISTRO_TYPE}/${DISTRO_VERSION}/${MACHINE}"
    Note: in the above file my sources folder is not in the build folder. So if I trash a build I retain all the sources files for other build envs.

    Now build your image.

    Once you image is built, symlink the webserver to the IPK folder. e.g...
    Code:
    mkdir -p /var/www/feeds/openvix/developer/5.4/h7
    ln -s /home/openvix/5.4/builds/openvix/developer/h7/tmp/deploy/ipk/* /var/www/feeds/openvix/experimental/5.4/h7
    Last edited by Huevos; 03-08-20 at 16:12.
    Help keep OpenViX servers online.Please donate!

  4. The Following 2 Users Say Thank You to Huevos For This Useful Post:

    abu baniaz (07-08-20)

  5. #199
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    Sorry, no idea what you're suggesting here. Are you saying I should edit the relevant source files, I've so far found it impossible to find such files in the build setup I'm running.

    All I'm doing is following the basic steps highlighted in this thread, I'm getting errors which are already known about, and now a syntax error in the source of a plugin.

    I haven't the slightest idea why my build environment could now be wrong.
    of course edit your local files - you should have a meta-oe directory and inside that a recipes-oe-alliance directory - inside that you have the files I was highlighting
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  6. The Following 2 Users Say Thank You to twol For This Useful Post:

    Andy_Hazza (03-08-20),ccs (03-08-20)

  7. #200
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by twol View Post
    of course edit your local files - you should have a meta-oe directory and inside that a recipes-oe-alliance directory - inside that you have the files I was highlighting
    Eventually found the .bb files but the build got worse, so starting again from scratch.

    Found the files around about here....
    Code:
     /home/openvixbuilder/openvix/build-enviroment/meta-oe-alliance/meta-oe/recipes-oe-alliance/enigma2-plugins
    I couldn't find the .py files, any clues much appreciated.
    Last edited by ccs; 03-08-20 at 17:25.

  8. #201
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,792
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by ccs View Post
    Not my day today, yahoo!!
    That error message is what you'd get when running a python2 script (all of the xml2po.py ones are) with python3.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  9. The Following User Says Thank You to birdman For This Useful Post:

    ccs (03-08-20)

  10. #202
    Valiant's Avatar
    Title
    Senior Member
    Join Date
    May 2016
    Posts
    145
    Thanks
    99
    Thanked 38 Times in 33 Posts
    Been a while since I built 5.3 for my miraclebox after vix support was dropped , so tried to build again and encountered an error straight away, miraclebox is not supported by the build process.

    My environment is ok, I built vuuno4k and osmini images without error over the weekend after updating ubuntu.

    If there is no way to build a later stable version for the miraclebox then I will leave it on 5.3.001 or 4 , I just thought there might be a local parameter or list I could change to allow the build to progress.
    VU+ Uno 4K SE Twin FBC Tuner 1TB HDD - Magic-FHD skin
    TV - LG OLED55CS6LA
    Remote - Logitech Harmony One

  11. #203
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by Valiant View Post
    Been a while since I built 5.3 for my miraclebox after vix support was dropped , so tried to build again and encountered an error straight away, miraclebox is not supported by the build process.

    My environment is ok, I built vuuno4k and osmini images without error over the weekend after updating ubuntu.

    If there is no way to build a later stable version for the miraclebox then I will leave it on 5.3.001 or 4 , I just thought there might be a local parameter or list I could change to allow the build to progress.
    Its still in the makefile mbtwinplus, so no reason that it will not build - whether it will have enough to run the image is another story.
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  12. The Following User Says Thank You to twol For This Useful Post:

    Valiant (04-08-20)

  13. #204
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by birdman View Post
    That error message is what you'd get when running a python2 script (all of the xml2po.py ones are) with python3.
    Thanks, as always, that sorted it when I opted for python2. I was expecting python3 to be used now, is that not the case?

    Can't get passed this (repeated, always the same) checksum error....
    Code:
    File: '/home/openvixbuilder/openvix/build-enviroment/sources/ntp-4.2.8p13.tar.gz' has md5 checksum 19bb20214e0a88629e17a5b6c605d45d when ea040ab9b4ca656b5229b89d6b822f13 was expected
    File: '/home/openvixbuilder/openvix/build-enviroment/sources/ntp-4.2.8p13.tar.gz' has sha256 checksum 53a4b4b6569e8ef8b0aa6b7adbf736563467dba67aa77c6f4a37b7387b01508f when 288772cecfcd9a53694ffab108d1825a31ba77f3a8466b0401baeca3bc232a38 was expected
    It suggests changing the checksums, maybe it's not advisable, but where do I find the relevant file? I've spent ages trying to find it, but failed miserably.

    Code:
    If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
    SRC_URI[md5sum] = "19bb20214e0a88629e17a5b6c605d45d"
    SRC_URI[sha256sum] = "53a4b4b6569e8ef8b0aa6b7adbf736563467dba67aa77c6f4a37b7387b01508f"
    Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

  14. #205
    Valiant's Avatar
    Title
    Senior Member
    Join Date
    May 2016
    Posts
    145
    Thanks
    99
    Thanked 38 Times in 33 Posts
    Thanks twol, ill have another go and post the error that I get.
    VU+ Uno 4K SE Twin FBC Tuner 1TB HDD - Magic-FHD skin
    TV - LG OLED55CS6LA
    Remote - Logitech Harmony One

  15. #206
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Post #204.... md5 checksum confirmed as ok - 19bb20214e0a88629e17a5b6c605d45d after downloading the file onto a windows laptop.

  16. #207
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    For reference, the file is
    Code:
    http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p13.tar.gz

  17. #208

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    How would I get the build to use my own passwd file so I don't have to manually set if a settings restore fails?

  18. #209
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    Thanks, as always, that sorted it when I opted for python2. I was expecting python3 to be used now, is that not the case?

    Can't get passed this (repeated, always the same) checksum error....
    Code:
    File: '/home/openvixbuilder/openvix/build-enviroment/sources/ntp-4.2.8p13.tar.gz' has md5 checksum 19bb20214e0a88629e17a5b6c605d45d when ea040ab9b4ca656b5229b89d6b822f13 was expected
    File: '/home/openvixbuilder/openvix/build-enviroment/sources/ntp-4.2.8p13.tar.gz' has sha256 checksum 53a4b4b6569e8ef8b0aa6b7adbf736563467dba67aa77c6f4a37b7387b01508f when 288772cecfcd9a53694ffab108d1825a31ba77f3a8466b0401baeca3bc232a38 was expected
    It suggests changing the checksums, maybe it's not advisable, but where do I find the relevant file? I've spent ages trying to find it, but failed miserably.

    Code:
    If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
    SRC_URI[md5sum] = "19bb20214e0a88629e17a5b6c605d45d"
    SRC_URI[sha256sum] = "53a4b4b6569e8ef8b0aa6b7adbf736563467dba67aa77c6f4a37b7387b01508f"
    Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.
    If you look in the build log file you will see at what stage it failed and be able to find the .bb where you need to update the checksums
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  19. #210
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by twol View Post
    If you look in the build log file you will see at what stage it failed and be able to find the .bb where you need to update the checksums
    If ~/openvix/build-enviroment/builds/openvix/dev/et10000/tmp/log/cooker/et10000/ is were the logs are stored, then I've found the relevant .bb file, with the wrong? checksum.

    /home/openvixbuilder/openvix/build-enviroment/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p13.bb

    Took a bit of finding is an understatement.

    Why am I the only one seeing this checksum error? Am I picking up the wrong version of ntp?

    I'll start again tomorrow when 5.4.000 is released, and dev/master are in sync. I started the build yesterday when 5.4 was just being finalised.

Page 14 of 45 FirstFirst ... 4121314151624 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.