X

rpm bleibt hängen

Einklappen
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • BrechREiZ
    Erfahrene Benutzer
    • 03.01.2010
    • 215

    rpm bleibt hängen

    Hi Leute,

    bin gerade dabei auf einem Debian (etch) i686 Server mit rpm 4.4.1-13 das git durch zu builden, komme aber nicht weit.
    Direkt nach dem bauen der ccache bleibt die Kiste beim vorbereiten der ersten stlinux Source-RPM einfach hängen, ohne error.
    Hatt schon stlinux2.2 und 2.3 getestet, immer das gleiche.

    Hier mal ein Log:
    Code:
    make[1]: Entering directory `/home/octagon/octagon/tdt/tdt/cvs/cdk/ccache-2.4'
    gcc -g -O2 -Wall -W -I.   -c -o ccache.o ccache.c
    gcc -g -O2 -Wall -W -I.   -c -o mdfour.o mdfour.c
    gcc -g -O2 -Wall -W -I.   -c -o hash.o hash.c
    gcc -g -O2 -Wall -W -I.   -c -o execute.o execute.c
    gcc -g -O2 -Wall -W -I.   -c -o util.o util.c
    gcc -g -O2 -Wall -W -I.   -c -o args.o args.c
    gcc -g -O2 -Wall -W -I.   -c -o stats.o stats.c
    gcc -g -O2 -Wall -W -I.   -c -o cleanup.o cleanup.c
    gcc -g -O2 -Wall -W -I.   -c -o snprintf.o snprintf.c
    gcc -g -O2 -Wall -W -I.   -c -o unify.o unify.c
    gcc -g -O2 -Wall -W -I. -o ccache ccache.o mdfour.o hash.o execute.o util.o args.o stats.o cleanup.o snprintf.o unify.o
    make[1]: Leaving directory `/home/octagon/octagon/tdt/tdt/cvs/cdk/ccache-2.4'
    make[1]: Entering directory `/home/octagon/octagon/tdt/tdt/cvs/cdk/ccache-2.4'
    /usr/bin/install -c -d /home/octagon/octagon/tdt/tdt/tufsbox/host/bin
    /usr/bin/install -c -m 755 ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/bin
    /usr/bin/install -c -d /home/octagon/octagon/tdt/tdt/tufsbox/host/man/man1
    /usr/bin/install -c -m 644 ./ccache.1 /home/octagon/octagon/tdt/tdt/tufsbox/host/man/man1/
    make[1]: Leaving directory `/home/octagon/octagon/tdt/tdt/cvs/cdk/ccache-2.4'
    make /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin
    make[1]: Entering directory `/home/octagon/octagon/tdt/tdt/cvs/cdk'
    /usr/bin/install -c -d /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin
    /usr/bin/install -c -d /home/octagon/octagon/tdt/tdt/tufsbox/host/bin
    make[1]: Leaving directory `/home/octagon/octagon/tdt/tdt/cvs/cdk'
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin/gcc
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin/g++
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin/sh4-linux-gcc
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/ccache-bin/sh4-linux-g++
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/sh4-linux-gcc
    ln -sf /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/ccache /home/octagon/octagon/tdt/tdt/tufsbox/host/bin/sh4-linux-g++
    touch .deps/ccache
    Preparing...                ########################################### [100%]
       1:stlinux22-host-rpmconfi########################################### [100%]
    Weiter läuft es nicht. Auch mit der Tastenkombi Strg + C komme ich hier nicht mehr raus.
    Es hilft nur als root in einer zweiten shell den rpm prozess (der übrigens 0% CPU benötigt) zu killen, was dann mit
    Code:
    Preparing...                ########################################### [100%]
       1:stlinux22-host-rpmconfi########################################### [100%]
    /bin/sh: line 2: 13937 Get�tet                 rpm --rcfile /usr/lib/rpm/rpmrc:localrc --ignorearch --nodeps -Uhv --relocate /opt/STM/STLinux-2.2=/home/octagon/octagon/tdt/tdt/tufsbox RPMS/noarch/stlinux22-host-rpmconfig-2.2-10.noarch.rpm
    make: *** [host-rpmconfig] Fehler 137
    endet.


    Weiß vielleicht jemand weiter?
  • kirepudsje
    Benutzer
    • 24.08.2008
    • 68

    #2
    Und was passiert mit rpm 4.7?

    Kommentar

    • BPanther
      Erfahrener Benutzer
      • 25.03.2008
      • 9279

      #3
      Ich hoffe, Du hast auch einige Minuten gewartet, denn manchmal braucht er da eine Weile, bis es weitergeht - gerade beim ersten Build. Da ist dann auch keine HDD-Aktivität zu erkennen. War zumindest bei mir so in VirtualPC...
      MfG BPanther - neutrino.mbremer.de

      Kommentar

      • wrench
        Neuer Benutzer
        • 13.02.2010
        • 17

        #4
        Hi,

        vielleicht kann das Problem gefunden werden, wenn Du das ausgeführte rpm-Kommando mal mit einem 'strace' davor startest.

        Auf Debian 5.0.4 (lenny) mit rpm 4.4.2.3 läuft es bei mir normal durch.

        Gruß,
        wrench

        Kommentar

        • BrechREiZ
          Erfahrene Benutzer
          • 03.01.2010
          • 215

          #5
          @BPanther: joa ich hatte es die ganze Nacht durchlaufen
          Ist auch nicht mein erste Build gewesen (ok, auf der Kiste vielleicht, aber nicht im allgemeinen)

          Ich habe jetzt von etch auf lenny updated, und jetzt läuft es einwandfrei.
          Lag wohl einfach an den veralteten Binaries.

          Kommentar

          • BPanther
            Erfahrener Benutzer
            • 25.03.2008
            • 9279

            #6
            Acherje... Du warst doch derjenige von dem die Anleitung wg. dem Flashimage stammt, richtig? Au wie peinlich von mir...
            MfG BPanther - neutrino.mbremer.de

            Kommentar

            • BrechREiZ
              Erfahrene Benutzer
              • 03.01.2010
              • 215

              #7
              Jep
              Naja, kein Problem.

              Was mir noch aufgefallen ist. Seit gestern meckert die autoconf beim ./make.sh.
              Es kann die /bin/arch nicht gefunden werden, was Auswirkungen auf die kompletten make Prozeduren hat.

              Ich habe das auch mal im Bugzilla erwähnt:
              http://bitbucket.org/duckbox/sh4-duc...mand-not-found

              Kommentar

              • BPanther
                Erfahrener Benutzer
                • 25.03.2008
                • 9279

                #8
                Ist wohl gerade eben korrigiert worden.
                MfG BPanther - neutrino.mbremer.de

                Kommentar

                • kirepudsje
                  Benutzer
                  • 24.08.2008
                  • 68

                  #9
                  Kann jemand das auch auf resolved setzen?

                  Kommentar

                  Nicht konfiguriertes PHP-Modul

                  Einklappen

                  rpm bleibt hängen

                  Einklappen
                  Lädt...
                  X