* systemtap build fails @ 2012-05-31 23:18 Andreas Müller 2012-06-04 14:20 ` Tom Zanussi 0 siblings, 1 reply; 5+ messages in thread From: Andreas Müller @ 2012-05-31 23:18 UTC (permalink / raw) To: openembedded-core Hi, I pulled today, started a build from scratch and ran into trouble with systemtap: ... | In file included from csclient.h:12:0, | from main.cxx:24: | cscommon.h:8:17: fatal error: ssl.h: No such file or directory | compilation terminated. | In file included from csclient.h:12:0, | from session.cxx:18: | cscommon.h:8:17: fatal error: ssl.h: No such file or directory | compilation terminated. | make[2]: *** [stap-session.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... | make[2]: *** [stap-main.o] Error 1 | make[2]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' | make: *** [all] Error 2 | ERROR: oe_runmake failed ... I added --without-nss to EXTRA_OECONF and rebuild. Now stap-main.o and stap-session.o were build but now I get ... | modverify.c:28:21: fatal error: pk11pub.h: No such file or directory | compilation terminated. | make[3]: *** [staprun-modverify.o] Error 1 | make[3]: *** Waiting for unfinished jobs.... | ../../nsscommon.cxx:37:17: fatal error: ssl.h: No such file or directory | compilation terminated. | make[3]: *** [staprun-nsscommon.o] Error 1 | make[3]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' | make[2]: *** [all] Error 2 | make[2]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git' | make: *** [all] Error 2 | ERROR: oe_runmake failed ... In config.log I find ... HAVE_NSS_TRUE='#' ... This is strange: In runtime/staprun/Makefile.am the failed files should be excluded from build ... if HAVE_NSS staprun_SOURCES += modverify.c ../../nsscommon.cxx staprun_CFLAGS += $(nss_CFLAGS) staprun_CXXFLAGS += $(nss_CFLAGS) staprun_LDADD += $(nss_LIBS) endif ... Seems HAVE_NSS_TRUE='#' has not reached runtime/staprun Any thoughts? Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemtap build fails 2012-05-31 23:18 systemtap build fails Andreas Müller @ 2012-06-04 14:20 ` Tom Zanussi 2012-06-04 22:46 ` Andreas Müller 0 siblings, 1 reply; 5+ messages in thread From: Tom Zanussi @ 2012-06-04 14:20 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Fri, 2012-06-01 at 01:18 +0200, Andreas Müller wrote: > Hi, > > I pulled today, started a build from scratch and ran into trouble with > systemtap: > ... > | In file included from csclient.h:12:0, > | from main.cxx:24: > | cscommon.h:8:17: fatal error: ssl.h: No such file or directory > | compilation terminated. > | In file included from csclient.h:12:0, > | from session.cxx:18: > | cscommon.h:8:17: fatal error: ssl.h: No such file or directory > | compilation terminated. > | make[2]: *** [stap-session.o] Error 1 > | make[2]: *** Waiting for unfinished jobs.... > | make[2]: *** [stap-main.o] Error 1 > | make[2]: Leaving directory > `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' > | make[1]: *** [all-recursive] Error 1 > | make[1]: Leaving directory > `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' > | make: *** [all] Error 2 > | ERROR: oe_runmake failed > ... > > I added --without-nss to EXTRA_OECONF and rebuild. Now stap-main.o and > stap-session.o were build but now I get > ... > | modverify.c:28:21: fatal error: pk11pub.h: No such file or directory > | compilation terminated. > | make[3]: *** [staprun-modverify.o] Error 1 > | make[3]: *** Waiting for unfinished jobs.... > | ../../nsscommon.cxx:37:17: fatal error: ssl.h: No such file or directory > | compilation terminated. > | make[3]: *** [staprun-nsscommon.o] Error 1 > | make[3]: Leaving directory > `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' > | make[2]: *** [all] Error 2 > | make[2]: Leaving directory > `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' > | make[1]: *** [all-recursive] Error 1 > | make[1]: Leaving directory > `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git' > | make: *** [all] Error 2 > | ERROR: oe_runmake failed > ... > > In config.log I find > ... > HAVE_NSS_TRUE='#' > ... > > This is strange: In runtime/staprun/Makefile.am the failed files > should be excluded from build > ... > if HAVE_NSS > staprun_SOURCES += modverify.c ../../nsscommon.cxx > staprun_CFLAGS += $(nss_CFLAGS) > staprun_CXXFLAGS += $(nss_CFLAGS) > staprun_LDADD += $(nss_LIBS) > endif > ... > > Seems HAVE_NSS_TRUE='#' has not reached runtime/staprun > > Any thoughts? > Looks like systemtap changed some configuration that the recipe was relying on. Could you try this patch and see if it fixes things? Thanks, Tom [PATCH] systemtap: disable some optional features Version 1.7 changed the way some of the configuration works, specifically, it removed some of the header checks for nss and avahi that the recipe was relying on and replaced them with a couple new config options. We'll also disable the server, which was the component making use of nss in the first place, and the grapher, which isn't core functionality either. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- meta/recipes-kernel/systemtap/systemtap_git.bb | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 4d340fc..3b727b8 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -6,19 +6,15 @@ DEPENDS = "elfutils sqlite3 systemtap-native" DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native" DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk" -PR = "r4" +PR = "r5" export CC_FOR_BUILD = "${BUILD_CC}" export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ - ac_cv_file__usr_include_nss=no \ - ac_cv_file__usr_include_nss3=no \ - ac_cv_file__usr_include_nspr=no \ - ac_cv_file__usr_include_nspr4=no \ - ac_cv_file__usr_include_avahi_client=no \ - ac_cv_file__usr_include_avahi_common=no " + --without-nss --without-avahi \ + --disable-server --disable-grapher " STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" -- 1.7.0.4 > Andreas > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: systemtap build fails 2012-06-04 14:20 ` Tom Zanussi @ 2012-06-04 22:46 ` Andreas Müller 2012-06-04 22:53 ` Tom Zanussi 0 siblings, 1 reply; 5+ messages in thread From: Andreas Müller @ 2012-06-04 22:46 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Mon, Jun 4, 2012 at 4:20 PM, Tom Zanussi <tom.zanussi@intel.com> wrote: > On Fri, 2012-06-01 at 01:18 +0200, Andreas Müller wrote: >> Hi, >> >> I pulled today, started a build from scratch and ran into trouble with >> systemtap: >> ... >> | In file included from csclient.h:12:0, >> | from main.cxx:24: >> | cscommon.h:8:17: fatal error: ssl.h: No such file or directory >> | compilation terminated. >> | In file included from csclient.h:12:0, >> | from session.cxx:18: >> | cscommon.h:8:17: fatal error: ssl.h: No such file or directory >> | compilation terminated. >> | make[2]: *** [stap-session.o] Error 1 >> | make[2]: *** Waiting for unfinished jobs.... >> | make[2]: *** [stap-main.o] Error 1 >> | make[2]: Leaving directory >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' >> | make[1]: *** [all-recursive] Error 1 >> | make[1]: Leaving directory >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' >> | make: *** [all] Error 2 >> | ERROR: oe_runmake failed >> ... >> >> I added --without-nss to EXTRA_OECONF and rebuild. Now stap-main.o and >> stap-session.o were build but now I get >> ... >> | modverify.c:28:21: fatal error: pk11pub.h: No such file or directory >> | compilation terminated. >> | make[3]: *** [staprun-modverify.o] Error 1 >> | make[3]: *** Waiting for unfinished jobs.... >> | ../../nsscommon.cxx:37:17: fatal error: ssl.h: No such file or directory >> | compilation terminated. >> | make[3]: *** [staprun-nsscommon.o] Error 1 >> | make[3]: Leaving directory >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' >> | make[2]: *** [all] Error 2 >> | make[2]: Leaving directory >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' >> | make[1]: *** [all-recursive] Error 1 >> | make[1]: Leaving directory >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git' >> | make: *** [all] Error 2 >> | ERROR: oe_runmake failed >> ... >> >> In config.log I find >> ... >> HAVE_NSS_TRUE='#' >> ... >> >> This is strange: In runtime/staprun/Makefile.am the failed files >> should be excluded from build >> ... >> if HAVE_NSS >> staprun_SOURCES += modverify.c ../../nsscommon.cxx >> staprun_CFLAGS += $(nss_CFLAGS) >> staprun_CXXFLAGS += $(nss_CFLAGS) >> staprun_LDADD += $(nss_LIBS) >> endif >> ... >> >> Seems HAVE_NSS_TRUE='#' has not reached runtime/staprun >> >> Any thoughts? >> > > Looks like systemtap changed some configuration that the recipe was > relying on. Could you try this patch and see if it fixes things? > > Thanks, > > Tom > > [PATCH] systemtap: disable some optional features > > Version 1.7 changed the way some of the configuration works, > specifically, it removed some of the header checks for nss and avahi > that the recipe was relying on and replaced them with a couple new > config options. > > We'll also disable the server, which was the component making use of > nss in the first place, and the grapher, which isn't core > functionality either. > > Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> > --- > meta/recipes-kernel/systemtap/systemtap_git.bb | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > > diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb > index 4d340fc..3b727b8 100644 > --- a/meta/recipes-kernel/systemtap/systemtap_git.bb > +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb > @@ -6,19 +6,15 @@ DEPENDS = "elfutils sqlite3 systemtap-native" > DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native" > DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk" > > -PR = "r4" > +PR = "r5" > > export CC_FOR_BUILD = "${BUILD_CC}" > export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" > export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" > > EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ > - ac_cv_file__usr_include_nss=no \ > - ac_cv_file__usr_include_nss3=no \ > - ac_cv_file__usr_include_nspr=no \ > - ac_cv_file__usr_include_nspr4=no \ > - ac_cv_file__usr_include_avahi_client=no \ > - ac_cv_file__usr_include_avahi_common=no " > + --without-nss --without-avahi \ > + --disable-server --disable-grapher " > > STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" > > -- > 1.7.0.4 Thanks for taking care but since your patch does basically the same as I written, the error situation remains the same in the second part of first mail. I see two solutions: 1. In runtime/staprun/Makefile.am remove ... if HAVE_NSS staprun_SOURCES += modverify.c ../../nsscommon.cxx staprun_CFLAGS += $(nss_CFLAGS) staprun_CXXFLAGS += $(nss_CFLAGS) staprun_LDADD += $(nss_LIBS) endif ... 2. Change some autotool magic so that ... HAVE_NSS_TRUE='#' ... from configure finds its way into runtime/staprun (see also runtime/staprun/Makefile.in). Since 1. is a hack, I would prefer 2. but did not yet find where HAVE_NSS - properly detected by configure - gets lost... Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemtap build fails 2012-06-04 22:46 ` Andreas Müller @ 2012-06-04 22:53 ` Tom Zanussi 2012-06-05 10:02 ` Andreas Müller 0 siblings, 1 reply; 5+ messages in thread From: Tom Zanussi @ 2012-06-04 22:53 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Tue, 2012-06-05 at 00:46 +0200, Andreas Müller wrote: > On Mon, Jun 4, 2012 at 4:20 PM, Tom Zanussi <tom.zanussi@intel.com> wrote: > > On Fri, 2012-06-01 at 01:18 +0200, Andreas Müller wrote: > >> Hi, > >> > >> I pulled today, started a build from scratch and ran into trouble with > >> systemtap: > >> ... > >> | In file included from csclient.h:12:0, > >> | from main.cxx:24: > >> | cscommon.h:8:17: fatal error: ssl.h: No such file or directory > >> | compilation terminated. > >> | In file included from csclient.h:12:0, > >> | from session.cxx:18: > >> | cscommon.h:8:17: fatal error: ssl.h: No such file or directory > >> | compilation terminated. > >> | make[2]: *** [stap-session.o] Error 1 > >> | make[2]: *** Waiting for unfinished jobs.... > >> | make[2]: *** [stap-main.o] Error 1 > >> | make[2]: Leaving directory > >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' > >> | make[1]: *** [all-recursive] Error 1 > >> | make[1]: Leaving directory > >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r4/git' > >> | make: *** [all] Error 2 > >> | ERROR: oe_runmake failed > >> ... > >> > >> I added --without-nss to EXTRA_OECONF and rebuild. Now stap-main.o and > >> stap-session.o were build but now I get > >> ... > >> | modverify.c:28:21: fatal error: pk11pub.h: No such file or directory > >> | compilation terminated. > >> | make[3]: *** [staprun-modverify.o] Error 1 > >> | make[3]: *** Waiting for unfinished jobs.... > >> | ../../nsscommon.cxx:37:17: fatal error: ssl.h: No such file or directory > >> | compilation terminated. > >> | make[3]: *** [staprun-nsscommon.o] Error 1 > >> | make[3]: Leaving directory > >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' > >> | make[2]: *** [all] Error 2 > >> | make[2]: Leaving directory > >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git/runtime/staprun' > >> | make[1]: *** [all-recursive] Error 1 > >> | make[1]: Leaving directory > >> `/home/Superandy/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/systemtap-1.7+git1+83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81-r5/git' > >> | make: *** [all] Error 2 > >> | ERROR: oe_runmake failed > >> ... > >> > >> In config.log I find > >> ... > >> HAVE_NSS_TRUE='#' > >> ... > >> > >> This is strange: In runtime/staprun/Makefile.am the failed files > >> should be excluded from build > >> ... > >> if HAVE_NSS > >> staprun_SOURCES += modverify.c ../../nsscommon.cxx > >> staprun_CFLAGS += $(nss_CFLAGS) > >> staprun_CXXFLAGS += $(nss_CFLAGS) > >> staprun_LDADD += $(nss_LIBS) > >> endif > >> ... > >> > >> Seems HAVE_NSS_TRUE='#' has not reached runtime/staprun > >> > >> Any thoughts? > >> > > > > Looks like systemtap changed some configuration that the recipe was > > relying on. Could you try this patch and see if it fixes things? > > > > Thanks, > > > > Tom > > > > [PATCH] systemtap: disable some optional features > > > > Version 1.7 changed the way some of the configuration works, > > specifically, it removed some of the header checks for nss and avahi > > that the recipe was relying on and replaced them with a couple new > > config options. > > > > We'll also disable the server, which was the component making use of > > nss in the first place, and the grapher, which isn't core > > functionality either. > > > > Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> > > --- > > meta/recipes-kernel/systemtap/systemtap_git.bb | 10 +++------- > > 1 files changed, 3 insertions(+), 7 deletions(-) > > > > diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb > > index 4d340fc..3b727b8 100644 > > --- a/meta/recipes-kernel/systemtap/systemtap_git.bb > > +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb > > @@ -6,19 +6,15 @@ DEPENDS = "elfutils sqlite3 systemtap-native" > > DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native" > > DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk" > > > > -PR = "r4" > > +PR = "r5" > > > > export CC_FOR_BUILD = "${BUILD_CC}" > > export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" > > export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" > > > > EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ > > - ac_cv_file__usr_include_nss=no \ > > - ac_cv_file__usr_include_nss3=no \ > > - ac_cv_file__usr_include_nspr=no \ > > - ac_cv_file__usr_include_nspr4=no \ > > - ac_cv_file__usr_include_avahi_client=no \ > > - ac_cv_file__usr_include_avahi_common=no " > > + --without-nss --without-avahi \ > > + --disable-server --disable-grapher " > > > > STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" > > > > -- > > 1.7.0.4 > Thanks for taking care but since your patch does basically the same as > I written, the error situation remains the same in the second part of > first mail. > Hmm, ok, but anyway my patch also does --disable-server which is the thing that uses nss. In any case, I don't see the error... Tom > I see two solutions: > > 1. In runtime/staprun/Makefile.am remove > ... > if HAVE_NSS > staprun_SOURCES += modverify.c ../../nsscommon.cxx > staprun_CFLAGS += $(nss_CFLAGS) > staprun_CXXFLAGS += $(nss_CFLAGS) > staprun_LDADD += $(nss_LIBS) > endif > ... > > 2. Change some autotool magic so that > ... > HAVE_NSS_TRUE='#' > ... > from configure finds its way into runtime/staprun (see also > runtime/staprun/Makefile.in). > > Since 1. is a hack, I would prefer 2. but did not yet find where > HAVE_NSS - properly detected by configure - gets lost... > > Andreas > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: systemtap build fails 2012-06-04 22:53 ` Tom Zanussi @ 2012-06-05 10:02 ` Andreas Müller 0 siblings, 0 replies; 5+ messages in thread From: Andreas Müller @ 2012-06-05 10:02 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Tue, Jun 5, 2012 at 12:53 AM, Tom Zanussi <tom.zanussi@intel.com> wrote: > Hmm, ok, but anyway my patch also does --disable-server which is the > thing that uses nss. In any case, I don't see the error... > > Tom > I think I see the failure because I have nss from meta-chromium around Andreas ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-05 10:12 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-05-31 23:18 systemtap build fails Andreas Müller 2012-06-04 14:20 ` Tom Zanussi 2012-06-04 22:46 ` Andreas Müller 2012-06-04 22:53 ` Tom Zanussi 2012-06-05 10:02 ` Andreas Müller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox