Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115219 - www-client/mozilla-firefox-1.5-r2 wants non-modular x11
Summary: www-client/mozilla-firefox-1.5-r2 wants non-modular x11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 11:54 UTC by Thomas Meyer
Modified: 2005-12-18 09:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Meyer 2005-12-11 11:54:46 UTC
emerge -u mozilla-firefox -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] x11-libs/libXft (is blocking x11-base/xorg-x11-6.8.2-r6)
[ebuild     U ] x11-libs/pango-1.10.2 [1.10.1] 
[ebuild     UD] x11-base/xorg-x11-6.8.2-r6 [7.0.0_rc3] 
[ebuild  N    ] virtual/x11-6.8  
[ebuild     U ] www-client/mozilla-firefox-1.5-r2 [1.5] 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
xorg-x11-6.8 is emerged
Comment 1 Jan Vansteenkiste 2005-12-15 03:08:29 UTC
You have to add the virtual/x11-7.0 in your local portage overlay.
You can find a howto on the gentoo-wiki site that explains how it is done.
After this, everything works fine
Comment 2 Jan Vansteenkiste 2005-12-15 03:12:54 UTC
http://gentoo-wiki.com/HOWTO_Modular_Xorg

[solution]
mkdir -p /usr/local/portage
echo 'PORTDIR_OVERLAY="/usr/local/portage"' >> /etc/make.conf

Then you need to create the proper dir for x11 virtual and copy paste 6.8
version...

mkdir -p /usr/local/portage/virtual/x11
cp /usr/portage/virtual/x11/x11-6.8.ebuild
/usr/local/portage/virtual/x11/x11-7.0.ebuild
nano -w x11-7.0.ebuild # Change the version of xorg-x11 in RDEPEND line
ebuild x11-7.0.ebuild digest

[/solution]
Comment 3 Jory A. Pratt 2005-12-15 06:53:38 UTC
This is not a proper fix at all and I would not suggest it I know deps have to
be straightened out and will work on them tonight when I get in from work.
Comment 4 Jory A. Pratt 2005-12-18 09:37:07 UTC
Thanks spyderous and cardoe for correcting eclasses.