Bug 110414 - wrong configure detection for the library cvsservice
Summary: wrong configure detection for the library cvsservice
Status: RESOLVED WORKSFORME
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 19:55 UTC by Yan Morin
Modified: 2005-11-28 02:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yan Morin 2005-08-08 19:55:29 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

the configure script didn't tell me that I need kdesvk-devel package to compile quanta.
It fail for the last linking.

I've just use 'yum install kdesdk-devel', and it work when I restart make.

Expected:
the configure script should failed and say that the user must install kdesdk-devel package.
Comment 1 András Manţia 2005-08-08 20:08:47 UTC
What is your KDE and Quanta version?
Comment 2 András Manţia 2005-08-08 20:14:43 UTC
And please post the result of the configure output (where it checks for 
cvsservice).
Comment 3 Yan Morin 2005-08-08 21:24:25 UTC
KDE 3.4.2 and Quanta (from fedora core 4 package)
I've compiled and installed kdelibs and kdewebdev this morning from 3.5 branches (svn).

In config.log: (line with cvsservice)
include_cvsservice_FALSE='#'
include_cvsservice_TRUE=''

ac_cv_header_cvsservice_stub_h=yes

configure:34175: checking cvsservice_stub.h usability
configure:34187: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/lib/qt-3.3/include -I/usr/X11R6/include  conftest.cc >&5
configure:34193: $? = 0
configure:34197: test -z
             || test ! -s conftest.err
configure:34200: $? = 0
configure:34203: test -s conftest.o
configure:34206: $? = 0
configure:34216: result: yes
configure:34220: checking cvsservice_stub.h presence
configure:34230: g++ -E  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/lib/qt-3.3/include -I/usr/X11R6/include  conftest.cc
configure:34236: $? = 0
configure:34256: result: yes
configure:34291: checking for cvsservice_stub.h
configure:34298: result: yes
Comment 4 András Manţia 2005-11-07 20:11:49 UTC
Sorry, cannot fix it without further information. I don't even know what 
is in your kdesdk-devel package. 
Comment 5 Yan Morin 2005-11-28 02:25:02 UTC
I can't help until summer, so it's better to close it. For the bug, I didn't have kdesdk-devel package as I said and the configure script was not failing even if I hadn't the package.