Bug 97375 - KDE addons compilation error
Summary: KDE addons compilation error
Status: RESOLVED WORKSFORME
Alias: None
Product: kfile-plugins
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Charles Samuels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 19:16 UTC by Naushad.K.A.
Modified: 2023-01-06 05:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Naushad.K.A. 2005-01-18 19:16:13 UTC
Version:            (using KDE KDE 3.3.91)
Installed from:    Compiled From Sources
Compiler:          gcc3.3.3 Suse professional-9.1 
OS:                Linux

kfile plugins cert folder did not compiled on Suse Professional 9.1 system.
In the noatun plugins folder, blurscope,charlaten, nexscope, noatunmadness, oblique, synaescope, tippercanoe folders gives errors. 

The task bar clock disappeared once while clicking for calendar display
Comment 1 David Faure 2005-01-18 19:35:31 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.

Comment 2 David Faure 2005-01-19 11:28:44 UTC
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...

Comment 3 David Faure 2005-01-19 16:58:07 UTC
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


Comment 4 David Faure 2005-01-19 17:01:28 UTC
> [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?
Comment 5 Brad Hards 2008-11-29 09:59:43 UTC
Naushad. Can you confirm that this is no longer a valid problem?
Comment 6 Andrew Crouthamel 2018-11-02 04:15:45 UTC
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!
Comment 7 Andrew Crouthamel 2018-11-16 02:44:24 UTC
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!
Comment 8 Justin Zobel 2022-12-07 00:23:50 UTC
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!
Comment 9 Bug Janitor Service 2022-12-22 05:18:27 UTC
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!
Comment 10 Bug Janitor Service 2023-01-06 05:22:21 UTC
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!