* e2fsprogs is broken in configure/autoreconf
@ 2009-04-14 5:07 Denys Dmytriyenko
2009-04-14 5:24 ` Denys Dmytriyenko
2009-04-14 6:42 ` Graeme Gregory
0 siblings, 2 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 5:07 UTC (permalink / raw)
To: openembedded-devel
Hi,
XorA's commit[1] seems to break e2fsprogs for me (omap3evm/davinci), not fix.
I know, it's not a bug, it's a feature! :) All I know it used to work and it's
too late now for me to debug it...
Anyway, the logs are at [2] and [3]. Thanks!
http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=d187eec071bb0afe8bda13cbf7b89170fe99e384
http://tinderbox.openembedded.net/packages/477200/
http://tinderbox.openembedded.net/public/logs/4350191.txt
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs is broken in configure/autoreconf
2009-04-14 5:07 e2fsprogs is broken in configure/autoreconf Denys Dmytriyenko
@ 2009-04-14 5:24 ` Denys Dmytriyenko
2009-04-14 6:42 ` Graeme Gregory
1 sibling, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 5:24 UTC (permalink / raw)
To: openembedded-devel
On Tue, Apr 14, 2009 at 01:07:20AM -0400, Denys Dmytriyenko wrote:
> Hi,
>
> XorA's commit[1] seems to break e2fsprogs for me (omap3evm/davinci), not fix.
> I know, it's not a bug, it's a feature! :) All I know it used to work and it's
> too late now for me to debug it...
>
> Anyway, the logs are at [2] and [3]. Thanks!
>
> http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=d187eec071bb0afe8bda13cbf7b89170fe99e384
> http://tinderbox.openembedded.net/packages/477200/
> http://tinderbox.openembedded.net/public/logs/4350191.txt
And to add to the confusion, sometimes it builds fine, according to tinderbox:
http://tinderbox.openembedded.net/packages/e2fsprogs/
Any ideas? Or am I doing something completely wrong due to a late hour? :)
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs is broken in configure/autoreconf
2009-04-14 5:07 e2fsprogs is broken in configure/autoreconf Denys Dmytriyenko
2009-04-14 5:24 ` Denys Dmytriyenko
@ 2009-04-14 6:42 ` Graeme Gregory
2009-04-14 16:11 ` Denys Dmytriyenko
1 sibling, 1 reply; 5+ messages in thread
From: Graeme Gregory @ 2009-04-14 6:42 UTC (permalink / raw)
To: openembedded-devel
Denys Dmytriyenko wrote:
> Hi,
>
> XorA's commit[1] seems to break e2fsprogs for me (omap3evm/davinci), not fix.
> I know, it's not a bug, it's a feature! :) All I know it used to work and it's
> too late now for me to debug it...
>
> Anyway, the logs are at [2] and [3]. Thanks!
>
> http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=d187eec071bb0afe8bda13cbf7b89170fe99e384
> http://tinderbox.openembedded.net/packages/477200/
> http://tinderbox.openembedded.net/public/logs/4350191.txt
>
>
Interesting, but that log isnt an omap log. Looks to me like an
incomplete tmp/ directory for armv5te.
Graeme
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs is broken in configure/autoreconf
2009-04-14 6:42 ` Graeme Gregory
@ 2009-04-14 16:11 ` Denys Dmytriyenko
2009-04-14 19:07 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 16:11 UTC (permalink / raw)
To: openembedded-devel
On Tue, Apr 14, 2009 at 07:42:04AM +0100, Graeme Gregory wrote:
> Denys Dmytriyenko wrote:
> > Hi,
> >
> > XorA's commit[1] seems to break e2fsprogs for me (omap3evm/davinci), not fix.
> > I know, it's not a bug, it's a feature! :) All I know it used to work and it's
> > too late now for me to debug it...
> >
> > Anyway, the logs are at [2] and [3]. Thanks!
> >
> > http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=d187eec071bb0afe8bda13cbf7b89170fe99e384
> > http://tinderbox.openembedded.net/packages/477200/
> > http://tinderbox.openembedded.net/public/logs/4350191.txt
> >
> >
> Interesting, but that log isnt an omap log. Looks to me like an
> incomplete tmp/ directory for armv5te.
It is an omap, don't worry. It's just not called such :) Or, you can think
about as a generic armv5te machine...
Anyway, that was a clean build - removing tmp and deploy directory. I'll check
if there any configuration issues.
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs is broken in configure/autoreconf
2009-04-14 16:11 ` Denys Dmytriyenko
@ 2009-04-14 19:07 ` Denys Dmytriyenko
0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 19:07 UTC (permalink / raw)
To: openembedded-devel
On Tue, Apr 14, 2009 at 12:11:57PM -0400, Denys Dmytriyenko wrote:
> On Tue, Apr 14, 2009 at 07:42:04AM +0100, Graeme Gregory wrote:
> > Denys Dmytriyenko wrote:
> > > Hi,
> > >
> > > XorA's commit[1] seems to break e2fsprogs for me (omap3evm/davinci), not fix.
> > > I know, it's not a bug, it's a feature! :) All I know it used to work and it's
> > > too late now for me to debug it...
> > >
> > > Anyway, the logs are at [2] and [3]. Thanks!
> > >
> > > http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=d187eec071bb0afe8bda13cbf7b89170fe99e384
> > > http://tinderbox.openembedded.net/packages/477200/
> > > http://tinderbox.openembedded.net/public/logs/4350191.txt
> > >
> > >
> > Interesting, but that log isnt an omap log. Looks to me like an
> > incomplete tmp/ directory for armv5te.
>
> It is an omap, don't worry. It's just not called such :) Or, you can think
> about as a generic armv5te machine...
>
> Anyway, that was a clean build - removing tmp and deploy directory. I'll check
> if there any configuration issues.
Ah, it now depends on gettext-native, fixed.
--
Denys
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-04-14 19:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 5:07 e2fsprogs is broken in configure/autoreconf Denys Dmytriyenko
2009-04-14 5:24 ` Denys Dmytriyenko
2009-04-14 6:42 ` Graeme Gregory
2009-04-14 16:11 ` Denys Dmytriyenko
2009-04-14 19:07 ` 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.