[Bug 1022479] Re: bzr crashed with SIGSEGV in QGtkStyle::drawComplexControl()

2012-09-19 Thread Ricardo Salveti
Actually this crash happens at the xorg-server package, as it's a fallback to use the system memory when dealing with mixed pixmaps. I don't yet know if this would be something we could fix at the Xorg side, but the behaviour of a broken app/toolkit crashing the Xorg is something that needs to be

[Bug 1053212] [NEW] [FFe] merge qemu-linaro v12.09, based on upstream v1.2.0

2012-09-19 Thread Ricardo Salveti
Public bug reported: The current qemu-linaro available at Quantal is based on Qemu-Linaro -12.03, which is almost 6 months old (they have monthly releases), based on upstream 1.0.50. The new qemu-linaro v12.09 release which is based on qemu upstream v1.2.0. Latest 1.2 upstream release is a

Re: [Bug 771537] Re: Beagle XM lacks proper 1Ghz support

2012-09-17 Thread Ricardo Salveti
On Mon, Sep 17, 2012 at 6:52 AM, Paolo Pisati 771...@bugs.launchpad.net wrote: fixed the attachment. Would indeed be something to check (the patch at least sounds ok). Do you know if we need any other extra patch? This one seems to be part of a series of 3 patches, but only the first one is

[Bug 799965] Re: cross-compiler doesn't have /usr/include on the search path

2012-09-16 Thread Ricardo Salveti
** Changed in: linaro-ubuntu Milestone: None = 12.09 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799965 Title: cross-compiler doesn't have /usr/include on the search path To manage

[Bug 1045491] Re: Moving mouse messes up the desktop

2012-09-13 Thread Ricardo Salveti
Patches are available http://kernel.ubuntu.com/git?p=rsalveti/ubuntu- quantal.git;a=shortlog;h=refs/heads/omapdss-low-level-support, sent a pull-request to ppisati. There's still an issue with DPMS, which can show a random color pattern instead of going black, but that doesn't happen all the

[Bug 1045491] Re: Moving mouse messes up the desktop

2012-09-13 Thread Ricardo Salveti
Marking it as Invalid at the pvr-omap4 side, as it's actually related with the kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1045491 Title: Moving mouse messes up the desktop To manage

[Bug 1033091] Re: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build

2012-09-11 Thread Ricardo Salveti
** Changed in: pvr-omap4 (Ubuntu) Importance: Undecided = High ** Changed in: pvr-omap4 (Ubuntu) Assignee: (unassigned) = Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1033091] Re: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build

2012-09-11 Thread Ricardo Salveti
The problem here is that dkms is trying to build the pvr-omap4 modulo for the 3.2.0-24-omap kernel, and not the omap4 one. Please remove the linux-headers-3.2.0-24-omap package and install the linux-headers-omap4 one. Marking it as invalid as the reason of this bug is related with the virtual

[Bug 1048322] Re: highbank: smc change in kernel source breaks qemu booting

