[Bug 610820] Re: Download size discrepancies

2011-03-09 Thread Loïc Minier
Yup, seems reasonable -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610820 Title: Download size discrepancies -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 572882] Re: qemu-debootstrap does not support --variant=fakechroot

2011-03-09 Thread Loïc Minier
I think this will be solved more elegantly with multiarch :-) This bug was wontfixed at a time where a solution didn't seem anywhere near, but it would be interesting to revisit this once fakeroot is rebuilt against a multiarch loader -- You received this bug notification because you are a

[Bug 610820] Re: Download size discrepancies

2011-03-08 Thread Loïc Minier
it would be nice to find out if it happens with libapt or apt command- line tools too perhaps with: apt-cache show avahi-autoipd=x.y.z | grep Size where x.y.z is the candidate version of avahi-autoipd returned by apt- cache policy avahi-autoipd. ** Also affects: python-apt (Ubuntu)

Re: [Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-07 Thread Loïc Minier
%,$kvers,g' $tmp.boot.script sed -i'.bak' s,%KERNELVERSION%,$kvers,g $tmp.boot.script I am rewriting it (flash-kernel as a concept) now, so that won't be too long. I am bored of waiting for Canonical, Linaro and Debian developers to fix this. Noted. -- Loïc Minier -- You received

[Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-07 Thread Loïc Minier
** Changed in: flash-kernel Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/671027 Title: Add Efika MX Smartbook/Smarttop support -- ubuntu-bugs mailing list

[Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-07 Thread Loïc Minier
I removed the task on the upstream project as it doesn't track bugs in Launchpad (but in Debian) and uploaded the original proposal of not checking subarch (initial version of the code). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 723082] Re: flash-kernel doesn't handle uboot in mx51evk

2011-03-07 Thread Loïc Minier
From a quick look, there seems to be trivial indentation mismatches: + mount $UBOOT_PART $TMPMOUNT +tmp=$(tempfile) in general flash-kernel uses tabs upstream, and pretty much never spaces. Writing to $tmp.uboot is unsafe as this filename is predictable; would be nicer to always

[Bug 723082] Re: flash-kernel doesn't handle uboot in mx51evk

2011-03-07 Thread Loïc Minier
Looks much better; some comments: * the check_subarch tests are a bit weird: +-case $subarch in. +imx51) +---check_subarch imx51 +;; +*) +---check_subarch mx51

[Bug 723082] Re: flash-kernel doesn't handle uboot in mx51evk

2011-03-07 Thread Loïc Minier
Uploaded with some tweaks: * nicer error message * support imx5 and DON'T support imx51 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723082 Title: flash-kernel doesn't handle uboot in mx51evk --

[Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-06 Thread Loïc Minier
+ ukfile=/boot/uImage-${kvers} + uifile=/boot/uInitrd-${kvers} while this sounds like a good idea, I think this is too wide-ranging: nothing is going to cleanup the accumulated uImage/uInitrd files, and ABI changes are fairly frequent. I personally don't think we should add fancy

[Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-06 Thread Loïc Minier
actually, I hadn't read the rest carefully enough: + eval sed -i'.bak' -e's,%KERNELVERSION%,$kvers,g' $tmp.boot.script + eval sed -i'.bak' -e's,%ROOTPARTITION%,$rootfs,g' $tmp.boot.script it's not clear to me which piece of code will write the boot.script, nor why

[Bug 534324] Re: Can't run uncompressed (vmlinux) kernels

2011-03-05 Thread Loïc Minier
It is reproducible for me as follows: tip of qemu-linaro as of today (c67ccff50fd53723302c47a233f3daec2807cf0d) built with: ./configure --target-list=arm-softmmu --enable-debug --static make -j2 This starts: arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel vmlinuz-2.6.37-1003-linaro-vexpress

[Bug 729946] [NEW] Hangs when starting u-boot-linaro on vexpress

2011-03-05 Thread Loïc Minier
Public bug reported: Hi When starting u-boot-linaro for vexpress in qemu-linaro as of today (c67ccff50fd53723302c47a233f3daec2807cf0d), qemu just hangs: arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel

[Bug 729945] [NEW] Crashes when running ARM u-boot binary -- Trying to execute code outside RAM or ROM at 0x06000000

2011-03-05 Thread Loïc Minier
Public bug reported: Hi, The u-boot binary download from http://arm.com/community/software-enablement/linux.php crashes qemu-linaro from today's tip (c67ccff50fd53723302c47a233f3daec2807cf0d): arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel ~/vexpress/u-boot_realview.axf -serial stdio VNC

[Bug 729945] Re: Crashes when running ARM u-boot binary -- Trying to execute code outside RAM or ROM at 0x06000000

2011-03-05 Thread Loïc Minier
NB: download is on Linux OS Downloads tab -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729945 Title: Crashes when running ARM u-boot binary -- Trying to execute code outside RAM or ROM at

[Bug 660196] Re: linaro-media-create fails umount: dir/binary/proc: not found

2011-03-04 Thread Loïc Minier
** Changed in: linaro-image-tools (Ubuntu Natty) Status: Fix Released = Fix Committed ** Changed in: linaro-image-tools (Ubuntu Maverick) Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-03 Thread Loïc Minier
/boot/config-$version). This check would only be possible if a version is passed to flash-kernel, or would be skipped entirely. Would that be helpful? Cheers, -- Loïc Minier -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

Re: [Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-03 Thread Loïc Minier
Just a note: I think this is getting off topic for this bug; we should only exchange on resolving this particular bug in a relatively simple way; flash-kernel design discussions should be held elsewhere IMO. On Thu, Mar 03, 2011, Matt Sealey wrote: I was under the impression that flash-kernel,

Re: [Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-03 Thread Loïc Minier
On Thu, Mar 03, 2011, Matt Sealey wrote: For reference this is my untested hook for the Efika.. In general, I find patches easier to review; will you test this new version? -- Loïc Minier -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: [Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-03-03 Thread Loïc Minier
On Thu, Mar 03, 2011, Loïc Minier wrote: Debian #601789 describes related issue around running flash-kernel at the right time. I think we want to dpkg-trigger flash-kernel from update-initramfs and perhaps from linux' postinsts. Sorry, that's Debian #550584 -- Loïc Minier -- You

[Bug 728494] Re: pbuilder-satisfydepends breaks on comments before source package

2011-03-03 Thread Loïc Minier
mk-build-deps relies on equivs and is very fragile in my experience. Which pbuilder-satisfydepends are you using? the aptitude version? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/728494 Title:

[Bug 726428] Re: Enabling of all possible targets broke ARM cross toolchain

2011-03-03 Thread Loïc Minier
** Changed in: binutils (Ubuntu) Importance: Undecided = Medium ** Changed in: binutils (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726428 Title:

[Bug 727975] [NEW] conmux package for Linaro's lp:lava

2011-03-02 Thread Loïc Minier
Public bug reported: Hi Linaro's LAVA software in lp:lava requires a set of tools called conmux to work; I'd like these tools to be available in natty as to make it easier for developers to develop lp:lava. It will also serve as a base version for (PPA-backed) backports to lucid and maverick.

[Bug 727975] Re: conmux package for Linaro's lp:lava

2011-03-02 Thread Loïc Minier
Debian, hmm. I didn't actually plan to use it from Debian installs. Would you find it useful in Debian? I don't want to just dump it there for convenience if it's actually only used on top of Ubuntu installs (it would work in Debian though). -- You received this bug notification because you

[Bug 726428] Re: Enabling of all possible targets broke ARM cross toolchain

2011-03-01 Thread Loïc Minier
** Changed in: binutils (Ubuntu) Assignee: (unassigned) = Loïc Minier (lool) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/726428 Title: Enabling of all possible targets broke ARM cross

[Bug 726428] Re: Enabling of all possible targets broke ARM cross toolchain

2011-02-28 Thread Loïc Minier
Thanks for the report I think it's inconvenient that objcopy has this behavior, and it does probably make sense to change it to not list all ARM architectures. That said, it seems like the above build calls dh_strip on an armel- cross architecture all package, which is not too common, and also

[Bug 726632] Re: update dtc to newer version

2011-02-28 Thread Loïc Minier
** Bug watch added: Debian Bug tracker #572945 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572945 ** Also affects: device-tree-compiler (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572945 Importance: Unknown Status: Unknown -- You received this bug

[Bug 712523] Re: Add a timestamp to the uboot Image Name

2011-02-25 Thread Loïc Minier
** Changed in: flash-kernel (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712523 Title: Add a timestamp to the uboot Image Name -- ubuntu-bugs mailing

[Bug 680650] Re: Track available RAM in hardware packs

2011-02-25 Thread Loïc Minier
Removing milestone as this bug currently doesn't have a clear path forward ** Changed in: linaro-image-tools Milestone: 0.5.0 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/680650 Title:

[Bug 712703] Re: please install clear text version of boot.scr to /boot/boot.script on rootfs

2011-02-25 Thread Loïc Minier
Moving the easier path of providing a boot.txt on the boot partition for now; please shoot/open another bug if it's an issue ** Changed in: linaro-image-tools Milestone: None = 0.4.4 ** Summary changed: - please install clear text version of boot.scr to /boot/boot.script on rootfs + please

[Bug 716540] Re: IGEP default bootcmd broken and not as useful as beagle's

2011-02-23 Thread Loïc Minier
I've sent this patch to the upstream u-boot list -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/716540 Title: IGEP default bootcmd broken and not as useful as beagle's -- ubuntu-bugs mailing list

[Bug 712175] Re: OMAP Beagle C4: kernel does not reliably find SD card on boot

2011-02-21 Thread Loïc Minier
I wonder whether I'm a victim of a similar problem: I have to mmc part 0 after mmc rescan on beagle C3, but I don't need to on beagle xM; I wonder whether there's a different between MMC controllers that might explain that both u-boot and linux are confused now. -- You received this bug

[Bug 722171] [NEW] Some Launchpad links to source packages with epoch don't work in Chromium

2011-02-20 Thread Loïc Minier
Public bug reported: Binary package hint: chromium-browser Hi Some source package links from: https://launchpad.net/ubuntu/+source/git are working and others aren't The Latest upload link: a href=/ubuntu/+source/git/1:1.7.4.1-11:1.7.4.1-1/a works, but the Natty Narwhal link to the latest

[Bug 722171] Dependencies.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861950/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722171

[Bug 722171] ChromiumPrefs.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: ChromiumPrefs.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861949/+files/ChromiumPrefs.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722171

[Bug 722171] DetectedPlugins.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: DetectedPlugins.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861951/+files/DetectedPlugins.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 722171] InstalledPlugins.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: InstalledPlugins.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861952/+files/InstalledPlugins.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 722171] RelatedPackageVersions.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: RelatedPackageVersions.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861953/+files/RelatedPackageVersions.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 722171] RelatedPackagesPolicy.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: RelatedPackagesPolicy.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861954/+files/RelatedPackagesPolicy.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 722171] gconf-keys.txt

2011-02-20 Thread Loïc Minier
apport information ** Attachment added: gconf-keys.txt https://bugs.launchpad.net/bugs/722171/+attachment/1861955/+files/gconf-keys.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722171

[Bug 660811] Re: Display is not working on Gumstix Overo

2011-02-19 Thread Loïc Minier
Nicolas, I assigned this to you because I thought it was only a matter to merge the patch which Andy attached to the bug; it seems the patches are all on their way to upstream, but will likely only make it around 2.6.39 as the patchset(s) are blocked for other reasons. So if you could merge the

[Bug 660811] Re: Display is not working on Gumstix Overo

2011-02-19 Thread Loïc Minier
Andy, for the other interesting patches, could you send a pull request to Nicolas over email? Or ask Steve whether he'd mind sending one -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660811 Title:

Re: [Bug 660811] Re: Display is not working on Gumstix Overo

2011-02-19 Thread Loïc Minier
On Sat, Feb 19, 2011, Nicolas Pitre wrote: Sure. But I want a patch that has been tested, prepared with proper description in the patch header, SOB, etc. I prefer not to second guess this if possible. Ok; Andy, mind git send-email-ing the tested patch to Nicolas? :-) -- Loïc Minier

[Bug 720529] Re: [Natty] computer-janitor-gtk (2.1.0) has unmet dependencies

2011-02-17 Thread Loïc Minier
computer-janitor-gtk depends on gir1.2-pango-2.0 instead of -1.0 ** Changed in: computer-janitor (Ubuntu) Importance: Undecided = High ** Changed in: computer-janitor (Ubuntu) Assignee: (unassigned) = Loïc Minier (lool) -- You received this bug notification because you are a member

[Bug 716540] Re: IGEP default bootcmd broken and not as useful as beagle's

2011-02-17 Thread Loïc Minier
** Also affects: u-boot-linaro Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/716540 Title: IGEP default bootcmd broken and not as useful as beagle's --

[Bug 720714] [NEW] EfikaMX config doesn't set CONFIG_BOOTCOMMAND

2011-02-17 Thread Loïc Minier
Public bug reported: Hi To allow boot media created by linaro-image-tools to boot on the EfikaMX, it would be useful if u-boot would set CONFIG_BOOTCOMMAND for efikamx just like it does for e.g. omap3_beagle (looking for a boot.scr etc.). Thanks, ** Affects: u-boot-linaro Importance:

[Bug 720743] [NEW] Could not load image 'computerjanitor.png'

2011-02-17 Thread Loïc Minier
Public bug reported: Binary package hint: computer-janitor Hey I get a warning on startup of computer-janitor-gtk that it can't find the 24x24 icon Indeed, I can see that ComputerJanitor.ui references computerjanitor- 24x24.png, but that computerjanitor.png gets installed instead. Changing

[Bug 660811] Re: Display is not working on Gumstix Overo

2011-02-17 Thread Loïc Minier
** Also affects: linux-linaro-omap (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-linaro-omap (Ubuntu Maverick) Status: New = Invalid ** Changed in: linux-linaro-omap (Ubuntu) Status: New = Triaged ** Also affects: linux-linaro Importance: Undecided

[Bug 671027] Re: Add Efika MX Smartbook/Smarttop support

2011-02-17 Thread Loïc Minier
noticed a couple of things: * #check_subarch would ideally be enabled and consistent with other platforms, or removed entirely. * tmpfile is not removed * $tmpfile.someextension is an insecure construct (used in other places of the script) -- You received this bug notification because you are

[Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-02-16 Thread Loïc Minier
Ok; the commit you point at is in the current qemu-linaro package Fix released in Ubuntu is when we upload a fixed source package to the Ubuntu development release The usual way to close Ubuntu bugs fixed with an upload is via the debian/changelog, when Launchpad processes the .changes file with

[Bug 719754] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Loïc Minier
** Changed in: util-linux (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) = Loïc Minier (lool) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/719754 Title: package mount

[Bug 719925] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 127 zurück

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719921] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719902] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719895] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719890] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: podproces nowy skrypt pre-installation zwrócił kod błędu 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719878] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719877] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: underproces nyt pre-installation-script returnerede afslutningsstatus 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719860] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 719853] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 690589] Re: mmcblk0: error -110 transferring data message dump and system can't boot up on imx51evk

