[Pkg-gmagick-im-team] Bug#593443: Build faillure on freebsd

Bastien ROUCARIES roucaries.bastien+imagemagick at gmail.com
Wed Aug 18 09:36:15 UTC 2010


package: imagemagick
severity: critical
version: 8:6.6.0.4-2.2
tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd

Hi,

It seems that imagemagick is failling on freebsd
(https://buildd.debian.org/fetch.cgi?pkg=imagemagick&arch=kfreebsd-i386&ver=8%3A6.6.0.4-2.2&stamp=1281756982&file=log)

+ find $(DESTDIR)/usr/lib -name '*.la' -exec \
+		sed -i "s,^dependency_libs=.*,dependency_libs=''," {} \;

With no progress

A solution in order to get progress will be to print the command excuted:

find $(DESTDIR)/usr/lib -name '*.la' -print -exec \
		sed -i "s,^dependency_libs=.*,dependency_libs=''," {} \;





More information about the Pkg-gmagick-im-team mailing list