kitsilanosoftware / MonoDevelop.Tizen

MonoDevelop add-in which adds support for developing and deploying LGPLv2-compliant applications using Mono for Tizen
GNU General Public License v3.0
4 stars 0 forks source link

What is the status of MonoTizen on QEMU for community project? #27

Open bobsummerwill opened 9 years ago

bobsummerwill commented 9 years ago

Need to see what the state of play is, and report back to RzR.

I need to "turn the handle" on all the VM and Mono build process myself.

bobsummerwill commented 9 years ago

Hi Bob,

I can't find the URL for the ticket you logged for the Tizen Community Project QEMU issues. Do you have that handy, please? Thanks!

Here it is:

https://bugs.tizen.org/jira/browse/DEVT-192

Cheers, -D

bobsummerwill commented 9 years ago

Thanks, Damien!

Philippe, do you have all the information you need in https://bugs.tizen.org/jira/browse/DEVT-192?

Just to confirm my understanding ... We are not doing anything to progress on MonoTizen as a Tizen community project right now, because that is gated on this issue (for ARM at least).

Is that your understanding too? Thanks!

We are STILL waiting for Xamarin to release Mono-3.6, which we built MonoTizen-1.0 on top of. They created their release branch and it has hardly moved since the start of July. https://github.com/mono/mono/commits/mono-3.6.0-branch. Damien has been "pushing the bottom" on the Tizen Mono-3.6 RPMs to keep them refreshed pending the official release.

Cheers, Bob

bobsummerwill commented 9 years ago

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

On 07/23/2014 03:43 PM, Bob Summerwill wrote:

Thanks, Damien!

Philippe, do you have all the information you need in https://bugs.tizen.org/jira/browse/DEVT-192?

sorry i've been super busy we're releasing ivi and we're like 3 weeks late so had lot of priorities

Just to confirm my understanding ... We are not doing anything to progress on MonoTizen as a Tizen community project right now, because that is gated on this issue (for ARM at least).

I am in process to enable gbs into arm image kernel for qemu was submitted yesterday need a few patch to be usable again

next step is to make an image

Is that your understanding too? Thanks!

ok

I can give you some hints for tizen:common (3) would that help ?

We are STILL waiting for Xamarin to release Mono-3.6, which we built MonoTizen-1.0 on top of. They created their release branch and it has hardly moved since the start of July. https://github.com/mono/mono/commits/mono-3.6.0-branch. Damien has been "pushing the bottom" on the Tizen Mono-3.6 RPMs to keep them refreshed pending the official release.

good well done

note I wont be able to help on sept because i am moving to your country for vacations landing in montreal.ca the 8th of sept

later

bobsummerwill commented 9 years ago

Bob,

A small update on the GBS bug:

https://bugs.tizen.org/jira/browse/DEVT-192?focusedCommentId=40075&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-40075

(I don't think you are automatically receiving updates on that bug, are you?)

Cheers, -D

bobsummerwill commented 9 years ago

No - I wasn't. But I've subscribed myself now, and also to the "hard float" link which RzR referenced.

ztzg commented 9 years ago

Bob,

I'm planning to "turn the handle" again when Mono 3.6.0 is tagged, but for the record, here is how I built the Tizen 2.2.1 VMS:

./build-vm.sh 2.2.1-i686 thix VM_SSH_PORT_FWD=2226 VM_BUNDLES=mono-tizen-rpm
./build-vm.sh 2.2.1-armv7l thax VM_SSH_PORT_FWD=2227 VM_BUNDLES='mono-tizen-rpm distcc'

Then into the VM (cf. https://github.com/kitsilanosoftware/MonoTizen.VMs#bundles for details):

su -c /root/setup.sh
rpmbuild -bb mono-tizen/rpm-build/SPECS/mono-core-3.6.1-1.spec

(Note that the ARM VM, as configured, also includes distcc. Speeds up the build quite a bit.)

HTH, -D

bobsummerwill commented 9 years ago

Thanks for the extra details, Damien!