2012-09-10 Thread Ricardo Salveti
** Also affects: qemu-linaro (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/1048322 Title: highbank: smc change in kernel source breaks qemu

[Bug 1041092] Re: Add netboot architecture detection without using DHCP

2012-09-09 Thread Ricardo Salveti
** Changed in: u-boot-linaro (Ubuntu) Status: New = Confirmed ** Changed in: u-boot-linaro (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041092

[Bug 1048474] Re: Make CONFIG_API default for U-Boot

2012-09-09 Thread Ricardo Salveti
** Also affects: u-boot-linaro (Ubuntu) Importance: Undecided Status: New ** Changed in: linaro-ubuntu Importance: Undecided = High ** Changed in: linaro-ubuntu Status: New = Confirmed ** Changed in: u-boot-linaro (Ubuntu) Status: New = Confirmed ** Changed in:

[Bug 1044709] Re: unity-6.4.0 from quantal-proposed crashed with SIGSEGV on omap4

2012-09-02 Thread Ricardo Salveti
With the diff made by infinity at http://launchpadlibrarian.net/114595044/unity_6.4.0-0ubuntu3_6.4.0-0ubuntu4.diff.gz it works as expected. Locally I also removed the dependency on 4.6, which is also not needed anymore (besides the broken series for armel/armhf). -- You received this bug

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-08-26 Thread Ricardo Salveti
Not able to reproduce with latest kernel from TI (3.4.0-2-linaro-lt-omap #2~ci+120825182553-Ubuntu). Marking it as fix committed for now, but please re-open it in case of issues. ** Changed in: linaro-ubuntu Status: Confirmed = Fix Committed -- You received this bug notification because

[Bug 1041686] [NEW] modesetting's driver is always the default on arm now that it's part of the xserver-xorg-video-all package

2012-08-25 Thread Ricardo Salveti
included at xserver- xorg-video-all, which changed since latest xorg package upload. ** Affects: xorg-server (Ubuntu) Importance: High Assignee: Ricardo Salveti (rsalveti) Status: In Progress ** Changed in: xorg-server (Ubuntu) Status: New = In Progress ** Changed in: xorg

[Bug 1041686] Re: modesetting's driver is always the default on arm now that it's part of the xserver-xorg-video-all package

2012-08-25 Thread Ricardo Salveti
Updating 111_armel-drv-fallbacks.patch to correctly add the platform specific drivers before trying the generic ones, like modesetting and fbset, so it can use the ARM platform specific driver when the modesetting driver is installed at the system. ** Patch added:

[Bug 1041727] [NEW] fbdev is also loaded with modesetting on ARM platforms

2012-08-25 Thread Ricardo Salveti
: High Assignee: Ricardo Salveti (rsalveti) Status: In Progress ** Changed in: xserver-xorg-video-modesetting (Ubuntu) Status: New = In Progress ** Changed in: xserver-xorg-video-modesetting (Ubuntu) Importance: Undecided = High ** Changed in: xserver-xorg-video-modesetting

[Bug 1041727] Re: fbdev is also loaded with modesetting on ARM platforms

2012-08-25 Thread Ricardo Salveti
Backport from upstream, adding the platformProbe hook, to properly work when using it on ARM devices. ** Patch added: xserver-xorg-video-modesetting_0.4.0-0ubuntu2.debdiff

[Bug 1040895] Re: FTBFS when building against latest mesa (9.0 based)

2012-08-25 Thread Ricardo Salveti
Debdiff including the patch to fix the API change available at project's trunk. ** Patch added: glmark2_2012.08-0ubuntu2.debdiff https://bugs.launchpad.net/glmark2/+bug/1040895/+attachment/3277194/+files/glmark2_2012.08-0ubuntu2.debdiff -- You received this bug notification because you are

[Bug 1040895] Re: FTBFS when building against latest mesa (9.0 based)

2012-08-24 Thread Ricardo Salveti
Status: Confirmed = Fix Committed ** Changed in: glmark2 (Ubuntu) Assignee: Jesse Barker (jesse-barker) = Ricardo Salveti (rsalveti) ** Changed in: glmark2 (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1040405] Re: xorg doesn't try to autoload the omap xorg driver at omapdrm enabled devices

2012-08-23 Thread Ricardo Salveti
This patch adds the support for the omap X11 driver autoload following the same solution we have for other a ARM boards (which we also used for our previous cycle). At the end there's a small change as well to make xorg to use the recently added platform probe functions, by trying to probe the

[Bug 1015292] Re: X11 crashes with seg fault when running QT5 based applications on a Pandaboard with the SGX driver

2012-08-23 Thread Ricardo Salveti
Enabling support for platformProbe at the xf86-video-omap driver, which fixes the behavior of loading both the omap and the fbdev drivers (which fixes the issue related with qt5 applications as well). ** Patch added: xf86-video-omap_0.4.0-0ubuntu1_0.4.0-0ubuntu2.debdiff

[Bug 1015292] Re: X11 crashes with seg fault when running QT5 based applications on a Pandaboard with the SGX driver

2012-08-23 Thread Ricardo Salveti
I also pushed the modified xf86-video-omap at https://launchpad.net/~rsalveti/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1040405] Re: xorg doesn't try to autoload the omap xorg driver at omapdrm enabled devices

2012-08-23 Thread Ricardo Salveti
I also pushed the modified xorg-server at https://launchpad.net/~rsalveti/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1040611] [NEW] [needs-packaging] libdri2

2012-08-23 Thread Ricardo Salveti
SGX OpenGL ES2.0 driver for OMAP 4 (as it's binary only, and built against the shared library libdri2). ** Affects: ubuntu Importance: High Assignee: Ricardo Salveti (rsalveti) Status: Confirmed ** Tags: needs-packaging ** Changed in: ubuntu Status: New = Confirmed

[Bug 1040611] Re: [needs-packaging] libdri2

2012-08-23 Thread Ricardo Salveti
The source package: http://people.linaro.org/~rsalveti/libdri2/ Also pushed it to https://launchpad.net/~rsalveti/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=quantal Build log: https://launchpadlibrarian.net/113357596/buildlog_ubuntu-

[Bug 1040895] [NEW] FTBFS when building against latest mesa (9.0 based)

2012-08-23 Thread Ricardo Salveti
Public bug reported: At the same time this package was updated at Ubuntu, a new mesa was pushed at the archive. As a result, the builds that took more time to initialize itself, were built agains the latest mesa that was already available at the archive. Build log:

[Bug 1040405] [NEW] xorg doesn't try to autoload the omap xorg driver at omapdrm enabled devices

2012-08-22 Thread Ricardo Salveti
Assignee: Ricardo Salveti (rsalveti) Status: In Progress ** Changed in: xorg-server (Ubuntu) Status: New = In Progress ** Changed in: xorg-server (Ubuntu) Importance: Undecided = High ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) = Ricardo Salveti

[Bug 1015292] Re: X11 crashes with seg fault when running QT5 based applications on a Pandaboard with the SGX driver

2012-08-22 Thread Ricardo Salveti
= Invalid ** Changed in: xf86-video-omap (Ubuntu Quantal) Importance: Undecided = High ** Changed in: xf86-video-omap (Ubuntu Quantal) Status: New = In Progress ** Changed in: xf86-video-omap (Ubuntu Quantal) Assignee: (unassigned) = Ricardo Salveti (rsalveti) -- You received this bug

[Bug 1039736] [NEW] Please update glmark2 to 2012.08

2012-08-21 Thread Ricardo Salveti
for Quantal, it's good to provide up-to-date tools for users to test and report issues with specific OpenGL ES2.0 drivers used. ** Affects: glmark2 (Ubuntu) Importance: Medium Assignee: Ricardo Salveti (rsalveti) Status: Confirmed ** Changed in: glmark2 (Ubuntu) Importance

[Bug 1039736] Re: Please update glmark2 to 2012.08

2012-08-21 Thread Ricardo Salveti
The new package, based on the upstream 2012.08 version, is available at http://people.linaro.org/~rsalveti/glmark2/ and https://launchpad.net/~rsalveti/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=quantal Packaging diff:

[Bug 881771] Re: backfire-dkms uses SPIN_LOCK_UNLOCKED, removed in linux 3.0.x

2012-08-20 Thread Ricardo Salveti
This is fixed on the 0.83 release. ** Changed in: rt-tests (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/881771 Title: backfire-dkms uses

[Bug 1039352] [NEW] Please update rt-tests to 0.84

2012-08-20 Thread Ricardo Salveti
to the cyclictest test case. ** Affects: rt-tests (Ubuntu) Importance: Medium Assignee: Ricardo Salveti (rsalveti) Status: Confirmed ** Changed in: rt-tests (Ubuntu) Status: New = Confirmed ** Changed in: rt-tests (Ubuntu) Importance: Undecided = Medium ** Changed in: rt-tests

[Bug 1039352] Re: Please update rt-tests to 0.84

2012-08-20 Thread Ricardo Salveti
You can find the new 0.84 based ubuntu package at http://people.linaro.org/~rsalveti/rt-tests/ and https://launchpad.net/~rsalveti/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=quantal. I'm also working with the Debian maintainer to make sure the update

[Bug 1039352] Re: Please update rt-tests to 0.84

2012-08-20 Thread Ricardo Salveti
Also, the packaging git tree used to generate the package: https://github.com/rsalveti/rt-tests/commits/ubuntu (temporarily until the changes get applied at the upstream one). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1038846] [NEW] linux-headers pkg for omap4 doesn't include omap_drv/drm headers

2012-08-19 Thread Ricardo Salveti
Public bug reported: The Omap DRM driver exports 2 headers files to be used by external modules, such as the PVR SGX one. At the current 3.5 based tree, both files are available at include/linux, but as links. As the original files are not copied while creating the package, they are not properly

[Bug 1038846] Re: linux-headers pkg for omap4 doesn't include omap_drv/drm headers

2012-08-19 Thread Ricardo Salveti
Adding omap_drv and omap_drm header files at the linux-headers-kver- omap4 package. Following the same module specific copies as we already do for drivers/media/dvb/dvb-core and others. ** Patch added: 0001-UBUNTU-installing-omapdrm-specific-headers-for-exter.patch

[Bug 1035407] Re: pvr-omap4 package doesn't declare a dependency on the corresponding X video ABI

2012-08-19 Thread Ricardo Salveti
** Changed in: pvr-omap4 (Ubuntu Quantal) Assignee: Oliver Grawert (ogra) = Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035407 Title: pvr-omap4 package doesn't

[Bug 1018907] Re: plymouth in quantal on arm does only boot with black screen

2012-08-16 Thread Ricardo Salveti
At the attached patch I included a patch already available at upstream, that adds a new generic driver for the drm renderer plugin. This generic driver is supposed to work on radeon, nouveau and omap, and any other generic use case using the drm driver. As the plymouth package implies at a bunch

[Bug 1018907] Re: plymouth in quantal on arm does only boot with black screen

2012-08-16 Thread Ricardo Salveti
** Attachment added: plymouth debug with the package including the attached debdiff https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1018907/+attachment/3263429/+files/plymouth-debug.log ** Changed in: plymouth (Ubuntu Quantal) Assignee: (unassigned) = Ricardo Salveti (rsalveti

[Bug 1018907] Re: plymouth in quantal on arm does only boot with black screen

2012-08-16 Thread Ricardo Salveti
** Patch added: same debdiff, but using the same autoconf/automake version used before (from precise), in case it's not worthy to update them at this point https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1018907/+attachment/3263443/+files/plymouth_0.8.4-0ubuntu2-2.debdiff -- You

[Bug 1018907] Re: plymouth in quantal on arm does only boot with black screen

2012-08-15 Thread Ricardo Salveti
Testing with http://cdimage.ubuntu.com/daily-live/20120815/quantal- desktop-armhf+omap4.img, still at the first boot (installer), I got a different behavior: [ply-renderer.c] ply_renderer_open_plugin:trying to open renderer plugin /lib/plymouth/renderers/drm.so^M

[Bug 1015038] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-25.40

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1003295 *** https://bugs.launchpad.net/bugs/1003295 ** This bug has been marked a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1017839] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-26.41

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1003295 *** https://bugs.launchpad.net/bugs/1003295 ** This bug has been marked a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1005012] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common 3.2.0-24.39

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1003295 *** https://bugs.launchpad.net/bugs/1003295 ** This bug has been marked a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1017839] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-26.41

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1008713 *** https://bugs.launchpad.net/bugs/1008713 ** This bug is no longer a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1015038] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-25.40

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1008713 *** https://bugs.launchpad.net/bugs/1008713 ** This bug is no longer a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1005012] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common 3.2.0-24.39

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 931353 *** https://bugs.launchpad.net/bugs/931353 ** This bug is no longer a duplicate of bug 1003295 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common

[Bug 1003295] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common 3.2.0-24.38

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 931353 *** https://bugs.launchpad.net/bugs/931353 This was fixed at Quantal with the following commit: linux-base (3.5ubuntu1) quantal; urgency=low * Added quilt patch support * Remove /usr/bin/perf from this package as it conflicts with the Ubuntu

[Bug 1017839] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-26.41

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1008713 *** https://bugs.launchpad.net/bugs/1008713 ** This bug is no longer a duplicate of bug 1015038 package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package

[Bug 1015038] Re: package linux-base (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-tools-common 3.2.0-25.40

2012-08-14 Thread Ricardo Salveti
*** This bug is a duplicate of bug 1008713 *** https://bugs.launchpad.net/bugs/1008713 ** This bug has been marked a duplicate of bug 1008713 [STAGING] package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also

[Bug 1008713] Re: [STAGING] package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-base 3.4ubuntu2

2012-08-14 Thread Ricardo Salveti
This bug is still happening on both Precise and Quantal. In the case of the Omap images, where flash-kernel depends directly on the linux-base package, the user is unable to install linux-tools-common because of the file conflict. ** Changed in: linux (Ubuntu) Importance: Medium = High --

[Bug 1008713] Re: [STAGING] package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/perf.1.gz', which is also in package linux-base 3.4ubuntu2

2012-08-14 Thread Ricardo Salveti
Moving to high because if the image uses flash-kernel (most ARM images), the user will be unable to install perf because flash-kernel depends on linux-base. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1034734] Re: flash-kernel shouldn't prompt the user when updating initramfs in case there's no valid /etc/fstab

2012-08-10 Thread Ricardo Salveti
Actually Bootloader-sets-root has a different meaning here. When it's set to yes, it means the initrd should replace the rootfs param provided by the kernel, and when it's no, it's just providing a default one (in case there's no rootfs argument at the kernel, which is not the case for Ubuntu at

[Bug 1034734] Re: flash-kernel shouldn't prompt the user when updating initramfs in case there's no valid /etc/fstab

2012-08-10 Thread Ricardo Salveti
** Patch added: Updated patch based on latest flash-kernel revision. https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1034734/+attachment/3256124/+files/flash-kernel_3.0%7Erc.4ubuntu21.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1034734] [NEW] flash-kernel shouldn't prompt the user when updating initramfs in case there's no valid /etc/fstab

2012-08-08 Thread Ricardo Salveti
a valid rootfs at /etc/fstab and the device can't be found. ** Affects: flash-kernel (Ubuntu) Importance: Medium Assignee: Ricardo Salveti (rsalveti) Status: Confirmed ** Changed in: flash-kernel (Ubuntu) Status: New = Incomplete ** Changed in: flash-kernel (Ubuntu

[Bug 1034734] Re: flash-kernel shouldn't prompt the user when updating initramfs in case there's no valid /etc/fstab

2012-08-08 Thread Ricardo Salveti
The point where the hook script asks for user input: linaro-media-create: ... Setting up linux-image-3.4.0-2-linaro-lt-omap (3.4.0-2.2~ci+120723064619) ... Running depmod. update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing

[Bug 1034734] Re: flash-kernel shouldn't prompt the user when updating initramfs in case there's no valid /etc/fstab

2012-08-08 Thread Ricardo Salveti
** Patch added: flash-kernel_3.0~rc.4ubuntu18.debdiff https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1034734/+attachment/3254011/+files/flash-kernel_3.0%7Erc.4ubuntu18.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1015292] Re: X11 crashes with seg fault when running QT5 based applications on a Pandaboard with the SGX driver

2012-08-07 Thread Ricardo Salveti
On Mon, Aug 6, 2012 at 4:02 PM, Bryce Harrington 1015...@bugs.launchpad.net wrote: Hi Ricardo, I noticed this isn't uploaded to -proposed yet (that I can tell), so have freshened your debdiff up and uploaded it. A made a few minor changes. I changed the number from 1.11.4-0ubuntu10.7 to

[Bug 1032428] [NEW] NULL pointer dereference while umounting usb stick

2012-08-02 Thread Ricardo Salveti
Public bug reported: Just added a disk, and when umounting it by hand, it gave the following trace: [673863.654902] sdc: detected capacity change from 4075290624 to 0 [673865.700461] sd 9:0:0:0: [sdc] 7959552 512-byte logical blocks: (4.07 GB/3.79 GiB) [673865.702694] sd 9:0:0:0: [sdc] No

[Bug 1032428] Re: NULL pointer dereference while umounting usb stick

2012-08-02 Thread Ricardo Salveti
apport information ** Tags added: apport-collected running-unity staging ** Description changed: Just added a disk, and when umounting it by hand, it gave the following trace: [673863.654902] sdc: detected capacity change from 4075290624 to 0 [673865.700461] sd 9:0:0:0: [sdc] 7959552

[Bug 1032428] AlsaDevices.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246472/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] BootDmesg.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246473/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] Card0.Amixer.values.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246475/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032428] CRDA.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246474/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title: NULL

[Bug 1032428] Card0.Codecs.codec.1.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: Card0.Codecs.codec.1.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246477/+files/Card0.Codecs.codec.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032428] Card0.Codecs.codec.0.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246476/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032428] CurrentDmesg.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246478/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] IwConfig.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246479/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title:

[Bug 1032428] Lspci.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246480/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title: NULL

[Bug 1032428] Lsusb.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246481/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title: NULL

[Bug 1032428] PciMultimedia.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246482/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032428] ProcCpuinfo.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246483/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] ProcInterrupts.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246484/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032428] PulseList.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: PulseList.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246486/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] RfKill.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: RfKill.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246487/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title:

[Bug 1032428] ProcModules.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246485/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428

[Bug 1032428] UdevDb.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246488/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title:

[Bug 1032428] UdevLog.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246489/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032428 Title:

[Bug 1032428] WifiSyslog.txt

2012-08-02 Thread Ricardo Salveti
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1032428/+attachment/3246490/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1029770] [NEW] Sync apt-mirror 0.4.8-6 (universe) from Debian unstable (main)

2012-07-27 Thread Ricardo Salveti
Public bug reported: Please sync apt-mirror 0.4.8-6 (universe) from Debian unstable (main) Besides adding patch from bug #1015131, it fixes the support for ARMHF. Changelog entries since current quantal version 0.4.8-5build1: apt-mirror (0.4.8-6) unstable; urgency=low * Fix regex problem:

