[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#557950: prokyon3: FTBFS on GNU/kFreeBSD



Package: prokyon3
Version: 0.9.6-1
Severity: important
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD because $QT_LIBS aren't used on this
platform yet. Please find attached a patch to fix this in acinclude.m4,
you only have to relibtoolize (autoreconf -vfi for example) after having
applied it to get the package almost buildable.

It then chokes this way:
| /usr/bin/install: skipping `././testmusicextras/CVS'

(rough back-translation, I'm not under a C locale)

I'd then suggest getting rid of that CVS directory entirely through an
rm -rf in the clean target. Your package then builds fine.

Thanks for considering.

Mraw,
KiBi.
--- prokyon3-0.9.6.orig/acinclude.m4
+++ prokyon3-0.9.6/acinclude.m4
@@ -381,7 +381,7 @@
         fi
         ;;
 
-    *linux*)
+    *linux*|*k*bsd*)
         QT_LIBS="$QT_LIB"
         if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
 #            QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg"

Reply to: