On 09:47 Fri 29 Jul , Roy Wright wrote:
> Howdy,
>
> Anyone else getting the following error on jpeg-mmx-0.1.6?
>
> ./configure --prefix=/usr --host=i686-pc-linux-gnu
> --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
> --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
> --include-dir=/usr/include/jpeg-mmx --enable-shared --enable-static
> configure: error: --include-dir=/usr/include/jpeg-mmx: invalid option;
> use --help to show usage
>
> doing a configure --help gives:
>
> --includedir=DIR C header files in DIR [PREFIX/include]
>
> Looks like the ebuild is using "include-dir" instead of "includedir":
>
> src_compile() {
> econf \
> --include-dir=/usr/include/jpeg-mmx \
> --enable-shared \
> --enable-static \
> || die "configure failed"
> emake || die "make failed"
> }
>
>
> Did not see a bug for this.
>
> TIA,
> Roy
> --
> [email protected] mailing list
>
How about https://bugs.gentoo.org/show_bug.cgi?id=100555 or
https://bugs.gentoo.org/show_bug.cgi?id=100647 ?
It should be fixed now anyway, so next time you do emerge sync it'll go
away
--
djm
--
[email protected] mailing list