2011-02-16 Thread Loïc Minier
Actually marking invalid instead of fix committed since we don't know where / when the bug was fixed ** Changed in: linux-linaro-mx51 (Ubuntu) Status: Fix Committed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 720128] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Loïc Minier
*** This bug is a duplicate of bug 719754 *** https://bugs.launchpad.net/bugs/719754 ** This bug has been marked a duplicate of bug 719754 package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127 * You can subscribe

[Bug 630825] Re: Preinstalled Maverick netbook image won't boot on Gumstix Overo

2011-02-16 Thread Loïc Minier
Ricardo, could you update the package tasks to mention the kernel source package used in the problematic images? On my side, I've tested Overo with linux-linaro-omap last week and it mostly worked (some issues here and there). -- You received this bug notification because you are a member of

[Bug 535533] Re: gdb fails in arm chroot

2011-02-16 Thread Loïc Minier
** Changed in: qemu-linaro (Ubuntu) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/535533 Title: gdb fails in arm chroot -- ubuntu-bugs mailing list

[Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-02-15 Thread Loïc Minier
Hmm Ubuntu has 2011.02, but I think you had asked me to flip this bug back to Triaged; I'm confused now, is this fixed in Ubuntu? I didn't find http://patchwork.ozlabs.org/patch/77888/ applied in qemu- linaro 0.13.50-2011.02-0-0ubuntu1 which is based of 2011.02. -- You received this bug

[Bug 535533] Re: gdb fails in arm chroot

2011-02-15 Thread Loïc Minier
I don't think qemu supports ptrace, and it might or might not be hard to implement, Peter would be in a better position to comment However the usual way to gdb with qemu's linux-user emulation is explained in http://lists.linaro.org/pipermail/linaro- dev/2011-January/002022.html and doesn't

[Bug 462538] Re: gnome-panel crashed with SIGSEGV in free()

2011-02-15 Thread Loïc Minier
Let's close this for now and reopen if someone reproduces ** Changed in: gnome-panel (Ubuntu) Status: Incomplete = Invalid ** Changed in: gnome-panel (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned) -- You received this bug notification because you are a member

[Bug 510585] Re: uboot-imx should have hush shell support enabled by default

2011-02-15 Thread Loïc Minier
Upstream u-boot and hence u-boot-linaro have CONFIG_SYS_HUSH_PARSER set and CONFIG_SYS_PROMPT_HUSH_PS2 defined to for mx51evk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/510585 Title: uboot-imx

[Bug 510585] Re: uboot-imx should have hush shell support enabled by default

2011-02-15 Thread Loïc Minier
** Changed in: uboot-imx (Ubuntu) Status: Triaged = Invalid ** Changed in: uboot-imx (Ubuntu) Assignee: Terry Lv (r65388) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 709696] Re: Build-dependency loop with python-fixtures

