* [gentoo-user] sys-auth/consolekit-0.4.6 just sits there.
@ 2013-08-11 17:12 Dale
2013-08-11 17:31 ` Samuli Suominen
0 siblings, 1 reply; 3+ messages in thread
From: Dale @ 2013-08-11 17:12 UTC (permalink / raw
To: gentoo-user
I notice this starts but never does anything. I end up doing a ctrl c
to stop it. I tried with two different versions of portage so I don't
think it is portage itself.
Also, it's downloaded and genlop -c shows nothing being done. I'm not
sure what it is waiting on. This is one attempt:
root@fireball / # emerge -uvaDN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-auth/consolekit-0.4.6 [0.4.5_p20120320-r1] USE="pam
(policykit) -acl -debug -doc (-selinux) {-test}" 0 kB
Total: 1 package (1 upgrade), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-auth/consolekit-0.4.6
>>> Jobs: 0 of 1 complete, 1 running Load avg: 0.28,
0.22, 0.31
^CTraceback (most recent call last):
Exiting on signal 2
File "/usr/lib64/portage/pym/portage/locks.py", line 147, in lockfile
locking_method(myfd, fcntl.LOCK_EX|fcntl.LOCK_NB)
IOError: [Errno 11] Resource temporarily unavailable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/portage/bin/lock-helper.py", line 29, in <module>
rval = main(sys.argv[1:])
File "/usr/lib64/portage/bin/lock-helper.py", line 21, in main
lock_obj = portage.locks.lockfile(args[0], wantnewlockfile=True)
File "/usr/lib64/portage/pym/portage/locks.py", line 173, in lockfile
locking_method(myfd, fcntl.LOCK_EX)
KeyboardInterrupt
_LockProcess: failed to acquire lock on
'/var/tmp/portage/sys-auth/consolekit-0.4.6'
Traceback (most recent call last):
File "/usr/bin/emerge", line 50, in <module>
retval = emerge_main()
File "/usr/lib64/portage/pym/_emerge/main.py", line 1052, in emerge_main
gc_locals=locals().clear)
File "/usr/lib64/portage/pym/_emerge/actions.py", line 3950, in run_action
myopts, myaction, myfiles, spinner)
File "/usr/lib64/portage/pym/_emerge/actions.py", line 477, in
action_build
retval = mergetask.merge()
File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1010, in merge
rval = self._merge()
File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1395, in _merge
self._main_loop()
File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1362, in
_main_loop
self._schedule()
File "/usr/lib64/portage/pym/_emerge/PollScheduler.py", line 127, in
_schedule
self._schedule_tasks()
File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1563, in
_schedule_tasks
if self._schedule_tasks_imp():
File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1663, in
_schedule_tasks_imp
self._task_queues.jobs.add(task)
File "/usr/lib64/portage/pym/_emerge/SequentialTaskQueue.py", line 23,
in add
self.schedule()
File "/usr/lib64/portage/pym/_emerge/SequentialTaskQueue.py", line 45,
in schedule
task.start()
File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 30, in
start
self._start()
File "/usr/lib64/portage/pym/_emerge/MergeListItem.py", line 93, in _start
self._start_task(build, self._default_final_exit)
File "/usr/lib64/portage/pym/_emerge/CompositeTask.py", line 151, in
_start_task
task.start()
File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 30, in
start
self._start()
File "/usr/lib64/portage/pym/_emerge/EbuildBuild.py", line 89, in _start
self._prefetch_exit(prefetcher)
File "/usr/lib64/portage/pym/_emerge/EbuildBuild.py", line 145, in
_prefetch_exit
self._build_dir.lock()
File "/usr/lib64/portage/pym/_emerge/EbuildBuildDir.py", line 60, in lock
self._assert_lock(builddir_lock)
File "/usr/lib64/portage/pym/_emerge/EbuildBuildDir.py", line 71, in
_assert_lock
% (async_lock.returncode,))
AssertionError: AsynchronousLock failed with returncode 1
root@fireball / #
This is another attempt with -j1 hoping to see what stops it since that
makes it show the process:
root@fireball / # emerge -uvaDN world -j1
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] sys-auth/consolekit-0.4.6 [0.4.5_p20120320-r1] USE="pam
(policykit) -acl -debug -doc (-selinux) {-test}" 0 kB
Total: 1 package (1 upgrade), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-auth/consolekit-0.4.6
And it sits there. No attempt to configure or anything, just sits there.
What the heck is going on? It did all the other updates just fine.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] sys-auth/consolekit-0.4.6 just sits there.
2013-08-11 17:12 [gentoo-user] sys-auth/consolekit-0.4.6 just sits there Dale
@ 2013-08-11 17:31 ` Samuli Suominen
2013-08-14 6:01 ` [gentoo-user] SOLVED " Dale
0 siblings, 1 reply; 3+ messages in thread
From: Samuli Suominen @ 2013-08-11 17:31 UTC (permalink / raw
To: gentoo-user
On 11/08/13 20:12, Dale wrote:
> I notice this starts but never does anything. I end up doing a ctrl c
> to stop it. I tried with two different versions of portage so I don't
> think it is portage itself.
But it is. It's either Portage, or Python it's using itself. But it's
not about sys-auth/consolekit for sure.
I would grab that output and show it to people at #gentoo-portage in
Freenode IRC for clue.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] SOLVED sys-auth/consolekit-0.4.6 just sits there.
2013-08-11 17:31 ` Samuli Suominen
@ 2013-08-14 6:01 ` Dale
0 siblings, 0 replies; 3+ messages in thread
From: Dale @ 2013-08-14 6:01 UTC (permalink / raw
To: gentoo-user
Samuli Suominen wrote:
> On 11/08/13 20:12, Dale wrote:
>> I notice this starts but never does anything. I end up doing a ctrl c
>> to stop it. I tried with two different versions of portage so I don't
>> think it is portage itself.
>
> But it is. It's either Portage, or Python it's using itself. But
> it's not about sys-auth/consolekit for sure.
> I would grab that output and show it to people at #gentoo-portage in
> Freenode IRC for clue.
>
>
It seems it was python. I went back a version and I could then update
consolekit. I noticed there was a update to python again and I let it
grab the newer version. Now it works with the newer python. So, python
it was even tho it somehow only affected this one package. Weird. lol
Thanks.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-14 6:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 17:12 [gentoo-user] sys-auth/consolekit-0.4.6 just sits there Dale
2013-08-11 17:31 ` Samuli Suominen
2013-08-14 6:01 ` [gentoo-user] SOLVED " Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox