Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232985 - portage-2.2_rc2 and rc3: emerge allows parallel-fetch to keep running when it shouldn't
Summary: portage-2.2_rc2 and rc3: emerge allows parallel-fetch to keep running when it...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 210077
  Show dependency tree
 
Reported: 2008-07-26 09:29 UTC by Juergen Rose
Modified: 2008-07-30 09:59 UTC (History)
1 user (show)

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


Attachments
cancel fetchers when they are all that's keeping the main loop alive (cancel-fetchers.patch,607 bytes, patch)
2008-07-26 12:38 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2008-07-26 09:29:40 UTC
'emerge -pvuDN world' needs very long (more than 40 minutes) trying to download cups-1.3.8-source.tar.bz2. Sometimes I see the message "Fetching files in the background. To view fetch progress, run `tail -f /var/log/emerge-fetch.log` in another terminal", but not everytime. E.g. just now I see in the window, were I started 'emerge -pvuDN world' as the last message:

/usr/lib/tcl8.5 is not a valid Tcl/Tk library directory
Check the definitions of TCL_LIBRARY_PATH and TK_LIBRARY_PATH
make: *** [/usr/lib/tcl8.5/tclIndex] Error 1
 * 
 * ERROR: media-tv/nxtvepg-2.8.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2174:  Called die
 * The specific snippet of code:
 *           emake -j1 CC=$(tc-getCC) prefix="/usr" || die "emake failed";
 *  The die message:
 *   emake failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-tv/nxtvepg-2.8.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-tv/nxtvepg-2.8.0/temp/environment'.
 * 

and nothing happens for several minutes. If I try in a other window 'tail -f /var/log/emerge-fetch.log', I get the message: "Connecting to belnet.dl.sourceforge.net|193.190.198.97|:80...", so I see emerge is trying to download something. But it would be good to have some information in the window, where I started 'emerge -uvDN world'.
Comment 1 lordcris 2008-07-26 09:43:18 UTC
same here
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2008-07-26 10:07:57 UTC

*** This bug has been marked as a duplicate of bug 232978 ***
Comment 3 Juergen Rose 2008-07-26 11:29:45 UTC
I would like to reopen the bug. I mean it is not a duplicate of bug 232978.
The core of this bug is not the missing tar file, but the long hanging of emerge without any message about the problem.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-26 12:03:36 UTC
Which Portage version are you using? I did override FETCHCOMMAND locally, because default wget time out values suck completely, but I don't know, if this really is the reason Portage stalls here.
Comment 5 Juergen Rose 2008-07-26 12:07:13 UTC
Hi Carsten,

I am using portage-2.2_rc3.

Juergen
Comment 6 Zac Medico gentoo-dev 2008-07-26 12:38:02 UTC
Created attachment 161413 [details, diff]
cancel fetchers when they are all that's keeping the main loop alive

Somebody reported this yesterday and it was fixed in svn r11185.
Comment 7 Zac Medico gentoo-dev 2008-07-30 09:59:28 UTC
This is fixed in 2.2_rc4.