Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462706 - dev-texlive/texlive-luatex-2012-r1 fails to emerge with traceback
Summary: dev-texlive/texlive-luatex-2012-r1 fails to emerge with traceback
Status: RESOLVED DUPLICATE of bug 456296
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 17:38 UTC by MATSUI Tetsushi
Modified: 2013-03-24 00:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,4.04 KB, text/plain)
2013-03-22 17:38 UTC, MATSUI Tetsushi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUI Tetsushi 2013-03-22 17:38:14 UTC
Created attachment 342928 [details]
emerge --info

dev-texlive/texlive-luatex-2012-r1 fails to emerge with the traceback below
just after hash checks:

Traceback (most recent call last):
  File "/Users/tetsushi/Gentoo/usr/bin/emerge", line 51, in <module>
    retval = emerge_main()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/main.py", line 1045, in emerge_main
    gc_locals=locals().clear)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/actions.py", line 3959, in run_action
    myopts, myaction, myfiles, spinner)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/actions.py", line 473, in action_build
    retval = mergetask.merge()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/Scheduler.py", line 1011, in merge
    rval = self._merge()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/Scheduler.py", line 1396, in _merge
    self._main_loop()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/Scheduler.py", line 1373, in _main_loop
    self._event_loop.iteration()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/portage/util/_eventloop/EventLoop.py", line 260, in iteration
    if not x.callback(f, event, *x.args):
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/portage/util/_async/PipeLogger.py", line 89, in _output_handler
    self.wait()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 57, in wait
    self._wait_hook()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 175, in _wait_hook
    self._exit_listener_stack.pop()(self)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/SpawnProcess.py", line 165, in _pipe_logger_exit
    self.wait()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 57, in wait
    self._wait_hook()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 175, in _wait_hook
    self._exit_listener_stack.pop()(self)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/EbuildPhase.py", line 264, in _ebuild_exit
    self.wait()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 57, in wait
    self._wait_hook()
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/AsynchronousTask.py", line 175, in _wait_hook
    self._exit_listener_stack.pop()(self)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/EbuildBuild.py", line 184, in _pre_clean_exit
    already_fetched = fetcher.already_fetched(self.settings)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/_emerge/EbuildFetcher.py", line 101, in already_fetched
    self.scheduler.output(msg, log_path=self.logfile)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/portage/util/_async/SchedulerInterface.py", line 53, in output
    writemsg_level(msg, level=level, noiselevel=noiselevel)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/portage/util/__init__.py", line 101, in writemsg_level
    writemsg(msg, noiselevel=noiselevel, fd=fd)
  File "/Users/tetsushi/Gentoo/usr/lib/portage/pym/portage/util/__init__.py", line 76, in writemsg
    fd.write(mystr)
IOError: [Errno 35] Resource temporarily unavailable


Is it a problem of portage, or one of the depending eclasses?
Comment 1 MATSUI Tetsushi 2013-03-24 00:56:21 UTC
I haven't noticed the duplicate.
portage-2.2.01.21858 solves the problem.
Sorry for the noise.

*** This bug has been marked as a duplicate of bug 456296 ***