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 2 of 2 FirstFirst 12
Results 16 to 30 of 30

Thread: Build OpenVix 2.3

  1. #16

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    Berkshire
    Posts
    9,697
    Thanks
    1,039
    Thanked 4,385 Times in 2,257 Posts
    the script still works

    your not pulling the complete git properly

    are you using the script?
    PM HELP WILL BE IGNORED PLEASE POST HERE IN FORUM AS IT BENEFITS EVERYONE
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN! IN OPEN FORUM OR PM


    IF THE POSTS HELP PLEASE CLICK THANKS OR ADD TO REP ↓

  2. #17

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Thanks silver, using the script, but on Ubuntu 12.10 beta. Maybe that's the issue? but if so should be easily sorted.
    Is this how you guys build the test builds?
    any idea what I could be missing?

  3. #18
    Sicilian's Avatar
    Title
    The Boss
    Join Date
    Mar 2010
    Posts
    29,645
    Thanks
    23,575
    Thanked 26,044 Times in 7,633 Posts
    Quote Originally Posted by judge View Post
    Thanks silver, using the script, but on Ubuntu 12.10 beta. Maybe that's the issue? but if so should be easily sorted.
    Is this how you guys build the test builds?
    any idea what I could be missing?
    Hi Judge, please send me a PM are we're on the lookout for new beta testers
    D I S C L A I M E R

    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Follow us on Twitter 0penViX
    Rules can be found
    HERE
    Support our sponsor World-Of-Satellite
    HERE
    GIGABLUE UHD QUAD 4K, VU+ DUO 4K SE, ZGEMMA H7S, VU+ UNO 4K SE
    Triax 1.1m Powered by TM2600, Fixed 28.2 Zone 2 dish with GT-SAT Unicable





  4. #19

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    PM sent, cheers mate.

  5. The Following User Says Thank You to judge For This Useful Post:

    Sicilian (24-03-12)

  6. #20

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    Berkshire
    Posts
    9,697
    Thanks
    1,039
    Thanked 4,385 Times in 2,257 Posts
    not tried building on 12.10

    i remeber trying on 11 and that for me was a no go

    i use a tried and tested version 10.10 and get no issues

    just delpoy the script and it will install whats needed

    except the OE environment which you need to install your self

    have a look here to get yr OE setup

    Code:
    https://docs.google.com/document/pub?id=17wvzQScXaw4qeRJM6X3cSp4M5hLbzldKqsQlmqfT_Uw
    PM HELP WILL BE IGNORED PLEASE POST HERE IN FORUM AS IT BENEFITS EVERYONE
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN! IN OPEN FORUM OR PM


    IF THE POSTS HELP PLEASE CLICK THANKS OR ADD TO REP ↓

  7. The Following User Says Thank You to silverfox0786 For This Useful Post:

    judge (23-03-12)

  8. #21

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Thanks silver, hadn't seen that article before.
    Now sorted, my directory structure was wrong, spotted it by reading that.

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

    mcquaim (24-03-12)

  10. #22

    Title
    Senior Member
    Join Date
    Jul 2011
    Posts
    190
    Thanks
    140
    Thanked 122 Times in 71 Posts
    Quote Originally Posted by judge View Post
    Thanks silver, hadn't seen that article before.
    Now sorted, my directory structure was wrong, spotted it by reading that.
    What was wrong? How did you fix it? I cant make it work.
    Code:
    fatal: The remote end hung up unexpectedly
    Cloning into recipes/e2openplugins...
    Clone of 'git://github.com/andyblac/e2openplugins.git' into submodule path
    'recipes/e2openplugins' failed

  11. #23

    Title
    Senior Member
    Join Date
    Oct 2010
    Location
    Berkshire
    Posts
    9,697
    Thanks
    1,039
    Thanked 4,385 Times in 2,257 Posts
    thats a sub module and should pul by itself

    delete yr OpenEmbedded folder and start again
    PM HELP WILL BE IGNORED PLEASE POST HERE IN FORUM AS IT BENEFITS EVERYONE
    NO CARD SHARING TALK WILL BE TOLERATED, LAN OR WAN! IN OPEN FORUM OR PM


    IF THE POSTS HELP PLEASE CLICK THANKS OR ADD TO REP ↓

  12. #24

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by rimas View Post
    What was wrong? How did you fix it? I cant make it work.
    Code:
    fatal: The remote end hung up unexpectedly
    Cloning into recipes/e2openplugins...
    Clone of 'git://github.com/andyblac/e2openplugins.git' into submodule path
    'recipes/e2openplugins' failed
    actually, it didn't build for me in the end either. I gave up...

  13. #25

    Title
    Moderator
    Join Date
    Jul 2010
    Posts
    4,684
    Thanks
    1,205
    Thanked 2,524 Times in 1,349 Posts
    its trying to pull it from andyblac instead of e2openplugins.


    Clone of 'git://github.com/andyblac/e2openplugins.git' into submodule path
    should be
    Clone of 'git://github.com/E2OpenPlugins/e2openplugins.git' into submodule path

    to pull it manually:-
    cd /your/oe/path/recipes/e2openplugins
    git clone git://github.com/E2OpenPlugins/e2openplugins.git .

    then try the build process again.

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

    rimas (29-03-12)

  15. #26

    Title
    Senior Member
    Join Date
    Jul 2011
    Posts
    190
    Thanks
    140
    Thanked 122 Times in 71 Posts
    Quote Originally Posted by rossi2000 View Post
    its trying to pull it from andyblac instead of e2openplugins.


    Clone of 'git://github.com/andyblac/e2openplugins.git' into submodule path
    should be
    Clone of 'git://github.com/E2OpenPlugins/e2openplugins.git' into submodule path

    to pull it manually:-
    cd /your/oe/path/recipes/e2openplugins
    git clone git://github.com/E2OpenPlugins/e2openplugins.git .

    then try the build process again.
    Thanks, that did the trick. But I was hoping to get new beta.
    It's 2.3.204

  16. #27
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Quote Originally Posted by rimas View Post
    Thanks, that did the trick. But I was hoping to get new beta.
    It's 2.3.204
    you wont get access to any ViX beta image as thats a closed source only accessible by the beta team. the git your using connects only the the public image and nothing more.
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  17. The Following User Says Thank You to Larry-G For This Useful Post:

    rimas (29-03-12)

  18. #28

    Title
    Member
    Join Date
    Jun 2011
    Posts
    70
    Thanks
    66
    Thanked 44 Times in 19 Posts
    I managed to get a build but now it's erroring out
    Code:
    Loading cache: 100% |######################################################################################################################| ETA:  00:00:00
    Loaded 617 entries from dependency cache.
    ERROR: Error evaluating '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${PREFERRED_PROVIDER_virtual/update-alternatives}", d)}'A:  --:--:--
    Traceback (most recent call last):
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 117, in expandWithRefs
        s = __expand_python_regexp__.sub(varparse.python_sub, s)
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 69, in python_sub
        codeobj = compile(code.strip(), self.varname or "<expansion>", "eval")
      File "DISTRO_UPDATE_ALTERNATIVES", line 1
        base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${PREFERRED_PROVIDER_virtual/update-alternatives
                                                                                                                  ^
    SyntaxError: EOL while scanning string literal
    
    ERROR: Error evaluating '    base-files     base-passwd     busybox     ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)}     modutils-initscripts     netbase     ${DISTRO_UPDATE_ALTERNATIVES}     ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}     '
    Traceback (most recent call last):
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 116, in expandWithRefs
        s = __expand_var_regexp__.sub(varparse.var_sub, s)
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 60, in var_sub
        var = self.d.getVar(key, 1)
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 260, in getVar
        return self.expand(value, var)
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 132, in expand
        return self.expandWithRefs(s, varname).value
      File "/home/richy/openvix/bitbake/lib/bb/data_smart.py", line 117, in expandWithRefs
        s = __expand_python_regexp__.sub(varparse.python_sub, s)
      File "DISTRO_UPDATE_ALTERNATIVES", line 1
        base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "${PREFERRED_PROVIDER_virtual/update-alternatives
                                                                                                                  ^
    SyntaxError: EOL while scanning string literal
    
    ERROR: Error parsing /home/richy/openvix/openembedded/recipes/tasks/task-boot.bb: EOL while scanning string literal (DISTRO_UPDATE_ALTERNATIVES, line 1)
    ERROR: Command execution failed: Exited with 1
    not sure if I have messed something up or if there has been an update that has broken it ?

  19. #29

    Title
    Member
    Join Date
    Jun 2011
    Posts
    70
    Thanks
    66
    Thanked 44 Times in 19 Posts
    Quote Originally Posted by rossi2000 View Post
    its trying to pull it from andyblac instead of e2openplugins.


    Clone of 'git://github.com/andyblac/e2openplugins.git' into submodule path
    should be
    Clone of 'git://github.com/E2OpenPlugins/e2openplugins.git' into submodule path

    to pull it manually:-
    cd /your/oe/path/recipes/e2openplugins
    git clone git://github.com/E2OpenPlugins/e2openplugins.git .

    then try the build process again.
    It's still moaning
    Code:
    From git://git.assembla.com/openvix
     * branch            master     -> FETCH_HEAD
    Already up-to-date.
    fatal: reference is not a tree: dd60e8846ae27451207fc4d8a71f48e7d9f91ee7
    Unable to checkout 'dd60e8846ae27451207fc4d8a71f48e7d9f91ee7' in submodule path 'recipes/e2openplugins'
    make: *** [openembedded-update] Error 1

  20. #30
    andyblac's Avatar
    Title
    Administrator
    Donated Member
    Join Date
    Apr 2010
    Posts
    12,699
    Thanks
    2,607
    Thanked 11,096 Times in 4,733 Posts
    Quote Originally Posted by pheonix View Post
    you wont get access to any ViX beta image as thats a closed source only accessible by the beta team. the git your using connects only the the public image and nothing more.
    not closed, just no support given on it.
    D I S C L A I M E R
    My right to post information is protected under the rights for freedom act. In all instances, information discussed here on my posts are either hypothetical in nature, out of general curiosity, common knowledge, public knowledge, or role-play. Any use of the collective descriptions and shared knowledge from any of my posts are at the sole discretion of the reader. I am not responsible for what you do with it!

    Release notes can be found in the About screen by pressing epg/info
    Rules can be found HERE - Support our sponsor World-Of-Satellite HERE

  21. The Following 2 Users Say Thank You to andyblac For This Useful Post:

    Larry-G (15-04-12),Sicilian (15-04-12)

Page 2 of 2 FirstFirst 12

Tags for this Thread

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.