Hi,
Using an experimental libtool without implicit depends I found a few bug particularly you forget mathlib.
See patches here. http://anonscm.debian.org/gitweb/?p=col ... /6.7.9.3-1
Could send by mail if needed (you know my adress).
Bastien
Few bugs on library depends
Re: Few bugs on library depends
Thanks for the patches. We're porting them now. The web pages are machine generated. We added a command-line to auto-convert \r to \n.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: Few bugs on library depends
Note that if you have git you could get it direclty.
# only once
git clone git://git.debian.org/collab-maint/imagemagick.git
# each time I push new revision
git pull --all
# to get diff
git diff upstream/6.7.9.3..debian-patches/6.7.9.3-1
thanks
# only once
git clone git://git.debian.org/collab-maint/imagemagick.git
# each time I push new revision
git pull --all
# to get diff
git diff upstream/6.7.9.3..debian-patches/6.7.9.3-1
thanks
Re: Few bugs on library depends
Thanks. We'll make this part of our standard operating procedures and try to absorb as many Debian patches as possible to make ports easier for you in the future.
Re: Few bugs on library depends
It looks like your git repository has ImageMagick version 7 alpha rather than ImageMagick version 6 stable. For version 6, use https://subversion.imagemagick.org/subv ... geMagick-6 rather than the trunk.