Octave 3.4.3-r1 ebuild fails to properly configure source to build against ImageMagick when imagemagick use flag is on. the broken configure is as follows: ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --localstatedir=/var/state/octave --enable-shared --without-hdf5 --with-blas=-lblas --with-lapack=-llapack -lblas --disable-docs --enable-readline --with-curl --with-fftw3 --with-fftw3f --with-glpk --with-magick --with-opengl --with-qhull --with-qrupdate --with-umfpack --with-colamd --with-ccolamd --with-cholmod --with-cxsparse --with-x --with-z The correct configure for enabling imagemagick library is: ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --localstatedir=/var/state/octave --enable-shared --without-hdf5 --with-blas=-lblas --with-lapack=-llapack --disable-docs --enable-readline --with-curl --with-fftw3 --with-fftw3f --with-glpk --with-magick=ImageMagick --with-opengl --with-qhull --with-qrupdate --with-umfpack --with-colamd --with-ccolamd --with-cholmod --with-cxsparse --with-x --with-z The specific changes that needs to be made is to make --with-magick to --with-magick=ImageMagick or --with-magick=GraphicsMagick The attached ebuild fixes this with build enabled for imagemagick Please update.
The build was done on amd64, so also make amd64 stable please.
Created attachment 299431 [details] revised ebuild to fix compile against imagemagick
Created attachment 299433 [details] Ignore the last one. This one is correct.
This was fixed on 19 Jan 2012.