Package: kmatplot Version: 0.4-7 Severity: serious Tags: patch kmatplot fails to build because it cannot find libXinerama:
> /bin/sh ../../libtool --mode=link --tag=CXX g++ -O0 -g -Wall -O2 > -fno-exceptions -fno-check-new -o demo2d -L/usr/X11R6/lib demo2d.o > ../widgets/libplot.a -lqt-mt -lpng -lz -lm -ljpeg -lXext -lX11 -lresolv -lSM > -lICE -lXmu -lGL -lGLU -lX11 -lresolv > mkdir .libs > g++ -O0 -g -Wall -O2 -fno-exceptions -fno-check-new -o demo2d demo2d.o > -L/usr/X11R6/lib ../widgets/libplot.a /usr/lib/libqt-mt.so -lfontconfig > -laudio -lXt /usr/lib/libXrender.so -lXrandr /usr/lib/libXcursor.so > -lXinerama /usr/lib/libXft.so /usr/lib/libfreetype.so -lfontconfig -lX11 -ldl > -lpthread -lpng -lz -lm /usr/lib/libjpeg.so -lXext -lX11 -lresolv -lSM -lICE > -lXmu -lGL -lGLU -lX11 -lresolv > /usr/bin/ld: cannot find -lXinerama > collect2: ld returned 1 exit status The attached patch adds libxinerama-dev to the build-dependencies, which fixes this problem. -- Matt
diff -u kmatplot-0.4/debian/control kmatplot-0.4/debian/control --- kmatplot-0.4/debian/control +++ kmatplot-0.4/debian/control @@ -2,7 +2,7 @@ Section: math Priority: optional Maintainer: Hugo van der Merwe <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, xlibmesa-gl-dev, octave2.1-headers, cdbs +Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev, xlibmesa-gl-dev, octave2.1-headers, cdbs, libxinerama-dev Build-Conflicts: scilab Standards-Version: 3.6.1.0
signature.asc
Description: Digital signature