On Wed, Nov 09, 2011 at 12:20:40PM +0900, Nobuhiro Iwamatsu wrote:
> I uploaded libpng 1.5 to experimental.
> libpng maintainers plan to transition from libpng 1.2 to 1.5.
> I am checking build it the package depend to libpng.
> 
> I noticed your package FTBFS by libpng 1.5. I attached build log.
> Could you check your package ?

The issue is just that a debian patch hard-codes -lpng12 - in
debian/patches/25debianize-loch-makefile.patch there's:

-PLIBS = $(shell wx-config --libs --gl-libs) -L$(VTKLIBPATH) $(VTKLIBS) -lGLU -l
pthread -lz 
+PLIBS = $(shell wx-config --libs --gl-libs) $(VTKLIBS) -lGLU -lpthread -lz -lpn
g12 -ljpeg -lX11 -lGL

It would probably be better to replace -lpng12 there with:

    `pkg-config --libs libpng`

Cheers,
    Olly



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to