Your message dated Wed, 18 Aug 2010 09:14:58 -0300
with message-id <aanlktimsb3c5lp+ncroxubemerp70pegaemvfuxkk...@mail.gmail.com>
and subject line Re: Bug#593443: Build faillure on freebsd
has caused the Debian Bug report #593443,
regarding Build faillure on freebsd
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
593443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593443
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: imagemagick
severity: critical
version: 8:6.6.0.4-2.2
tags: patch
User: debian-...@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=''," {} \;
--- End Message ---
--- Begin Message ---
Hi!
On Wed, Aug 18, 2010 at 6:36 AM, Bastien ROUCARIES
<roucaries.bastien+imagemag...@gmail.com> wrote:
> 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)
The problem was:
E: Caught signal 'Terminated': terminating immediately
Not an imagemagick fault.
It has been built flawlessly after:
https://buildd.debian.org/fetch.cgi?pkg=imagemagick;ver=8:6.6.0.4-2.2;arch=kfreebsd-i386;stamp=1281761286
Best regards,
Nelson
--- End Message ---