Bug#327159: Missing dependency on kdepim

2005-09-11 Thread Matt Kraai
On Sun, Sep 11, 2005 at 05:19:46PM +0200, Kurt Roeckx wrote:
> reassign 327159 kdepim-dev
> retitle 327159 kdepim-dev: Missing dependency on kitchensync
> thanks
> 
> > > This should dependencies kitchensync, not kdepim.  kdepim is a
> > > meta package.
> > 
> > OK.  I've reassigned this bug to kdebluetooth.
> 
> The bug was on the right package, it just was a missing
> dependency on the wrong package.  kitchensync is also part of the
> kdepim source package.

Oh, sorry for misunderstanding.

-- 
Matt


signature.asc
Description: Digital signature


Bug#327159: Missing dependency on kdepim

2005-09-11 Thread Matt Kraai
reassign 327159 kdebluetooth
retitle 327159 FTBFS: Missing build-dependency on kitchensync
thanks

On Sun, Sep 11, 2005 at 04:55:29PM +0200, Kurt Roeckx wrote:
> On Wed, Sep 07, 2005 at 04:23:55PM -0700, Matt Kraai wrote:
> > Package: kdepim-dev
> > Version: 4:3.4.2-1
> > Severity: serious
> > 
> > kdebluetooth fails to build because it cannot link against
> > /usr/lib/libkonnector.so and /usr/lib/libksync2.so.  These symlinks,
> > provided by kdepim-dev, are present because kdebluetooth build-depends
> > on kdepim-dev, but the files that they point to are not present
> > because kdepim-dev does not depend on kdepim.
> 
> This should dependencies kitchensync, not kdepim.  kdepim is a
> meta package.

OK.  I've reassigned this bug to kdebluetooth.

> ksync seems to be have an older version of the library?

According to the package description, ksync contains an application,
not a library.

-- 
Matt


signature.asc
Description: Digital signature


Bug#327159: Missing dependency on kdepim

2005-09-07 Thread Matt Kraai
Package: kdepim-dev
Version: 4:3.4.2-1
Severity: serious

kdebluetooth fails to build because it cannot link against
/usr/lib/libkonnector.so and /usr/lib/libksync2.so.  These symlinks,
provided by kdepim-dev, are present because kdebluetooth build-depends
on kdepim-dev, but the files that they point to are not present
because kdepim-dev does not depend on kdepim.

-- 
Matt


signature.asc
Description: Digital signature


Bug#277594: FTBFS: out-of-date Java bindings

2004-10-22 Thread Matt Kraai
On Fri, Oct 22, 2004 at 02:39:07AM +0200, Adeodato Simó wrote:
> * Matt Kraai [Wed, 20 Oct 2004 08:45:15 -0700]:
> > Package: kdebindings
> > Version: 4:3.2.3-1
> > Severity: serious
> > Tags: patch
> 
> > The Java bindings fail to compile:
> 
>   the 3.3.0 version of kdebindings is currently in the NEW queue, and it
>   has been successfully build by me and Riku Voipio.
> 
>   also, I rebuilt not long ago kdebindings 3.2.3 in sarge, and it did
>   without trouble. do you know what exactly causes the failure?
> 
>   there's still an upload to sarge left, so we'll have to find out it
>   the patch will be needed for it.

The failure seemed to be caused by a mismatch between the bindings and
the code that they were wrapping.  If sarge doesn't contain 3.3.0, it
should probably work fine.

-- 
Matt



Bug#277594: FTBFS: out-of-date Java bindings

2004-10-20 Thread Matt Kraai
Package: kdebindings
Version: 4:3.2.3-1
Severity: serious
Tags: patch

The Java bindings fail to compile:

 if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ 
-DHAVE_CONFIG_H -I. -I../../../../kdejava/koala/kdejava -I../../.. 
-I../../../../kdejava/koala/kdejava/../../../qtjava/javalib 
-I../../../../kdejava/koala/kdejava/.. -I/usr/include -I/usr/include/kde 
-I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT 
KSSLKeyGen.lo -MD -MP -MF ".deps/KSSLKeyGen.Tpo" -c -o KSSLKeyGen.lo 
../../../../kdejava/koala/kdejava/KSSLKeyGen.cpp; \
 then mv -f ".deps/KSSLKeyGen.Tpo" ".deps/KSSLKeyGen.Plo"; else rm -f 
".deps/KSSLKeyGen.Tpo"; exit 1; fi
 ../../../../kdejava/koala/kdejava/KSSLKeyGen.cpp: In function `jint

Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2I(JNIEnv*,
__jclass*, __jstring*, __jstring*, int)':
 ../../../../kdejava/koala/kdejava/KSSLKeyGen.cpp:420: error: cannot call member
function `int KSSLKeyGen::generateCSR(const QString&, const QString&, int,
int)' without object
 ../../../../kdejava/koala/kdejava/KSSLKeyGen.cpp: In function `jint

Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2II(JNIEnv*,
__jclass*, __jstring*, __jstring*, int, int)':
 ../../../../kdejava/koala/kdejava/KSSLKeyGen.cpp:430: error: cannot call member
function `int KSSLKeyGen::generateCSR(const QString&, const QString&, int,
int)' without object

The attached patch, extracted from upstream, fixes the build.

-- 
Matt
diff -Nru kdebindings-3.2.3-old/kdejava/koala/kdejava/KCatalogue.cpp 
kdebindings-3.2.3/kdejava/koala/kdejava/KCatalogue.cpp
--- kdebindings-3.2.3-old/kdejava/koala/kdejava/KCatalogue.cpp  2003-12-22 
19:20:59.0 -0800
+++ kdebindings-3.2.3/kdejava/koala/kdejava/KCatalogue.cpp  2004-10-19 
07:07:37.0 -0700
@@ -77,14 +77,6 @@
return;
 }
 
-JNIEXPORT void JNICALL
-Java_org_kde_koala_KCatalogue_setFileName(JNIEnv* env, jobject obj, jstring 
fileName)
-{
-static QString* _qstring_fileName = 0;
-   ((KCatalogue*) QtSupport::getQt(env, obj))->setFileName((const 
QString&)*(QString*) QtSupport::toQString(env, fileName, &_qstring_fileName));
-   return;
-}
-
 JNIEXPORT jstring JNICALL
 Java_org_kde_koala_KCatalogue_translate(JNIEnv* env, jobject obj, jstring 
msgid)
 {
diff -Nru kdebindings-3.2.3-old/kdejava/koala/kdejava/KSSLKeyGen.cpp 
kdebindings-3.2.3/kdejava/koala/kdejava/KSSLKeyGen.cpp
--- kdebindings-3.2.3-old/kdejava/koala/kdejava/KSSLKeyGen.cpp  2004-01-03 
09:53:30.0 -0800
+++ kdebindings-3.2.3/kdejava/koala/kdejava/KSSLKeyGen.cpp  2004-10-18 
11:14:46.0 -0700
@@ -412,22 +412,20 @@
 }
 
 JNIEXPORT jint JNICALL
-Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2I(JNIEnv*
 env, jclass cls, jstring name, jstring pass, jint bits)
+Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2I(JNIEnv*
 env, jobject obj, jstring name, jstring pass, jint bits)
 {
-   (void) cls;
 static QString* _qstring_name = 0;
 static QString* _qstring_pass = 0;
-   jint xret = (jint) KSSLKeyGenJBridge::generateCSR((QString)*(QString*) 
QtSupport::toQString(env, name, &_qstring_name), (QString)*(QString*) 
QtSupport::toQString(env, pass, &_qstring_pass), (int) bits);
+   jint xret = (jint) ((KSSLKeyGen*) QtSupport::getQt(env, 
obj))->generateCSR((const QString&)*(QString*) QtSupport::toQString(env, name, 
&_qstring_name), (const QString&)*(QString*) QtSupport::toQString(env, pass, 
&_qstring_pass), (int) bits);
return xret;
 }
 
 JNIEXPORT jint JNICALL
-Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2II(JNIEnv*
 env, jclass cls, jstring name, jstring pass, jint bits, jint e)
+Java_org_kde_koala_KSSLKeyGen_generateCSR__Ljava_lang_String_2Ljava_lang_String_2II(JNIEnv*
 env, jobject obj, jstring name, jstring pass, jint bits, jint e)
 {
-   (void) cls;
 static QString* _qstring_name = 0;
 static QString* _qstring_pass = 0;
-   jint xret = (jint) KSSLKeyGenJBridge::generateCSR((QString)*(QString*) 
QtSupport::toQString(env, name, &_qstring_name), (QString)*(QString*) 
QtSupport::toQString(env, pass, &_qstring_pass), (int) bits, (int) e);
+   jint xret = (jint) ((KSSLKeyGen*) QtSupport::getQt(env, 
obj))->generateCSR((const QString&)*(QString*) QtSupport::toQString(env, name, 
&_qstring_name), (const QString&)*(QString*) QtSupport::toQString(env, pass, 
&_qstring_pass), (int) bits, (int) e);
return xret;
 }
 


Bug#277194: FTBFS: missing build-dependency on libxtst-dev

2004-10-18 Thread Matt Kraai
Package: kdeutils
Version: 4:3.3.0-1
Severity: serious
Tags: patch

kdeutils fails to build from source because it tries to read XTest.h,
which is not present:

 if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I. -I../../klaptopdaemon -I..  -I/usr/include/kde -I/usr/share/qt3/include -I. 
 -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef 
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG 
-O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT laptop_daemon.lo -MD -MP -MF ".deps/laptop_daemon.Tpo" 
-c -o laptop_daemon.lo ../../klaptopdaemon/laptop_daemon.cpp; \
 then mv -f ".deps/laptop_daemon.Tpo" ".deps/laptop_daemon.Plo"; else rm -f 
".deps/laptop_daemon.Tpo"; exit 1; fi
 In file included from ../../klaptopdaemon/laptop_daemon.cpp:37:
 ../../klaptopdaemon/laptop_daemon.h:42:34: X11/extensions/XTest.h: No such 
file or directory

This file is in libxtst-dev.  Adding that package to the
build-dependencies fixes the build.

-- 
Matt
diff -Nru kdeutils-3.3.0-old/debian/control kdeutils-3.3.0/debian/control
--- kdeutils-3.3.0-old/debian/control   2004-10-18 12:55:41.0 -0700
+++ kdeutils-3.3.0/debian/control   2004-10-18 12:56:42.0 -0700
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>
-Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, gettext, kdelibs4-dev 
(>> 4:3.3.0), libkonq4-dev (>> 4:3.3.0), libsnmp5-dev, pbbuttonsd-dev 
[powerpc], sharutils, tpctl [i386]
+Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, gettext, kdelibs4-dev 
(>> 4:3.3.0), libkonq4-dev (>> 4:3.3.0), libsnmp5-dev, libxtst-dev, 
pbbuttonsd-dev [powerpc], sharutils, tpctl [i386]
 Standards-Version: 3.6.1.0
 
 Package: kdeutils


Bug#277197: FTBFS: missing build-dependency on libxtst-dev

2004-10-18 Thread Matt Kraai
Package: kdeaccessibility
Version: 3.3.0-2
Severity: serious
Tags: patch

kdeaccessibility fails to build because it tries to access XTest.h,
which is not present:

 creating kmousetool.all_cpp.cpp ...
 if g++ -DHAVE_CONFIG_H -I. -I../../../kmousetool/kmousetool -I../.. 
-I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT kmousetool.all_cpp.o -MD -MP -MF 
".deps/kmousetool.all_cpp.Tpo" -c -o kmousetool.all_cpp.o 
kmousetool.all_cpp.cpp; \
 then mv -f ".deps/kmousetool.all_cpp.Tpo" ".deps/kmousetool.all_cpp.Po"; else 
rm -f ".deps/kmousetool.all_cpp.Tpo"; exit 1; fi
 In file included from kmousetool.all_cpp.cpp:3:
 ../../../kmousetool/kmousetool/kmousetool.cpp:30:75: X11/extensions/XTest.h: 
No such file or directory

This file is included in libxtst-dev.  Adding this package to the
build-dependencies fix the build.

-- 
Matt
diff -Nru kdeaccessibility-3.3.0-old/debian/control 
kdeaccessibility-3.3.0/debian/control
--- kdeaccessibility-3.3.0-old/debian/control   2004-10-18 10:57:32.0 
-0700
+++ kdeaccessibility-3.3.0/debian/control   2004-10-18 10:58:02.0 
-0700
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers 
 Uploaders: Christopher L Cheney <[EMAIL PROTECTED]>
-Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, groff-base, 
kdelibs4-dev (>> 4:3.3.0), sharutils
+Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, groff-base, 
kdelibs4-dev (>> 4:3.3.0), libxtst-dev, sharutils
 Standards-Version: 3.6.1.0
 
 Package: kdeaccessibility


Bug#260962: FTBFS: xlibs-static-pic missing from Build-Depends inter alia

2004-07-22 Thread Matt Kraai
Package: kdegraphics
Version: 4:3.2.2-1
Severity: important

This package fails to build from source:

 ...
 cp: cannot stat `./debian/tmp/usr/bin/xf86gammacfg': No such file or directory
 dh_install: command returned error code 256
 make: *** [install-arch] Error 1
 pbuilder: Failed autobuilding of package
 ...

It doesn't build xf86gammacfg because configure decides not to
build kgamma because it uses a library in xlibs-static-pic to
determine whether it should be built.  Adding xlibs-static-pic to
the Build-Depends fixes this bug.  Unfortunately, the build still
fails:

 /bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o 
kcm_kgamma.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/share/qt3/lib 
-L/usr/lib  -module -avoid-version -module -no-undefined -Wl,--no-undefined 
-Wl,--allow-shlib-undefined   xf86configpath.lo xvidextwrap.lo displaynumber.lo 
gammactrl.lo kgamma.lo -lXxf86vm_pic -lkdeui -lkdecore -lqt-mt  -lz -lpng -lz 
-lm -lXext -lX11  -lSM -lICE -lpthread
 /usr/bin/ld: .libs/kcm_kgamma.so: undefined versioned symbol name 
std::time_put_w@@GLIBCPP_3.2
 /usr/bin/ld: failed to set dynamic section sizes: Bad value
 collect2: ld returned 1 exit status
 make[5]: *** [kcm_kgamma.la] Error 1
 make[5]: Leaving directory 
`/tmp/buildd/kdegraphics-3.2.2/obj-i386-linux/kgamma/kcmkgamma'
 make[4]: *** [all-recursive] Error 1
 make[4]: Leaving directory 
`/tmp/buildd/kdegraphics-3.2.2/obj-i386-linux/kgamma/kcmkgamma'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory 
`/tmp/buildd/kdegraphics-3.2.2/obj-i386-linux/kgamma'make[2]: *** 
[all-recursive] Error 1
 make[2]: Leaving directory `/tmp/buildd/kdegraphics-3.2.2/obj-i386-linux'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/tmp/buildd/kdegraphics-3.2.2/obj-i386-linux'
 make: *** [build-arch-stamp] Error 2
 pbuilder: Failed autobuilding of package

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Bug#260959: FTBFS: missing xlibs-static-pic from Build-Depends inter alia

2004-07-22 Thread Matt Kraai
Package: kdebase
Version: 4:3.2.2-1
Severity: important

This package fails to build from source:

 ...
 /bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
   -o kcm_keyboard.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib 
-L/usr/share/qt3/lib -L/usr/lib  -module -avoid-version -no-undefined 
-Wl,--no-undefined -Wl,--allow-shlib-undefined rules.lo kcmlayout.lo pixmap.lo 
kcmmisc.lo kcmlayoutwidget.lo kcmmiscwidget.lo -lXtst -lkio -lxkbfile_pic 
 /usr/bin/ld: cannot find -lxkbfile_pic
 collect2: ld returned 1 exit status
 make[4]: *** [kcm_keyboard.la] Error 1
 make[4]: Leaving directory `/tmp/buildd/kdebase-3.2.2/obj-i386-linux/kxkb'
 ...

Adding xlibs-static-pic to the Build-Depends, but the build still
fails:

 /bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
   -o konq_sound.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/share/qt3/lib 
-L/usr/lib  -module -avoid-version -module -no-undefined -Wl,--no-undefined 
-Wl,--allow-shlib-undefined   konq_sound.lo -lsoundserver_idl -lartskde
 /usr/bin/ld: .libs/konq_sound.so: undefined versioned symbol name 
std::time_put_w@@GLIBCPP_3.2
 /usr/bin/ld: failed to set dynamic section sizes: Bad value
 collect2: ld returned 1 exit status
 make[4]: *** [konq_sound.la] Error 1
 make[4]: Leaving directory `/tmp/buildd/kdebase-3.2.2/obj-i386-linux/libkonq'

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Bug#260748: FTBFS: Missing build-dependency inter alia

2004-07-21 Thread Matt Kraai
Package: kdenetwork
Version: 4:3.2.2-1
Severity: important

This package fails to build from source:

 ...
 /bin/sh ../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  
-DWITH_OPENSSL   -o krdc -L/usr/X11R6/lib -L/usr/share/qt3/lib -L/usr/lib 
krdc.all_cpp.o  vnc/libvnc.la rdp/librdp.la -lkdeui -lXext -lXxf86vm_pic -lslp 
-L/usr/X11R6/lib -lX11 -lssl -lcrypto 
 /usr/bin/ld: cannot find -lXxf86vm_pic
 collect2: ld returned 1 exit status
 make[4]: *** [krdc] Error 1
 ...

Adding xlibs-static-pic to the Build-Depends fixes this, but the
build still fails:

 ...
 /bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o 
khtml_kget.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/share/qt3/lib 
-L/usr/lib  -avoid-version -module -no-undefined -Wl,--no-undefined 
-Wl,--allow-shlib-undefined   -module khtml_kget_la.all_cpp.lo  -lkhtml
 /usr/bin/ld: .libs/khtml_kget.so: undefined versioned symbol name 
std::time_put_w@@GLIBCPP_3.2
 /usr/bin/ld: failed to set dynamic section sizes: Bad value
 collect2: ld returned 1 exit status
 make[4]: *** [khtml_kget.la] Error 1

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Bug#260749: FTBFS: Missing Build-Depends inter alia

2004-07-21 Thread Matt Kraai
Package: kdemultimedia
Version: 4:3.2.2-1
Severity: important

This package fails to build from source:

 ...
 /bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o 
libmpeg.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/share/qt3/lib -L/usr/lib  
-release 0.3.0 dummy.lo mpgplayer/libmpgplayer.la mpegplay/libmpegplay.la 
splay/libsplay.la oggvorbis/liboggvorbisbase.la tplay/libtplay.la 
decoder/libdecoder.la output/liboutput.la input/libinput.la util/libutil.la 
frame/libframe.la yuv/libyuvPlugin.la  -lX11 -lXext -lm -lstdc++ -lXv 
-lXxf86dga_pic  -lXxf86vm_pic  -lcdda_paranoia -lcdda_interface  -lvorbisfile 
-lvorbis -logg -lpthread 
 /usr/bin/ld: cannot find -lXxf86dga_pic
 collect2: ld returned 1 exit status
 make[5]: *** [libmpeg.la] Error 1
 make[5]: Leaving directory 
`/tmp/buildd/kdemultimedia-3.2.2/obj-i386-linux/mpeglib/lib'
 ...

Adding xlibs-static-pic to the Build-Depends fixes this problem,
but the build still fails with the following error:

 ...
 /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ 
-DEXAMPLES_DIR='"/usr/share/apps/artsbuilder/examples"' -Wnon-virtual-dtor 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION   -o 
libartsbuilder.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/share/qt3/lib 
-L/usr/lib  -L/usr/lib -no-undefined -Wl,--no-undefined 
-Wl,--allow-shlib-undefined libartsbuilder_la.all_cc.lo  -lmcop -lartsflow -ldl
 /usr/bin/ld: .libs/libartsbuilder.so.0.0.0: undefined versioned symbol name 
std::time_put_w@@GLIBCPP_3.2
 /usr/bin/ld: failed to set dynamic section sizes: Bad value
 collect2: ld returned 1 exit status
 make[4]: *** [libartsbuilder.la] Error 1
 ...

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Bug#236242: FTBFS: missing dependency on libglib2.0-dev

2004-03-04 Thread Matt Kraai
Package: libartsc0-dev
Version: 1.2.1-1
Severity: serious

pbuilder fails to build allegro4:

 ...
 mv `pwd`/debian/liballegro4a/usr/lib/allegro/4.0/alleg-artsdigi.so 
`pwd`/debian/liballegro4a-plugin-arts/usr/lib/allegro/4.0/
 mv: cannot stat 
`/tmp/buildd/allegro4-4.0.3/debian/liballegro4a/usr/lib/allegro/4.0/alleg-artsdigi.so':
 No such file or directory
 make: *** [liballegro4a-plugin-arts] Error 1
 ...

It doesn't build alleg-artsdigi.so because the configure check for
arts_init fails:

 ...
 checking for arts_init... no
 ...

The check for arts_init fails because it can't find
libgmodule-2.0:

 ...
 configure:2564: checking for arts_init
 configure:2573: gcc -o conftest -I/usr/include/kde/artsc -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include-Wl,-export-dynamic  
conftest.c -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 
-lglib-2.0 -ldl  1>&5
 /usr/bin/ld: cannot find -lgmodule-2.0
 ...

Since this module is added by artsc-config, I think that
libartsc0-dev should depend on libglib2.0-dev, which includes this
library.

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/