Bug 195846 - app-office/qtstalker-0.35 version bump
|
Bug#:
195846
|
Product: Gentoo Linux
|
Version: 2007.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: desktop-misc@gentoo.org
|
Reported By: arttuv69@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: app-office/qtstalker-0.35 version bump
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2007-10-14 14:32 0000
|
QTstalker 0.35 has been released a few weeks ago. The ebuild dated 2007-08-23
for version 0.34 in Bug #185463 seems to work as such, and out of the two
patches required by the version 0.34 ebuild only the dont-install-docs needed
to be changed.
Reproducible: Always
And let's not forget the ta-lib dependency, which should be added to the ebuild
once it is added to Portage ( that dependency to Bug #139587 ).
*** Bug 185463 has been marked as a duplicate of this bug. ***
This line in the build triggers the following errors (and many, many others):
i686-pc-linux-gnu-g++ -o qtstalker Qtstalker.o PortfolioDialog.o Tester.o
ChartPage.o GroupPage.o PortfolioPage.o TestPage.o IndicatorPage.
o NavigatorTab.o ScannerPage.o Scanner.o ChartToolbar.o MainMenubar.o
TesterReport.o TesterRulePage.o TesterTestPage.o TesterStopPage.o Test
erChartPage.o moc_Qtstalker.o moc_PortfolioDialog.o moc_Tester.o
moc_ChartPage.o moc_GroupPage.o moc_PortfolioPage.o moc_TestPage.o moc_Indi
catorPage.o moc_NavigatorTab.o moc_ScannerPage.o moc_Scanner.o
moc_ChartToolbar.o moc_MainMenubar.o moc_TesterReport.o moc_TesterRulePage.o
moc_TesterTestPage.o moc_TesterStopPage.o moc_TesterChartPage.o
-L/usr/qt/3/lib -L/usr/X11R6/lib -L../lib -lqtstalker -ldl -lqt-mt -lXext
-lX11 -lm -lpthread
Qtstalker.o: In function `QtstalkerApp::slotDeleteCO(QString)':
Qtstalker.cpp:(.text+0x93): undefined reference to
`DBIndex::deleteChartObject(QString&, QString&)'
...
DBIndex.h is under the qtstalker/lib/ directory. I couldn't see how to fix it.
(Maybe this should be a separate report?)
I tracked my problem down to an old version of libqtstalker.so in /usr/lib. I
manually removed and retried and it works great now.
Needs to be fixed or removed, current version is completely broken.
bumped.
i did make some big changes to the ebuild. let me know if anything doesn't
work. i went through the Get Started part of the manual and it seemed to be
okay.
i didn't use the doc USE flag because without the html docs the help system is
broken. that would be a regression compared to previous versions.