* /usr/bin/fop ???
@ 2010-10-06 14:43 Arigead
2010-10-06 14:50 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Arigead @ 2010-10-06 14:43 UTC (permalink / raw)
To: openembedded-devel
trying to "bitbake tangogps" and getting errors about /usr/bin/fop
I'm searching for a solution but not getting too far with that. I'm not
sure why and embedded verison of tangogps would require Apache FOP but
I'm on the wrong end of a learning curve.
Cheers for any pointers which would get me over this hurdle.
| [warning] /usr/bin/fop: Unable to locate fop in
/home/john/programming/openmoko/shr/shr-unstable/tmp/work/armv4t-oe-linux-gnueabi/libx11-1_1.3.99.902-r9.0/image/usr/share/java
| Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/fop/cli/Main
| Caused by: java.lang.ClassNotFoundException: org.apache.fop.cli.Main
| at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
| at java.security.AccessController.doPrivileged(Native Method)
| at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
| at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
| at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
| Could not find the main class: org.apache.fop.cli.Main. Program will exit.
| make[1]: *** [Compose/index.ps] Error 1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /usr/bin/fop ???
2010-10-06 14:43 /usr/bin/fop ??? Arigead
@ 2010-10-06 14:50 ` Martin Jansa
2010-10-06 15:00 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2010-10-06 14:50 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote:
> trying to "bitbake tangogps" and getting errors about /usr/bin/fop
>
> I'm searching for a solution but not getting too far with that. I'm not
> sure why and embedded verison of tangogps would require Apache FOP but
> I'm on the wrong end of a learning curve.
>
> Cheers for any pointers which would get me over this hurdle.
what about providing whole log.do_compile and log.do_configure to be
sure which recipe has this problem (I see libx11 in log, but you're
talking about tangogps).
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /usr/bin/fop ???
2010-10-06 14:50 ` Martin Jansa
@ 2010-10-06 15:00 ` Martin Jansa
2010-10-09 7:38 ` Arigead
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2010-10-06 15:00 UTC (permalink / raw)
To: openembedded-devel
On Wed, Oct 6, 2010 at 4:50 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote:
>> trying to "bitbake tangogps" and getting errors about /usr/bin/fop
>>
>> I'm searching for a solution but not getting too far with that. I'm not
>> sure why and embedded verison of tangogps would require Apache FOP but
>> I'm on the wrong end of a learning curve.
>>
>> Cheers for any pointers which would get me over this hurdle.
>
> what about providing whole log.do_compile and log.do_configure to be
> sure which recipe has this problem (I see libx11 in log, but you're
> talking about tangogps).
>
> Regards,
In case it fails in libx11 then it's probably because of:
http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=e14273f44c1501ab51db4adcb83b18a1073787d8
you can force fop disabled with --with-fop=no in EXTRA_OECONF or try
to fix XORG_WITH_FOP (to ignore fop on buildhost and look only in
sysroots)
Regards,
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /usr/bin/fop ???
2010-10-06 15:00 ` Martin Jansa
@ 2010-10-09 7:38 ` Arigead
2010-10-12 14:14 ` Arigead
0 siblings, 1 reply; 5+ messages in thread
From: Arigead @ 2010-10-09 7:38 UTC (permalink / raw)
To: openembedded-devel
Martin Jansa wrote:
> On Wed, Oct 6, 2010 at 4:50 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote:
>>> trying to "bitbake tangogps" and getting errors about /usr/bin/fop
>>>
>>> I'm searching for a solution but not getting too far with that. I'm not
>>> sure why and embedded verison of tangogps would require Apache FOP but
>>> I'm on the wrong end of a learning curve.
>>>
>>> Cheers for any pointers which would get me over this hurdle.
>> what about providing whole log.do_compile and log.do_configure to be
>> sure which recipe has this problem (I see libx11 in log, but you're
>> talking about tangogps).
>>
>> Regards,
>
> In case it fails in libx11 then it's probably because of:
> http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=e14273f44c1501ab51db4adcb83b18a1073787d8
> you can force fop disabled with --with-fop=no in EXTRA_OECONF or try
> to fix XORG_WITH_FOP (to ignore fop on buildhost and look only in
> sysroots)
>
> Regards,
>
Been busy and only getting back to this now. Yes that worked buy forcing
fop out of the libx11 build. Thanks a million for your help. I'm not
sure why this problem only seems to be effecting my build and nobody
else seemed to hit that issue. Anyhow back on the road again.
Thanks again
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /usr/bin/fop ???
2010-10-09 7:38 ` Arigead
@ 2010-10-12 14:14 ` Arigead
0 siblings, 0 replies; 5+ messages in thread
From: Arigead @ 2010-10-12 14:14 UTC (permalink / raw)
To: openembedded-devel
Arigead wrote:
> Martin Jansa wrote:
>> On Wed, Oct 6, 2010 at 4:50 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>>> On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote:
>>>> trying to "bitbake tangogps" and getting errors about /usr/bin/fop
>>>>
>>>> I'm searching for a solution but not getting too far with that. I'm not
>>>> sure why and embedded verison of tangogps would require Apache FOP but
>>>> I'm on the wrong end of a learning curve.
>>>>
>>>> Cheers for any pointers which would get me over this hurdle.
>>> what about providing whole log.do_compile and log.do_configure to be
>>> sure which recipe has this problem (I see libx11 in log, but you're
>>> talking about tangogps).
>>>
>>> Regards,
>> In case it fails in libx11 then it's probably because of:
>> http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=e14273f44c1501ab51db4adcb83b18a1073787d8
>> you can force fop disabled with --with-fop=no in EXTRA_OECONF or try
>> to fix XORG_WITH_FOP (to ignore fop on buildhost and look only in
>> sysroots)
>>
>> Regards,
>>
>
> Been busy and only getting back to this now. Yes that worked buy forcing
> fop out of the libx11 build. Thanks a million for your help. I'm not
> sure why this problem only seems to be effecting my build and nobody
> else seemed to hit that issue. Anyhow back on the road again.
>
> Thanks again
>
I spoke to soon when I said that I was on the road again, and I've only
confused myself trying to get to the bottom of this. When I said I was
on the road again bitbake libx11 was working perfect and it still is. My
problem is that even when I've done a sucessfull bitbake of libx11 a
bitbake of tangogps will fail on libx11. That's confusing the hell out
of my and it's the do_install that's the problem. I'm on the wrong end
of a learning curve and can't seem to understand the issue.
NOTE: package libx11-native-1_1.3.99.902-r9.0: task do_install: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of
virtual:native:/home/john/programming/openmoko/shr/shr-unstable/openembedded/recipes/xorg-lib/libx11_1.3.99.902.bb
do_install failed
It still seems to be failing on fop even though the libx11.inc file now
specifically forces "--with-fop=no".
Complete log is at:
http://pastebin.com/ScdPb4Dj
Any ideas very gratefully received.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-12 14:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 14:43 /usr/bin/fop ??? Arigead
2010-10-06 14:50 ` Martin Jansa
2010-10-06 15:00 ` Martin Jansa
2010-10-09 7:38 ` Arigead
2010-10-12 14:14 ` Arigead
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.