| Summary: | KDE addons compilation error | ||
|---|---|---|---|
| Product: | [Unmaintained] kfile-plugins | Reporter: | Naushad.K.A. <naushad_ka> |
| Component: | general | Assignee: | Charles Samuels <charles> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | bradh |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Naushad.K.A.
2005-01-18 19:16:13 UTC
> kfile plugins cert folder did not compiled on Suse Professional 9.1 system. What was the error? > In the noatun plugins folder, blurscope,charlaten, nexscope, noatunmadness, oblique, synaescope, tippercanoe folders gives errors. What was the error? Did you have kdemultimedia-devel installed? > The task bar clock disappeared once while clicking for calendar display Please report a kicker bug with a backtrace, this is totally unrelated to kfile-plugins. Hello, please use 97375@bugs.kde.org for your replies. > kfile_cert.cpp: In function `KSSLCertificate* readCertFromFile(const QString&) > ': > kfile_cert.cpp:110: error: `ERR_clear_error' undeclared (first use this function) > kfile_cert.cpp:127: error: `d2i_X509' undeclared (first use this function) > kfile_cert.cpp:130: error: `X509_free' undeclared (first use this function) > kfile_cert.cpp:156: error: `ERR_clear_error' undeclared (first use this > function) Hmm, probably a missing check for KSSL_HAVE_SSL but this file uses kopenssl.h which is apparently private. I'll talk to George Staikos about that one. > [noatun plugins] > cannot find -lslang Install libslang > [noatun-plugins/oblique] > kdbt.h:9:20: db_cxx.h: No such file or directory Install libdb4 devel OK this might show that some configure checks are missing in kdeaddons... CVS commit by faure: Don't compile cert/ when ssl isn't available. CCBUG: 97375 A cert/configure.in.in 1.1 M +5 -1 Makefile.am 1.7 --- kdeaddons/kfile-plugins/Makefile.am #1.6:1.7 @@ -1 +1,5 @@ -SUBDIRS=txt html desktop folder lnk cert mhtml +if include_kfileplugin_cert_SUBDIR +CERT_SUBDIR=cert +endif + +SUBDIRS=txt html desktop folder lnk $(CERT_SUBDIR) mhtml > [noatun plugins] > cannot find -lslang In fact that one looks like an indirect dependency wanted by libtool, we can't do much about it unless you investigate it - it's probably a missing package dependency. > [noatun-plugins/oblique] > kdbt.h:9:20: db_cxx.h: No such file or directory That one is strange, there is a check to disable oblique when db_cxx.h isn't available. But apparently it didn't work for you. Charles? Naushad. Can you confirm that this is no longer a valid problem? Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone! Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |