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 6 of 45 FirstFirst ... 4567816 ... LastLast
Results 76 to 90 of 667

Thread: Build my own Vix image

  1. #76

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    As an update, I tried again and it failed at a different stage again, so kept restarting the make and after 4 more fails, it actually completed - just got to get around to flashing and setting up now

  2. The Following User Says Thank You to lincsat For This Useful Post:

    Willo3092 (29-11-19)

  3. #77
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,405
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by lincsat View Post
    As an update, I tried again and it failed at a different stage again, so kept restarting the make and after 4 more fails, it actually completed - just got to get around to flashing and setting up now
    I guess my question is how much memory do you have on the box and have you done this? -
    modify max_user_watches

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
    sysctl -n -w fs.inotify.max_user_watches=524288
    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

  4. #78
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,777
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by twol View Post
    I guess my question is how much memory do you have on the box and have you done this? -
    modify max_user_watches

    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
    sysctl -n -w fs.inotify.max_user_watches=524288
    If you don't do that and you need it then you get an error at the start of the build and nothing useful happens. So unlikely to be the problem here.
    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

  5. #79

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I entered the command detailed on the ATV Git page
    Code:
    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
    
    sysctl -n -w fs.inotify.max_user_watches=524288
    The machine has 16GB of RAM

    I did afterwards run a build for one of the unsupported ZGemma boxes and it completed without error.

  6. #80

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Is it possible to build a Vu+ image, they don't appear to be mentioned in the makefile. If it is then what's the machine name for the Ultimo4K?

  7. #81
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    I think it's

    vuultimo4k

  8. #82

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    Quote Originally Posted by abu baniaz View Post
    I think it's

    vuultimo4k
    That appears to be building M8, thanks

  9. #83
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    I keep getting build failed errors suddenly.
    It mentions libbluray in the error message.
    I've tried multiple times just in case it's a site down or something but no luck.
    Attached Files Attached Files

  10. #84
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,405
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by Willo3092 View Post
    I keep getting build failed errors suddenly.
    It mentions libbluray in the error message.
    I've tried multiple times just in case it's a site down or something but no luck.
    have you moved your sources folder recently? I seem to remember that there are some symbolic links formed when this library is built.... I had a similar issue way back with this library but was able to work out what was missing
    You might have to delete it from your sources and get it to be re-fetched and the source files then re-built during the build..
    Last edited by twol; 18-12-19 at 09:11.
    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

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

    Andy_Hazza (19-12-19),Willo3092 (18-12-19)

  12. #85
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Quote Originally Posted by twol View Post
    have you moved your sources folder recently? I seem to remember that there are some symbolic links formed when this library is built.... I had a similar issue way back with this library but was able to work out what was missing
    You might have to delete it from your sources and get it to be re-fetched and the source files then re-built during the build..
    Spot on as usual I'd created a new folder to build in and just copied the sources and site.conf over.
    Back up and running now thanks

  13. The Following User Says Thank You to Willo3092 For This Useful Post:

    1554leslie (18-12-19)

  14. #86

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    I started to get a failure last night, similar lib errors. It mentions libs from git.videolan.org looking at their site, they are moving to code.videolan.org could that be the problem?

    Code:
    ERROR: libudfread-1.0.0+gitAUTOINC+131629921c-r0 do_fetch: Fetcher failure for URL: 'git://git.videolan.org/libudfread.git;branch=master;protocol=git'. Unable to fetch URL from any source.
    I did try a make-update and even deleted everything and started again but the problem persists
    Attached Files Attached Files
    Last edited by lincsat; 20-12-19 at 16:25.

  15. #87

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    As a follow up, I reported an issue on the OE-Alliance Git and they have updated the URL. I'll try another build later

  16. The Following 2 Users Say Thank You to lincsat For This Useful Post:

    twol (20-12-19),Willo3092 (21-12-19)

  17. #88
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Failed build error again. I haven't changed my sources folder this time
    Attached Files Attached Files

  18. #89
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,777
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by Willo3092 View Post
    Failed build error again. I haven't changed my sources folder this time
    But the actual error is in a different log file:

    ERROR: Logfile of failure stored in: /home/openvixbuilder/openvix/build-enviroment/builds/openvix/release/u52/tmp/work/u52-oe-linux-gnueabi/qtbase/qtbase-5.9.8+gitAUTOINC+82eb6aa08e-r0/temp/log.do_compile.6590
    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

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

    Willo3092 (22-01-20)

  20. #90
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,067
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Found it. Had to zip it because it doesn't have a .log extension.
    Attached Files Attached Files

Page 6 of 45 FirstFirst ... 4567816 ... 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.