![]() |
Want more apps? Vote for this bug
One holdup for making more applications available is that it takes forever for developers to get programs compiled on the Maemo servers. Things that should take minutes take hour+. This really impedes the workflow for developers, so projects that should be done in an afternoon take a week instead...
A big cause of this is the actual servers building the applications (and hosting things like "brainstorm") are overloaded and sloooooow. Nokia knows this, and supposedly was getting set up with a new ISP--in October. Will this happen before Christmas? Spring/Fall? 2012? Let Nokia know you would like to see things sped up... As more users start using the N900, things are just going to slow down *more* if they don't get on the ball with this. You can vote for this bug as one way to let them know. https://bugs.maemo.org/show_bug.cgi?id=5818 https://bugs.maemo.org/votes.cgi?act...5818#vote_5818 A bit more info here: http://wiki.maemo.org/ISP_Move Thanks! -Jeff http://wiki.maemo.org/User:Jebba |
Re: Want more apps? Vote for this bug
Quote:
I hope that it goes live this month. Also see http://wiki.maemo.org/Maemo.org_Sprints/December_09 |
Re: Want more apps? Vote for this bug
Quote:
See also: Checking November: http://wiki.maemo.org/Maemo.org_Sprints/November_09 Identical text: "Work started. The first machines are being installed. Linked to ISP move." It also reports 2% being done. In October, http://wiki.maemo.org/Maemo.org_Sprints/October_09 "Servers will be available in November only. " -Jeff |
Re: Want more apps? Vote for this bug
So... Maemo developers can't compile their code locally? I'm confused...
|
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
WHY? |
Re: Want more apps? Vote for this bug
Quote:
And it is not required that an application be compiled by the autobuilder to be included in Extras. That's only a requirement for "free", and there's also "non-free" for closed source software.* * Free as freedom, not as in beer. |
Re: Want more apps? Vote for this bug
Quote:
I also saw in IRC that the build box is qemu-arm (!). Here's it compiling erlang, which has taken something like 16 hours (and still running): Code:
progname erl -- -home /home/builder1/maemo-fremantle-armel-extras-devel/work/erlang-13.b.2.1-dfsg/debian -noshell -noinput -mode minimal -boot start_clean -s erl_compile compile_cmdline @cwd /home/builder1/maemo-fremantle-armel-extras-devel/work/erlang-13.b.2.1-dfsg/lib/debugger/src @warn 1 @option debug_info @option warn_obsolete_guard @outdir ../ebin @files dbg_wx_mon.erl -Jeff |
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
More hardware won't fix this (but will help). Allowing to upload new devkits to the autobuilder would fix that, but would open another can of worms, so... |
Re: Want more apps? Vote for this bug
Quote:
Quote:
Also, fwiw, he's building erlang itself, not building something with erlang. |
Re: Want more apps? Vote for this bug
Note that his answer and mine are compatible :)
|
Re: Want more apps? Vote for this bug
Update: that erlang build i mentioned...is still running...
|
Re: Want more apps? Vote for this bug
While I agree that there are serious issues with the build system (especially since Fremantle came online... and it's basically trashing everything because it's being overwhelmed), I've heard that Nokia is also providing several new servers along with a completely overhauled/fixed build setup so that things will be faster. My understanding of it right now is that EVERYTHING (Maemo.org stuff, autobuilder for Chinook, Diablo, Fremantle, Garage, etc) are running off of a single server. That poor little server!
However in the mean time the argument to say "the autobuilder is preventing more applications" is in my mind not accurate at all. Okay, so let's say worst case scenario your app takes 2 days to build in autobuilder... If that's your product release/app release, then 2 extra days for people to wait doesn't exactly mean "there are less apps available because of it". Sure things get backed up a bit, but you're still talking about final releases here. I think the bigger problem is that many people are using autobuilder as their "testing compiler" instead of compiling locally. For example, when I build a new version of one of my apps, I'll compile locally, test it on my device to make sure it installs/uninstalls properly.. then I'll upload the compiled .deb to the project Garage page, and post links for others to "test install" with. Once they say it's good to go and there are no major problems/changes to be made, THEN I submit to autobuilder... sure it takes a little bit for autobuilder to process and things to show up in extras, but after you finish writing a commerical application it takes a LOT MORE time to get that application published and out to store shelves... So should things be faster... yea definitely... is the fact that things are slower than ideal holding back the whole community and development process? No way... |
Re: Want more apps? Vote for this bug
Quote:
https://garage.maemo.org/pipermail/e...er/thread.html I bet you *all* of those devs built their packages locally, to be honest. It also does hold things up for more than just two days because you lose momentum. If it took 15 minutes to find out your build failed, you continue on with the project; if it takes you a couple days, well, you've lost all that mindspace and by then 50 other things have come flying at you to work on. It's not just two days wait, it disturbs a clean workflow. I've decided to not bother packaging on there until things get sorted out because it's agonizing to wait, heh. That and the fact that you can't see any live build logs (like fedora does, for example), so there's no real way to know what state your package is in either. Anyway, more boxes is obviously going to help. Hopefully they're huge. -Jeff |
Re: Want more apps? Vote for this bug
Oh, and by the way, erlang is STILL building.
|
Re: Want more apps? Vote for this bug
Erlang finished! It only took two days, 18 hours:
Code:
[2009-12-07 19:55:04] Processing package erlang 13.b.2.1-dfsg-2. Uploader: thomasvs, builder: builder1 |
Re: Want more apps? Vote for this bug
Quote:
What I ended up doing (and found to be the most helpful for troubleshooting/test building) was to get a clean SDK virtual image, and use that as my "local autobuilder"; never install anything on it, never use it for actual devel, but only for testing my source packages to see if they would build on a clean platform. Definitely helped me resolve my packaging problems... should we have to do this? Heck no... I think it's more an issue with the SDK not including that type of "clean build" functionality for testing than anything else though... Anyways, still looking forward to faster build times on Maemo servers, as I agree completely, delays do tend to take a bit of "the wind out from under you". Thanks! -Rob |
Re: Want more apps? Vote for this bug
Ya, like Fedora has mock so you can simply do a `mock --clean` to get a clean build environment. With scratchbox you pretty much have to blow it out and start over.
I'm investigating sbdmock now. -Jeff |
Re: Want more apps? Vote for this bug
If you want more apps you can give a hand in Extras-testing: http://wiki.maemo.org/Extras-testing
|
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Build server has been out for 14+ hours.
No one has posted anywhere that I can see that they are even aware of the outage. Apparently it's not a 24/7/365 setup... Really shoots the weekend when you are hoping to get things built. It creates distractions, mis-directed energy and de-motivating frustration. A couple days ago, before the current outage, I had a package built. I went to the page to get it into -testing and it just sat there with a spinning cursor. I went to downtown central Buenos Aires, in rush hour, had a meeting, came back (still rush hour) and the thing was *still* spinning. Conclusion? The servers are slower than a traffic jam in Buenos Aires. Gah. -Jeff |
Re: Want more apps? Vote for this bug
Apparently Nokia admins post updates to this obscure channel:
http://www.qaiku.com/channels/show/maemork/ |
Re: Want more apps? Vote for this bug
Quote:
For e.g: http://wiki.maemo.org/Maemo.org_Sprints/December_09 |
Re: Want more apps? Vote for this bug
Quote:
Is that "properly advertised"? Have you seen how much investigation I've done of this issue? Can't you see I've obviously read *tons* of the wiki and other maemo docs and *finally* stumbled upon this because it was mentioned in IRC? I bet 99% of devs have no idea about the channel. Even on that #maemork channel it says nothing about the current outage. It mentions some build server may be ready Monday. Great. So is the current outage a planned outage? No mention. Is he even aware of the current outage? Regardless, the point is that we waste our time on this **** instead of actually packaging applications. -Jeff |
Re: Want more apps? Vote for this bug
Quote:
I tried editing it but apparently couldn't... |
Re: Want more apps? Vote for this bug
Quote:
Quote:
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
Is there any more info you can point to about this outage? If you know something about it, why not post it to the -devel mailing list or something reasonable? Also this "for free" thing is a bit disingenuous. That's like Red Hat saying to the Fedora community "hey, you're getting this for free STFU".... I mean, this is greatly in Nokia's interest--they aren't being Mother Teresa here... -Jeff |
Re: Want more apps? Vote for this bug
Woo hoo!
The builder is running again. :) |
Re: Want more apps? Vote for this bug
Do you know you can test your apps WITHOUT the autobuilder, do you? Just asking.
|
Re: Want more apps? Vote for this bug
Quote:
As for the new hardware. There has been a lot of work in both getting new hardware and setting it up. Just be patient a small while more. No promises before Christmas (everyone wants to eat Christmas lunch without watching the server stats on an N900 under the table), but services will start moving to new hardware soon. The downside is that setting up causes further slowness on the old servers as they need to be copied and synced to the new ones. The decision was not to shut down for a week to do that, but try and keep things running all the time. The people who do this work (set up and run maemo.org) are not Nokia employees, they are community members who get sponsored to do this work. |
Re: Want more apps? Vote for this bug
Quote:
I have my own repository set up here: http://www.freemoe.org/users/jebba/README -Jeff |
Re: Want more apps? Vote for this bug
Quote:
As for the complains a bit more of patience and gratitude is welcome, we're in the same boat here, those kind of problems are not normal and should be fixed soon, our infrastructure and resources is too small for the community growth, patience please. |
Re: Want more apps? Vote for this bug
Jebba: please join the maemo-developers mailing list if you haven't yet. You will like it.
|
Re: Want more apps? Vote for this bug
Quote:
Thanks, -Jeff |
Re: Want more apps? Vote for this bug
Quote:
As I wrote I would have edited it myself if I could (I too would like to contribute to the community in any way I can, given the time)... :) |
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
|
Re: Want more apps? Vote for this bug
Quote:
-Jeff |
All times are GMT. The time now is 23:57. |
vBulletin® Version 3.8.8