2011-02-14 Thread Loïc Minier
Robert, yep; I've seen it's only used in the testsuite indeed; problem is that we actually want to run the testsuite during build, so that the build-deps need to be there. There is no concept of optional build- deps because package builds need to be reproducible. So this build-dep loop needs

[Bug 716540] Re: IGEP default bootcmd broken and not as useful as beagle's

2011-02-12 Thread Loïc Minier
From a quick look, this seems much more modern than what we have now; something like the beagle script is fine, if it was inspired by beagle! You don't seem to look for boot.ini/setup.ini; it doesn't matter for Linaro, but maybe it would be nice for people who upgrade their u-boot to have their

[Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-02-11 Thread Loïc Minier
** Changed in: qemu-linaro (Ubuntu) Status: Fix Released = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/604872 Title: qemu-system-arm segfaults emulating versatile machine after

[Bug 716540] Re: IGEP default bootcmd broken and not as useful as beagle's

2011-02-11 Thread Loïc Minier
What I meant is that it would be a good time to change the default bootcmd to look for boot.scr (additionally to setup.ini), and perhaps even boot.txt as well, if the text script patch goes in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 712703] Re: please install clear text version of boot.scr to /boot/boot.script on rootfs

2011-02-10 Thread Loïc Minier
Yes, that's exactly Guilherme's point: /boot is on rootfs, and we have separate rootfs and bootfs; bootfs is typically the first partition and a vfat which holds MLO, u-boot.bin, uImage, uInitrd and boot.scr. rootfs is extN or btrfs and contains /boot/vmlinuz, /boot/initrd. The bug asks for

