vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Im new to linux, and im using slackware 10.2 on the 2.6 kernel. I have just installed the slackware package of the latest KDevelop, and i have a problem that it crashes without any errors when i press the create project button, it just closes. I have reinstalled it without any effect on the problem, I have checked and i have all the required software listed on the kdevelop web site. When i try to compile it from source, i do get a problem though i am unsure if this is related to the crash though i.e maybe a missing lib or something. I have attached a text file of the the errored output from make and make install, as you can see there are some errors but i dont know if there related as the slackware package installs just fine. Thanks very much for any help, i really appreciate it. Jack |
| |||
| On 2006-05-18, JackC <tnt@tnt.com> wrote: > --nextPart3366129.flAnGaHvF9 > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: 8Bit > > Hi, > > Im new to linux, and im using slackware 10.2 on the 2.6 kernel. > > I have just installed the slackware package of the latest KDevelop, and i > have a problem that it crashes without any errors when i press the create > project button, it just closes. I have reinstalled it without any effect on > the problem, I have checked and i have all the required software listed on > the kdevelop web site. > > When i try to compile it from source, i do get a problem though i am unsure > if this is related to the crash though i.e maybe a missing lib or > something. I have attached a text file of the the errored output from make > and make install, as you can see there are some errors but i dont know if > there related as the slackware package installs just fine. > > > Thanks very much for any help, i really appreciate it. > > Jack <snip> First and second thing you'd want to do is `ldd kdevelop' and try starting it a terminal to see what it's failing on. (ldd will give you it's dependencies) While someone may find it usefull to see the entire build process output, I can't help you there. -- Best Regards, Mike Reynolds |
| |||
| I'm having the exact same problem as JackC. The problem is that kdevelop does not report any error, nor missing dependencies. It starts correctly, but after choosing to make a new project, it suddenly closes. There is no output on the terminal. I did once try to compile from source as well, which failed too. I do not remember what the error was. |
| ||||
| Ok, after doing an strace on kdevelop, I identified the problem: open("/usr/lib/tls/i686/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/tls/i686", 0xbfbf4948) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/tls", 0xbfbf4948) = -1 ENOENT (No such file or directory) open("/usr/lib/i686/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/i686", 0xbfbf4948) = -1 ENOENT (No such file or directory) open("/usr/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=33808, ...}) = 0 munmap(0xb5c44000, 75029) = 0 munmap(0xb5c57000, 76596) = 0 open("/opt/kde/lib/kde3/libcvsserviceintegrator.so", O_RDONLY) = 14 read(14, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\ 213\0"..., 512) = 512 fstat64(14, {st_mode=S_IFREG|0755, st_size=73804, ...}) = 0 mmap2(NULL, 76596, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0xb5c57000 mmap2(0xb5c68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x10) = 0xb5c68000 close(14) = 0 open("/opt/kde/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/./libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/qt/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/./libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/qt/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/libcvsservice.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 14 A lot of errors on libcvsservice indeed. So I searched on the slackware pkg site for packages containing this library, which turns out to be kdesdk. After installing this package, kdevelop works fine. so, jackC, try to install kdesdk as well, hopefully that'll work for you too... patrickdepinguin@gmail.com wrote: > I'm having the exact same problem as JackC. > > The problem is that kdevelop does not report any error, nor missing > dependencies. It starts correctly, but after choosing to make a new > project, it suddenly closes. There is no output on the terminal. > > I did once try to compile from source as well, which failed too. I do > not remember what the error was. |
| Thread Tools | |
| Display Modes | |
|
|