Summary: | crash when enabling show points in data manager | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Timo Lindfors <timo.lindfors> |
Component: | plotting | Assignee: | kst |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | arwalker, netterfield, syntheticpp |
Priority: | NOR | ||
Version: | 1.7.0 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Timo Lindfors
2010-06-03 14:18:05 UTC
I'm not able to reproduce this in the 1.10.0 development branch, so its possible that it has been fixed already, or that it is not highly reproducible. Building 1.10.0 failed with $ svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphics $ cd graphics $ make -f Makefile.cvs This Makefile is only for the CVS repository This will be deleted before making the distribution *** YOU'RE USING automake (GNU automake) 1.11.1. *** KDE requires automake 1.6.1 or newer Should I report this as a separate bug? Surely 1.11.1 is newer than 1.6.1. Building 1.10.0 failed with $ svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphics $ cd graphics $ make -f Makefile.cvs This Makefile is only for the CVS repository This will be deleted before making the distribution *** YOU'RE USING automake (GNU automake) 1.11.1. *** KDE requires automake 1.6.1 or newer Should I report this as a separate bug? Surely 1.11.1 is newer than 1.6.1. Commenting only on the build issue (and not the actual bug report): This is indeed a bug. The simplest solution is to edit the following file: graphics/admin/cvs.sh Look for a line (should be line 71) that reads: automake*1.6.* | automake*1.7.* | automake*1.8.* | automake*1.9.* | automake*1.10.* ) and change it to read: automake*1.6.* | automake*1.7.* | automake*1.8.* | automake*1.9.* | automake*1.10.* | automake*1.11.* ) It is also probably worth submitting a bug report under kde in general. Reported as #241718 We need to fix bug #241273 before I can try to reproduce this with 1.10.0. With the latest revision (1138336) I'm no longer able to reproduce bug #241273. Bug #241273 just got marked as wontfix. Can you update http://kst.kde.org/install.html to mention the changes that need to be done to graphics/admin/cvs.sh by the user before build? SVN commit 1147261 by arwalker: CCBUG:240597 Add note on building kst using automake 1.11 and newer M +31 -3 install.html WebSVN link: http://websvn.kde.org/?view=rev&revision=1147261 Fixed in 2.x Andrew reports this as fixed in 1.10 http://kst-plot.kde.org/install.html does not seem to exist anymore so I'm unable to test if this bug was indeed fixed or not in 1.10. Is svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphics still supposed to fetch me 1.10 so that I could test it? I'm also unable to test with kst2 since the steps to reproduce include a kst file that can not be opened: "Error opening document '/home/lindi/scm/kst/antenna_debug/antenna_debug_el_error.kst': Maybe it is a Kst 1 file which could not be read by Kst 2." Yes, sorry, but ATM we couldn't read kst1 files with kst2. As for the URLs: - svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/graphic is the right URL for kst 1.x, I just hope it still works since svn:// has been closed for write access in preparation for the migration to git. I suppose anon read-only access still works, otherwise tell us and we'll upload you a tarball somewhere - due to the revamp of the web page, the old site now needs a kst1 added, like: http://kst-plot.kde.org/kst1/install.html for the file you mention in comment #8 |