* Re: [oe-commits] Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support [not found] <20090111152021.47737188463@amethyst.openembedded.net> @ 2009-01-11 17:06 ` Stefan Schmidt 2009-01-11 17:36 ` Koen Kooi 0 siblings, 1 reply; 10+ messages in thread From: Stefan Schmidt @ 2009-01-11 17:06 UTC (permalink / raw) To: openembedded-commits; +Cc: openembedded-devel Hello. On Sun, 2009-01-11 at 16:20, GIT User account wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: f8d4b8781f2b228754a448289f5b2a97844f50bc > URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8d4b8781f2b228754a448289f5b2a97844f50bc > > Author: Koen Kooi <koen@openembedded.org> > Date: Sun Jan 11 16:19:06 2009 +0100 > > mtd-utils: add 1.2.0+git for ubifs-support > * no -native version added yet Since this commit mtd-utils fails for me with: | In file included from lpt.c:23: | mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory regards Stefan Schmidt ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-11 17:06 ` [oe-commits] Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support Stefan Schmidt @ 2009-01-11 17:36 ` Koen Kooi 2009-01-11 17:57 ` Stefan Schmidt 0 siblings, 1 reply; 10+ messages in thread From: Koen Kooi @ 2009-01-11 17:36 UTC (permalink / raw) To: openembedded-devel On 11-01-09 18:06, Stefan Schmidt wrote: > Hello. > > On Sun, 2009-01-11 at 16:20, GIT User account wrote: >> Module: openembedded.git >> Branch: org.openembedded.dev >> Commit: f8d4b8781f2b228754a448289f5b2a97844f50bc >> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8d4b8781f2b228754a448289f5b2a97844f50bc >> >> Author: Koen Kooi<koen@openembedded.org> >> Date: Sun Jan 11 16:19:06 2009 +0100 >> >> mtd-utils: add 1.2.0+git for ubifs-support >> * no -native version added yet > > Since this commit mtd-utils fails for me with: > > | In file included from lpt.c:23: > | mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory Ah, I had efsprogs-libs already built, so I didn't notice that. Should be fixed now. Thanks for reporting that. regards, Koen ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-11 17:36 ` Koen Kooi @ 2009-01-11 17:57 ` Stefan Schmidt 2009-01-11 18:07 ` Stefan Schmidt 0 siblings, 1 reply; 10+ messages in thread From: Stefan Schmidt @ 2009-01-11 17:57 UTC (permalink / raw) To: openembedded-devel Hello. On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: > On 11-01-09 18:06, Stefan Schmidt wrote: >> >> On Sun, 2009-01-11 at 16:20, GIT User account wrote: >>> Module: openembedded.git >>> Branch: org.openembedded.dev >>> Commit: f8d4b8781f2b228754a448289f5b2a97844f50bc >>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f8d4b8781f2b228754a448289f5b2a97844f50bc >>> >>> Author: Koen Kooi<koen@openembedded.org> >>> Date: Sun Jan 11 16:19:06 2009 +0100 >>> >>> mtd-utils: add 1.2.0+git for ubifs-support >>> * no -native version added yet >> >> Since this commit mtd-utils fails for me with: >> >> | In file included from lpt.c:23: >> | mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory > > Ah, I had efsprogs-libs already built, so I didn't notice that. Should > be fixed now. Thanks for reporting that. Now the install of efsprogs-libs fails: | making install-shlibs in lib/et | make[1]: Entering directory `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' | MKINSTALLDIRS /usr/lib /usr/lib | make[1]: MKINSTALLDIRS@: Command not found Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? regards Stefan Schmidt ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-11 17:57 ` Stefan Schmidt @ 2009-01-11 18:07 ` Stefan Schmidt 2009-01-16 20:25 ` Denys Dmytriyenko 0 siblings, 1 reply; 10+ messages in thread From: Stefan Schmidt @ 2009-01-11 18:07 UTC (permalink / raw) To: openembedded-devel Hello. On Sun, 2009-01-11 at 18:57, Stefan Schmidt wrote: > > On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: > > On 11-01-09 18:06, Stefan Schmidt wrote: > > Now the install of efsprogs-libs fails: > > | making install-shlibs in lib/et > | make[1]: Entering directory > `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' > | MKINSTALLDIRS /usr/lib /usr/lib > | make[1]: MKINSTALLDIRS@: Command not found > > Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? With 1.42.2 it works fine here. Bumped preferred version for the om stuff. regards Stefan Schmidt ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-11 18:07 ` Stefan Schmidt @ 2009-01-16 20:25 ` Denys Dmytriyenko 2009-01-16 20:43 ` Koen Kooi 0 siblings, 1 reply; 10+ messages in thread From: Denys Dmytriyenko @ 2009-01-16 20:25 UTC (permalink / raw) To: openembedded-devel On Sun, Jan 11, 2009 at 07:07:41PM +0100, Stefan Schmidt wrote: > Hello. > > On Sun, 2009-01-11 at 18:57, Stefan Schmidt wrote: > > > > On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: > > > On 11-01-09 18:06, Stefan Schmidt wrote: > > > > Now the install of efsprogs-libs fails: > > > > | making install-shlibs in lib/et > > | make[1]: Entering directory > > `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' > > | MKINSTALLDIRS /usr/lib /usr/lib > > | make[1]: MKINSTALLDIRS@: Command not found > > > > Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? > > With 1.42.2 it works fine here. Bumped preferred version for the om stuff. First, the correct version is 1.41.2. Second, it looks like e2fsprogs-libs depends on gettext-native, otherwise it gives this nasty error message during do_configure: configure.in:545: error: possibly undefined macro: AM_GNU_GETTEXT Not many people see this issue, as their gettext-native is built earlly on. -- Denys ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-16 20:25 ` Denys Dmytriyenko @ 2009-01-16 20:43 ` Koen Kooi 2009-01-16 20:57 ` Denys Dmytriyenko 0 siblings, 1 reply; 10+ messages in thread From: Koen Kooi @ 2009-01-16 20:43 UTC (permalink / raw) To: openembedded-devel On 16-01-09 21:25, Denys Dmytriyenko wrote: > On Sun, Jan 11, 2009 at 07:07:41PM +0100, Stefan Schmidt wrote: >> Hello. >> >> On Sun, 2009-01-11 at 18:57, Stefan Schmidt wrote: >>> On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: >>>> On 11-01-09 18:06, Stefan Schmidt wrote: >>> Now the install of efsprogs-libs fails: >>> >>> | making install-shlibs in lib/et >>> | make[1]: Entering directory >>> `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' >>> | MKINSTALLDIRS /usr/lib /usr/lib >>> | make[1]: MKINSTALLDIRS@: Command not found >>> >>> Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? >> With 1.42.2 it works fine here. Bumped preferred version for the om stuff. > > First, the correct version is 1.41.2. > > Second, it looks like e2fsprogs-libs depends on gettext-native, otherwise it > gives this nasty error message during do_configure: > > configure.in:545: error: possibly undefined macro: AM_GNU_GETTEXT > > Not many people see this issue, as their gettext-native is built earlly on. > The gettext thing has been fixed for a few days now. regards, Koen ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-16 20:43 ` Koen Kooi @ 2009-01-16 20:57 ` Denys Dmytriyenko 2009-01-16 21:01 ` Denys Dmytriyenko 0 siblings, 1 reply; 10+ messages in thread From: Denys Dmytriyenko @ 2009-01-16 20:57 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 16, 2009 at 09:43:59PM +0100, Koen Kooi wrote: > On 16-01-09 21:25, Denys Dmytriyenko wrote: >> On Sun, Jan 11, 2009 at 07:07:41PM +0100, Stefan Schmidt wrote: >>> Hello. >>> >>> On Sun, 2009-01-11 at 18:57, Stefan Schmidt wrote: >>>> On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: >>>>> On 11-01-09 18:06, Stefan Schmidt wrote: >>>> Now the install of efsprogs-libs fails: >>>> >>>> | making install-shlibs in lib/et >>>> | make[1]: Entering directory >>>> `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' >>>> | MKINSTALLDIRS /usr/lib /usr/lib >>>> | make[1]: MKINSTALLDIRS@: Command not found >>>> >>>> Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? >>> With 1.42.2 it works fine here. Bumped preferred version for the om >>> stuff. >> >> First, the correct version is 1.41.2. >> >> Second, it looks like e2fsprogs-libs depends on gettext-native, otherwise >> it >> gives this nasty error message during do_configure: >> >> configure.in:545: error: possibly undefined macro: AM_GNU_GETTEXT >> >> Not many people see this issue, as their gettext-native is built earlly >> on. > > The gettext thing has been fixed for a few days now. Only gettext-native was fixed. -- Denys ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-16 20:57 ` Denys Dmytriyenko @ 2009-01-16 21:01 ` Denys Dmytriyenko 2009-01-16 23:08 ` Tom Rini 0 siblings, 1 reply; 10+ messages in thread From: Denys Dmytriyenko @ 2009-01-16 21:01 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 16, 2009 at 03:57:23PM -0500, Denys Dmytriyenko wrote: > On Fri, Jan 16, 2009 at 09:43:59PM +0100, Koen Kooi wrote: > > On 16-01-09 21:25, Denys Dmytriyenko wrote: > >> On Sun, Jan 11, 2009 at 07:07:41PM +0100, Stefan Schmidt wrote: > >>> Hello. > >>> > >>> On Sun, 2009-01-11 at 18:57, Stefan Schmidt wrote: > >>>> On Sun, 2009-01-11 at 18:36, Koen Kooi wrote: > >>>>> On 11-01-09 18:06, Stefan Schmidt wrote: > >>>> Now the install of efsprogs-libs fails: > >>>> > >>>> | making install-shlibs in lib/et > >>>> | make[1]: Entering directory > >>>> `/home/stefan/Projekte/OpenEmbedded/build/openmoko/tmp/work/armv4t-angstrom-linux-gnueabi/e2fsprogs-libs-1.39-r1/e2fsprogs-libs-1.39/lib/et' > >>>> | MKINSTALLDIRS /usr/lib /usr/lib > >>>> | make[1]: MKINSTALLDIRS@: Command not found > >>>> > >>>> Do you use e2fsprogs-libs-1.42.2 or e2fsprogs-libs-1.39? > >>> With 1.42.2 it works fine here. Bumped preferred version for the om > >>> stuff. > >> > >> First, the correct version is 1.41.2. > >> > >> Second, it looks like e2fsprogs-libs depends on gettext-native, otherwise > >> it > >> gives this nasty error message during do_configure: > >> > >> configure.in:545: error: possibly undefined macro: AM_GNU_GETTEXT > >> > >> Not many people see this issue, as their gettext-native is built earlly > >> on. > > > > The gettext thing has been fixed for a few days now. > > Only gettext-native was fixed. I meant e2fsprogs-libs-native was fixed... e2fsprogs-libs was not. -- Denys ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-16 21:01 ` Denys Dmytriyenko @ 2009-01-16 23:08 ` Tom Rini 2009-01-18 4:27 ` Denys Dmytriyenko 0 siblings, 1 reply; 10+ messages in thread From: Tom Rini @ 2009-01-16 23:08 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 16, 2009 at 04:01:20PM -0500, Denys Dmytriyenko wrote: > On Fri, Jan 16, 2009 at 03:57:23PM -0500, Denys Dmytriyenko wrote: > > On Fri, Jan 16, 2009 at 09:43:59PM +0100, Koen Kooi wrote: [snip] > > > The gettext thing has been fixed for a few days now. > > > > Only gettext-native was fixed. > > I meant e2fsprogs-libs-native was fixed... e2fsprogs-libs was not. True enough, but this is probably only one of many things needing fixing for multi-threaded bitbake, which is something else on my long-term list. I didn't fix the target one for, well, no real good reason I suppose, sorry. I'll poke it in later if someone doesn't beat me to it. -- Tom Rini ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support 2009-01-16 23:08 ` Tom Rini @ 2009-01-18 4:27 ` Denys Dmytriyenko 0 siblings, 0 replies; 10+ messages in thread From: Denys Dmytriyenko @ 2009-01-18 4:27 UTC (permalink / raw) To: openembedded-devel On Fri, Jan 16, 2009 at 04:08:59PM -0700, Tom Rini wrote: > On Fri, Jan 16, 2009 at 04:01:20PM -0500, Denys Dmytriyenko wrote: > > On Fri, Jan 16, 2009 at 03:57:23PM -0500, Denys Dmytriyenko wrote: > > > On Fri, Jan 16, 2009 at 09:43:59PM +0100, Koen Kooi wrote: > [snip] > > > > The gettext thing has been fixed for a few days now. > > > > > > Only gettext-native was fixed. > > > > I meant e2fsprogs-libs-native was fixed... e2fsprogs-libs was not. > > True enough, but this is probably only one of many things needing fixing > for multi-threaded bitbake, which is something else on my long-term > list. I didn't fix the target one for, well, no real good reason I > suppose, sorry. I'll poke it in later if someone doesn't beat me to it. It was a real good reason for me, as it was breaking my build :) But you are correct - I do use multi-threaded bitbake... And I did beat you to it - 1556c15f8aa75c0377ad9b4188276c68b2289e10 Thanks anyway. -- Denys ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-01-18 4:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090111152021.47737188463@amethyst.openembedded.net>
2009-01-11 17:06 ` [oe-commits] Koen Kooi : mtd-utils: add 1.2.0+git for ubifs-support Stefan Schmidt
2009-01-11 17:36 ` Koen Kooi
2009-01-11 17:57 ` Stefan Schmidt
2009-01-11 18:07 ` Stefan Schmidt
2009-01-16 20:25 ` Denys Dmytriyenko
2009-01-16 20:43 ` Koen Kooi
2009-01-16 20:57 ` Denys Dmytriyenko
2009-01-16 21:01 ` Denys Dmytriyenko
2009-01-16 23:08 ` Tom Rini
2009-01-18 4:27 ` Denys Dmytriyenko
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.