Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155924 - dev-python/sip-4.2.1 depends on x11-libs/qt-4
Summary: dev-python/sip-4.2.1 depends on x11-libs/qt-4
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 03:03 UTC by annagul
Modified: 2006-11-22 03:58 UTC (History)
1 user (show)

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 annagul 2006-11-22 03:03:51 UTC
When I done my "emerge -uDN world", I saw portage wanted to install qt-4 in a new slot. I've got qt-3.3.6-r4 (with kde-3.5.5), and I don't want to install other qt slot. The blame of this is dev-python/sip, who had got a qt dependency in his ebuild. My question is, why?

Sorry for my English.

Luis
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-22 03:32:26 UTC
echo "=x11-libs/qt-4*" >> /etc/portage/package.mask
Comment 2 annagul 2006-11-22 03:40:38 UTC
(In reply to comment #1)
> echo "=x11-libs/qt-4*" >> /etc/portage/package.mask
> 

Thanks, I know and done it. But Is it possible than the ebuild not try to install qt-4*? In other words, if I've got qt-3 installed, I don't to install qt-4!

Another time, sorry for my English :-)
And thanks you,

Luis

Comment 3 Marijn Schouten (RETIRED) gentoo-dev 2006-11-22 03:41:08 UTC
both dev-python/sip-4.2.1 and 4.5 don't want qt4 on my system (only qt-3.3.6-r4 is installed).

Luis, emerge output with --tree would be helpful.
Comment 4 annagul 2006-11-22 03:47:38 UTC
(In reply to comment #3)
> both dev-python/sip-4.2.1 and 4.5 don't want qt4 on my system (only qt-3.3.6-r4
> is installed).
> 
> Luis, emerge output with --tree would be helpful.
> 

It's installed dev-python/sip-4.2.1, and I think it is who try to install qt-4*. Look at my emerge --tree:
-------------------------------------------------------------------------------
galileo ~ # emerge --update --deep --pretend --tree world

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[ebuild  N    ] net-print/foomatic-db-20060720  12,055 kB 
[nomerge      ] net-print/hplip-0.9.7-r3  USE="X cups foomaticdb ppds qt3 usb -scanner -snmp" 
[ebuild     U ]  net-print/foomatic-db-engine-3.0.20060720 [3.0.2] 306 kB 
[ebuild     U ]   net-print/foomatic-filters-3.0.20060720 [3.0.2-r1] USE="cups (-samba%)" 161 kB 
[nomerge      ]  dev-python/PyQt-3.14.1-r2  USE="-debug -doc -examples" 
[nomerge      ]   dev-python/sip-4.2.1  USE="-debug -doc" 
[ebuild  NS   ]    x11-libs/qt-4.1.4-r2  USE="cups gif jpeg mng opengl png zlib -accessibility -debug -doc -examples -firebird -mysql -nas -nis -odbc -postgres -sqlite -xinerama" 31,420 kB 

Total size of downloads: 43,944 kB
--------------------------------------------------------------------------------

Thanks for all,

Luis
Comment 5 Marijn Schouten (RETIRED) gentoo-dev 2006-11-22 03:58:49 UTC
the --deep flag says to emerge the latest version of all dependencies, including Qt.