[Bug 716540] [NEW] IGEP default bootcmd broken and not as useful as beagle's

2011-02-10 Thread Loïc Minier
Public bug reported: Hey #define CONFIG_BOOTCOMMAND \ mmc init 0 ; fatload mmc 0 0x8000 setup.ini ; source \0 should be mmc rescan...!! also, not terribly useful to locate and use a boot.scr... Cheers, ** Affects: u-boot-linaro (Ubuntu) Importance: Undecided

[Bug 710594] Re: [gm45] I830DRI2GetMSC:1062 get vblank counter failed: Invalid argument

2011-02-09 Thread Loïc Minier
I've had various misbehaviors with our current stack, it's a bit hard to tell whether it's related to any; it seems it's just a warning though. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710594

[Bug 715429] Re: xdeb fails to compile kernel

2011-02-09 Thread Loïc Minier
Why can't ccache be an environment variable like CROSS_COMPILE? If set, we use it. I think this is because the usual way to use ccache is to have a symlink to ccache with the name of your compiler under /usr/lib/ccache, and prepend that dir to PATH, but there is no such link for the cross-

[Bug 605189] Re: Provide symlinks for cross-compilers

2011-02-09 Thread Loïc Minier
** Package changed: ccache (Ubuntu) = gcc-defaults-armel-cross (Ubuntu) ** Also affects: gcc-4.5-armel-cross (Ubuntu) Importance: Undecided Status: New ** Also affects: gcc-4.4-armel-cross (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Bug 715828] [NEW] overo: irq 336: nobody cared

