* [gentoo-user] jpeg-mmx-0.1.6 ebuild problem
@ 2005-07-29 14:47 Roy Wright
2005-07-29 14:58 ` David Morgan
0 siblings, 1 reply; 3+ messages in thread
From: Roy Wright @ 2005-07-29 14:47 UTC (permalink / raw
To: gentoo-user
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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem
2005-07-29 14:47 [gentoo-user] jpeg-mmx-0.1.6 ebuild problem Roy Wright
@ 2005-07-29 14:58 ` David Morgan
2005-07-29 15:19 ` Roy Wright
0 siblings, 1 reply; 3+ messages in thread
From: David Morgan @ 2005-07-29 14:58 UTC (permalink / raw
To: gentoo-user
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
> --
> gentoo-user@gentoo.org 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem
2005-07-29 14:58 ` David Morgan
@ 2005-07-29 15:19 ` Roy Wright
0 siblings, 0 replies; 3+ messages in thread
From: Roy Wright @ 2005-07-29 15:19 UTC (permalink / raw
To: gentoo-user
David Morgan wrote:
>On 09:47 Fri 29 Jul , Roy Wright wrote:
>
>
>>Howdy,
>>
>>Anyone else getting the following error on jpeg-mmx-0.1.6?
>>
>>
>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
>
>
>
That's the one!
OK, I think I understand. By default, bugzilla only finds open
bugs. Need to preface the query with "ALL".
Thank you.
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-29 15:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-29 14:47 [gentoo-user] jpeg-mmx-0.1.6 ebuild problem Roy Wright
2005-07-29 14:58 ` David Morgan
2005-07-29 15:19 ` Roy Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox