Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34323 - dev-libs/qsa - IDE feature is hard disabled
Summary: dev-libs/qsa - IDE feature is hard disabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 03:28 UTC by Miguel Revilla Rodríguez
Modified: 2007-09-14 12:01 UTC (History)
2 users (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 Miguel Revilla Rodríguez 2003-11-25 03:28:15 UTC
QSA includes its own development environment, which is hard disabled in the ebuild through the 
option "-no-ide". Perharps it should be always enabled or, even better, enabled or disabled with 
an use flag. Anyway, the current behaviour is not acceptable because some users (like myself) 
really need the IDE to be enabled. 

Reproducible: Always
Steps to Reproduce:
1. emerge qsa 
 
2. 
 
3. 
 
Actual Results:  
QSA IDE is disabled. 

Expected Results:  
QSA IDE should be enabled.
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2004-12-11 17:16:48 UTC
If I'm not mistaken this bug has been solved in the 1.1.1 version.
If so, please close this one. Thanx.
Comment 2 Dan Armak (RETIRED) gentoo-dev 2005-02-05 04:23:24 UTC
AFAICS qsa 1.1.1 doesn't build/install an ide either. It installs no binaries
at all...
Someone who understands the qt build system better should comment on where it
goes to.
Comment 3 Norberto Bensa 2005-12-22 16:07:44 UTC
Hmm... Two years old, not fixed yet? Is anyone looking at this bug?

$ equery f qsa
[ Searching for packages matching qsa... ]
* Contents of dev-libs/qsa-1.1.1:
/usr
/usr/qt
/usr/qt/3
/usr/qt/3/include
/usr/qt/3/include/qsaglobal.h
/usr/qt/3/include/qsargument.h
/usr/qt/3/include/qsconfig.h
/usr/qt/3/include/qseditor.h
/usr/qt/3/include/qsinputdialogfactory.h
/usr/qt/3/include/qsinterpreter.h
/usr/qt/3/include/qsobjectfactory.h
/usr/qt/3/include/qsproject.h
/usr/qt/3/include/qsscript.h
/usr/qt/3/include/qsutilfactory.h
/usr/qt/3/include/qsworkbench.h
/usr/qt/3/include/qswrapperfactory.h
/usr/qt/3/lib
/usr/qt/3/lib/libqsa.prl
/usr/qt/3/lib/libqsa.so -> libqsa.so.1
/usr/qt/3/lib/libqsa.so.1 -> libqsa.so.1.1
/usr/qt/3/lib/libqsa.so.1.1 -> libqsa.so.1.1.1
/usr/qt/3/lib/libqsa.so.1.1.1
/usr/qt/3/mkspecs
/usr/qt/3/mkspecs/linux-g++
/usr/qt/3/mkspecs/linux-g++/qsa.prf
/usr/qt/3/plugins
/usr/qt/3/plugins/designer
/usr/qt/3/plugins/designer/libqseditorplugin.so
/usr/share
/usr/share/doc
/usr/share/doc/qsa-1.1.1
/usr/share/doc/qsa-1.1.1/README.gz
/usr/share/doc/qsa-1.1.1/changes-1.1.1.gz
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-23 08:54:25 UTC
(In reply to comment #3)
> Hmm... Two years old, not fixed yet? Is anyone looking at this bug?

Please take into account that we have more than 500 Qt/KDE related packages to care for, but are only a handfull of more or less active maintainers.
Comment 5 Norberto Bensa 2005-12-23 17:53:52 UTC
No problem. Take your time. I don't have patches but I can test if you need testers. 
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-08-19 14:57:54 UTC
Is anyone actually maintaining this? If not, you might want to remove it. Also, the ebuild is outdated, current version is 1.1.4
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-01-21 14:52:37 UTC
Zzzzz....
Comment 8 Przemyslaw Maciag (RETIRED) gentoo-dev 2007-03-07 22:43:47 UTC
Could we just change "ide" use flag to "no-ide"?

I think I remember, that all use _should_ enable things and not disable them. Altough - in this example - default behaviour, expected for user, would be to install ide by default. IMHO ;)

just my 2 cents ;)

Cheers,
Przemek
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2007-09-14 12:01:12 UTC
This is fixed in 1.1.5 (USE=ide), closing. And no, no-* flags totally suck.