Gentoo Archives: gentoo-user

From: David Morgan <david.morgan@××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem
Date: Fri, 29 Jul 2005 15:03:48
Message-Id: 20050729145813.GA3064@valinor.dynalias.net
In Reply to: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem by Roy Wright
1 On 09:47 Fri 29 Jul , Roy Wright wrote:
2 > Howdy,
3 >
4 > Anyone else getting the following error on jpeg-mmx-0.1.6?
5 >
6 > ./configure --prefix=/usr --host=i686-pc-linux-gnu
7 > --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
8 > --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
9 > --include-dir=/usr/include/jpeg-mmx --enable-shared --enable-static
10 > configure: error: --include-dir=/usr/include/jpeg-mmx: invalid option;
11 > use --help to show usage
12 >
13 > doing a configure --help gives:
14 >
15 > --includedir=DIR C header files in DIR [PREFIX/include]
16 >
17 > Looks like the ebuild is using "include-dir" instead of "includedir":
18 >
19 > src_compile() {
20 > econf \
21 > --include-dir=/usr/include/jpeg-mmx \
22 > --enable-shared \
23 > --enable-static \
24 > || die "configure failed"
25 > emake || die "make failed"
26 > }
27 >
28 >
29 > Did not see a bug for this.
30 >
31 > TIA,
32 > Roy
33 > --
34 > gentoo-user@g.o mailing list
35 >
36
37 How about https://bugs.gentoo.org/show_bug.cgi?id=100555 or
38 https://bugs.gentoo.org/show_bug.cgi?id=100647 ?
39
40 It should be fixed now anyway, so next time you do emerge sync it'll go
41 away
42
43 --
44 djm
45
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem Roy Wright <royw@×××××.com>