Another repository verification check that would be useful
by Daniel Drake
perl-Coro built in armv7hl stage3 but failed in stage4, and hence is
only present in stage3.
Packages like filelight then were then built successfully into stage4
pulling on perl-Coro from stage3.
armv5tel build efforts have cloned stage4's RPM set, but not stage3.
So we currently are not attempting to build perl-Coro (since no SRPM
appears in stage4), and packages which depend on this (like filelight)
are failing at the first hurdle.
It would be really useful if someone could look into the perl-Coro
failure, and it would be even more useful if someone could write a
script that identifies packages that were built in stage3 but not in
stage4.
Thanks,
Daniel
12 years, 1 month
Fwd: Announcing OLPC OS 11.3.0 for XO-1, XO-1.5 and XO-1.75
by Peter Robinson
All,
For those that have an XO 1 / 1.5 there's a new OS release for your XO.
Of significance this is the first Fedora release for the ARM based XO
1.75. I do believe this is the first commercial use and mass use of
Fedora on ARM. Thanks to all the Fedora crew that helped make this
happen.... now hurry up and get hardfp done already :-D
Pete
---------- Forwarded message ----------
From: Daniel Drake <dsd(a)laptop.org>
Date: Tue, Nov 1, 2011 at 10:27 PM
Subject: Announcing OLPC OS 11.3.0 for XO-1, XO-1.5 and XO-1.75
To: OLPC Devel <devel(a)lists.laptop.org>
Hi,
We're pleased to announce the release of OLPC OS 11.3.0 for XO-1,
XO-1.5 and as a provisional release for XO-1.75. Details of new
features, known issues, and how to download/install/upgrade can all be
found in the release notes:
http://wiki.laptop.org/go/Release_notes/11.3.0
Many thanks to all contributors, testers, upstreams, and those who
have provided feedback of any kind.
For those who were following the release candidate process in the last
few weeks: candidate build 883 is released as final with no changes.
Thanks and enjoy!
Daniel
_______________________________________________
Devel mailing list
Devel(a)lists.laptop.org
http://lists.laptop.org/listinfo/devel
12 years, 1 month
Eclipse Build on ARM
by Gordan Bobic
Has anyone managed to get eclipse to build on ARM? There is a circular
dependency (it required icu4j-eclipse, which requires eclipse to build).
I bodged around it by --ignorearch installing the i686 package (I figure
it's java and I couldn't find any arch dependent files in the package)
to get the complete build deps, but after a few hours it eventually
fails due to missing symbols:
@dot:
[mkdir] Created dir:
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/@dot
[javac] Compiling 380 source files to
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jfac
e/@dot
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/action
/IAction.java:16: package org.eclipse.swt.events does not exist
[javac] import org.eclipse.swt.events.HelpListener;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/action
/IAction.java:17: package org.eclipse.swt.widgets does not exist
[javac] import org.eclipse.swt.widgets.Event;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resour
ce/ImageDescriptor.java:15: package org.eclipse.swt does not exist
[javac] import org.eclipse.swt.SWTException;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resour
ce/ImageDescriptor.java:16: package org.eclipse.swt.graphics does not
exist
[javac] import org.eclipse.swt.graphics.Device;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java:17:
package org.eclipse.swt.graphics does not exist
[javac] import org.eclipse.swt.graphics.Image;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java:18:
package org.eclipse.swt.graphics does not exist
[javac] import org.eclipse.swt.graphics.ImageData;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java:19:
package org.eclipse.swt.graphics does not exist
[javac] import org.eclipse.swt.graphics.PaletteData;
[javac] ^
[javac]
/builddir/build/BUILD/eclipse-build-0.6.2/build/eclipse-3.6.1-src/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java:20:
package org.eclipse.swt.graphics does not exist
[javac] import org.eclipse.swt.graphics.RGB;
(lots more after this).
I can see there is plugins/org.eclipse.swt.gtk.linux.arm/swt.jar it
contains org/eclipse/swt/graphics/ subdirectory, but it is empty.
I cannot seem to find much information on building eclipse on ARM,
except this Ubuntu thread:
http://dev.eclipse.org/mhonarc/lists/linuxtools-dev/msg00255.html
Unfortunately, it is for Eclipse 3.5 and I need 3.6.
Has anyone has any measure of success in getting this to build?
Gordan
12 years, 1 month