+ Antworten
Seite 20 von 53 ErsteErste ... 10181920212230 ... LetzteLetzte
Ergebnis 191 bis 200 von 523
  1. #191
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    Problem fixed.
    Do the following:
    • In ~/buildsystem-Audioniek: git pull
    • In ~/Archive: delete the directory enigma2-pli-nightly.git
    • In ~/buildsystem-Audioniek/.deps: delete enigma2.do_prepare
    • In ~/buildsystem-Audioniek: run ./make.sh

    This will re-clone the enigma2-git and rebuild OpenPli. Build should now complete.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

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



  3. #192
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Not work:

    ~/buildsystem-Audioniek$ git pull
    fatal: Not a git repository (or any of the parent directories): .git

    ~/buildsystem-Audioniek/apps$ git pull
    Already up-to-date.

    No updates...

    No enigma2.xxx files in /deps

    Download manually and overwrite /make and all directory.

    run ./make.sh...

    Build of Enigma2 for ufs910 successfully completed....

    Loading enigma2... Error...

    .................................................. .....................

    Neutrino flash not work, image only 4,5M:

    Code:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    +
    +  flash.sh
    +
    + This script creates the file(s) you need to run the image built last
    + in the receiver's flash memory, the internal hard disk or from a USB
    + stick.
    +
    + Author : Audioniek, based on previous work by schishu, bpanther
    +          and others.
    + Date   : 11-02-2017
    +
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    ls: 'linux-sh4-2.6.32.??_0_ufs910.config' is not available: No such file or directory exists
    -- Output destination -------------------------------------------------
    
     Where would you like your Neutrino image to run?
       1) on a USB stick
       2) in the receivers flash memory (*)
     Select target (1-2)? 2
    fatal: Not a git repository (or any of the parent directories): .git
    [3;J
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    +
    +  Summary
    +  =======
    +
    +  Receiver           : ufs910
    +  Linux version      : linux-sh4-2.6.32-
    +  Kernel patch level : P0
    +  Image              : Neutrino
    +  Built from         : buildsystem
    +  Will run in/on     : flash
    +
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    -- Prepare root -------------------------------------------------------
    
     Prepare Neutrino root for ufs910.
    
     Copying release image... done.
     Creating devices... done.
     Moving kernel... done.
     Moving var directory... done.
     Creating mini-rcS and inittab... done.
    
     Root preparation completed.
    
    -- Create output file(s) ----------------------------------------------
    
     Build Neutrino output file(s) for ufs910 running in/on flash.
    
    Creating neutrino flash image for ufs910...
    
     - Prepare kernel file... done.
     - Checking kernel size... OK: 1549594 (0x0017A51A, max. 0x00190000) bytes.
     - Create a squashfs 4.0 partition for root.../home/turulbird/buildsystem-Audioniek/flash/flash_tools/mksquashfs4.0: invalid option
    
    SYNTAX:/home/turulbird/buildsystem-Audioniek/flash/flash_tools/mksquashfs4.0 source1 source2 ...  dest [options] [-e list of exclude
    dirs/files]
    
    Options are
    -version        print version, licence and copyright message
    -recover <name>        recover filesystem data using recovery file <name>
    -no-recovery        don't generate a recovery file
    -info            print files written to filesystem
    -no-exports        don't make the filesystem exportable via NFS
    -no-progress        don't display the progress bar
    -no-sparse        don't detect sparse files
    -b <block_size>        set data block to <block_size>.  Default 131072 bytes
    -processors <number>    Use <number> processors.  By default will use number of
                processors available
    -read-queue <size>    Set input queue to <size> Mbytes.  Default 64 Mbytes
    -write-queue <size>    Set output queue to <size> Mbytes.  Default 512 Mbytes
    -fragment-queue <size>    Set fagment queue to <size> Mbytes.  Default 64 Mbytes
    -noI            do not compress inode table
    -noD            do not compress data blocks
    -noF            do not compress fragment blocks
    -no-fragments        do not use fragments
    -always-use-fragments    use fragment blocks for files larger than block size
    -no-duplicates        do not perform duplicate checking
    -noappend        do not append to existing filesystem
    -keep-as-directory    if one source directory is specified, create a root
                directory containing that directory, rather than the
                contents of the directory
    -root-becomes <name>    when appending source files/directories, make the
                original root become a subdirectory in the new root
                called <name>, rather than adding the new source items
                to the original root
    -all-root        make all files owned by root
    -force-uid uid        set all file uids to uid
    -force-gid gid        set all file gids to gid
    -nopad            do not pad filesystem to a multiple of 4K
    -root-owned        alternative name for -all-root
    -noInodeCompression    alternative name for -noI
    -noDataCompression    alternative name for -noD
    -noFragmentCompression    alternative name for -noF
    -sort <sort_file>    sort files according to priorities in <sort_file>.  One
                file or dir with priority per line.  Priority -32768 to
                32767, default priority 0
    -ef <exclude_file>    list of exclude dirs/files.  One per line
    -wildcards        Allow extended shell wildcards (globbing) to be used in
                exclude dirs/files
    -regex            Allow POSIX regular expressions to be used in exclude
                dirs/files
    -p <pseudo-definition>    Add pseudo file definition
    -pf <pseudo-file>    Add list of pseudo file definitions
    /home/turulbird/buildsystem-Audioniek/flash/scripts/flash/neutrino/nor_neutrino_flash.sh: 135. line:  8828 Segmentation error    $PAD $SIZE_ROOTH $TMPDIR/mtd_root.bin $TMPDIR/mtd_root.pad
     done.
     - Checking root size...stat: stat '/home/turulbird/buildsystem-Audioniek/flash/tmp/mtd_root.bin' unsuccessful: No such file or directory
     OK: 0 (0x00000000, max. 0x00B40000) bytes.
     - Create a jffs2 partition for var... done.
     - Checking var size... OK: 983040 (0x000F0000, max. 0x002F0000) bytes.
     - Create output file(s) and MD5... done.
     - Creating .ZIP output file... done.
    
    -- Instructions -------------------------------------------------------
    
     The receiver must be equipped with a TDTmaxiboot boot loader,
     or a boot loader with compatible capabilities.
    
     To flash the created image copy the file miniFLASH.img
     to the root (/) of your FAT32 formatted USB stick.
     Insert the USB stick in the/a USB port on the receiver.
    
     To start the flashing process press RECORD for 10 sec on your
     remote control while the receiver is starting.
    
    
    -- Result -------------------------------------------------------------
    
     Output file(s) created in /home/turulbird/buildsystem-Audioniek/flash/out:
    
    all 6,8M
    -rw-r--r-- 1 4,5M szept 20 20:27 miniFLASH.img
    -rw-r--r-- 1   33 szept 20 20:27 miniFLASH.img.md5
    -rw-r--r-- 1 2,3M szept 20 20:27 ufs910_neutrino_P_CDK-rev0_HAL-rev805-github_NMP-revXXX.zip
    
    -- Finished -----------------------------------------------------------
    Geändert von turulbird (21.09.2017 um 17:57 Uhr)


  4. #193
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    Zitat Zitat von turulbird Beitrag anzeigen
    Not work:

    ~/buildsystem-Audioniek$ git pull .......... and: Download manually and overwrite /make and all directory.
    If you download the git manually you do not have a git-environment and cannot perform a git pull. Do a git clone, not a download.

    Zitat Zitat von turulbird Beitrag anzeigen
    No enigma2.xxx files in /deps
    My mistake: if the preparation fails there are indeed no enigma2* files in ./deps. Better to be sure though.

    Zitat Zitat von turulbird Beitrag anzeigen
    Loading enigma2... Error...
    As explained before I do not have a UFS910. Receivers I do not posses I cannot test; the flash-environment was carefully copied from Max but apparently contains some mistakes.

    Zitat Zitat von turulbird Beitrag anzeigen
    Neutrino flash not work, image only 4,5M:
    Recent changes in the build environment caused a failure in kernel version detection. This has been fixed. The error when starting mksquashfs4.0 has been fixed as well. Do a git pull in the flash directory. Currently there is (and was) no support for Neutrino on USB for UFS910 flash. This was not detected, but now displays a message.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

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



  6. #194
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    No enigma2.xxx files in /deps after updated, no errors in build, files true in /deps.

    So far, usb neutrinos have been built and running the best on the UFS 910.

    My modification is just that: ufs910|ufc960) in prepare_root_neutrino_USB.sh.

    I cloned the git again and started build new.


    Make update and git pull work.
    Geändert von turulbird (23.09.2017 um 16:38 Uhr)


  7. #195
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    build_tmp/udpxy-1.0.23-10: No such file or directory ====> downloaded file: udpxy-1.0.23-12



  8. #196
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Hi!

    LM13 (Ubuntu 12.04), UFS 910 build error:

    Code:
    Patching host_opkg completed.
    
    Generating configuration files for opkg, please wait....
    No option for 'aclocal' given. Possibly you have forgotten to use 'ACLOCAL_FLAGS='?
      aclocal --install -I m4 
      libtoolize --automake --install
      autoconf
    configure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    autoconf failed!
    make: *** [/home/turulbird/buildsystem-Audioniek/.deps/host_opkg] Error 1
    All installed.



    Other: How to run/build E2 image on MAG 250 (UFS 913?)?
    Geändert von turulbird (10.11.2018 um 18:36 Uhr)


  9. #197
    rantanplan
    Gast
    Which Linux?

    Were all the necessary stuff really installed?

    It is best to completely rebuild the environment load and run clean.

    It works, I've done it the last days several times.

  10. The Following User Says Thank You to rantanplan For This Useful Post:



  11. #198
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Delete and reinstall git and all:

    Code:
    Start build of tools-libmme_host.
    Generating configuration files for tools-libmme_host, please wait....
    aclocal: warning: couldn't open directory 'm4': No such file or directory
    libtoolize: putting auxiliary files in '.'.
    libtoolize: linking file './ltmain.sh'
    libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
    libtoolize: linking file 'm4/libtool.m4'
    libtoolize: linking file 'm4/ltoptions.m4'
    libtoolize: linking file 'm4/ltsugar.m4'
    libtoolize: linking file 'm4/ltversion.m4'
    libtoolize: linking file 'm4/lt~obsolete.m4'
    configure.ac:4: error: possibly undefined macro: AC_PROG_LIBTOOL
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    configure.ac:8: installing './compile'
    configure.ac:2: installing './install-sh'
    configure.ac:2: installing './missing'
    Makefile.am:4: error: Libtool library used but 'LIBTOOL' is undefined
    Makefile.am:4:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
    Makefile.am:4:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
    Makefile.am:4:   If 'LT_INIT' is in 'configure.ac', make sure
    Makefile.am:4:   its definition is in aclocal's search path.
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/mme_linux_user.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    automake: warning: possible forward-incompatibility.
    automake: At least a source file is in a subdirectory, but the 'subdir-objects'
    automake: automake option hasn't been enabled.  For now, the corresponding output
    automake: object file(s) will be placed in the top-level directory.  However,
    automake: this behaviour will change in future Automake versions: they will
    automake: unconditionally cause object files to be placed in the same subdirectory
    automake: of the corresponding sources.
    automake: You are advised to start using 'subdir-objects' option throughout your
    automake: project, to avoid future incompatibilities.
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/ExecutionLoop.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/LocalTransformer.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/LookupTable.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/MMEMessageQueue.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/mme/mme_tune.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am:6: warning: source file '$(DRIVER_TOPDIR)/multicom/embxshell/embx_linux.c' is in a subdirectory,
    Makefile.am:6: but option 'subdir-objects' is disabled
    Makefile.am: installing './depcomp'
    make[1]: *** No targets specified and no makefile found.  Stop.
    make: *** [/home/turulbird/buildsystem-Audioniek/.deps/tools-libmme_host] Error 2


    After re-runs ./build:

    Build of tools-libmme_host completed.

    .deps/tools-libmme_image] Error 2 .....................................

    Start build of tools-libmme_image. ..................................

    Build of tools-libmme_image completed. ..............................

    Code:
    Generating configuration files for opkg, please wait....
    No option for 'aclocal' given. Possibly you have forgotten to use 'ACLOCAL_FLAGS='?
      aclocal --install -I m4 
      libtoolize --automake --install
      autoconf
    configure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    autoconf failed!
    make: *** [/home/turulbird/buildsystem-Audioniek/.deps/host_opkg] Error 1
    Finish...

    LM17 (Ubuntu 16.04) reinstall git, delete /Archive:

    Code:
    Start build of e2fsprogs 1.44.4.
    Applying Patch: e2fsprogs-1.44.4.patch
    patching file lib/blkid/blkid.pc.in
    patching file lib/uuid/uuid.pc.in
    patching file lib/Makefile.elf-lib
    patching file misc/Makefile.in
    patching file lib/et/Makefile.in
    Patching e2fsprogs 1.44.4 completed.
    
    configure.ac:872: warning: macro 'AM_GNU_GETTEXT' not found in library
    configure.ac:872: error: possibly undefined macro: AM_GNU_GETTEXT
          If this token and others are legitimate, please use m4_pattern_allow.
          See the Autoconf documentation.
    autoreconf: /usr/local/bin/autoconf failed with exit status: 1
    make: *** [/home/turulbird/buildsystem-Audioniek/.deps/e2fsprogs] Error 1
    Geändert von turulbird (10.11.2018 um 19:44 Uhr)


  12. #199
    rantanplan
    Gast
    prepare-for-bs.sh


  13. #200
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Not first builds... All installed.

    More Neutrino build and run UFS 910, but E2 one did not succeed...

    See my homepage in profile.
    Geändert von turulbird (11.11.2018 um 00:31 Uhr)


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •