View previous topic :: View next topic |
Author |
Message |
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Tue Feb 24, 2004 4:08 pm Post subject: ebuild fehlt fürs unmergen´. was tun? |
|
|
moin!
heute bin ich aktiv;)
ich hab, schon etwas her ein altes ebuild gemerged, dass nicht im sdt-portage war.
nun gibt es im portage neue versionen des proggs, und er will die alte die noch zusätzlich drauf ist, nach jedem emerge entfernen.
geht aber nicht, da ich das ebuild nicht mehr hab und es auch nicht wiederkriege.
wie kann ich ihm sagen dass er es nicht mehr probieren soll, bzw es von hand entfernen?
thx,
pazz |
|
Back to top |
|
|
primat Guru
Joined: 12 Jan 2004 Posts: 437 Location: Berlin
|
|
Back to top |
|
|
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Tue Feb 24, 2004 5:58 pm Post subject: |
|
|
mist!
mir fehlt:
dev-util/intltool-0.28
er hat 27 und 29 da. 28 nich..
hat jemand das build?
oder sonst ahnung wie ich das paket loswerd?
thx,
pazz |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Feb 24, 2004 7:20 pm Post subject: |
|
|
Du brauchst das ebuild zum unmergen nicht. Poste mal die Fehlermeldung. |
|
Back to top |
|
|
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Tue Feb 24, 2004 7:32 pm Post subject: |
|
|
>>> Auto-cleaning packages ...
dev-util/intltool
selected: 0.28
protected: 0.30
omitted: none
>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging dev-util/intltool-0.28...
No package files given... Grabbing a set.
/usr/sbin/ebuild.sh: line 1098: /usr/portage/eclass/bmg.eclass: Datei oder Verzeichnis nicht gefunden
!!! ERROR: dev-util/intltool-0.28 failed.
!!! Function inherit, Line 1099, Exitcode 1
!!! died sourcing /usr/portage/eclass/bmg.eclass in inherit()
!!! FAILED prerm: 1 |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
|
Back to top |
|
|
Mr.Big Guru
Joined: 10 Apr 2002 Posts: 424 Location: Königswartha / Germany
|
Posted: Tue Feb 24, 2004 7:55 pm Post subject: |
|
|
Code: | ebuild /var/db/pkg/dev-util/intltool-0.28/intltool-0.28.ebuild unmerge |
könnte Deine Lösung sein ! |
|
Back to top |
|
|
pazz Apprentice
Joined: 01 Dec 2002 Posts: 283
|
Posted: Tue Feb 24, 2004 8:12 pm Post subject: |
|
|
ebuild /var/db/pkg/dev-util/intltool-0.28/intltool-0.28.ebuild unmerge
No package files given... Grabbing a set.
/usr/sbin/ebuild.sh: line 1098: /usr/portage/eclass/bmg.eclass: Datei oder Verzeichnis nicht gefunden
!!! ERROR: dev-util/intltool-0.28 failed.
!!! Function inherit, Line 1099, Exitcode 1
!!! died sourcing /usr/portage/eclass/bmg.eclass in inherit()
!!! FAILED prerm: 1 |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Feb 24, 2004 8:14 pm Post subject: |
|
|
Das ebuild ... unmerge wird ja aufgerufen, nur das prerm (pre remove) schlägt fehl, weil die alte bmg.eclass fehlt. |
|
Back to top |
|
|
sirro Veteran
Joined: 20 Jul 2003 Posts: 1472 Location: aachen.nrw.de.eu
|
Posted: Tue Feb 24, 2004 9:35 pm Post subject: |
|
|
pazz wrote: | /usr/sbin/ebuild.sh: line 1098: /usr/portage/eclass/bmg.eclass: Datei oder Verzeichnis nicht gefunden
!!! died sourcing /usr/portage/eclass/bmg.eclass in inherit() |
http://breakmygentoo.net/archives/000112.html [1] wrote: | The build fails upon trying to uninstall an old version of glib - it can't find "bmg.eclass" and dies. This happened with the 2.5.2 ebuilds for gstreamer, but i was able to fix it by renaming gst-plugins-bmg.eclass to bmg.eclass. Is there anything i can do to continue with the install? (is an error like this normal?) |
kopieren anstatt verschieben wäre wahrscheinlich die bessere Lösung... (naja, beim emerge sync ist es wieder da, aber trotzdem)
[1] http://breakmygentoo.net/archives/000112.html |
|
Back to top |
|
|
|