2011-02-09 Thread Loïc Minier
Public bug reported: Hi Booting latest natty overo hwpack (hwpack_linaro- overo_20110209-1_armel_supported.tar.gz) on a tobi + overo com board, I got: [0.971343] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) ( 6 bit encapsulation enabled). [0.981689] CSLIP: code

[Bug 715835] [NEW] insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
Public bug reported: Hi I can't boot a btrfs based Linaro image with either qemu or on a gumstix tobi + overo board; I get: FATAL: Error inserting btrfs (/lib/modules/2.6.37-1002-linaro- omap/kernel/fs/btrfs/btrfs.ko): Unknown symbol in module, or unknown parameter (see dmesg) trying to insmod

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
Seems to be similar to: http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg02728.html ./lib/modules/2.6.37-1002-linaro-omap/kernel/crypto/crc32c.ko is in the linux-image package but is missing from the initramfs, I guess due to the lack of depends. -- You received this bug notification

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
** Also affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/715835 Title: insmod: error inserting

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
So lots of things here; Debian http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=608538 has some information crc32c doesn't get included in initramfs becasue there is no dep of libcrc32c on it; this is because there might be multiple providers. x86 has crc32c and crc32c-intel. Only crc32c will

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
Fixed initramfs-tools in natty now; 0.98.8ubuntu1 ** Changed in: initramfs-tools (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/715835 Title: insmod:

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
I've filed bug #715932 for the linaro-image-tools part of this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/715835 Title: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
So the remaining part of this bug is that we could build crc32c and btrfs into all our kernel configs as builtins as for it to be included by default, as to boot btrfs with the binary kernel. ** Branch linked: lp:~lool/linaro-seeds/add-btrfs-tools -- You received this bug notification because

[Bug 715835] Re: insmod: error inserting '/lib//modules/2.6.37-1002-linaro-omap/kernel/fs/btrfs/btrfs.ko': -1 Unknown symbol in module

2011-02-09 Thread Loïc Minier
** Changed in: linux-linaro-omap (Ubuntu) Assignee: (unassigned) = John Rigby (jcrigby) ** Changed in: linux-linaro-omap (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 644961] Re: qemu crash in rootstock second step during Setting up console-setup (1.34ubuntu15) (log reported in bootstrap.log)

2011-02-08 Thread Loïc Minier
I reproduce this with: sudo qemu-debootstrap --arch armel natty natty-armel http://ports.ubuntu.com/ubuntu-ports sudo chroot natty-armel /bin/bash echo 'deb http://ports.ubuntu.com/ubuntu-ports natty main' /etc/apt/sources.list apt-get update apt-get install --reinstall console-setup [...]

[Bug 705689] Re: QT applications crash with segfault error on armel (natty only)

2011-02-08 Thread Loïc Minier
** Changed in: qt4-x11 (Ubuntu Natty) Status: Fix Released = In Progress ** Changed in: qt4-x11 (Ubuntu Natty) Assignee: Michael Casadevall (mcasadevall) = Jani Monoses (jani) -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to

[Bug 644961] Re: qemu crash in rootstock second step during Setting up console-setup (1.34ubuntu15) (log reported in bootstrap.log)

2011-02-08 Thread Loïc Minier
I reproduce this with: sudo qemu-debootstrap --arch armel natty natty-armel http://ports.ubuntu.com/ubuntu-ports sudo chroot natty-armel /bin/bash echo 'deb http://ports.ubuntu.com/ubuntu-ports natty main' /etc/apt/sources.list apt-get update apt-get install --reinstall console-setup [...]

[Bug 715429] Re: xdeb fails to compile kernel

2011-02-08 Thread Loïc Minier
On my amd64 system, linux-headers-2.6.38-2-generic is arch: amd64 and ships a /usr/src/linux-headers-2.6.38-2-generic/scripts/kallsyms file which is for x86-64. When you're cross-building the kernel, there are two questions: a) does kallsyms need to be called during the build; if yes, then you

[Bug 705689] Re: QT applications crash with segfault error on armel (natty only)

2011-02-07 Thread Loïc Minier
But shouldn't this bug be kept open to fix qt4-x11 with gcc-4.5? We can't build with gcc-4.4 forever -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in ubuntu. https://bugs.launchpad.net/bugs/705689 Title: QT applications crash

[Bug 712523] Re: Add a timestamp to the uboot Image Name field

2011-02-03 Thread Loïc Minier
Added a flash-kernel task as I think the format of the comment should be similar after a flash-kernel update. ** Also affects: flash-kernel (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 671436] Re: Lucid and maverick version of Youtube-dl no longer work

2011-02-02 Thread Loïc Minier
** Also affects: youtube-dl (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: youtube-dl (Ubuntu Maverick) Importance: Undecided Status: New ** Changed in: youtube-dl (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification

[Bug 709895] Re: Testsuite fails under lucid

2011-02-01 Thread Loïc Minier
(I'm keeping the l-i-t task open in case we want to workaround, but moving back to New until we understand what needs to be done.) ** Changed in: linaro-image-tools Status: New = Confirmed ** Changed in: linaro-image-tools Importance: Undecided = Medium ** Changed in:

[Bug 680650] Re: Track available RAM in hardware packs

2011-02-01 Thread Loïc Minier
Jamie will amend the documentation to mention that --swap_size should definitely be passed for some images; I'm keeping a bug task open for the hardware pack v2 ram_size implementation. Ideally, we'd also have a better rootfs format to carry meta information such as required RAM size, but we

[Bug 680650] Re: Track available RAM in hardware packs

2011-02-01 Thread Loïc Minier
Tom, can you confirm that passing --swap_size somethinglarge to linaro-media-create fixes this? Also, which specific error from your dmesg was this about? there are multiple ones PS: please include all the information in the bug itself, perhaps as a dmesg attachment, rather than linking to a

[Bug 680650] Re: Track available RAM in hardware packs

2011-02-01 Thread Loïc Minier
It hadn't realized that hwpacks could be shared between boards; this doesn't seem like a good idea to me as it means we need multiple version of the metadata: which fdt to use, which board name we mean, which u-boot to use etc. -- You received this bug notification because you are a member of

[Bug 680650] Re: Track available RAM in hardware packs

2011-02-01 Thread Loïc Minier
Peter gave the example of beagle vs beagle XM as boards supported with same u-boot etc. but differing amounts of RAM I can also think that some boards have variable amounts of RAM (e.g. DDR) so doesn't sound like a good idea to handle this in hwpack v2 indeed. -- You received this bug

[Bug 711523] [NEW] dbgsym packages generated during build, but not uploaded

2011-02-01 Thread Loïc Minier
Public bug reported: Hi I've checked the 1.58 build log, and I can see dbgsym ddebs being generated for various packages, but they aren't uploaded. I think the .ddebs also need to be repacked (currently only .debs are repacked) and listed in debian/files for dpkg-genchanges to pick them up.

<    3   4   5   6   7   8   9   10   11   12   >