Das ist ein wichtiges Thema.
X
X

git -- checkout and build problems

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Shave
    Benutzer
    • 06.01.2008
    • 64

    #31
    Original von officiallyme
    ich häng hier

    Code:
    autoreconf: running: /usr/bin/autoheader
    autoreconf: running: automake --add-missing --copy --no-force
    src/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
    src/Makefile.am:7:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
    src/Makefile.am:7:   to `configure.ac' and run `aclocal' and `autoconf' again.
    src/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
    src/Makefile.am:7:   its definition is in aclocal's search path.
    src/Makefile.am: installing `../depcomp'
    autoreconf: automake failed with exit status: 1
    make: *** [.deps/libdvdread.do_compile] Error 1
    root@ubuntu:~/Desktop/neutrino/tdt/tdt/cvs/cdk#

    Hatte das Problem auch... Hab das fertige Paket runtergeschmissen und mir die sourcen von libtool selbst compiled und schon hats geklappt.

    Kommentar

    • jesus2000
      Erfahrene Benutzer
      • 18.11.2009
      • 111

      #32
      also bisher keinerlei problem beim compilieren bloss die treiber sollte man haben und einfügen grins !!

      dann klappt es aber super !!! beim ersten mal alles durchgelaufen !

      Kommentar

      • MichaelAnders
        Erfahrene Benutzer
        • 05.01.2009
        • 269

        #33
        Next Problemchen:

        Problem 1)

        Bei "make yaud-enigma2-nightly" macht er immer das hier:

        Code:
        find /home/michael/tdt/tdt/tufsbox/release/usr/lib/ -name  *.so* -exec sh4-linux-strip --strip-unneeded {} \;                                                                                                
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libuuid.so'                                                                                 
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libreadline.so' reason: Permission denied                                                                                
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libext2fs.so'                                                                               
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libpython2.6.so.1.0' reason: Permission denied                                                                           
        sh4-linux-strip: /home/michael/tdt/tdt/tufsbox/release/usr/lib/libc.so: File format not recognized                                                                                                           
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libreadline.so.5.2' reason: Permission denied                                                                            
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libhistory.so.5' reason: Permission denied                                                                               
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libreadline.so.5' reason: Permission denied                                                                              
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libcom_err.so'                                                                              
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libss.so'                                                                                   
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libhistory.so.5.2' reason: Permission denied                                                                             
        sh4-linux-strip: /home/michael/tdt/tdt/tufsbox/release/usr/lib/libpthread.so: File format not recognized                                                                                                     
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libpython2.6.so' reason: Permission denied                                                                               
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libblkid.so'                                                                                
        sh4-linux-strip: unable to copy file '/home/michael/tdt/tdt/tufsbox/release/usr/lib/libhistory.so' reason: Permission denied                                                                                 
        sh4-linux-strip: Unable to recognise the format of the input file `/home/michael/tdt/tdt/tufsbox/release/usr/lib/libe2p.so'
        Es läuft zwar - aber ich denke das ist nicht so gut...

        Problem 2)

        Ich ändere etwas in einem der "tdt/tdt/cvs/apps/enigma2-nightly/lib/python/Screens" Python Dateien. Afaik sollte das ja zu einem neuen Compile dieser Datei führen richtig? Macht er aber nicht, er kopiert immer alles rüber:

        Code:
        cp -a /home/michael/tdt/tdt/tufsbox/cdkroot/usr/lib/enigma2/* /home/michael/tdt/tdt/tufsbox/release/usr/lib/enigma2/                                                                                         
        if test -d /home/michael/tdt/tdt/tufsbox/cdkroot/usr/local/lib/enigma2; then \                                                                                                                               
                        cp -a /home/michael/tdt/tdt/tufsbox/cdkroot/usr/local/lib/enigma2/* /home/michael/tdt/tdt/tufsbox/release/usr/lib/enigma2/; fi
        Und wenn ich etwas an einer "de.po" Datei ändere - wann zieht er das? Dort fehlen ein paar Übersetzungen die ich nachpflegen will.

        Keine Sorge, GIT "push" beantrage ich erst wenn meine Änderungen tun
        Dreambox 8000S
        Kathi UFS 912 / 910

        Kommentar

        • officiallyme
          Erfahrene Benutzer
          • 08.05.2008
          • 11380

          #34
          wenn du was änderst und willst sichergehen, dass er es neu compiled, dann musst du erst ein make clean machen. dann compiled er die geänderten dateien.
          -= Kathi 910 =-
          13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
          Smargo SmartReader Plus

          -= =-

          Kommentar

          • rico-one
            Neuer Benutzer
            • 16.07.2008
            • 10

            #35
            Hallo alle zusammen,

            ich habe versucht das e2 zu bauen. Nachdem es auf x64-Plattformen nicht zu gehen scheint habe ich Ubuntu 9.10 (x86) in einer Virtualbox installiert und erhalte nach ~3 Stunden Dauerlauf folgende Meldung:

            Code:
            rpm --rcfile localrc --nosignature -Uhv Archive/stlinux22-target-distributionutils-2.17-6.src.rpm && \ 	( cd SPECS; patch -p1 stm-target-distributionutils.spec < ../Patches/stm-target-distributionutils.spec22.diff ) && \ 	rpmbuild --rcfile /usr/lib/rpm/rpmrc:localrc -bb -v --clean --target=sh4-linux SPECS/stm-target-distributionutils.spec 
            Archive/stlinux22-target-distributionutils-2.17-6.src.rpm: Kein RPM-Paket (oder Paket-Liste):  
            make: *** [RPMS/sh4/stlinux22-sh4-distributionutils-2.17-6.sh4.rpm] Fehler 1
            Kann jemnd mit diesem Fehler etwas anfangen?
            ------------------------------------------------------------------
            Edit:

            Nachdem ich die Datei stlinux22-target-distributionutils-2.17-6.src.rpm von ftp://ftp.stlinux.com/pub/stlinux/2.2/SRPMS/ heruntergeladen habe und in das cvs/cdk/Archive geschoben habe funktioniert es wieder ^^
            ------------------------------------------------------------------

            greetz rico

            Kommentar

            • officiallyme
              Erfahrene Benutzer
              • 08.05.2008
              • 11380

              #36
              hast es selbst gelöst

              allgemein, sehr oft scheitert ein download
              -= Kathi 910 =-
              13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
              Smargo SmartReader Plus

              -= =-

              Kommentar

              • officiallyme
                Erfahrene Benutzer
                • 08.05.2008
                • 11380

                #37
                yes, ENDLICH bootet mal mein eigener e² build durch.

                war fest entschlossen, dass wenn es diesmal nicht läuft, ich es endgültig aufgebe.

                puh
                -= Kathi 910 =-
                13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
                Smargo SmartReader Plus

                -= =-

                Kommentar

                • Pillendreher
                  Special VIP
                  • 05.07.2009
                  • 4709

                  #38
                  Mhh,irgendwie will es bei mir nie durchbauen...

                  [ -x /home/Topf/GIT/tdt/tdt/custom/u-boot-utils-local.sh ] && /home/Topf/GIT/tdt/tdt/custom/u-boot-utils-local.sh /home/Topf/GIT/tdt/tdt/tufsbox/cdkroot /home/Topf/GIT/tdt/tdt/cvs/cdk || true
                  [ -x /home/Topf/GIT/tdt/tdt/custom/yaud-none-local.sh ] && /home/Topf/GIT/tdt/tdt/custom/yaud-none-local.sh /home/Topf/GIT/tdt/tdt/tufsbox/cdkroot /home/Topf/GIT/tdt/tdt/cvs/cdk || true
                  make libtuxbox
                  make[1]: Betrete Verzeichnis '/home/Topf/GIT/tdt/tdt/cvs/cdk'
                  cd /home/Topf/GIT/tdt/tdt/cvs/apps/tuxbox/libtuxbox && ./autogen.sh && CC=sh4-linux-gcc CXX=sh4-linux-g++ CFLAGS="-Wall " CXXFLAGS="-Wall " LDFLAGS="" ./configure --build=i686-pc-linux-gnu --host=sh4-linux --prefix=/home/Topf/GIT/tdt/tdt/tufsbox/cdkroot/usr --with-driver=/home/Topf/GIT/tdt/tdt/cvs/driver --with-dvbincludes=/home/Topf/GIT/tdt/tdt/cvs/driver/dvb/include --with-target=cdk --enable-ccache --enable-maintainer-mode --without-debug
                  /bin/sh: line 0: cd: /home/Topf/GIT/tdt/tdt/cvs/apps/tuxbox/libtuxbox: No such file or directory
                  make[1]: *** [/home/Topf/GIT/tdt/tdt/cvs/apps/tuxbox/libtuxbox/config.status] Fehler 1
                  make[1]: Verlasse Verzeichnis '/home/Topf/GIT/tdt/tdt/cvs/cdk'
                  make: *** [/home/Topf/GIT/tdt/tdt/tufsbox/cdkroot/lib/pkgconfig/tuxbox.pc] Fehler 2
                  Und spart euch die Geschichten,
                  ich trag meine tief hier drin.
                  Ihr habt nur ein paar mehr Statisten,
                  wo ich oft alleine bin.
                  Wir sehen uns irgendwann, in Berlin.

                  Kommentar

                  • MichaelAnders
                    Erfahrene Benutzer
                    • 05.01.2009
                    • 269

                    #39
                    Hattest Du auch mal die ./touch.sh Datei ausgeführt vor ./make.sh ? Die ist im KF, ist auch hier irgendwo verlinkt. Vielleicht klappt es dann...
                    Dreambox 8000S
                    Kathi UFS 912 / 910

                    Kommentar

                    • Pillendreher
                      Special VIP
                      • 05.07.2009
                      • 4709

                      #40
                      Nö,hab ich nicht...

                      Irgendwie kommt jedes Mal ein anderer Fehler...
                      Und spart euch die Geschichten,
                      ich trag meine tief hier drin.
                      Ihr habt nur ein paar mehr Statisten,
                      wo ich oft alleine bin.
                      Wir sehen uns irgendwann, in Berlin.

                      Kommentar

                      • officiallyme
                        Erfahrene Benutzer
                        • 08.05.2008
                        • 11380

                        #41
                        was genau bauste denn gerade überhaupt?
                        -= Kathi 910 =-
                        13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
                        Smargo SmartReader Plus

                        -= =-

                        Kommentar

                        • dolores
                          Neuer Benutzer
                          • 30.12.2007
                          • 39

                          #42
                          Error during build - missing files

                          Hi, during my 1st build I got the following errors:
                          .................................................. ................................
                          INSTALL /home/username/tdt/tdt/cvs/driver/stgfb/stmfb/stmfb.ko

                          INSTALL /home/username/tdt/tdt/cvs/driver/vfd/vfd.ko

                          DEPMOD 2.6.17.14_stm22_0041

                          WARNING: Can't read module /home/username/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.17.14_stm22_0041/extra/player2/linux/drivers/sound/silencegen/silencegen.ko: No such file or directory

                          WARNING: Can't read module /home/username/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.17.14_stm22_0041/extra/player2/linux/drivers/sound/ksound/ksound.ko: No such file or directory

                          /bin/sh: line 1: 7153 Segmentation fault /sbin/depmod -ae -F System.map -b /home/username/tdt/tdt/tufsbox/cdkroot -r 2.6.17.14_stm22_0041

                          make[2]: *** [_emodinst_post] Error 139

                          make[2]: Leaving directory `/home/username/tdt/tdt/cvs/cdk/linux-2.6.17.14_stm22_0041'

                          make[1]: *** [install] Error 2

                          make[1]: Leaving directory `/home/username/tdt/tdt/cvs/driver'

                          make: *** [.deps/driver] Error 2

                          username@linux-17pm:~/tdt/tdt/cvs/cdk>
                          -----------------------------------------------------------
                          Does anybody know how to overcome this? Thank you!

                          Kommentar

                          • officiallyme
                            Erfahrene Benutzer
                            • 08.05.2008
                            • 11380

                            #43
                            i think your git is too old.

                            you are missing all the player2 files like ksound.ko & silencegen.ko

                            if you read the "Anleitungen" hier in the git area, you will find a manual as to where to install the player2 files and the boot files.

                            you will need those for your images to work.

                            but your git is definitely out of date because a "touch" command was added that creates empty versions of those files to make sure the build works.

                            so, do a
                            Code:
                            git pull
                            then make clean
                            then make.sh
                            then try again.

                            or delete the tdt directory completely, do a fresh clone, install the player2 files and then make.sh, make yaud-neutrino or vdr or enigma2-nightly.
                            -= Kathi 910 =-
                            13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
                            Smargo SmartReader Plus

                            -= =-

                            Kommentar

                            • dolores
                              Neuer Benutzer
                              • 30.12.2007
                              • 39

                              #44
                              Thank you!
                              I just followed the instructions from Git Wiki where missing player files are not mentioned. Maybe somebody will update.

                              After I copied player files image got compiled and even working. Thanks a lot!

                              I wonder now how could I make a flash version out of it?

                              Kommentar

                              • officiallyme
                                Erfahrene Benutzer
                                • 08.05.2008
                                • 11380

                                #45
                                flash version is a bit more complicated. you need mtd tools to make a flash image etc.

                                personally, i wouldn't just yet. wait until it works properly on usb.
                                -= Kathi 910 =-
                                13°, 19.2°, 23.5°, 28,2° @ Moteck SG-2100A Rotor
                                Smargo SmartReader Plus

                                -= =-

                                Kommentar

                                Nicht konfiguriertes PHP-Modul

                                Einklappen

                                git -- checkout and build problems

                                Einklappen
                                Lädt...
                                X