All of lore.kernel.org
 help / color / mirror / Atom feed
* krb recipe
@ 2009-01-31  6:49 Mike (mwester)
  2009-02-01 13:13 ` Anatoly Shipitsin
  0 siblings, 1 reply; 3+ messages in thread
From: Mike (mwester) @ 2009-01-31  6:49 UTC (permalink / raw)
  To: openembedded-devel

- This doesn't work.  First, I don't think the unpack belongs in do_configure, but be that as it may.  The big issue is that the patch creates a source file, which causes patching to fail because the source file already exists for any subsequent attempt to run do_configure.

do_configure() {
        tar xzf ${WORKDIR}/krb5-1.6.3.tar.gz -C ${WORKDIR}/
        patch -p1 < ${WORKDIR}/fix-uclibc-ruserpass-collision.patch
        oe_runconf
}



- do_configure failes if TARGET_LINK_HASH_STYLE is not set.  Right now it's only set for Angstrom distros, so this recipe only builds for Angstrom.  Note the extra space between "-O1" and "-lpthread" in the first line; something stripped extra white space as it was passed through somewhere.

configure: error: `LDFLAGS' has changed since the previous run:
configure:   former value:  -L/u/slug/slugos/tmp/staging/armv5teb-linux-gnueabi/usr/lib -Wl,-rpath-link,/u/slug/slugos/\
tmp/staging/armv5teb-linux-gnueabi/usr/lib -Wl,-O1  -lpthread
configure:   current value: -L/u/slug/slugos/tmp/staging/armv5teb-linux-gnueabi/usr/lib -Wl,-rpath-link,/u/slug/slugos/\
tmp/staging/armv5teb-linux-gnueabi/usr/lib -Wl,-O1 -lpthread
configure: error: changes in the environment can compromise the build


Regards,
Mike (mwester)



^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <C2AB3E43-BDA7-4353-9496-C57DE480F612@ngndg.com>]

end of thread, other threads:[~2009-02-01 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31  6:49 krb recipe Mike (mwester)
2009-02-01 13:13 ` Anatoly Shipitsin
     [not found] <C2AB3E43-BDA7-4353-9496-C57DE480F612@ngndg.com>
2009-01-31 14:59 ` Tim Ellis

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.