/srv/irclogs.ubuntu.com/2008/04/28/#ubuntu-mobile.txt

inkynoo1In Mobiln Image Creator, what is special about the samsung-q1 (and other) targets? Is it just the kernel which has support for the device? Or are there device specific programs or something? 04:24
dholbachgood morning06:23
=== suihkulo1ki is now known as suihkulokki
=== davmor2 is now known as davmor2_lunch
=== davmor2_lunch is now known as davmor2
=== asac_ is now known as asac
ulugeyikhello15:26
ulugeyikI am a newbie as far as Ubuntu-Mobile goes and I am confused about how to go about testing it on  Samsung Q1U-SSDXP. 15:31
ulugeyikAs far as I can tell, all pre-built binaries are for installation and not for Live-CD/Live-USB which is what Iam seeking. Should I be building that from scratch?15:31
inkynoo1ulugeyik, I'm pretty new too, but I think you should be able to use the Moblin Image Creator to build a Live-USB image. I played with it a little bit last night and it was fairly straightforward15:32
inkynoo1https://wiki.ubuntu.com/MobileAndEmbedded/CreatingAnImageForUMEDevice15:33
ulugeyikThanks inkynoo1, that is as much as I got too, thanks for confirming it. I will try it out.15:34
inkynoo1I tried booting the image on my EeePC, but it hung part way through the boot process. It did create the image though, and let me write it to my SD card15:35
=== robr__ is now known as robr
ulugeyikI am trying to make the image like inkynoo1 suggested. I can not seem to be able to create a working "target". I can only choose "core" (everything else crashes, and it seems like a known bug?017:26
ulugeyikthen once the target is created, chosing "Live USB" with GUI gives an error about missing kernels.17:26
ulugeyikany suggestions?17:27
ulugeyik"no kernels were found" is the error message.17:28
agoliveiraulugeyik: I've never used the live USB function but first you have to create the image. I suggest you use a very complete one, core only has the minimal.17:30
agoliveiraulugeyik: Also, check on the console for any errors. If you find anything, open the proper bug report.17:30
ulugeyikaccording to https://wiki.ubuntu.com/MobileAndEmbedded/CreatingAnImageForUMEDevice 17:30
ulugeyik"The image-creator has a nasty bug that makes it crash if any fset different from "core" is selected."17:31
ulugeyikso does this mean I should do this without GUI?17:31
agoliveiraulugeyik: This is old and has being fixed.17:31
ulugeyikhmm. let me try again then. 17:33
ulugeyikit gets in a cycle of "apt-get update", "apt-get install -f"  due to some missing packages. BTW, I am doing this on Gutsy and not Hardy. 17:38
persiaulugeyik: You'll get much better results from hardy17:40
agoliveiraulugeyik: Should not be an issue as it does it in a chroot but I higly recomend using hardy anyway. Gutsy is not supported for UME.17:40
ulugeyikI assume you mean the host computer that I am using the create the image right? thanks for the advice, I did not realize that, I will upgrade my distro and then try it. 17:43
persiaulugeyik: You might be able to backport the newer moblin-image-creator to gutsy, but there may be other components that also benefit from the upgrade when creating images.17:49
loolToddBrandt: Hey, any reason moblin-applets in ppa builds against moko instead of libmokoui2?17:59
lool(as in hardy)17:59
ToddBrandtlool: I was told to build against moko, what's the difference between libmokoui and moko?18:31
loolToddBrandt: When were you told this?18:33
ToddBrandtmany months ago18:33
ToddBrandtmoko is our moblinized version of the openmoko stuff18:33
loolToddBrandt: Ok; libmokoui2 is "new"18:33
loolToddBrandt: moko is a fork of an early libmokoui by Moblin18:34
loolTo add missing API etc.18:34
loollibmokoui2 is downloaded from openmoko as verbatim as possible18:34
loolAnd maintained by the openmoko people18:34
loolToddBrandt: Now would be a good time to move to libmokoui2 (before the UME release)18:34
ToddBrandtIf it's straight from the openmoko base then I don't know if it will work, the ubuntu-mobile ppa moko has some changes18:34
loolToddBrandt: We do need to port it to the libmokoui2 one18:35
loolToddBrandt: I think this is the case in hardy now18:35
loolToddBrandt: I would have thought you would have received the corresponding changes18:35
ToddBrandtok, Frank Li is our resident moko expert18:35
loolToddBrandt: Yes, StevenK and him worked together on this move18:36
looland with upstream18:36
ToddBrandtoh18:36
loolToddBrandt: The only change in hardy is:18:36
lool-PKG_CHECK_MODULES(MOKO, moko)18:36
lool+PKG_CHECK_MODULES(MOKO, libmokoui2)18:36
ToddBrandtI see, so basically I need to switch over the applets to use this new guy18:36
ToddBrandtok, I'll try it out18:36
loolin debian/patches/mokoui-changes.diff18:36
loolToddBrandt: That'd be nice, thanks18:37
loolToddBrandt: Can you ping me when it's the case so that I archive moko from the ppa?18:37
ToddBrandtyea, I can do it now gimme an hour or so18:38
loolCool, thanks18:38
ToddBrandtlool: I can't get a target to build, is there a problem with libzlui-maemo or 0.8.14-1ubuntu1? The error says that it can't find these packages because of a 404 error18:59
loolToddBrandt: You need to apt-get updatez19:45
loolToddBrandt: Missing packages 404-ing are usually due to an out of date list of packages on your side19:45
loolToddBrandt: Make sure you remove rootstraps etc. as these act as caches19:45
loolToddBrandt: I usually wipe everything between MIC builds; however if you have a proxy such as squid it could be the cause as well19:46
ToddBrandtlool: actually it's a mirror problem, I can build it ok now19:46
loolCool19:46
loolHappens to me too from time to time when the mirror serves an old Packages or Sources.gz and I need a package which has been uploaded in the mean time19:46
ToddBrandtlool: ok, I swapped moko with libmokoui2-dev in the debian/control file and PKG_CHECK_MODULES(MOKO, moko) with PKG_CHECK_MODULES(MOKO, libmokoui2) in configure.in. I ran it and it seems to work. Did you want me to create a new version and check it in now?19:47
loolToddBrandt: Sounds good!19:49
loolToddBrandt: Thanks!19:49
loolToddBrandt: Why is it that moblin-applets didn't switch to tarballs BTW? :)19:51
ToddBrandtlool: I overwrote inuka's changes19:51
loolAh19:51
loolToddBrandt: You mean by mistake?19:51
ToddBrandtI had to update the debian directory and I thought that was the only way19:51
ToddBrandtso yea, by mistake19:52
loolToddBrandt: You can easily recover his version19:52
ToddBrandtwell, I included all his debian/rules changes for patching19:52
loolhttps://launchpad.net/~ubuntu-mobile/+archive?field.name_filter=moblin-applets&field.status_filter=any19:52
loolToddBrandt: But we want to keep the packaging separate from moblin.rog19:52
loolToddBrandt: The short reason to "why?" is exactly what happened: that you people maintain a debian/ dir which we can't update19:53
ToddBrandtyea, but for instance, just now I changed the debian/control file19:53
loolSo when you upload yours, changes other people without commit did are lost19:53
ToddBrandtwhat's the proper way to update a debian file?19:53
loolToddBrandt: You 1) dget -x the .dsc from the ppa19:54
ToddBrandtI have 0.58 sitting here waiting to be uploaded, I might as well get this one back to the tarball strategy19:54
lool2) cd into that tree and do your changes19:54
lool3) upload19:54
ToddBrandtIs this documented in a wiki somewhere that I just haven't seen?19:54
loolIf you have a new upstream release to prepare in 2), you can simply type "uupdate ../moblin-applets-$new_version.tar.gz"19:54
loolToddBrandt: Probably not this particularly short version in the w.u.c/MaE wiki, but it's in the main wiki.ubuntu.com wiki for sure19:55
loolToddBrandt: If you are physically near inuka_desk, perhaps you could prepare the update together?19:55
loolToddBrandt: Be sure to start from inuka_desk's version before following the previous 1/2/3 steps19:56
inuka_deskToddBrandt: the info is in our wiki, also sent an e-mail on this last week. Ping me if you have issues19:58
loolToddBrandt: https://wiki.ubuntu.com/PackagingGuide/Howtos/DebianWatch19:59
loolhttps://wiki.ubuntu.com/PackagingJam19:59
ToddBrandtinuka_desk: yea I saw that, but I didn't see any info on how to change the debian files20:00
loolhttps://wiki.ubuntu.com/PackagingGuide/Recipes/DebianWatch might be the newer one20:00
loolI have to leave now, see you people20:00
ToddBrandtlool: so I should delete versions 0.56 and 0.57?20:00
loolToddBrandt: No need t20:00
loolto20:00
loolToddBrandt: Start from inuka_desk's latest upload (wget the .dsc, .diff.gz, .tar.gz from the archived versions in the ppa)20:01
ToddBrandtahh20:01
loolToddBrandt: Then uupdate to the new version (0.58), update control and changelog for your changes20:01
loolAnd upload20:01
loolToddBrandt: If you have any issue with this, I'm happy to help20:02
ToddBrandtok, thanks20:02
loolBut I have to go for tonight, I'm still jetlagged from returning from the US yesterday ;)20:02
* lool &20:02
bspencer_after I check somthing into the PPA, is there a webpage that will show me the status of things building20:25
bspencer_or do I just have to wait for the email?20:25
asacbspencer_: yes, go to the +archive page20:25
asacbspencer_: then you can go to view build status or something and search for your package20:26
asac(with "show all states"20:26
asac)20:26
agoliveirabspencer_: https://edge.launchpad.net/~ubuntu-mobile/+archive/+builds20:26
bspencer_asac, agoliveira -- great, thx.20:29
agoliveirabspencer_: BTW, I tried to create a new image today using image-creator and It's complaining about helix-dbus-server missing20:46
asacToddBrandt: could you please be more proactive when choosing versions for ume uploads?20:46
asacToddBrandt: just found that you just bumped the ubuntu revision ... which is, erm, not so good :)20:46
asacToddBrandt: usually you use the official version and append a ume suffix20:47
ToddBrandtasac: I'm doing that now, I'm creating a new 0.58 version based on Inuka's original 0.55-1 version20:47
asacToddBrandt: ?20:47
asacnetwork manager has 0.6.6 :)20:47
asacnetwork-manager - 0.6.6-0ubuntu5 20:47
asacnetwork-manager-applet - 0.6.6-0ubuntu2 20:47
asacthats should have been 0.6.6-0ubuntu4+804ume120:48
asacor something like that20:48
ToddBrandtok, 0.58.120:48
asacits ok now. i just have to skip the ubuntu5 version now20:48
asacToddBrandt: talking about mobile-applets?20:49
ToddBrandtasac: yea20:49
asacfor those i don't mind;) ... but i think you should append a ume suffix as well there20:49
ToddBrandtoh, if you're just talking about network-manager, you can blow those away, I only put those there because the target wasn't being pointed to the latest20:49
asacToddBrandt: ah so those are exactly the ahrdy packages?20:50
ToddBrandtasac: yes, but I think they're a little out of date now20:50
asacthought it was somethig with mobile patches20:50
ToddBrandtnope20:50
asacToddBrandt: ok ... then it doesn't matter much. we can also keep them there20:50
asacsorry for the noise ;)20:51

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!