Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gcc update - AssertionError: EbuildProcess: pid is non-integ
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
SarahS93
l33t
l33t


Joined: 21 Nov 2013
Posts: 693

PostPosted: Sun Dec 14, 2014 10:12 pm    Post subject: gcc update - AssertionError: EbuildProcess: pid is non-integ Reply with quote

Hallo,

bei einem "emerge -uaDvN world" kam foglende Fehlermeldung:
Code:
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-devel/gcc-4.8.3
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/emerge", line 50, in <module>
    retval = emerge_main()
  File "/usr/lib64/python2.7/site-packages/_emerge/main.py", line 1070, in emerge_main
    return run_action(emerge_config)
  File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 4082, in run_action
    emerge_config.args, spinner)
  File "/usr/lib64/python2.7/site-packages/_emerge/actions.py", line 454, in action_build
    retval = mergetask.merge()
  File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 1000, in merge
    rval = self._run_pkg_pretend()
  File "/usr/lib64/python2.7/site-packages/_emerge/Scheduler.py", line 921, in _run_pkg_pretend
    current_task.wait()
  File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 54, in wait
    self._wait()
  File "/usr/lib64/python2.7/site-packages/_emerge/CompositeTask.py", line 85, in _wait
    task.wait()
  File "/usr/lib64/python2.7/site-packages/_emerge/AsynchronousTask.py", line 54, in wait
    self._wait()
  File "/usr/lib64/python2.7/site-packages/_emerge/SubProcess.py", line 98, in _wait
    (self.__class__.__name__, repr(self.pid)))
AssertionError: EbuildProcess: pid is non-integer: None

Ich weiss leider nicht genau wie ich dazu etwas finden soll im Internet.

Was genau ist das für ein Fehler?

Habt ihr Ideen wie das Problem gelöst werden könnte?
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Mon Dec 15, 2014 6:37 am    Post subject: Reply with quote

Da scheint etwas mit python zu klemmen. Mach mal einen python-updater.
Back to top
View user's profile Send private message
SarahS93
l33t
l33t


Joined: 21 Nov 2013
Posts: 693

PostPosted: Mon Dec 15, 2014 8:16 am    Post subject: Reply with quote

Es lag wohl an zu wenig Arbeitsspeicher.... :/
Back to top
View user's profile Send private message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Sat Dec 20, 2014 7:08 pm    Post subject: Reply with quote

wie viel davon ist denn drin?
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sat Dec 20, 2014 7:11 pm    Post subject: Reply with quote

Das hatten wir ja auch schon woanders. -j runter setzen hat da geholfen.
Back to top
View user's profile Send private message
SarahS93
l33t
l33t


Joined: 21 Nov 2013
Posts: 693

PostPosted: Sun Dec 21, 2014 11:12 am    Post subject: Reply with quote

1048MB waren drin und mit 2048MB hat es funktioniert.
Was und wo mit "-j" herrunter setzen?
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Sun Dec 21, 2014 7:08 pm    Post subject: Reply with quote

In der make.conf hast du folgenden Eintrag:
Code:
MAKEOPTS="-j3"
Dieser Wert gibt an, wie oft gcc parallel gestartet wird. Normalerweise sollte der Wert die Anzahl der CPU-Kerne +1 sein. Vorausgesetzt, der Speicher reicht.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum