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 33 of 45 FirstFirst ... 23313233343543 ... LastLast
Results 481 to 495 of 667

Thread: Build my own Vix image

  1. #481
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,796
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by birdman View Post
    And I've now tracked down whence it comes!!

    e2openplugin-OpenWebif/plugin/httpserver.py
    A "fix" would be to add a comment at the start of OpenWebif/pluginshook.src saying that it might be symlinked from WebInterface/WebChilds/Toplevel.py, then when you look at that file you'll know that it is intentional and done by OpenWebif.

    And do something to stop the error message at Plugin start-up (just as something was done to stop it being "cleaned-up").
    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

  2. #482
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    So the whole "plugin" is created by OpenWebIf... and...

    "/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebChilds/Toplevel.py"

    is just a symlink (not a real file) that leads to...

    "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/pluginshook.src"
    Help keep OpenViX servers online.Please donate!

  3. #483
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by birdman View Post
    A "fix" would be to add a comment at the start of OpenWebif/pluginshook.src saying that it might be symlinked from WebInterface/WebChilds/Toplevel.py, then when you look at that file you'll know that it is intentional and done by OpenWebif.

    And do something to stop the error message at Plugin start-up (just as something was done to stop it being "cleaned-up").
    So this is part one...
    https://github.com/E2OpenPlugins/e2o...52ab777c9a0bf4
    Help keep OpenViX servers online.Please donate!

  4. The Following User Says Thank You to Huevos For This Useful Post:

    birdman (20-09-21)

  5. #484

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Just a heads up, I've upgraded my Linux box to Ubuntu 21.10 and needed to install lz4 to get the build to work

  6. #485
    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 lincsat View Post
    Just a heads up, I've upgraded my Linux box to Ubuntu 21.10 and needed to install lz4 to get the build to work
    Where in build, which box ?
    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

  7. #486

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I would imagine for any box

    Code:
    sudo apt-get install lz4

  8. #487
    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 lincsat View Post
    I would imagine for any box

    Code:
    sudo apt-get install lz4
    Just that Huevos has been forced to build on 21.04 and he apparently didn‘t have to install it - so thats why I was interested in knowing when/where it broke - there is another issue on 21.04 which he is fixing box by box - so you may hit other problems
    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

  9. #488
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by twol View Post
    Just that Huevos has been forced to build on 21.04 and he apparently didn‘t have to install it - so thats why I was interested in knowing when/where it broke - there is another issue on 21.04 which he is fixing box by box - so you may hit other problems
    I must have forgotten installing it... but it is present.

    Code:
    vix@ns3044876:~$ dpkg -s lz4
    Package: lz4
    Status: install ok installed
    Priority: optional
    Section: utils
    Installed-Size: 230
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Architecture: amd64
    Multi-Arch: foreign
    Version: 1.9.3-1ubuntu0.1
    Replaces: liblz4-tool (<< 1.8.0-1)
    Provides: liblz4-tool
    Depends: libc6 (>= 2.33), liblz4-1 (= 1.9.3-1ubuntu0.1)
    Conflicts: liblz4-tool (<< 1.8.0-1)
    Description: Fast LZ compression algorithm library - tool
     LZ4 is a very fast lossless compression algorithm, providing compression speed
     at 400 MB/s per core, scalable with multi-cores CPU. It also features an
     extremely fast decoder, with speed in multiple GB/s per core, typically
     reaching RAM speed limits on multi-core systems.
     .
     This package contains files that is tool using liblz4.
    Homepage: https://github.com/Cyan4973/lz4
    Original-Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
    vix@ns3044876:~$
    vix@ns3044876:~$ apt list lz4
    Listing... Done
    lz4/hirsute-updates,hirsute-security,now 1.9.3-1ubuntu0.1 amd64 [installed,automatic]
    N: There is 1 additional version. Please use the '-a' switch to see it
    vix@ns3044876:~$
    Help keep OpenViX servers online.Please donate!

  10. #489

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    It's the only error that I got. Build succeeded after installing package but I didn't install the full image, just updated packages

    Code:
    $ MACHINE=zgemmah7 DISTRO=openvix DISTRO_TYPE=developer make image          check internet connection: Online
    ERROR: The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:
      lz4c
    make: *** [Makefile:1073: image] Error 1

  11. #490
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,796
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by twol View Post
    Just that Huevos has been forced to build on 21.04 and he apparently didn't have to install it
    I had to add something for 21.04, and lz4 sounds about right.

    There are (or were) a few other fixes/patches I had to apply (== make up myself). Nowhere near them at the moment, so can't say what they were. Worked in the end.
    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

  12. #491
    BrokenUnusableAccount
    Quote Originally Posted by twol View Post
    Just that Huevos has been forced to build on 21.04 and he apparently didn‘t have to install it - so thats why I was interested in knowing when/where it broke - there is another issue on 21.04 which he is fixing box by box - so you may hit other problems
    Does Ubuntu 21.04 include broken software?
    What kind of issue with 21.04 would need fixing box by box?

  13. #492
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by BefuddledBrian View Post
    Does Ubuntu 21.04 include broken software?
    What kind of issue with 21.04 would need fixing box by box?
    When GCC is built it has default compile flags. The default flags in 21.04 may be different from the ones in 20.04. That means a piece of code that might have raised a warning in 20.04 will raise an error and halt the build in 21.04. And as some code is box specific this needs fixing on a box by box basis, e.g. linux kernels.
    Help keep OpenViX servers online.Please donate!

  14. The Following User Says Thank You to Huevos For This Useful Post:


  15. #493
    BrokenUnusableAccount
    Quote Originally Posted by Huevos View Post
    When GCC is built it has default compile flags. The default flags in 21.04 may be different from the ones in 20.04. That means a piece of code that might have raised a warning in 20.04 will raise an error and halt the build in 21.04. And as some code is box specific this needs fixing on a box by box basis, e.g. linux kernels.
    Yuck!
    So you're having to insert lots of compatibility options to cope with lots of assorted old code.

  16. #494
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Quote Originally Posted by BefuddledBrian View Post
    Yuck!
    So you're having to insert lots of compatibility options to cope with lots of assorted old code.
    If you are not in control of the incoming code you patch it in do_patch() in the bitbake recipe. This is pretty standard
    Help keep OpenViX servers online.Please donate!

  17. #495

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    683
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by BefuddledBrian View Post
    Yuck!
    So you're having to insert lots of compatibility options to cope with lots of assorted old code.
    When I updated to 21.10, I only add to install the lz4, everything else seems OK, I've built H7C, H9Combo and Vu Ultimo4k. I didn't do a clean install of 21.10, just went through the software updater on the Ubuntu desktop

Page 33 of 45 FirstFirst ... 23313233343543 ... 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.