[Bug 927781] Re: PXELINUX implementation doesn't respect dhcp ConfigFile or PathPrefix values

2012-07-24 Thread Ricardo Salveti
John, would you mind checking and reviewing the attached patch from Justin? Also check with Daviey if that's still an issue on their side. Thanks! ** Changed in: u-boot-linaro (Ubuntu) Importance: Undecided = High ** Changed in: u-boot-linaro (Ubuntu) Assignee: (unassigned) = John Rigby

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Ricardo Salveti
Great, will move the SRU ahead then. Thanks! ** Changed in: xorg-server (Ubuntu Precise) Status: New = In Progress ** Changed in: xorg-server (Ubuntu Precise) Importance: Undecided = High ** Changed in: xorg-server (Ubuntu Precise) Assignee: (unassigned) = Ricardo Salveti

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Ricardo Salveti
** Description changed: [Impact] - fill me in with explanation of severity and frequency of bug on users and justification for backporting the fix to the stable release + Segmentation fault at X11 where the randr code could use the randr screen private data without checking for null first.

[Bug 1006581] Re: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build

2012-07-17 Thread Ricardo Salveti
: (unassigned) = Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006581 Title: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build To manage notifications

[Bug 1006581] Re: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel module failed to build

2012-07-17 Thread Ricardo Salveti
Marking as wont-fix as there's not much to do from the pvr-omap4 package perspective. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1006581 Title: pvr-omap4 1.7.10.0.1.21-0ubuntu1: pvr-omap4 kernel

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-17 Thread Ricardo Salveti
Attached the debdiff for Quantal, to be able to fix the seg fault issue in case the user is using 2 monitors and just one has randr support. ** Patch added: xorg-server_1.12.1.902-1ubuntu2.debdiff

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-26 Thread Ricardo Salveti
** Also affects: linaro-ubuntu Importance: Undecided Status: New ** Changed in: linaro-ubuntu Status: New = Confirmed ** Changed in: linaro-ubuntu Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-23 Thread Ricardo Salveti
** Changed in: xorg-server (Ubuntu) Status: New = In Progress ** Changed in: xorg-server (Ubuntu) Importance: Undecided = High ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) = Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-21 Thread Ricardo Salveti
Patch sent upstream and reviewed by Keith: - http://lists.x.org/archives/xorg-devel/2012-June/031836.html Then he also proposed a similar patch for other use cases at http://lists.x.org/archives/xorg-devel/2012-June/031888.html. Once accepted I'll take care of sending a debdiff for quantal and

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-20 Thread Ricardo Salveti
The issue on the X11 side: Program received signal SIGSEGV, Segmentation fault. RRFirstOutput (pScreen=0x2a1880c0) at randr.c:458 458 if (pScrPriv-primaryOutput pScrPriv-primaryOutput-crtc) (gdb) bt full #0 RRFirstOutput (pScreen=0x2a1880c0) at randr.c:458 pScrPriv = 0x0

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-20 Thread Ricardo Salveti
One workaround to get Qt 5 working with SGX is simply forcing just the pvr to be loaded by Xorg, creating a specific config: root@ubuntu-desktop:~# cat /usr/share/X11/xorg.conf.d/99-pvr.conf # X.Org X server configuration file Section Device Identifier Video Device Driver

[Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-20 Thread Ricardo Salveti
If the pointer is also checked at the xorg side, it works as expected. Tested with the patch: commit 6e83934da0288e9a182c0f7982871ea5eaff1cec Author: Ricardo Salveti de Araujo ricardo.salv...@linaro.org Date: Wed Jun 20 20:19:09 2012 -0300 randr: first check pSrcPriv before using

[Bug 1015292] [NEW] Snowshoe fails with QT5 with a segmentation fault while starting the application

2012-06-19 Thread Ricardo Salveti
Public bug reported: While testing Qt 5 support on Ubuntu, and validating the support for OpenGL ES2.0 with Pandaboard, I couldn't start Snowshoe (Qt 5 - webkit based browser) as it gives a segmentation fault and also breaks the X11 server (with the pvr driver). After a quick check with Snowball

[Bug 1015292] Re: Snowshoe fails with QT5 with a segmentation fault while starting the application

2012-06-19 Thread Ricardo Salveti
Trace from the core dump (with qt enabled with dbg symbols): root@ubuntu-desktop:/home/ubuntu/qt5/snowshoe-1.0~git+20120608# gdb ./snowshoe core GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Bug 1015292] Re: Snowshoe fails with QT5 with a segmentation fault while starting the application

2012-06-19 Thread Ricardo Salveti
The seg fault cause: Breakpoint 1, QXcbConnection::initializeXFixes (this=0x1fbc88) at qxcbconnection.cpp:1042 1042{ (gdb) l 1037xcb_get_input_focus_cookie_t cookie = Q_XCB_CALL(xcb_get_input_focus(xcb_connection())); 1038free(xcb_get_input_focus_reply(xcb_connection(),

[Bug 1015292] Re: Snowshoe fails with QT5 with a segmentation fault while starting the application

2012-06-19 Thread Ricardo Salveti
The error from Qt get's generated once xcb detects the error at the connector, which Qt doesn't handle by default: (gdb) p xcb_xfixes_id $37 = {name = 0xb2433b28 XFIXES, global_id = 2} (gdb) n Breakpoint 3, xcb_get_extension_data (c=0x1fc9b0, ext=0xb243c02c) at ../../src/xcb_ext.c:85 85

[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-06-15 Thread Ricardo Salveti
Andy, do you have any update for this bug? I know Ubuntu is still using 3.2, but I remember we had to disable CPU_FREQ with 3.3 to get it to run without freeze on 4460, so I'm not sure if the fix is already around somewhere. ** Also affects: linaro-landing-team-ti Importance: Undecided

[Bug 957028] Re: Fix cross-compiling kernel

2012-05-31 Thread Ricardo Salveti
** Changed in: linaro-ubuntu Milestone: 12.05 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/957028 Title: Fix cross-compiling kernel To manage notifications about this bug go to:

[Bug 799921] Re: Pandaboard does not shutdown properly

2012-05-16 Thread Ricardo Salveti
Also confirmed with the LT-Omap kernel at the Linaro image: linux-linaro-lt-omap (3.3.1-38.38~lt~ci~01+1336186099~4fa4ad78) oneiric; urgency=low [ Linaro CI ] * LINARO: LT: CI: Autogenerated Packaged Kernel * Add linaro and ubuntu packaging and sauce * linux-linaro-lt-omap

[Bug 799965] Re: cross-compiler doesn't have /usr/include on the search path

2012-05-02 Thread Ricardo Salveti
** Changed in: linaro-ubuntu Milestone: 12.04 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799965 Title: cross-compiler doesn't have /usr/include on the search path To manage

<    6   7   8   9   10   11   12   13   14   15   >