bugGnash - The GNU Flash player - Bugs: bug #27970, configure should check for kde...

 
 

bug #27970: configure should check for kde development packages

Submitted by:  Praveen Arimbrathodiyil <praveen_a>
Submitted on:  Sun 08 Nov 2009 11:24:47 AM UTC  
 
Category: buildSeverity: 3 - Normal
Release: trunkStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sat 04 Dec 2010 09:53:41 PM UTC, comment #2:

Seems to be fixed now:

dnl Look for the kdecore library, which is required
if test x"${ac_cv_path_kde4_lib}" != x; then
AC_MSG_CHECKING([for kdecore library])
if test -f ${kde4_topdir}/libkdecore.so; then
ac_cv_path_kde4_lib="${ac_cv_path_kde4_lib} -lkdecore"
AC_MSG_RESULT(${kde4_topdir}/libkdecore)
else
AC_MSG_RESULT(no)
fi
fi

Sandro Santilli <strk>
Project Member
Sun 08 Nov 2009 11:40:25 AM UTC, comment #1:

macros/kde4.m4 is looking for libkdecore.la, but g++ wants libkdecore.so

if test x"${ac_cv_path_kde4_lib}" != x; then
AC_MSG_CHECKING([for kdecore library])
if test -f ${kde4_topdir}/libkdecore.la; then
ac_cv_path_kde4_lib="${ac_cv_path_kde4_lib} -lkdecore"
AC_MSG_RESULT(${kde4_topdir}/libkdecore)
else
AC_MSG_RESULT(no)
fi
fi

g++: /usr/lib64/libkdecore.so: No such file or directory

Praveen Arimbrathodiyil <praveen_a>
Sun 08 Nov 2009 11:24:47 AM UTC, original submission:

Build fails to find kde shared libraries installed by kdelibs-devel package. configure should look for these so files and report error if it can't find it. Also the so files it needs are found in /usr/lib64/kde4/devel/ which configure could not find.

libtool: link: g++ -g -O2 -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused -fvisibility-inlines-hidden -Wl,--as-needed -o .libs/kde4-gnash kde4_gnash-gnash.o kde4_gnash-gui.o kde4_gnash-Player.o kde4_gnash-NullGui.o kde4_gnash-GuiKde4.o kde4_gnash-Kde4GlueAgg.o kde4_gnash-Kde4Gui.o -Wl,--export-dynamic ../libamf/.libs/libgnashamf.so -L/usr/lib64 ../libnet/.libs/libgnashnet.so ../libmedia/.libs/libgnashmedia.so ../libcore/.libs/libgnashcore.so /home/pravi/forge/gnash/trunk/libnet/.libs/libgnashnet.so /home/pravi/forge/gnash/trunk/libamf/.libs/libgnashamf.so /home/pravi/forge/gnash/trunk/libbase/.libs/libgnashbase.so -lfreetype -lfontconfig /home/pravi/forge/gnash/trunk/libmedia/.libs/libgnashmedia.so -lgstapp-0.10 -lgstbase-0.10 -lspeex -lspeexdsp /home/pravi/forge/gnash/trunk/libsound/.libs/libgnashsound.so ../libsound/.libs/libgnashsound.so -lSDL ../libbase/.libs/libgnashbase.so -ljpeg -lpng12 -lgif -lltdl -lcurl -lboost_thread-mt -lboost_date_time-mt -lgstpbutils-0.10 -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -L/usr/lib64/qt-3.3/lib /usr/lib64/libkdeprint.so /usr/lib64/libkparts.so /usr/lib64/libkio.so /usr/lib64/libkdeui.so /usr/lib64/libkdesu.so /usr/lib64/libkwalletclient.so /usr/lib64/libkdecore.so /usr/lib64/libDCOP.so -lresolv -lutil /usr/lib64/libkdefx.so -lqt-mt -lXext -lSM -lICE -lpthread -lXrender -lz ../backend/.libs/libgnashagg.a -L/opt/qt4/lib -lQtGui -lQtCore -lagg -lc -lrt -lX11 -lXi -lbz2 -llber -ldl -pthread -Wl,-rpath -Wl,/usr/local/lib/gnash
g++: /usr/lib64/libkdeprint.so: No such file or directory
g++: /usr/lib64/libkparts.so: No such file or directory
g++: /usr/lib64/libkio.so: No such file or directory
g++: /usr/lib64/libkdeui.so: No such file or directory
g++: /usr/lib64/libkdesu.so: No such file or directory
g++: /usr/lib64/libkwalletclient.so: No such file or directory
g++: /usr/lib64/libkdecore.so: No such file or directory
g++: /usr/lib64/libDCOP.so: No such file or directory
g++: /usr/lib64/libkdefx.so: No such file or directory
make[4]: *** [kde4-gnash] Error 1
make[4]: Leaving directory `/home/pravi/forge/gnash/trunk/gui'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pravi/forge/gnash/trunk/gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/pravi/forge/gnash/trunk/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pravi/forge/gnash/trunk'
make: *** [all] Error 2
[pravi@savannah trunk]$ ls /usr/lib64/libkdeprint.
libkdeprint.la libkdeprint.so.4 libkdeprint.so.4.2.0

Praveen Arimbrathodiyil <praveen_a>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by strk (Posted a comment)
  • -unavailable- added by praveen_a (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 04 Dec 2010 09:53:41 PM UTCstrkStatusNone=>Fixed
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1