Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100254 - can't emerge packages due to DEPEND/*DEPEND problem with cross-*/glibc-2.3.5-r1
Summary: can't emerge packages due to DEPEND/*DEPEND problem with cross-*/glibc-2.3.5-r1
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 10:55 UTC by Matt Hargett
Modified: 2005-10-16 13:44 UTC (History)
2 users (show)

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


Attachments
emerge --debug --pretend world log file (cross-mips64-portage-bug.log.zip,4.63 KB, text/plain)
2005-07-25 10:56 UTC, Matt Hargett
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Hargett 2005-07-25 10:55:41 UTC
As of a week or so ago, I can't emerge new packages. sync works fine, but 
trying to emerge world even with --pretend results in the following error: 
"!!! Problem with ebuild cross-mips64-unknown-linux-gnu/glibc-2.3.5-r1 
!!! Possibly a DEPEND/*DEPEND problem. 
 
!!! Depgraph creation failed. 
" 
 
--debug log is attached. 
 

Reproducible: Always
Steps to Reproduce:
1.emerge --pretend world 
2. 
3. 
 
Actual Results:  
!!! Problem with ebuild cross-mips64-unknown-linux-gnu/glibc-2.3.5-r1 
!!! Possibly a DEPEND/*DEPEND problem. 
 
!!! Depgraph creation failed. 
 

Expected Results:  
should give me a list of packages that would be merged if I had done 'emerge 
world'. 

This stopped working a week or so ago (7/17). I seem to recall there being an 
update to portage around then?
Comment 1 Matt Hargett 2005-07-25 10:56:29 UTC
Created attachment 64284 [details]
emerge --debug --pretend world log file
Comment 2 Stian Skjelstad 2005-07-25 14:31:15 UTC
Using crossdev and re-emerge the the cross toolchain should make things work
again by updating all the involved packages, but the cause of the problem would
be better to know.
Comment 3 SpanKY gentoo-dev 2005-07-25 16:04:13 UTC
that's because of some funky 32bit stuff eradicator added, not a portage bug
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-26 01:00:27 UTC
do you have /usr/local/portage/cross-mips-unknown-linux-gnu setup properly?
Comment 5 SpanKY gentoo-dev 2005-07-26 06:41:21 UTC
probably not seeing as how he asked for mips64 and not mips with crossdev
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-26 12:32:34 UTC
well then that's the problem because it's strying to build a multilib mip64
compiler, so it needs both the mips-* and mips64-* glibc installed for that
Comment 7 SpanKY gentoo-dev 2005-07-26 15:11:15 UTC
yes, but forcing multilib crap onto people is wrong

why do you need 32bit libs if you dont want them
Comment 8 Jeremy Huddleston (RETIRED) gentoo-dev 2005-10-16 13:44:55 UTC
this is now resolved...