Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17731 - Typo in gnome-python-1.99.15.ebuild makes emerge attempt to install old gnome-1.4 crap...
Summary: Typo in gnome-python-1.99.15.ebuild makes emerge attempt to install old gnome...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-17 20:53 UTC by José Fonseca
Modified: 2003-03-18 10:00 UTC (History)
0 users

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


Attachments
gnome-python-1.99.15.ebuild.patch (gnome-python-1.99.15.ebuild.patch,394 bytes, patch)
2003-03-17 20:54 UTC, José Fonseca
Details | Diff
gnome-python-1.99.15.ebuild.patch (gnome-python-1.99.15.ebuild.patch,394 bytes, patch)
2003-03-17 20:54 UTC, José Fonseca
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description José Fonseca 2003-03-17 20:53:13 UTC
... such as control-center-1.4.0.5, libghttp-1.0.9-r3, gtkhtml-1.1.8.

See patch for fix.

BTW, is it wise to leave the old gnome-1.4 stuff around in portage, some of
which can't coexist with a gnome-2.x (e.g. control-center, IIRC), and can break
things. XMMS is another ebuild which is always trying to install old GNOME stuff
unless I pass USE="-gnome" to emerge...

Reproducible: Always
Steps to Reproduce:
Comment 1 José Fonseca 2003-03-17 20:54:26 UTC
Created attachment 9549 [details, diff]
gnome-python-1.99.15.ebuild.patch

Fix typo.
Comment 2 José Fonseca 2003-03-17 20:54:50 UTC
Created attachment 9550 [details, diff]
gnome-python-1.99.15.ebuild.patch
Comment 3 José Fonseca 2003-03-17 20:57:09 UTC
Comment on attachment 9550 [details, diff]
gnome-python-1.99.15.ebuild.patch

Sorry for the dup, but bugzilla gave me an error msg making me think that the
attachment didn't succeed.
Comment 4 Spider (RETIRED) gentoo-dev 2003-03-17 22:29:40 UTC
thanks for the patch on gtkhtml/gnome-python

as for gnome-1.4 stuff, yes.
the things that actively break have been tagged as conflicting with the gnome2 packages, the otehrs should well be able to cooperate, if they overwrite eachother, please tell exactly how the conflicts occur.

and the dependencies for xmms are right in this case, we still provide and support the gnome 1.4 environment, and that will probably remain the case for quite some time from now.
Comment 5 José Fonseca 2003-03-18 09:46:04 UTC
Perhaps I'm made some confusion here, as I thought control-center-1.4.0.5 should block control-center-2.* ! They can't be running at the same time, but after looking to the source I noticed that they have different executable names (/usr/bin/control-center and /usr/bin/gnome-control-center respectively).

The issue with XMMS is the same:

----------------------------------------------------------------------
localhost root # emerge -p xmms
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild    U ] gnome-base/control-center-1.4.0.5-r1 [2.2.1]
[ebuild    U ] gnome-base/gnome-panel-1.4.2-r2 [2.2.1]
[ebuild   R  ] media-sound/xmms-1.2.7-r19
 
localhost root # USE="-gnome" emerge -p xmms
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild   R  ] media-sound/xmms-1.2.7-r19
---------------------------------------------------------------------- 

That is, unless you pass USE="-gnome" emerge attempts to install old gnome crap, but as I noticed above, this is not critical (no files would be overwritten), just annoying, because the old control-center and gnome-panel have no use now.
Comment 6 foser (RETIRED) gentoo-dev 2003-03-18 10:00:19 UTC
actually the correct dep would be =gnome-extra/libgtkhtml-2* by now, with the (soon to be) introduction of libgtkhtml-3 . As a reminder to the gnome ebuilders.