Few bugs on library depends

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Few bugs on library depends

Post by broucaries »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Few bugs on library depends

Post by magick »

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.
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Few bugs on library depends

Post by broucaries »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Few bugs on library depends

Post by magick »

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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Few bugs on library depends

Post by magick »

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.
Post Reply