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

Bug#320900: marked as done (FTBFS: Cannot find libXinerama)



Your message dated Wed, 22 Mar 2006 15:23:59 +0100
with message-id <87y7z2mubk.fsf@diziet.irb.hr>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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 <hvdm@debian.org>
-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
 

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
kmatplot has been removed from Debian.  For more information, please
see <http://bugs.debian.org/285735>.  kmplot and labplot look like
reasonable alternatives.

--- End Message ---

Reply to: