All of lore.kernel.org
 help / color / mirror / Atom feed
* fakeroot fails to build
@ 2009-02-25  6:53 Mike (mwester)
  2009-02-25  7:57 ` Koen Kooi
  2009-02-25  8:06 ` fakeroot fails to build Michael 'Mickey' Lauer
  0 siblings, 2 replies; 23+ messages in thread
From: Mike (mwester) @ 2009-02-25  6:53 UTC (permalink / raw)
  To: openembedded-devel

fakeroot fails to build -- any idea how we can fix this?

log file:

gcc -DHAVE_CONFIG_H -I.
-isystem/u/slug/slugos/tmp/staging/i686-linux/usr/include
-isystem/u/slug/slugos/tmp/staging\
/i686-linux/usr/include -O2 -MT simple.o -MD -MP -MF .deps/simple.Tpo -c
-o simple.o simple.c
mv -f .deps/simple.Tpo .deps/simple.Po
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-isystem/u/slug/slugos/tmp/staging/i686-linux/usr\
/include  -isystem/u/slug/slugos/tmp/staging/i686-linux/usr/include -O2
-MT libfakeroot.lo -MD -MP -MF .deps/libfakeroo\
t.Tpo -c -o libfakeroot.lo libfakeroot.c
./libtool: line 764: X--tag=CC: command not found
./libtool: line 797: libtool: ignoring unknown tag : command not found
./libtool: line 764: X--mode=compile: command not found
./libtool: line 764: X--tag=CC: command not found
./libtool: line 797: libtool: ignoring unknown tag : command not found
./libtool: line 764: X--mode=compile: command not found
./libtool: line 914: *** Warning: inferring the mode of operation is
deprecated.: command not found
./libtool: line 915: *** Future versions of Libtool will require
-mode=MODE be specified.: command not found
./libtool: line 1058: Xgcc: command not found
./libtool: line 1058: X-DHAVE_CONFIG_H: command not found
./libtool: line 1058: X-I.: command not found
./libtool: line 1058:
X-isystem/u/slug/slugos/tmp/staging/i686-linux/usr/include: No such file
or directory
./libtool: line 1058:
X-isystem/u/slug/slugos/tmp/staging/i686-linux/usr/include: No such file
or directory
./libtool: line 1058: X-O2: command not found
./libtool: line 914: *** Warning: inferring the mode of operation is
deprecated.: command not found
./libtool: line 915: *** Future versions of Libtool will require
-mode=MODE be specified.: command not found
./libtool: line 1058: X-MT: command not found
./libtool: line 1058: Xgcc: command not found
./libtool: line 1058: Xcommunicate.lo: command not found

(which goes on and on and on)



^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: OE breakages, was: Re: fakeroot fails to build
@ 2009-02-26 17:20 Frans Meulenbroeks
  2009-02-26 19:37 ` Michael 'Mickey' Lauer
  2009-02-27 16:06 ` Leon Woestenberg
  0 siblings, 2 replies; 23+ messages in thread
From: Frans Meulenbroeks @ 2009-02-26 17:20 UTC (permalink / raw)
  To: openembedded-devel

> On 25-02-09 16:14, Mike (mwester) wrote:
>
>> ((Also, are there any non-angstrom distros still left in OE, besides
>> SlugOS?  I really feel like I'm swimming upstream all the time with OE
>> -- things break for me so often that just don't seem to affect anyone
>> else...))
>
> Things break often<period>
>
> I'm 'fortunate' enough to be able to spend 2 hours every day fixing
> breakages for angstrom, so I can get a working demo for my presentation
> at the bossaconference. Thanks to all the people in the beagleboard
> community I get notified of breakages pretty much the instant they
> happen, which makes finding the cause a lot easier.
>
> This also means that my 'OE time' is almost completely filled with
> bugfixing, instead of working that is fun. I've been trying to push for
> better testing frameworks and removing the taboo stamp from the word
> 'review'.
>
> The review bit seems to gaining traction, but 'testing' is still a alien
> and mystic concepts for a lot of OE committers. Worse, some people turn
> *off* testing frameworks like insane.bbclass!
>
> Maybe it's time for OE to consider whether it really wants a zillion
> commits per day or only a few tested commits per day. Having a ton of
> active developers means nothing when people using OE can never get a
> build completed due to all the small, but fatal bugs appearing lately.
>
> I'm close to finishing the new stable branch manifesto which lists
> options and procedures to make it easier to do releases of OE (not
> builds, releases of the metadata itself) and track regressions, but it
> would need about 3 or four people spending a few hours on it every week,
> which sadly might not be feasible, since the .dev branch is too nice and
> shiny compared to any branch.

Well I'm happy to follow whatever procedure is needed (and if I do
something wrong by accident, please educate me (no need for anyone to
clean up my mess, I'm more than happy to do that myself, provided I
understand the problem and the proper way to fix it).

The problem I am facing is somewhat different.
I've added packages which build and test fine in my environment but
for some reason they do not build properly on tinderbox. E.g. the
latest version of mpd seems to pick up that there are some residual
elements of docbook present so it assumes docbook is there (but
docbook is in packages/nonworking)!.
This is beyond my capabilities to fix.

BTW, I noticed that there are a lot of bugs in bugzilla about packages
that do not build. Most of these are old. Guess the bugs are fixed but
no-one seems to close them.

Frans.



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-03-02 18:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25  6:53 fakeroot fails to build Mike (mwester)
2009-02-25  7:57 ` Koen Kooi
2009-02-25  8:23   ` Michael 'Mickey' Lauer
2009-02-25 15:04     ` Koen Kooi
2009-02-25 15:14     ` Mike (mwester)
2009-02-25 15:43       ` OE breakages, was: " Koen Kooi
2009-02-26 13:05         ` Bernhard Guillon
2009-02-27 19:30           ` Rodrigo Vivi
2009-02-25 18:25       ` Minimal distro (was: fakeroot fails to build) Michael 'Mickey' Lauer
2009-02-25 18:59         ` Tom Rini
2009-02-25  8:06 ` fakeroot fails to build Michael 'Mickey' Lauer
  -- strict thread matches above, loose matches on Subject: below --
2009-02-26 17:20 OE breakages, was: " Frans Meulenbroeks
2009-02-26 19:37 ` Michael 'Mickey' Lauer
2009-02-27 16:06 ` Leon Woestenberg
2009-02-27 16:26   ` Tom Rini
2009-02-27 17:56     ` Frans Meulenbroeks
2009-02-27 19:35       ` Tom Rini
2009-02-28 10:54     ` Frans Meulenbroeks
2009-02-28 15:53       ` Tom Rini
2009-02-28 18:07         ` Frans Meulenbroeks
2009-02-28 18:29           ` Tom Rini
2009-03-01 17:09             ` Koen Kooi
2009-03-02 18:55               ` Tom Rini

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.