+ Antworten
Seite 8 von 13 ErsteErste ... 678910 ... LetzteLetzte
Ergebnis 71 bis 80 von 130
  1. #71
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Ubuntu 14.04 none libtool-bin package, only libtool...


    Fedora 23:

    Code:
    [root@xx:StartHere-master]# ./prepare4cdk.sh
    Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y make subversion ccache flex bison texinfo libffi-dev intltool libtool swig dialog wget rpm-build redhat-lsb git ncurses-devel gettext-devel zlib-devel gcc-c++ libstdc++-devel.i686 glibc-devel.i686 libgcc.i686 ncurses-devel.i686'.
    See 'man dnf' and 'man yum2dnf' for more information.
    To transfer transaction metadata from yum to DNF, run:
    'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
    
    Wed May 25 13:15:00 2016.
    make-1:4.0-5.1.fc23.x86_64 
    subversion-1.9.4-1.fc23.x86_64 
    ccache-3.2.4-1.fc23.x86_64
    flex-2.6.0-1.fc23.x86_64 
    bison-3.0.4-3.fc23.x86_64 ok all
    None package: libffi-dev.
    libtool-2.4.6-8.fc23.x86_64 
    wget-1.17.1-1.fc23.x86_64 
    git-2.5.5-1.fc23.x86_64
    zlib-devel-1.2.8-9.fc23.x86_64 
    gcc-c++-5.3.1-6.fc23.x86_64 installed all
    error: no matches found
    Fedora 23 libffi-devel = ubuntu libffi-dev. Replace dev to .devel in prepare4cdk.sh needed Fedora.

    mtd-utils, mtd-utils-ubi, mt-dev, mtdev-devel, e2fsprogs (-devel), lzo (-devel) installed, but not work.

    Manually installed, but same error:

    Code:
    [root@ mtd-utils-d907625]# make
      CHK     include/version.h
      CC      ubifs-utils/mkfs.ubifs/mkfs.ubifs.o
    In file included from ubifs-utils/mkfs.ubifs/mkfs.ubifs.c:25:0:
    ubifs-utils/mkfs.ubifs/mkfs.ubifs.h:46:23: fatal error: uuid/uuid.h: No files or directory
    compilation terminated.
    common.mk:82: recipe for target '/home/mtd-utils-d907625/ubifs-utils/mkfs.ubifs/mkfs.ubifs.o' failed
    make: *** [/home/mtd-utils-d907625/ubifs-utils/mkfs.ubifs/mkfs.ubifs.o] Error 1
    Geändert von turulbird (25.05.2016 um 14:24 Uhr)

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



  3. #72
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    https://errors.ubuntu.com/oops/23382...6-fa163e8d4bab
    this is regular error on ubuntu 16.04 x64

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



  5. #73
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Thanks, but error on Fedora 23 64 bit.

    I found libtool-bin, work in ubuntu 12-14 (synaptic and repo is not):

    http://launchpadlibrarian.net/182755...untu1_i386.deb

    Needed replace libtool:

    http://launchpadlibrarian.net/182755...buntu1_all.deb
    Geändert von turulbird (26.05.2016 um 23:50 Uhr)


  6. #74
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Ubuntu 15.10 64 bit, same error ubuntu 14.04, 16,04, 12.04:

    Code:
    cp: stat ''/ home / b / StartHere / CDK / root / release /rcS_tvheadend_ufs910'' failed: No such file or directory
    Makefile: 12646: recipe for target 'release_tvheadend_base' failed
    make: *** [release_tvheadend_base] Error 1]
    Someone has managed and which version Ubuntu?


  7. #75
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    If you look in the git, you will see that there is no rcS file for the UFS910 for tvheadend, for the simple reason that its mother-git (ddt) does not provide it and I cannot test it. However it is relatively easy to create your own by starting with rcS_neutrino_ufs910 and editing in the differences between rcS_neutrino_ufs912 and rcS_tvheadend_ufs912. All files are in X/cdk/root/release.

    Changing the operating system will not solve the absence of a file that is not in the build environment, adding the file will.

    Regards,
    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

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



  9. #76
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    How was I supposed to know that?
    The choice of the UFS 910 Tvheadend in make.sh.
    Several weeks wasted for nothing...

    st7100.ko <=/=> sti7111.ko
    Geändert von turulbird (03.06.2016 um 20:27 Uhr)


  10. #77
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    How to solve this
    Trying libraries: crypt m Library crypt is needed, can't exclude it (yet)
    Library m is not needed, excluding it
    Library crypt is needed, can't exclude it (yet)
    Final link with: crypt
    Ubuntu 16.04 x64


  11. #78
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    I do not see what the problem is. This message appears halfway through building busybox and is normal, given the busybox configuration that is being built. At the moment this configuration is the same for E2, Neutrino and Tvheadend.

    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


  12. #79
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    This is a log of compilation
    http://pastebin.com/kJ99seZC


  13. #80
    Developer Avatar von max
    Registriert seit
    06.05.2012
    Beiträge
    94
    Thanks
    8
    Thanked 79 Times in 43 Posts
    dort muss Y gesetzt werden, daher ist dieses auch schon groß gekennzeichnet, fällt mir so auf den ersten Blick auf.
    /bin/sh should link to /bin/bash, adjust it (Y/n)? n

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



Berechtigungen

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