* openjade-native build fails @ 2010-10-11 3:40 Steve Sakoman 2010-10-11 7:45 ` Koen Kooi 2010-10-13 17:39 ` openjade-native build fails Koen Kooi 0 siblings, 2 replies; 8+ messages in thread From: Steve Sakoman @ 2010-10-11 3:40 UTC (permalink / raw) To: openembedded-devel After commit fdf02c61607acb5046afaa11c5c682ab99f4d508 openjade-native is failing on a clean build: http://build.sakoman.com/public/logs/task/114486.txt Any ideas on how to fix this? I've reverted the commit on my local tree so I can keep working, but I'm sure others will run into this too. Steve ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: openjade-native build fails 2010-10-11 3:40 openjade-native build fails Steve Sakoman @ 2010-10-11 7:45 ` Koen Kooi 2010-10-11 11:14 ` [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 Martin Jansa 2010-10-13 17:39 ` openjade-native build fails Koen Kooi 1 sibling, 1 reply; 8+ messages in thread From: Koen Kooi @ 2010-10-11 7:45 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-10-10 05:40, Steve Sakoman wrote: > After commit fdf02c61607acb5046afaa11c5c682ab99f4d508 openjade-native > is failing on a clean build: > > http://build.sakoman.com/public/logs/task/114486.txt > > Any ideas on how to fix this? I've reverted the commit on my local > tree so I can keep working, but I'm sure others will run into this > too. I get the same error when trying to build openjade-native. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMssCtMkyGM64RGpERAjgQAKCKzZyHp4z/ho1t0pZxYG/e4jmVzQCgvEPi AoS1TGyMGDFy4GnMBh/dP+g= =Ld6s -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 2010-10-11 7:45 ` Koen Kooi @ 2010-10-11 11:14 ` Martin Jansa 2010-10-11 18:49 ` Henning Heinold 0 siblings, 1 reply; 8+ messages in thread From: Martin Jansa @ 2010-10-11 11:14 UTC (permalink / raw) To: openembedded-devel --- recipes/openjade/openjade_1.3.2.bb | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb index 238586b..9462636 100644 --- a/recipes/openjade/openjade_1.3.2.bb +++ b/recipes/openjade/openjade_1.3.2.bb @@ -5,9 +5,10 @@ DESCRIPTION = "OpenJade is a suite of tools for validating, \ processing, and applying DSSSL (Document Style Semantics and \ Specification Language) stylesheets to SGML and XML documents." LICENSE = "BSD" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ - file://configure.patch \ + file://oj-native-libosp-fix.patch \ + file://configure.patch \ " inherit autotools -- 1.7.3.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 2010-10-11 11:14 ` [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 Martin Jansa @ 2010-10-11 18:49 ` Henning Heinold 2010-10-11 18:57 ` Martin Jansa 0 siblings, 1 reply; 8+ messages in thread From: Henning Heinold @ 2010-10-11 18:49 UTC (permalink / raw) To: openembedded-devel On Mon, Oct 11, 2010 at 01:14:57PM +0200, Martin Jansa wrote: > --- > recipes/openjade/openjade_1.3.2.bb | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb > index 238586b..9462636 100644 > --- a/recipes/openjade/openjade_1.3.2.bb > +++ b/recipes/openjade/openjade_1.3.2.bb > @@ -5,9 +5,10 @@ DESCRIPTION = "OpenJade is a suite of tools for validating, \ > processing, and applying DSSSL (Document Style Semantics and \ > Specification Language) stylesheets to SGML and XML documents." > LICENSE = "BSD" > -PR = "r2" > +PR = "r3" > SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ > - file://configure.patch \ > + file://oj-native-libosp-fix.patch \ > + file://configure.patch \ > " > > inherit autotools Didnt you forgot the oj-native-libosp-fix.patch or came it from an earlier version? Bye Henning ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 2010-10-11 18:49 ` Henning Heinold @ 2010-10-11 18:57 ` Martin Jansa 2010-10-11 21:01 ` Khem Raj 0 siblings, 1 reply; 8+ messages in thread From: Martin Jansa @ 2010-10-11 18:57 UTC (permalink / raw) To: openembedded-devel On Mon, Oct 11, 2010 at 08:49:35PM +0200, Henning Heinold wrote: > On Mon, Oct 11, 2010 at 01:14:57PM +0200, Martin Jansa wrote: > > --- > > recipes/openjade/openjade_1.3.2.bb | 5 +++-- > > 1 files changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb > > index 238586b..9462636 100644 > > --- a/recipes/openjade/openjade_1.3.2.bb > > +++ b/recipes/openjade/openjade_1.3.2.bb > > @@ -5,9 +5,10 @@ DESCRIPTION = "OpenJade is a suite of tools for validating, \ > > processing, and applying DSSSL (Document Style Semantics and \ > > Specification Language) stylesheets to SGML and XML documents." > > LICENSE = "BSD" > > -PR = "r2" > > +PR = "r3" > > SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ > > - file://configure.patch \ > > + file://oj-native-libosp-fix.patch \ > > + file://configure.patch \ > > " > > > > inherit autotools > > Didnt you forgot the oj-native-libosp-fix.patch or came it from an earlier version? no, it was lost from SRC_URI in previous patch (replacing openjade-native with BBCLASSEXTEND), but file is still there and doesn't seem to do any harm to non-native version as well (so applied to both now). Regards, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 2010-10-11 18:57 ` Martin Jansa @ 2010-10-11 21:01 ` Khem Raj 0 siblings, 0 replies; 8+ messages in thread From: Khem Raj @ 2010-10-11 21:01 UTC (permalink / raw) To: openembedded-devel On Mon, Oct 11, 2010 at 11:57 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Mon, Oct 11, 2010 at 08:49:35PM +0200, Henning Heinold wrote: >> On Mon, Oct 11, 2010 at 01:14:57PM +0200, Martin Jansa wrote: >> > --- >> > recipes/openjade/openjade_1.3.2.bb | 5 +++-- >> > 1 files changed, 3 insertions(+), 2 deletions(-) >> > >> > diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb >> > index 238586b..9462636 100644 >> > --- a/recipes/openjade/openjade_1.3.2.bb >> > +++ b/recipes/openjade/openjade_1.3.2.bb >> > @@ -5,9 +5,10 @@ DESCRIPTION = "OpenJade is a suite of tools for validating, \ >> > processing, and applying DSSSL (Document Style Semantics and \ >> > Specification Language) stylesheets to SGML and XML documents." >> > LICENSE = "BSD" >> > -PR = "r2" >> > +PR = "r3" >> > SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \ >> > - file://configure.patch \ >> > + file://oj-native-libosp-fix.patch \ >> > + file://configure.patch \ >> > " >> > >> > inherit autotools >> >> Didnt you forgot the oj-native-libosp-fix.patch or came it from an earlier version? > > no, it was lost from SRC_URI in previous patch (replacing openjade-native with > BBCLASSEXTEND), but file is still there and doesn't seem to do any harm > to non-native version as well (so applied to both now). I just applied a different patch to fix it. > > Regards, > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: openjade-native build fails 2010-10-11 3:40 openjade-native build fails Steve Sakoman 2010-10-11 7:45 ` Koen Kooi @ 2010-10-13 17:39 ` Koen Kooi 2010-10-13 20:05 ` Khem Raj 1 sibling, 1 reply; 8+ messages in thread From: Koen Kooi @ 2010-10-13 17:39 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-10-10 05:40, Steve Sakoman wrote: > After commit fdf02c61607acb5046afaa11c5c682ab99f4d508 openjade-native > is failing on a clean build: > > http://build.sakoman.com/public/logs/task/114486.txt > > Any ideas on how to fix this? I've reverted the commit on my local > tree so I can keep working, but I'm sure others will run into this > too. This sort of came back with libtool 2.4: NOTE: package openjade-native-1.3.2-r3: task do_populate_sysroot: Succeeded NOTE: Running task 6999 of 12209 (ID: 11645, virtual:native:/OE/angstrom-setup-scripts/sources/openembedded/recipes/openjade/openjade_1.3.2.bb, do_package) ERROR: QA Issue with staging: libospgrove.la failed sanity test (workdir) in path /OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/x86_64-linux/usr/lib ERROR: QA Issue with staging: libostyle.la failed sanity test (workdir) in path /OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/x86_64-linux/usr/lib NOTE: package openjade-native-1.3.2-r3: task do_package: Started -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMte7lMkyGM64RGpERAjI7AKCstqWALEuTSZKJLAoMDFFk4spPJgCeJenM N/6drLWQ9uYSky93TyGQyNY= =ZpI7 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: openjade-native build fails 2010-10-13 17:39 ` openjade-native build fails Koen Kooi @ 2010-10-13 20:05 ` Khem Raj 0 siblings, 0 replies; 8+ messages in thread From: Khem Raj @ 2010-10-13 20:05 UTC (permalink / raw) To: openembedded-devel On Wed, Oct 13, 2010 at 10:39 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote: > This sort of came back with libtool 2.4: > > NOTE: package openjade-native-1.3.2-r3: task do_populate_sysroot: Succeeded > NOTE: Running task 6999 of 12209 (ID: 11645, > virtual:native:/OE/angstrom-setup-scripts/sources/openembedded/recipes/openjade/openjade_1.3.2.bb, > do_package) > ERROR: QA Issue with staging: libospgrove.la failed sanity test > (workdir) in path > /OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/x86_64-linux/usr/lib > ERROR: QA Issue with staging: libostyle.la failed sanity test (workdir) > in path > /OE/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/x86_64-linux/usr/lib > NOTE: package openjade-native-1.3.2-r3: task do_package: Started > its known to me. We need to update the libtool macros which sometimes is easy but sometimes not. Openjade its the latter. I will see if I can force it to accept 2.4 macros somehow. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFMte7lMkyGM64RGpERAjI7AKCstqWALEuTSZKJLAoMDFFk4spPJgCeJenM > N/6drLWQ9uYSky93TyGQyNY= > =ZpI7 > -----END PGP SIGNATURE----- > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-10-13 20:06 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-10-11 3:40 openjade-native build fails Steve Sakoman 2010-10-11 7:45 ` Koen Kooi 2010-10-11 11:14 ` [PATCH] openjade: return oj-native-libosp-fix.patch, lost in BBCLASSEXTEND change fdf02c61607acb5046afaa11c5c682ab99f4d508 Martin Jansa 2010-10-11 18:49 ` Henning Heinold 2010-10-11 18:57 ` Martin Jansa 2010-10-11 21:01 ` Khem Raj 2010-10-13 17:39 ` openjade-native build fails Koen Kooi 2010-10-13 20:05 ` Khem Raj
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.