[Bug 1102045] Re: Pandaboard ES: /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so missing -> Only software rendering

2013-03-18 Thread Tom Gall
Actually I misread Olivier is correct omap_dri.so would normally be
needed by OpenGL but it's not something that TI ever provided. Still X
ought to know better and not complain.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102045

Title:
  Pandaboard ES: /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so missing ->
  Only software rendering

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pvr-omap4/+bug/1102045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102045] Re: Pandaboard ES: /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so missing -> Only software rendering

2013-03-18 Thread Tom Gall
I disagree. omap_dri.so is needed. I just tripped across this on raring,
while trying to run some OpenGL / OpenGL ES2 code.

(the GL messages here is due to libwaffle loading both GLES and GL at the same 
time.. yes it's correct, this all works on intel and it should work on ARM 
without warning or error)
tgall@neso:~/bld/piglit$ export LIBGL_DEBUG="verbose"
tgall@neso:~/bld/piglit$ bin/minmax_gles2 
libGL: OpenDriver: trying /usr/lib/arm-linux-gnueabihf/dri/tls/omap_dri.so
libGL: OpenDriver: trying /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so
libGL error: dlopen /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so failed 
(/usr/lib/arm-linux-gnueabihf/dri/omap_dri.so: cannot open shared object file: 
No such file or directory)
libGL: OpenDriver: trying ${ORIGIN}/dri/tls/omap_dri.so
libGL: OpenDriver: trying ${ORIGIN}/dri/omap_dri.so
libGL error: dlopen ${ORIGIN}/dri/omap_dri.so failed 
(${ORIGIN}/dri/omap_dri.so: cannot open shared object file: No such file or 
directory)
libGL: OpenDriver: trying /usr/lib/dri/tls/omap_dri.so
libGL: OpenDriver: trying /usr/lib/dri/omap_dri.so
libGL error: dlopen /usr/lib/dri/omap_dri.so failed (/usr/lib/dri/omap_dri.so: 
cannot open shared object file: No such file or directory)
libGL error: unable to load driver: omap_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: omap


Even switching to mesa privded EGL & libGLESv2 instead of the TI binaries 
yields the following:

tgall@neso:~/bld/piglit$ bin/minmax_gles2 
libEGL warning: failed to create a pipe screen for omap
libEGL warning: DRI2: failed to open omap (search paths 
/usr/lib/arm-linux-gnueabihf/dri:${ORIGIN}/dri:/usr/lib/dri)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102045

Title:
  Pandaboard ES: /usr/lib/arm-linux-gnueabihf/dri/omap_dri.so missing ->
  Only software rendering

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pvr-omap4/+bug/1102045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025537] Re: (CVE-2012-2806) libjpeg-turbo: Heap-based buffer overflow when decompressing corrupt JPEG images

2012-07-17 Thread Tom Gall
I've updated libjpeg-turbo_1.2.1+svn853-1ubuntu6

ppa:tom-gall/packages

I don't have package upload authority, tho I have my application for
that authority put together to start the process.  To go forward will
need some help.

Last from the changelog:

  * fixes LP:1025537 addressing CVE-2012-2806 
A Heap-based buffer overflow was found in the way libjpeg-turbo
decompressed certain corrupt JPEG images in which the component count
was erroneously set to a large value. An attacker could create a
specially-crafted JPEG image that, when opened, could cause an
application using libpng to crash or, possibly, execute arbitrary code
with the privileges of the user running the application.
  * fixes LP:1012861 - update to stable 1.2.1 r853
   * Cosmetic fixes to argument lists
   * Added flags to the TurboJPEG API that allow the caller to force 
 the use of either the fast or the accurate DCT/IDCT algorithms 
 in the underlying codec.
   * More recent versions of autoconf add -traditional-cpp to the CPP 
 flags, which causes jsimdcfg.inc.h to not preprocess correctly 
 unless we expand all of the instances of the #definev macro.
   * Fixed regression caused by a bug in the 32-bit strict memory access 
 code in jdmrgss2.asm (contributed by Chromium to stop valgrind from 
 whining whenever the output buffer size was not evenly divisible by  
 16 bytes.)  On Linux/x86, this regression generated incorrect 
 pixels on the right-hand side of images whose rows were not 16-byte 
 aligned, whenever fancy upsampling was used.  This patch also 
 enables the strict memory access code on all platforms, not just 
 Linux (it does no harm on other platforms) and removes a couple of  
 pcmpeqb instructions that were rendered unnecessary by r835.
   * Accelerated 4:2:2 upsampling routine for ARM (improves 
 performance ~20-30% when decompressing 4:2:2 JPEGs using 
 fancy upsampling)
   * Eliminate the use of the MASKMOVDQU instruction, to speed 
 up decompression performance by 10x on AMD Bobcat embedded 
 processors (and ~5% on AMD desktop processors.)
   * add tjbench to libjpeg-turbo-test packages
   * Guard against num_components being a ridiculous 
 value due to a corrupt header
   * Preserve all 128 bits of xmm6 and xmm7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1025537

Title:
  (CVE-2012-2806) libjpeg-turbo: Heap-based buffer overflow when
  decompressing corrupt JPEG images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1025537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] Re: ltj update to 1.2.1+svn853

2012-07-17 Thread Tom Gall
updated libjpeg-turbo_1.2.1+svn853-1ubuntu6
ppa:tom-gall/packages 

 * fixes LP:1012861 - update to stable 1.2.1
  * fixes LP:1025537 addressing CVE-2012-2806 
A Heap-based buffer overflow was found in the way libjpeg-turbo
decompressed certain corrupt JPEG images in which the component count
was erroneously set to a large value. An attacker could create a
specially-crafted JPEG image that, when opened, could cause an
application using libpng to crash or, possibly, execute arbitrary code
with the privileges of the user running the application.
  * fixes LP:1012861 - update to stable 1.2.1 r853
   * Cosmetic fixes to argument lists
   * Added flags to the TurboJPEG API that allow the caller to force 
 the use of either the fast or the accurate DCT/IDCT algorithms 
 in the underlying codec.
   * More recent versions of autoconf add -traditional-cpp to the CPP 
 flags, which causes jsimdcfg.inc.h to not preprocess correctly 
 unless we expand all of the instances of the #definev macro.
   * Fixed regression caused by a bug in the 32-bit strict memory access 
 code in jdmrgss2.asm (contributed by Chromium to stop valgrind from 
 whining whenever the output buffer size was not evenly divisible by  
 16 bytes.)  On Linux/x86, this regression generated incorrect 
 pixels on the right-hand side of images whose rows were not 16-byte 
 aligned, whenever fancy upsampling was used.  This patch also 
 enables the strict memory access code on all platforms, not just 
 Linux (it does no harm on other platforms) and removes a couple of  
 pcmpeqb instructions that were rendered unnecessary by r835.
   * Accelerated 4:2:2 upsampling routine for ARM (improves 
 performance ~20-30% when decompressing 4:2:2 JPEGs using 
 fancy upsampling)
   * Eliminate the use of the MASKMOVDQU instruction, to speed 
 up decompression performance by 10x on AMD Bobcat embedded 
 processors (and ~5% on AMD desktop processors.)
   * add tjbench to libjpeg-turbo-test packages
   * Guard against num_components being a ridiculous 
 value due to a corrupt header
   * Preserve all 128 bits of xmm6 and xmm7

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-2806

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn853

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1025537] Re: (CVE-2012-2806) libjpeg-turbo: Heap-based buffer overflow when decompressing corrupt JPEG images

2012-07-17 Thread Tom Gall
I've had 1.2.1 ready to go for some time and have been trying to get
someone to sponsor an upload for both p and q.

ppa:tom-gall/packages

or

ppa:linaro-maintainers/overlay

As currently packaged they don't mention the (now public knowledge)
issue documented here.  I'll update that this evening, refresh and
update 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/1025537

Title:
  (CVE-2012-2806) libjpeg-turbo: Heap-based buffer overflow when
  decompressing corrupt JPEG images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1025537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] Re: ltj update to 1.2.1+svn853

2012-07-02 Thread Tom Gall
** Changed in: libjpeg-turbo (Ubuntu)
   Status: Confirmed => 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/1012861

Title:
  ltj update to 1.2.1+svn853

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] Re: ltj update to 1.2.1+svn853

2012-07-02 Thread Tom Gall
Adding SRU template with information.

[IMPACT]

 * This update is an opportunity to sync with the upstream stable
release of 1.2.1 (as of SVN853)

 * This update includes a number of changes, they are:

* update to stable release 1.2.1 r853
* Cosmetic fixes to argument lists
* Added flags to the TurboJPEG API that allow the caller to force
the use of either the fast or the accurate DCT/IDCT algorithms
in the underlying codec.
* More recent versions of autoconf add -traditional-cpp to the CPP
flags, which causes jsimdcfg.inc.h to not preprocess correctly
unless we expand all of the instances of the #definev macro.
* Fixed regression caused by a bug in the 32-bit strict memory access
code in jdmrgss2.asm (contributed by Chromium to stop valgrind from
whining whenever the output buffer size was not evenly divisible by
16 bytes.) On Linux/x86, this regression generated incorrect
pixels on the right-hand side of images whose rows were not 16-byte
aligned, whenever fancy upsampling was used. This patch also
enables the strict memory access code on all platforms, not just
Linux (it does no harm on other platforms) and removes a couple of
pcmpeqb instructions that were rendered unnecessary by r835.
* Accelerated 4:2:2 upsampling routine for ARM (improves
performance ~20-30% when decompressing 4:2:2 JPEGs using
fancy upsampling)
* Eliminate the use of the MASKMOVDQU instruction, to speed
up decompression performance by 10x on AMD Bobcat embedded
processors (and ~5% on AMD desktop processors.)
* add tjbench to libjpeg-turbo-test packages
* Guard against num_components being a ridiculous
value due to a corrupt header
* Preserve all 128 bits of xmm6 and xmm7


[TESTCASE]

 * make test passes which runs the libjpeg-turbo test suite. This has
been run on armhf and x86_64 and x86

[Regression Potential]

 * libjpeg-turbo is fairly stable. Libjpeg however can be considered a
core library and a number of applications do link to it. If there is an
error, image effects in eog, or other graphical applications will be the
likely result.

[Other Info]
 
 * There are fixes included in the java source code bindings, however since 
this is not built, these changes do not have an effect.
 * None of the changes since the last version in the archive and this candidate 
version are for security.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn853

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] Re: ltj update to 1.2.1+svn853

2012-07-02 Thread Tom Gall
Updating bug to go to 1.2.1+svn853

Packaged, tested  and available at ppa:tom-gall/packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn853

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] Re: ltj update to 1.2.1+svn853

2012-07-02 Thread Tom Gall
** Summary changed:

- ltj update to 1.2.1+svn833
+ ltj update to 1.2.1+svn853

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn853

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1012861] Re: ltj update to 1.2.1+svn833

2012-06-13 Thread Tom Gall
updated packaged located in

ppa:tom-gall/packages

tested on x86_64, armel and armhf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn833

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1012861] [NEW] ltj update to 1.2.1+svn833

2012-06-13 Thread Tom Gall
Public bug reported:


This bug is a place holder to update to 1.2.1-svn833.

This picks up the following fixes:
  * update to stable release 1.2.1 r833
   * Guard against num_components being a ridiculous 
 value due to a corrupt header
   * Preserve all 128 bits of xmm6 and xmm7

as well as getting Ubuntu onto the stable 1.2.x codebase which includes:

* Ensure that tjDecompress2() exits cleanly if setDecompDefaults() fails

and also includes the following from between +svn733 which is currently
in precise and 1.2.1

* Fix the behavior of the alpha-enabled colorspace constants whenever 
libjpeg-turbo is built without SIMD support and merged upsampling is used.
* Allow RGB JPEG files to be created/decoded when using the LJT colorspace 
extensions
* Install docs when doing 'make install' on Unix; Fix 'install' target on 
Windows; Include wizard.txt, example.c, and structure.txt in installed docs
* Merge documentation and wordsmithing changes from 1.2, including promotion of 
-arithmetic to a "switch for advanced users"
* Merge copyright messages into one string and change the run-time messages to 
avoid confusion (we are not technically based on the latest libjpeg, although 
we do borrow some code from it)
* Add more extensive TurboJPEG regression tests
* Move test images into their own subdirectory
* Oops.  Height of output buffer should equal scaled height, not JPEG height.
* Oops.  Need to handle cases in which num_components > n
*

** Affects: libjpeg-turbo (Ubuntu)
 Importance: Undecided
 Assignee: Tom Gall (tom-gall)
 Status: Confirmed

** Changed in: libjpeg-turbo (Ubuntu)
     Assignee: (unassigned) => Tom Gall (tom-gall)

** Changed in: libjpeg-turbo (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012861

Title:
  ltj update to 1.2.1+svn833

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1012861/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 939897] Re: oneconf-service crashed with SIGSEGV

2012-06-12 Thread Tom Gall
While trying this on my intel box,  I get an errno 2 complaining about
the lack of the other_host file that Alan mentioned above.  The long
number directory in my case is different, so I bet that it's correct it
is a unique number generated by somebody.

Once I touch the other_hosts file then I get an error that a JSON object
couldn't be loaded from the other_hosts file so I'm guessing there is
probably some sort of setup necessary or something else that I am
missing.

Would it be possible to include some usage information to help recreate
the problem?

** Changed in: libjpeg-turbo (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939897

Title:
  oneconf-service crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/939897/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 939897] Re: oneconf-service crashed with SIGSEGV

2012-06-12 Thread Tom Gall
** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/939897

Title:
  oneconf-service crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/939897/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777670] Re: wrong colors on HPCLJ 3500/3600 printer after switching to 11.04

2012-05-22 Thread Tom Gall
libjpeg-turbo is drop in compatible with libjpeg8.  You shouldn't need
to recompile.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777670

Title:
  wrong colors on HPCLJ 3500/3600 printer after switching to 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/foomatic-db-hpijs/+bug/777670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777670] Re: wrong colors on HPCLJ 3500/3600 printer after switching to 11.04

2012-05-22 Thread Tom Gall
I maintain libjpeg-turbo. In 12.04 precise use of libjpeg8 was replaced
by libjpeg-turbo.   I'd like to be sure that libjpeg8 really is the
problem here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777670

Title:
  wrong colors on HPCLJ 3500/3600 printer after switching to 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/foomatic-db-hpijs/+bug/777670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
For the impatient,  ppa:tom-gall/packages   has an updated eog debs with
the fix applied.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951463] Re: Eye of Gnome crashs when saving a rotated image

2012-04-19 Thread Tom Gall
*** This bug is a duplicate of bug 960967 ***
https://bugs.launchpad.net/bugs/960967

patch applied to bug #960967 also fixes this bug.

** Package changed: libjpeg-turbo (Ubuntu) => eog (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951463

Title:
  Eye of Gnome crashs when saving a rotated image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/951463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951463] Re: Eye of Gnome crashs when saving a rotated image

2012-04-19 Thread Tom Gall
*** This bug is a duplicate of bug 960967 ***
https://bugs.launchpad.net/bugs/960967

Tested. Load image, rotate 90 to the right, save.  works.  So the fix
for bug #960967 (and is attached to that bug) will address this as well.
I'm going to mark as such.

EOG maintainers, please act on the other bug.

** This bug has been marked a duplicate of bug 960967
   eog crashed with SIGSEGV in do_rot_270()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951463

Title:
  Eye of Gnome crashs when saving a rotated image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/951463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951463] Re: Eye of Gnome crashs when saving a rotated image

2012-04-19 Thread Tom Gall
*** This bug is a duplicate of bug 960967 ***
https://bugs.launchpad.net/bugs/960967

I'll test your image, as I just fixed bug 960967, I have a strong
feeling this bug is a duplicate of that one.

** Changed in: libjpeg-turbo (Ubuntu)
   Status: Confirmed => 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/951463

Title:
  Eye of Gnome crashs when saving a rotated image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/951463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 976855] Re: eog crashed with SIGSEGV in jtransform_execute_transform()

2012-04-19 Thread Tom Gall
*** This bug is a duplicate of bug 960967 ***
https://bugs.launchpad.net/bugs/960967

** This bug is no longer a duplicate of bug 951463
   Eye of Gnome crashs when saving a rotated image
** This bug has been marked a duplicate of bug 960967
   eog crashed with SIGSEGV in do_rot_270()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/976855

Title:
  eog crashed with SIGSEGV in jtransform_execute_transform()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/976855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
The fix is two parts. (1 - an upgrade to libjpeg-turbo (which I am doing
regardless) and this patch to eog.

The fix in the enclosed patch is simple, the data structure  info in
init_transform_info() isn't being zeroed out. Since the whole point of
init_transform_info() is to init the info structure passed into it, this
is problematic and ultimately was causing the corruption of the jpeg
headers for the file to be saved in _save_jpeg_as_jpeg


** Patch added: "03_initjpegtransform.patch"
   
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/960967/+attachment/3094655/+files/03_initjpegtransform.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
EOG guys, this is a fix to your code, please take, apply and shepherd
upstream.

** Package changed: libjpeg-turbo (Ubuntu) => eog (Ubuntu)

** Changed in: eog (Ubuntu)
   Status: Confirmed => 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/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
further in jtransform_adjust_parameters   (which is in the old jpeg
copied code, not in the libjpeg-turbo library)

it makes a call to transpose_critical_parameters

Before that function, it's fine,  after the noted fields jpeg_width &
jpeg_height in dstinfo have garbage in it.

quite close now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
Ok so looking into this. When the app crashed, is not from libjpeg-
turbo8 instead it's from http://bazaar.launchpad.net/~vcs-
imports/eog/trunk/view/head:/jpegutils/transupp-8a.c   which is a file
that was copied some years back from the libjpeg project.

Why this app has internal copies of these files instead of just making
use of the same routines which are also provided by libjpeg-turbo is for
others to answer.

Running eog in gdb looking at _save_jpeg_as_jpeg in the eog code


jpeg_stdio_src (&srcinfo, input_file);

/* Enable saving of extra markers that we want to copy */
jcopy_markers_setup (&srcinfo, JCOPYOPT_DEFAULT);

/* Read file header */
(void) jpeg_read_header (&srcinfo, TRUE);

/* Any space needed by a transform option must be requested before
 * jpeg_read_coefficients so that memory allocation will be done right.
 */
jtransform_request_workspace (&srcinfo, &transformoption);

/* Read source file as DCT coefficients */
src_coef_arrays = jpeg_read_coefficients (&srcinfo);

/* Initialize destination compression parameters from source values */
jpeg_copy_critical_parameters (&srcinfo, &dstinfo);

/* Adjust destination parameters if required by transform options;
 * also find out which set of coefficient arrays will hold the output.
 */

--- FINE 
dst_coef_arrays = jtransform_adjust_parameters (&srcinfo,
&dstinfo,
src_coef_arrays,
&transformoption);


--- NOT FINE
/* Specify data destination for compression */
jpeg_stdio_dest (&dstinfo, output_file);

/* Start compressor (note no image data is actually written here) */
jpeg_write_coefficients (&dstinfo, dst_coef_arrays);

by jpeg_stdio_dest, in dstinfo the jpeg_width and jpeg_height  portions
of the structure have garbage in them. And just after the
jpeg_copy_critical_parameters those fields are fine.

debug continues.  Theory at this point, the old and copied
jtransform_adjust_parameters might contain the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
Thanks much for the test image and bug report. I'm able to recreate the
issue locally.

In my case it's not crashing, I get an error message on the save that
indicates "Maximum supported image dimension is 65500"

I have used jpegtran (a command line tool part of libjpeg-turbo-tools
and rotated the image successfully with that, I believe that rules out
that the original image has any errors.

I am using a newer libjpeg-turbo8 (found in ppa:linaro-maintainers
/staging-overlay) which I'm intending to release as an update in the
archive soon.

Will gdb a bit with eog, I am concerned given the error message about
image sizes, that there is garbage in the image header after the
rotation and that's the bug, not libjpeg-turbo attempting to save the
image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951463] Re: Eye of Gnome crashs when saving a rotated image

2012-04-19 Thread Tom Gall
@ borisdsp - Boris would you be willing to share you one image that is
having problems?I've been locally trying various images and thus far
things are working well. If you want my email address is
tom.g...@linaro.org.

However (!) : with my fresh precise install I have eog 3.3.92 and I've
also an updated version of libjpeg-turbo8. (1.2.1+svn823) which I'm
about to queue as an update to libjpeg for the archive.

If you'd like to try this newer version of libjpeg-turbo8,  it currently
can be found on ppa:linaro-maintainers/staging-overlay

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951463

Title:
  Eye of Gnome crashs when saving a rotated image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/951463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 960967] Re: eog crashed with SIGSEGV in do_rot_270()

2012-04-19 Thread Tom Gall
** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960967

Title:
  eog crashed with SIGSEGV in do_rot_270()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/960967/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 951463] Re: Eye of Gnome crashs when saving a rotated image

2012-04-18 Thread Tom Gall
** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951463

Title:
  Eye of Gnome crashs when saving a rotated image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/951463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 744458] Re: hw perfevents on the pandabaord

2012-02-29 Thread Tom Gall
Trying this out with current release.

root@neso:~# perf stat -e r63 -- sleep 1
perf_3.1.1-15 not found
You may need to install linux-tools-3.1.1-15

I've looked for that version of linux-tools, it isn't in the archive and
I don't see it in overlay or tools PPAs. Somebody outside of the MMWG
needs to take ownership of it.

** Changed in: linaro-multimedia-project
   Importance: High => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/744458

Title:
  hw perfevents on the pandabaord

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-multimedia-project/+bug/744458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 942940] [NEW] precise base-files /var/run migrate_dir fails on pkg configure

2012-02-28 Thread Tom Gall
Public bug reported:


Using precise, multistrap and live-build to build Linaro images, we have noted 
the following bug in base-files.  In debian/postinst.in on line 26 we have


 26 migrate_directory() {
 27   if [ ! -L $1 ]; then
 28 rmdir $1
 29 ln -s $2 $1
 30   fi
 31 }


Note that due to multistrap later on in this same file line 55, will fail cause 
when the dpkg --configure -a step happens /var/run already exists and is not 
certain to be empty causing rmdir to fail.. 

 54   install_directory run/lock 1777 root
 55   migrate_directory /var/run /run


The directory as part of the configure step can be safely blow away. Thus the 
fix recommended is :

 26 migrate_directory() {
 27   if [ ! -L $1 ]; then
 28 rm -rf $1
 29 ln -s $2 $1
 30   fi
 31 }

Please apply.

** Affects: base-files (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: insserv (Ubuntu) => base-files (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/942940

Title:
  precise base-files /var/run migrate_dir fails on pkg configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/942940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 942936] [NEW] 200_hide_insserv_on_ubuntu breaks precise builds

2012-02-28 Thread Tom Gall
Public bug reported:


The recently added patch for precise 200_hide_insserv_on_ubuntu.patch breaks 
our precise based Linaro builds using live-build and multistrap.

What happens is when multistrap is completed putting together the
initial system the next step is to configure all the package via dpkg
--configure -a. A number of the base packages use /sbin/insserv. Since
this patch moved that tool out of the path the builds fail.

I appreciate the goals of the patch to remove insserv, however before
application of this patch was allowed, use of insserv should have been
taken care of in the various packages like module-init-tools etc which
make use of it.

Please revert this patch.

** Affects: insserv (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/942936

Title:
  200_hide_insserv_on_ubuntu breaks precise builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/insserv/+bug/942936/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 929813] Re: Need support for PandaES (New dev board) in alsa

2012-02-09 Thread Tom Gall
FWIW We do have support for PandaES in Linaro's current releases. The
Linaro alsa-lib that was included with 12.01 is based on the alsa that
is packaged for precise. If you look in the ppa:linaro-
maintainers/overlay you'll find what we currently have.

There will be an update in 12.02 which is being worked on as part of
this week's linaro connect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/929813

Title:
  Need support for PandaES (New dev board) in alsa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/929813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-25 Thread Tom Gall
** Changed in: libjpeg-turbo
   Status: Fix Committed => 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/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-12 Thread Tom Gall
Updated package with patch that fixes this bug for precise now available
in ppa:tom-gall/libjpeg-turbo   libjpeg-turbo_1.1.90+svn733-0ubuntu4  is
the updated version.

Could this please be updated in the archive?  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-12 Thread Tom Gall
** Changed in: libjpeg-turbo
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-12 Thread Tom Gall
ug .. looks like my tea hasn't quite kicked in yet... I misread, you're
quite right.

** Package changed: libjpeg8 (Ubuntu) => libjpeg-turbo

** Changed in: libjpeg-turbo
   Status: Fix Released => Triaged

** Also affects: libjpeg-turbo (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libjpeg-turbo (Ubuntu)
   Status: New => In Progress

** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

** Changed in: libjpeg-turbo
Milestone: None => 1.1.90-2012.01

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733092] Re: libjpeg compiled without arithmetic coding support

2012-01-12 Thread Tom Gall
Is there a definitive analysis somewhere that has verified all the
patents involved in this space have indeed passed into the public domain
world wide?

I personally haven't see anyone assert they have a complete list of all
the patents involved. Based on that, I don't believe we can take action
on this currently. I appreciate that Fedora have perhaps turned this on
but just because they haven't doesn't mean we should unless we can
validate that we indeed don't have a patent issue here.

The support for arithmetic is however contained in the code, it's just
not compiled in.  If it's important to you, you can recompile the
package from source added at configure time --with-arith-enc && --with-
arith-dec  or edit debian/rules (approx line 35)

 override_dh_auto_configure:
  dh_auto_configure -v -- --with-jpeg8 CFLAGS="$(CFLAGS)"


change to:

 dh_auto_configure -v -- --with-jpeg8 --with-arith-enc --with-arith-dec
CFLAGS="$(CFLAGS)"

and then rebuild the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733092

Title:
  libjpeg compiled without arithmetic coding support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/733092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733092] Re: libjpeg compiled without arithmetic coding support

2012-01-12 Thread Tom Gall
** Changed in: libjpeg8 (Ubuntu)
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733092

Title:
  libjpeg compiled without arithmetic coding support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/733092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-12 Thread Tom Gall
This is fixed in libjpeg-turbo8-dev which replaces libjpeg8 in precise
(and can be used in place of libjpeg8 oneiric)

tgall@mars:~$ dpkg-deb -c ./libjpeg-turbo8-dev_1.1.90+svn733-0ubuntu3_amd64.deb 
drwxr-xr-x root/root 0 2011-12-21 13:27 ./
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/share/
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-12-21 13:27 
./usr/share/doc/libjpeg-turbo8-dev/
-rw-r--r-- root/root  6128 2011-12-19 09:01 
./usr/share/doc/libjpeg-turbo8-dev/README-turbo.txt.gz
-rw-r--r-- root/root  6050 2011-12-15 07:12 
./usr/share/doc/libjpeg-turbo8-dev/README.gz
-rw-r--r-- root/root  5225 2011-11-30 17:17 
./usr/share/doc/libjpeg-turbo8-dev/copyright
-rw-r--r-- root/root 18025 2010-11-22 23:49 
./usr/share/doc/libjpeg-turbo8-dev/structure.txt.gz
-rw-r--r-- root/root 51394 2010-11-22 23:49 
./usr/share/doc/libjpeg-turbo8-dev/libjpeg.txt.gz
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/include/
-rw-r--r-- root/root 13774 2011-12-21 13:27 ./usr/include/jmorecfg.h
-rw-r--r-- root/root 14748 2011-12-21 13:27 ./usr/include/jerror.h
-rw-r--r-- root/root 35446 2011-12-21 13:27 ./usr/include/turbojpeg.h
-rw-r--r-- root/root 50207 2011-12-21 13:27 ./usr/include/jpeglib.h
-rw-r--r-- root/root  1739 2011-12-21 13:27 ./usr/include/jconfig.h
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/lib/
drwxr-xr-x root/root 0 2011-12-21 13:27 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root473970 2011-12-21 13:27 
./usr/lib/x86_64-linux-gnu/libturbojpeg.a
-rw-r--r-- root/root425578 2011-12-21 13:27 
./usr/lib/x86_64-linux-gnu/libjpeg.a
lrwxrwxrwx root/root 0 2011-12-21 13:27 
./usr/share/doc/libjpeg-turbo8-dev/changelog.Debian.gz -> 
../libjpeg-turbo8/changelog.Debian.gz
lrwxrwxrwx root/root 0 2011-12-21 13:27 
./usr/lib/x86_64-linux-gnu/libjpeg.so -> libjpeg.so.8.0.2


** Changed in: libjpeg8 (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/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733092] Re: libjpeg compiled without arithmetic coding support

2012-01-12 Thread Tom Gall
This is present in the libjpeg-turbo8-progs in precise.

tgall@mars:~$ jpegtran  -optimize -arithmetic 
libjpeg8/testimages/nightshot_iso_100_444_Q95.jpg > out.jpg
Requested feature was omitted at compile time

** Changed in: libjpeg8 (Ubuntu)
   Status: New => Confirmed

** Changed in: libjpeg8 (Ubuntu)
   Status: Confirmed => 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/733092

Title:
  libjpeg compiled without arithmetic coding support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/733092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733092] Re: libjpeg compiled without arithmetic coding support

2012-01-02 Thread Tom Gall
** Changed in: libjpeg8 (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733092

Title:
  libjpeg compiled without arithmetic coding support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/733092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 898395] Re: jpegint.h missing in -dev package

2012-01-02 Thread Tom Gall
** Changed in: libjpeg8 (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/898395

Title:
  jpegint.h missing in -dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg8/+bug/898395/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806644] Re: LEB + Panda crashes on restart

2011-10-20 Thread Tom Gall
** Changed in: linux-linaro (Ubuntu)
   Status: Confirmed => 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/806644

Title:
  LEB + Panda crashes on restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-ubuntu/+bug/806644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 691744] Re: Beagle Board cons starts on wrong vt

2011-10-20 Thread Tom Gall
** Changed in: plymouth (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/691744

Title:
  Beagle Board cons starts on wrong vt

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro/+bug/691744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 754007] Re: omapfb fails on beagle C4

2011-10-20 Thread Tom Gall
Long since fixed.

** Changed in: linux-linaro-omap (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/754007

Title:
  omapfb fails on beagle C4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/754007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733334] Re: no audio with linaro-ubuntu-desktop + beagleXm

2011-10-20 Thread Tom Gall
closing out / bug clean up.

** Changed in: linux-linaro-omap (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/74

Title:
  no audio with linaro-ubuntu-desktop + beagleXm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/74/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 852207] Re: libjpeg-turbo needs packaging for ubuntu

2011-10-20 Thread Tom Gall
** Changed in: ubuntu
   Status: Fix Committed => 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/852207

Title:
  libjpeg-turbo needs packaging for ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/852207/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771951] Re: efikamx fails to boot linaro beta 2

2011-10-20 Thread Tom Gall
This bug is old. Closing out. New bug will be opened if there is an
issue against the currently available builds.

** Changed in: linux-linaro-mx51 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771951

Title:
  efikamx fails to boot linaro beta 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-mx51/+bug/771951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806688] Re: beaglexm + LEB oops on restart

2011-10-20 Thread Tom Gall
Let's close this out. If there's an issue observed in the future, let's
create a new bug.

** Changed in: linux-linaro (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806688

Title:
  beaglexm + LEB oops on restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-ubuntu/+bug/806688/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712025] Re: asoc: interface omap-mcbsp-dai hw params failed

2011-10-20 Thread Tom Gall
old bug, closing out / cleanup

** Changed in: linux-linaro-omap (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: linux-linaro
   Status: Fix Committed => 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/712025

Title:
  asoc: interface omap-mcbsp-dai hw params failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/712025/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 732912] Re: omapdss DISPC error: GFX_FIFO_UNDERFLOW

2011-10-20 Thread Tom Gall
closing out / clean up.

** Changed in: linux-linaro
   Status: Fix Committed => 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/732912

Title:
  omapdss DISPC error: GFX_FIFO_UNDERFLOW

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/732912/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 852207] Re: libjpeg-turbo needs packaging for ubuntu

2011-10-06 Thread Tom Gall
** Changed in: libjpeg-turbo
   Status: Fix Committed => 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/852207

Title:
  libjpeg-turbo needs packaging for ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/libjpeg-turbo/+bug/852207/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 660639] Re: twl driver failed to transfer msgs etc

2011-07-07 Thread Tom Gall
Marking fix released on this bug as I haven't seen this behavior in some
time with either the release or current daily. Please reopen if you feel
otherwise!

** Changed in: linux-linaro
   Status: New => Fix Released

** Changed in: linux-linaro-omap (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/660639

Title:
  twl driver failed to transfer msgs etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/660639/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627512] Re: Can't init uart3 (no clocks available)

2011-07-07 Thread Tom Gall
** Changed in: linux-linaro-omap (Ubuntu Maverick)
   Status: Fix Committed => 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/627512

Title:
  Can't init uart3 (no clocks available)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/627512/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760174] Re: redraw issue

2011-07-07 Thread Tom Gall
marking invalid as this bug is really an issue with the omap3 fb driver.
It does not exist with the omap3-x11 hwpack.

** Changed in: xfdesktop4 (Ubuntu)
   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/760174

Title:
  redraw issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/760174/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760137] Re: panel is there but not rendered

2011-07-07 Thread Tom Gall
This heart of this issue is related to an arm bug in the graphics
driver. Marking invalid.

** Changed in: xfce4-panel (Ubuntu)
   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/760137

Title:
  panel is there but not rendered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/760137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-07-07 Thread Tom Gall
I believe this has been fixed for some time. I'm going to mark this bug
as fix released. reopen if anyone disagrees.

** Changed in: linux-linaro-omap (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: linux-linaro
   Status: Confirmed => 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/712175

Title:
  OMAP Beagle C4: kernel does not reliably find SD card on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/712175/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 745737] Re: Kernel panic when rebooting panda board

2011-07-07 Thread Tom Gall
** Changed in: linux-linaro
   Status: Fix Committed => 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/745737

Title:
  Kernel panic when rebooting panda board

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/745737/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806688] [NEW] beaglexm + LEB oops on restart

2011-07-06 Thread Tom Gall
Public bug reported:

different machine config (but quite possible related to 806644

Linaro LEB root image + omap3-x11 hwpack both dated from 0706

Select restart from the pull down menu, the following OOPS occurs on the
serial cons:


[  408.635589] Unable to handle kernel NULL pointer dereference 5
[  408.644195] pgd = d7f1   
[  408.647033] [0785] *pgd=9e0b2831, *pte=, *ppte=  
[  408.653686] Internal error: Oops: 17 [#1] PREEMPT SMP
[  408.658966] last sysfs file: /sys/devices/platform/soc-audio/sound/card0/uevt
[  408.25] Modules linked in: uas omaplfb usb_storage ohci_hcd bufferclass_v
[  408.686523] CPU: 0Not tainted  (2.6.38-1003-linaro-omap #4~ppa5-Ubuntu)  
[  408.693847] PC is at futex_wake_op+0x232/0x368   
[  408.698516] LR is at futex_wake_op+0x233/0x368   
[  408.703155] pc : []lr : []psr: 200f0033  
[  408.703155] sp : d7cfde18  ip : c06baf4c  fp : d7cfdea8  
[  408.715179] r10: d7cfde9c  r9 : 8785  r8 : fff2  
[  408.720672] r7 : 00714248  r6 : 0785  r5 : 00714248  r4 : d7cfde3c   
[  408.727508] r3 : 0002  r2 : 0785  r1 : 00714248  r0 : 0001   
[  408.734344] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA Thumb  Segment ur
[  408.742004] Control: 50c5387d  Table: 97f10019  DAC: 0015
[  408.748016] Process canberra-gtk-pl (pid: 1923, stack limit = 0xd7cfc2f8)
[  408.755126] Stack: (0xd7cfde18 to 0xd7cfe000)
[  408.759704] de00:   80005
[  408.768280] de20: 0783 00714248  8783 c0755a70 c00a7e41 2
[  408.776855] de40: 00714248  d7cfc000 c0755a70 00714248 d7cfde9c 0
[  408.785430] de60:  c00a9447 de83cfc0  0001 c06baf4c d7cf0
[  408.793975] de80:       c0750
[  408.802551] dea0: ddcd2380 0248     8
[  408.811126] dec0: 0016e1f2 d7cfdfb0 c0052104 d7cfc000 fe00 400ed796 400e0
[  408.819702] dee0:  c0054493 0060 c007f127 081f c06c0864 400d0
[  408.828277] df00: 0080 0001  271beb3a 0005 0001 00710
[  408.836853] df20: 0006 0001 d7cfc000   c00a9973 0
[  408.845428] df40: ddb1ca80 d7cfc000 0785 400d0220 0086  0071d
[  408.854003] df60: 00714248  400d0220    44fb8
[  408.862579] df80: 00100073 457b2300 400ee32c 00714248 400d0220  4
[  408.871154] dfa0: d7cfc000 c0051f41 00714248 400d0220 00714248 0086 0
[  408.879730] dfc0: 00714248 400d0220  00f0 0001 0001 0
[  408.888305] dfe0: 00f0 bea2a848 400eda5d 400ed796 600f0030 00714248 0
[  408.896881] [] (futex_wake_op+0x232/0x368) from [<>] (  (n)
[  408.904724] Code: 9309 2001 f7d5 fb1b (6833) 
[  408.911804] ---[ end trace ae36a1b1824f43cb ]--- 
[  408.916656] note: canberra-gtk-pl[1923] exited with preempt_count 1  
[  408.923278] BUG: scheduling while atomic: canberra-gtk-pl/1923/0x4002
[  408.930419] Modules linked in: uas omaplfb usb_storage ohci_hcd bufferclass_v
[  408.950500] [] (unwind_backtrace+0x1/0x9c) from [] (sche)
[  408.959472] [] (schedule+0x4b7/0x5cc) from [] (__cond_re)
[  408.968353] [] (__cond_resched+0x11/0x1c) from [] (_cond)
[  408.977539] [] (_cond_resched+0x27/0x2c) from [] (__get_)
[  408.986999] [] (__get_user_pages+0x87/0x2d8) from [] (ge)
[  408.997558] [] (get_user_pages_fast+0x43/0x54) from [] ()
[  409.007293] [] (get_futex_key+0x61/0x120) from [] (futex)
[  409.016174] [] (futex_wake+0x2b/0xac) from [] (do_futex+)
[  409.024597] [] (do_futex+0x81/0x134) from [] (sys_futex+)
[  409.033020] [] (sys_futex+0x6d/0x10c) from [] (mm_releas)
[  409.041534] [] (mm_release+0x5d/0x7c) from [] (exit_mm+0)
[  409.049865] [] (exit_mm+0x11/0x134) from [] (do_exit+0xe)
[  409.058044] [] (do_exit+0xe5/0x2a8) from [] (die+0x95/0x)
[  409.065734] [] (die+0x95/0xb0) from [] (__do_kernel_faul)
[  409.074249] [] (__do_kernel_fault+0x5f/0x6c) from [] (do)
[  409.083770] [] (do_page_fault+0xeb/0x150) from [] (do_Da)
[  409.093505] [] (do_DataAbort+0x31/0x70) from [] (__dabt_)
[  409.102203] Exception stack(0xd7cfddd0 to 0xd7cfde18)
[  409.107543] ddc0: 0001 00714248 2
[  409.116149] dde0: d7cfde3c 00714248 0785 00714248 fff2 8785 d7cf8
[  409.124755] de00: c06baf4c d7cfde18 c00a87bf c00a87be 200f0033   
[  409.131744] [] (__dabt_svc+0x6b/0xa0) from [] (futex_wak)
[  409.140716] [] (futex_wake_op+0x232/0x368) from [<>] (  (n)
[  409.183776] BUG: scheduling while atomic: canberra-gtk-pl/1923/0x00

[Bug 806644] Re: LEB + Panda crashes on restart

2011-07-06 Thread Tom Gall
Unfortunately this is all the info we'll be getting. apport is unable to
collect anything which is unsurprising given the machine had crashed and
to run apport-collect I needed to reboot.

That said, it should be more than enough for the linaro kernel team to
look at.

** Changed in: linux-linaro (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806644

Title:
  LEB + Panda crashes on restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro/+bug/806644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806644] [NEW] LEB + Panda crashes on restart

2011-07-06 Thread Tom Gall
Public bug reported:

Using 20110706 build of linaro ubuntu-desktop LEB + panda-x11 hwpack of
the same date,  selecting restart from the pull down menus crashes the
machine:

root@linaro:~# [  260.082611] Unable to handle kernel NULL pointer dereference c
[  260.102813] pgd = c0004000   
[  260.117034] [000c] *pgd= 
[  260.130035] Internal error: Oops: 17 [#1] PREEMPT SMP
[  260.143127] last sysfs file: /sys/devices/virtual/sound/timer/uevent 
[  260.157531] Modules linked in: hid binfmt_misc usbhid ohci_hcd vfat uas hid_m
[  260.157592] CPU: 1Not tainted  (2.6.38-1003-linaro-omap #4~ppa5-Ubuntu)  
[  260.157684] PC is at HASH_Key_Comp_Default+0x9/0xd2 [pvrsrvkm]   
[  260.157714] LR is at HASH_Remove_Extended+0x2c/0x76 [pvrsrvkm]   
[  260.157714] pc : []lr : []psr: 80070133  
[  260.157714] sp : d4ce7da0  ip :   fp : eb9194f4  
[  260.157745] r10:   r9 :   r8 :   
[  260.157745] r7 : d4ce7dcc  r6 : ec924c10  r5 : 0004  r4 :    
[  260.157745] r3 :   r2 : d4ce7dcc  r1 : 000c  r0 : 0001   
[  260.157745] Flags: Nzcv  IRQs on  FIQs on  Mode SVC_32  ISA Thumb  Segment ur
[  260.157775] Control: 50c53c7d  Table: aca0004a  DAC: 0015
[  260.157775] Process sh (pid: 1378, stack limit = 0xd4ce62f8) 
[  260.157775] Stack: (0xd4ce7da0 to 0xd4ce8000)
[  260.157806] 7da0: ec924ba0 0004 ec924c10 bf944029 d4ce7dcc ec15c000 3
[  260.157806] 7dc0:  bf944081 ec924ba0 039b2000  bf94663f d73e0
[  260.157806] 7de0: d73e7b00 bf940b49  d5450b40   e3fe1
[  260.157836] 7e00:  bf941e61 d5450b40  000e d73f1da0 0
[  260.157836] 7e20: e3fef88c bf941f17 bf941ecf 0001 d73f13a0 bf9469f1 e
[  260.157836] 7e40: 0001 bf946a5d   000e  e3fe0
[  260.157867] 7e60: bf953f08 eb9194e8 e42fd508 bf946c51   e3f6c
[  260.157867] 7e80: eb919400 bf948ed3 e3e40880 bf94497b 038b bf93f959 bf940
[  260.157867] 7ea0: e4282c80 bf94d247 bf94d23d c02e60bd eb919400 e4282c80 0
[  260.157897] 7ec0: eb919400  eb9194c0 c02da491 0562 e200 0
[  260.157897] 7ee0: ec4f32c0 e42fd500 ebecb220 ec593ee0 eb97f960 0008 e42f0
[  260.157928] 7f00: 005c c0111435   e42fd500 ebb802a0 0
[  260.157928] 7f20: 0048  0026 c010ecc3  0061 d5403
[  260.157928] 7f40: e42b d4ce6000 0100 0001 ec96bc00 ec3cf260 d
[  260.157958] 7f60: e42b ec3cf260 0100 d4ce6000 00f8 c0052104 d4ce0
[  260.157958] 7f80:  c0087aef 0001 00071f30 be94d928 97c9 f
[  260.157958] 7fa0: 0001 c0051f41 00071f30 be94d928 0001 00071f24 400c1
[  260.157989] 7fc0: 00071f30 be94d928 97c9 00f8   40060
[  260.157989] 7fe0: 00f8 be94d5cc 4019c233 401458c6 8130 0001 8a623
[  260.158050] [] (HASH_Key_Comp_Default+0x9/0xd2 [pvrsrvkm]) from [<)
[  260.158111] [] (HASH_Remove_Extended+0x2c/0x76 [pvrsrvkm]) from [<)
[  260.158142] [] (HASH_Remove+0xe/0x10 [pvrsrvkm]) from [])
[  260.158172] [] (RA_Free+0x10/0x28 [pvrsrvkm]) from [] (B)
[  260.158233] [] (BM_CreateHeap_AnyVaCb+0x92/0x104 [pvrsrvkm]) from )
[  260.158264] [] (BM_FreeExport+0xe/0x10 [pvrsrvkm]) from [] (PVRSRVFreeSyncInfoKM+0xd0/0x108 [pvrsrvkm]) from [)
[  260.158355] [] (UnmapDeviceMemoryCallBack+0x48/0x5a [pvrsrvkm]) fr)
[  260.158386] [] (FreeResourceByCriteria_AnyVaCb+0xbc/0x14c [pvrsrvk)
[  260.158416] [] (FreeResourceByCriteria_AnyVaCb+0x128/0x14c [pvrsrv)
[  260.158477] [] (PVRSRVResManDisconnect+0x108/0x19c [pvrsrvkm]) fro)
[  260.158538] [] (PVRSRVPerProcessDataDisconnect+0x1e/0x38 [pvrsrvkm)
[  260.158569] [] (PVRSRVProcessDisconnect+0x6/0x8 [pvrsrvkm]) from [)
[  260.158599] [] (PVRSRVRelease+0x28/0x50 [pvrsrvkm]) from [] (PVRSRVDrmRelease+0xa/0xe [pvrsrvkm]) from [] (dev_postclose+0x39/0x50) from [] (drm_re)
[  260.158691] [] (drm_release+0x205/0x2a4) from [] (__fput)
[  260.158721] [] (__fput+0x5d/0x12c) from [] (filp_close+0)
[  260.158721] [] (filp_close+0x2f/0x40) from [] (put_files)
[  260.158752] [] (put_files_struct+0xaf/0xc0) from [] (do_)
[  260.158752] [] (do_exit+0x101/0x2a8) from [] (do_group_e)
[  260.158782] [] (do_group_exit+0x2b/0x80) from [] (sys_ex)
[  260.158813] [] (sys_exit_group+0xb/0x10) from [] (ret_fa)
[  260.158813] Code: 0880 b570 461c e005 (58ce) 
[  260.167144] ---[ end trace 100544e2c855eec0 ]--- 
[  260.167144] Fixing recursive fault but reboot is needed!

** Affects: linux-linaro (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which 

[Bug 725252] Re: beagle Xm : dma-debug check-for-stack

2011-07-06 Thread Tom Gall
** Changed in: linux-linaro
   Status: Fix Committed => Fix Released

** Changed in: linux-linaro-omap (Ubuntu)
   Status: In Progress => 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/725252

Title:
  beagle Xm : dma-debug check-for-stack

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/725252/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 789162] Re: EDID on omap not quite right

2011-07-06 Thread Tom Gall
assigning to myself to remember to do that!

** Changed in: linux-linaro-omap (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

** Changed in: linux-linaro-omap (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789162

Title:
  EDID on omap not quite right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/789162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 789162] Re: EDID on omap not quite right

2011-07-06 Thread Tom Gall
Still present in current snapshots (beagle + omap3-x11 hwpack for
instance)   .. still need to report log info based on Ricardo's request.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789162

Title:
  EDID on omap not quite right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/789162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 788919] Re: powering off on panda oopses

2011-07-06 Thread Tom Gall
Still present in current daily builds. 0706 being the latest using
hwpack_linaro-panda-x11-base_20110706-0_armel_supported.tar.gz and the
nano image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/788919

Title:
  powering off on panda oopses

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-ubuntu/+bug/788919/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791304] Re: projectm version 2.0.1+dfsg-8 failed to build on armel

2011-06-15 Thread Tom Gall
** Changed in: projectm (Ubuntu)
 Assignee: (unassigned) => Tom Gall (tom-gall)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791304

Title:
  projectm version 2.0.1+dfsg-8 failed to build on armel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/projectm/+bug/791304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 789162] [NEW] EDID on omap not quite right

2011-05-27 Thread Tom Gall
Public bug reported:

With beagle Xm / beagle C, hooked up an a LCD panel via DVI that does
support EDID, the range of supported resolutions was not used. The panel
on the high end does 1280x1024.  The current implementation as found in
the 0526 hwpack used a res of 1156x768, resulting in a good portion
screen being off screen to the right and unable to be used.

** Affects: linux-linaro-omap (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/789162

Title:
  EDID on omap not quite right

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787054] Re: omap3-x11 hwpack misrenders

2011-05-26 Thread Tom Gall
Somewhat related to this, should there really be two omap3 hwpacks?  Why
not just have one and include the best choice in  drivers?

Also agree on the removal of xserver-xorg-video-omap3 until fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787054

Title:
  omap3-x11 hwpack misrenders

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784188] Re: segv in libpython2.7 oneiric arm

2011-05-24 Thread Tom Gall
*** This bug is a duplicate of bug 774175 ***
https://bugs.launchpad.net/bugs/774175

** This bug has been marked a duplicate of bug 774175
   apt segfaults on armel in oneiric

** Changed in: binutils (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/784188

Title:
  segv in libpython2.7 oneiric arm

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787054] [NEW] omap3-x11 hwpack misrenders

2011-05-23 Thread Tom Gall
Public bug reported:

Binary package hint: xserver-xorg-video-omap3

The xserver-xorg-video-omap3 package is included in the omap3-x11 pack
and utilized as it's display driver for both beagle and beagle Xm
systems.

When using this driver, it was noticed and reported in bugs 760174,
760137 that something isn't right with the drive for the beagle and
beagle Xm.

This issue can be witnessed in both the linaro-n-ubuntu-desktop image as
well as the linaro-n-alip image. In either case the effects witnessed
are slightly different.

in the case of the ubuntu-desktop image, it is utilizing the unity2d
environment. The icons that should show up on the left of the screen are
not displayed tho they are there. Logging out to the log in panel will
also display misrendering.

In ALIP it's even more evident. Bug 760174 has a screenshot.

** Affects: xf86-video-omapfb (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/787054

Title:
  omap3-x11 hwpack misrenders

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 707047] Re: panda : half ram missing

2011-05-19 Thread Tom Gall
still present on 0519 hwpack using the developer image dated the same.


[0.00] Memory policy: ECC disabled, Data cache writealloc   
[0.00] Memory: 456MB 220MB 260MB = 936MB total  
[0.00] Memory: 674316k/674316k available, 54772k reserved, 0K highmem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/707047

Title:
  panda : half ram missing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784188] Re: segv in libpython2.7 oneiric arm

2011-05-18 Thread Tom Gall
The current theory is this is potentially another instance of bug
#774175

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/784188

Title:
  segv in libpython2.7 oneiric arm

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 784188] [NEW] segv in libpython2.7 oneiric arm

2011-05-17 Thread Tom Gall
Public bug reported:

Binary package hint: libpython2.7

While running apt-ftparchive with the following command on arm on
oneiric :

/usr/bin/apt-ftparchive packages . > Packages

it segvs. This is repeatable.

Via gdb I see the following:

tarting program: /usr/bin/apt-ftparchive packages . > Packages

Program received signal SIGSEGV, Segmentation fault.
0x4022ff92 in ?? ()
(gdb) bt
#0  0x4022ff92 in ?? ()
#1  0x400424be in ?? ()
#2  0x400424be in ?? ()

Dumping the address space for the process, I see we're in libpython2.7

proc/22102# cat maps 
8000-00308000 r-xp  08:11 24833188   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/usr/bin/gdb
0030f000-0031 r--p 002ff000 08:11 24833188   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/usr/bin/gdb
0031-00319000 rw-p 0030 08:11 24833188   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/usr/bin/gdb
00319000-00333000 rw-p  00:00 0 
00a81000-00baa000 rw-p  00:00 0  [heap]
40001000-40017000 r-xp  08:11 24831274   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/ld-2.13.so
4001e000-4001f000 r--p 00015000 08:11 24831274   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/ld-2.13.so
4001f000-4002 rw-p 00016000 08:11 24831274   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/ld-2.13.so
4002f000-4003 rw-p  00:00 0 
4003a000-4003c000 rw-p  00:00 0 
4003c000-4004c000 r-xp  08:11 24831268   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libpthread-2.13.so
4004c000-4004d000 r--p 0001 08:11 24831268   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libpthread-2.13.so
4004d000-4004e000 rw-p 00011000 08:11 24831268   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libpthread-2.13.so
4004e000-40052000 rw-p  00:00 0 
40059000-400bc000 r-xp  08:11 24831277   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libm-2.13.so
400bc000-400c3000 ---p 00063000 08:11 24831277   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libm-2.13.so
400c3000-400c4000 r--p 00062000 08:11 24831277   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libm-2.13.so
400c4000-400c5000 rw-p 00063000 08:11 24831277   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libm-2.13.so
400c5000-400c7000 r-xp  08:11 24831281   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libdl-2.13.so
400c7000-400ce000 ---p 2000 08:11 24831281   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libdl-2.13.so
400ce000-400cf000 r--p 1000 08:11 24831281   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libdl-2.13.so
400cf000-400d rw-p 2000 08:11 24831281   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libdl-2.13.so
400d-400d2000 r-xp  08:11 24831265   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libutil-2.13.so
400d2000-400d9000 ---p 2000 08:11 24831265   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libutil-2.13.so
400d9000-400da000 r--p 1000 08:11 24831265   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libutil-2.13.so
400da000-400db000 rw-p 2000 08:11 24831265   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/arm-linux-gnueabi/libutil-2.13.so
400db000-400de000 rw-p  00:00 0 
400fa000-4011d000 r-xp  08:11 24832939   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libreadline.so.6.2
4011d000-40124000 ---p 00023000 08:11 24832939   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libreadline.so.6.2
40124000-40125000 r--p 00022000 08:11 24832939   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libreadline.so.6.2
40125000-40128000 rw-p 00023000 08:11 24832939   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libreadline.so.6.2
40128000-4012a000 rw-p  00:00 0 
4012a000-40151000 r-xp  08:11 24831631   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libncurses.so.5.9
40151000-40158000 ---p 00027000 08:11 24831631   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libncurses.so.5.9
40158000-4015a000 r--p 00026000 08:11 24831631   
/bld/images/oneiric.nano/live-helper.config.oneiric.nano/chroot/lib/libncurses.so.5.9
4015a000-4015b000 rw-p 00028000 08:11 24831631   
/bld/images/oneiric.nano/live-helper.config.onei

[Bug 760137] Re: panel is there but not rendered

2011-04-28 Thread Tom Gall
present in linaro's beta2 with the optimized omap3-x11 hwpack. I deeply
suspect this could be a rendering issue and not a panel issue at all.
Going to retry with the omapfb hwpack.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760137

Title:
  panel is there but not rendered

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760174] Re: redraw issue

2011-04-28 Thread Tom Gall
Still appears in the beta2 linaro build with the optimized omap3-x11
hwpack.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760174

Title:
  redraw issue

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 771951] [NEW] efikamx fails to boot linaro beta 2

2011-04-27 Thread Tom Gall
Public bug reported:

Efika MX smarttop ... not the netbook.

Linaro developer beta 2 image (04262011) hwpack for efika dated same

Fails to autoboot from SD card.

When catching from the serial cons and attempting to boot by hand from
the uboot command line:

 Does not auto boot to SD. When manually attempting to boot via uboot:

mmcinit

fatload mmc 0:2 0x9000 uImage; fatload mmc 0:2 0x9200 uInitrd; fatload 
mmc 0:2 0x91ff board.dtb; bootm 0x9000 0x9200 0x91ff
reading uImage

fatload fails. Red/blue light on the power on switch. No other output.

** Affects: linux-linaro-mx51 (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/771951

Title:
  efikamx fails to boot linaro beta 2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 754007] Re: omapfb fails on beagle C4

2011-04-27 Thread Tom Gall
With the beta 2 developer image, and hwpack_linaro-
omap3-x11-base_20110426-0 beagle C4 fails to boot.


Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1002-linaro-omap (buildd@araceae) (gcc 
version 4.5)
[0.00] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=50c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction 
cache
[0.00] Machine: OMAP3 Beagle Board, model: TI OMAP3 BeagleBoard
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 12582912 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writeback
[0.00] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x1
[0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[0.00] Reprogramming SDRC clock to 33200 Hz
[0.00] PERCPU: Embedded 8 pages/cpu @c09c6000 s9888 r8192 d14688 u32768
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 612
[0.00] Kernel command line: console=tty0 console=ttyO2,115200n8  
root=UUID=7c80
[0.00] PID hash table entries: 1024 (order: 0, 4096 bytes)
[0.00] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[0.00] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[0.00] allocated 1310720 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cgros
[0.00] Memory: 244MB = 244MB total
[0.00] Memory: 234688k/234688k available, 27456k reserved, 0K highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] DMA : 0xffc0 - 0xffe0   (   2 MB)
[0.00] vmalloc : 0xd080 - 0xf800   ( 632 MB)
[0.00] lowmem  : 0xc000 - 0xd000   ( 256 MB)
[0.00] modules : 0xbf80 - 0xc000   (   8 MB)
[0.00]   .init : 0xc0008000 - 0xc0052000   ( 296 kB)
[0.00]   .text : 0xc0052000 - 0xc0687760   (6358 kB)
[0.00]   .data : 0xc0688000 - 0xc06f5800   ( 438 kB)
[0.00] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[0.00] Hierarchical RCU implementation.
[0.00]  RCU-based detection of stalled CPUs is disabled.
[0.00] NR_IRQS:410
[0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 
interrupts
[0.00] Total of 96 interrupts on 1 active controller
[0.00] omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck.
[0.00] OMAP clockevent source: GPTIMER12 at 32768 Hz
[0.00] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 
13107199s
[0.00] Console: colour dummy device 80x30
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1002-linaro-omap (buildd@araceae) (gcc 
version 4.5)
[0.00] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=50c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction 
cache
[0.00] Machine: OMAP3 Beagle Board, model: TI OMAP3 BeagleBoard
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 12582912 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writeback
[0.00] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x1
[0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[0.00] Reprogramming SDRC clock to 33200 Hz
[0.00] PERCPU: Embedded 8 pages/cpu @c09c6000 s9888 r8192 d14688 u32768
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 612
[0.00] Kernel command line: console=tty0 console=ttyO2,115200n8  
root=UUID=7c80
[0.00] PID hash table entries: 1024 (order: 0, 4096 bytes)
[0.00] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[0.00] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[0.00] allocated 1310720 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cgros
[0.00] Memory: 244MB = 244MB total
[0.00] Memory: 234688k/234688k available, 27456k reserved, 0K highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] DMA : 0xffc0 - 0xffe0   (   2 MB)
[0.00] vmalloc : 0xd080 - 0xf800   ( 632 MB)
[0.00] lowmem  : 0xc000 - 0xd000   ( 256 MB)

[Bug 771805] Re: [armel] ltrace hangs

2011-04-27 Thread Tom Gall
using the developer build from 4/21 and the omap3 hwpack on my beagle Xm
I see the same:

as root:
root@linaro:~# ltrace /bin/ls
signal(55377, 0x0001Killed

as a mere mortal:
tgall@linaro:~/chromium$ ltrace /bin/ls
signal(55377, 0x0001

root@linaro:~# dpkg -l ltrace
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  ltrace  0.5.3-2.1ubuntu Tracks runtime library calls in dynamically 
li
root@linaro:~# uname -a
Linux linaro 2.6.38-1002-linaro-omap #3-Ubuntu SMP Fri Apr 15 14:00:54 UTC 2011 
armv7l armv7l armv7l GNU/Linux
root@linaro:~# 


** Changed in: ltrace (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771805

Title:
  [armel] ltrace hangs

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 745737] Re: Kernel panic when rebooting panda board

2011-04-14 Thread Tom Gall
Just encountered on the 04142011 panda hwpack while attempting to test
out alip.


[3.526947] Unhandled fault: imprecise external abort (0x1406) at 0xe7706ffb
[3.537536] Internal error: : 1406 [#1] SMP
[3.545074] last sysfs file: 
[3.551269] Modules linked in:
[3.557525] CPU: 0Not tainted  (2.6.38-1001-linaro-omap #2-Ubuntu)
[3.567565] PC is at configure_dispc+0x22/0x194
[3.575531] LR is at configure_dispc+0x27/0x194
[3.583435] pc : []lr : []psr: 20b3
[3.583435] sp : da849e60  ip :   fp : 
[3.602020] r10: c06a0b90  r9 : da849e6d  r8 : da849e6a
[3.610778] r7 : 0003  r6 : 0003  r5 :   r4 : 0001
[3.620910] r3 : 02102004  r2 : 0005  r1 : 8093  r0 : 0001
[3.630950] Flags: nzCv  IRQs off  FIQs on  Mode SVC_32  ISA Thumb  Segment 
kernl
[3.645233] Control: 50c53c7d  Table: 8000404a  DAC: 0015
[3.654510] Process swapper (pid: 1, stack limit = 0xda8482f8)
[3.663879] Stack: (0xda849e60 to 0xda84a000)
[3.671691] 9e60: c006a4cd c068f610 8093 c006001f c078e608  
c078f9784
[3.686889] 9e80: 68008000 d9dfa9c0 0088 c06a0b90  c02af267 
c078f9c40
[3.702087] 9ea0: 0080 c078f984    6013 
da82c23c0
[3.717254] 9ec0: c078faf8 c06a3f70 0002 d9e2c484   
1
[3.732482] 9ee0: da045c30  c06b7410 c06a3f70 c06a3f78 c0793dc4 
c06b74100
[3.747894] 9f00:  c0024119  c02d92f9 c02d92e9 c02d8817 
c06a40400
[3.763427] 9f20: c06b7410 c06a3fa4  c02d8a0f  c06a3f70 
c06b74107
[3.779022] 9f40: c06b7410 c02d8a1d  c02d7fd9 da82c13c daa89cf4 
c06b74100
[3.794891] 9f60: d9ef8900 c02d8523 c059bd90 c0038da8 da848000 c06b7410 
c0038da80
[3.810943] 9f80:  c0024119  c02d8bb1 c06d3f80 c0038da8 
da848
[3.827331] 9fa0: c0024119 c0024139  c00514e1  271beb3a 
da82a6c00
[3.843872] 9fc0: 0192 da806300 c0038d88 c0038da8 da806300 0033 
0
[3.860748] 9fe0:  c0008a8d  c000899d c00568a9 c00568a9 
0
[3.877746] [] (configure_dispc+0x22/0x194) from [] 
(omap_ds)
[3.896270] [] (omap_dss_mgr_apply+0x183/0x378) from [] 
(oma)
[3.914794] [] (omapfb_probe+0x1c1/0x2e8) from [] 
(platform_)
[3.933135] [] (platform_drv_probe+0x11/0x14) from [] 
(reall)
[3.951324] [] (really_probe+0x43/0xfc) from [] 
(driver_prob)
[3.969604] [] (driver_probe_device+0x3b/0x48) from [] 
(__dr)
[3.988220] [] (__driver_attach+0x4b/0x4c) from [] 
(bus_for_)
[4.006591] [] (bus_for_each_dev+0x29/0x44) from [] 
(bus_add)
[4.025054] [] (bus_add_driver+0x117/0x1a0) from [] 
(driver_)
[4.043457] [] (driver_register+0x3d/0xc8) from [] 
(omapfb_i)
[4.061401] [] (omapfb_init+0x21/0x38) from [] 
(do_one_initc)
[4.079467] [] (do_one_initcall+0x25/0x118) from [] 
(kernel_)
[4.097656] [] (kernel_init+0xf1/0x160) from [] 
(kernel_thre)
[4.115844] Code: f10d 080a 4625 4620 (f7fb) 
[4.124908] ---[ end trace 4764a53632d926c4 ]---
[4.134399] Kernel panic - not syncing: Attempted to kill init!
[4.145019] [] (unwind_backtrace+0x1/0x9c) from [] 
(panic+0x)
[4.162231] [] (panic+0x51/0x12c) from [] 
(forget_original_p)
[4.180267] [] (forget_original_parent+0x1a7/0x1a8) from 
[] )
[4.198669] [] (exit_notify+0xd/0xe8) from [] 
(do_exit+0x131)
[4.215698] [] (do_exit+0x131/0x27c) from [] 
(die+0xa3/0xc0)
[4.232055] [] (die+0xa3/0xc0) from [] 
(do_DataAbort+0x6f/0x)
[4.248657] [] (do_DataAbort+0x6f/0x70) from [] 
(__dabt_svc+)
[4.265930] Exception stack(0xda849e18 to 0xda849e60)
[4.275482] 9e00:   
00013
[4.292358] 9e20: 0005 02102004 0001  0003 0003 
da849e6ad
[4.309082] 9e40: c06a0b90   da849e60 c02aef77 c02aef72 
20b3f
[4.325805] [] (__dabt_svc+0x4b/0x80) from [] 
(configure_dis)
[4.342987] [] (configure_dispc+0x22/0x194) from [] 
(omap_ds)
[4.361114] [] (omap_dss_mgr_apply+0x183/0x378) from [] 
(oma)
[4.379089] [] (omapfb_probe+0x1c1/0x2e8) from [] 
(platform_)
[4.397155] [] (platform_drv_probe+0x11/0x14) from [] 
(reall)
[4.415100] [] (really_probe+0x43/0xfc) from [] 
(driver_prob)
[4.433135] [] (driver_probe_device+0x3b/0x48) from [] 
(__dr)
[4.451477] [] (__driver_attach+0x4b/0x4c) from [] 
(bus_for_)
[4.469512] [] (bus_for_each_dev+0x29/0x44) from [] 
(bus_add)
[4.487670] [] (bus_add_driver+0x117/0x1a0) from [] 
(driver_)
[4.505737] [] (driver_register+0x3d/0xc8) from [] 
(omapfb_i)
[4.523345] [] (omapfb_init+0x21/0x38) from [] 
(do_one_initc)
[4.541198] [] (do_one_initcall+0x25/0x118) from [] 
(kernel_)
[4.559417] [] (kernel_init+0xf1/0x160) from [] 
(kernel_thre)
[4.577636] CPU1: stopping
[4.584869] [] (unwind_backtrace+0x1/0x9c) from [] 
(do_IPI+0)
[4.602233] [] (do_I

[Bug 760174] Re: redraw issue

2011-04-13 Thread Tom Gall
Image of the issue

** Attachment added: "xfce-desktopissue.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/760174/+attachment/2032241/+files/xfce-desktopissue.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760174

Title:
  redraw issue

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760174] [NEW] redraw issue

2011-04-13 Thread Tom Gall
Public bug reported:

Binary package hint: xfdesktop4

On arm natty, xfdesktop4 from a linar alip build dated 4/13.

It's as if there are multiple copies of xfdesktop running, however a ps
aux | grep desktop shows only one process.

Note the attached image with different desktop backgrounds. The square
area in the upper left is as a result of a right mouse click to show a
menu and what is rendered there now is the result of the redraw after
the menu disappeared.

** Affects: xfdesktop4 (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/760174

Title:
  redraw issue

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760137] [NEW] panel is there but not rendered

2011-04-13 Thread Tom Gall
Public bug reported:

Binary package hint: xfce4-panel

The panel is there, as I can right click on it and see the expected menu
options, however nothing is being physically rendered on the screen.
Checking panel preferences, they are:

Horizontal orientation, automatic output, 24pixels in size, 100% length,  
automatically increase length checked, 
style is set to a solid color (gray)  alpha 100%, opacity enter and leave 100%

This is on arm hardware, a beagle board Xm running linaro alip built on
04/13 which is built using the natty level of packages.

** Affects: xfce4-panel (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/760137

Title:
  panel is there but not rendered

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746023] Re: No sound on omap4

2011-04-12 Thread Tom Gall
I installed the arm packages at http://people.canonical.com/~ogra/natty-
omap4-pulse/ onto the linaro ubuntu-desktop image and booted on a beagle
C4, still no audio. (I did check the levels in alsamix, looks ok) I also
booted this same image on a beagle Xm. Again no audio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023

Title:
  No sound on omap4

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 732912] Re: omapdss DISPC error: GFX_FIFO_UNDERFLOW

2011-04-12 Thread Tom Gall
Wait. This issue never showed up on the Xm. We should test this on a
Beagle Cx if it hasn't been.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732912

Title:
  omapdss DISPC error: GFX_FIFO_UNDERFLOW

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 732912] Re: omapdss DISPC error: GFX_FIFO_UNDERFLOW

2011-04-12 Thread Tom Gall
Thanks for the work around suggestion.

Until the update of the kernel in the linaro hwpack for omap3, this
issue will affect those running on beagle C hardware.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732912

Title:
  omapdss DISPC error: GFX_FIFO_UNDERFLOW

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 754007] [NEW] omapfb fails on beagle C4

2011-04-07 Thread Tom Gall
Public bug reported:

Using the alip 04072011 image and omap3-x11 hwpack from the same date
the system fails to boot. Here is a boot log:

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from mmc


U-Boot 2011.03-rc1 (Feb 09 2011 - 01:33:04)

OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz
OMAP3 Beagle board + LPDDR/NAND
I2C:   ready
DRAM:  256 MiB
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0
In:serial
Out:   serial
Err:   serial
Beagle Rev C4
timed out in wait_for_pin: I2C_STAT=0
No EEPROM on expansion board
Die ID #4788000404037f680d01f01a
Hit any key to stop autoboot:  0 
reading boot.scr

379 bytes read
Running bootscript from mmc ...
## Executing script at 8200
reading uImage

4004976 bytes read
reading uInitrd

3997273 bytes read
## Booting kernel from Legacy Image at 8000 ...
   Image Name:   Linux
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4004912 Bytes = 3.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 8160 ...
   Image Name:   initramfs
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:3997209 Bytes = 3.8 MiB
   Load Address: 
   Entry Point:  
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1001-linaro-omap (buildd@genip) (gcc 
version 4.)
[0.00] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=50c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction 
cache
[0.00] Machine: OMAP3 Beagle Board
[0.00] Machine: OMAP3 Beagle Board
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 12582912 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writeback
[0.00] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x1
[0.00] PERCPU: Embedded 8 pages/cpu @c09a2000 s9600 r8192 d14976 u32768
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages:2
[0.00] Kernel command line: console=tty0 console=ttyO2,115200n8  
root=UUID=0
[0.00] PID hash table entries: 1024 (order: 0, 4096 bytes)
[0.00] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[0.00] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[0.00] allocated 1310720 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cs
[0.00] Memory: 244MB = 244MB total
[0.00] Memory: 234576k/234576k available, 27568k reserved, 0K highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] DMA : 0xffc0 - 0xffe0   (   2 MB)
[0.00] vmalloc : 0xd080 - 0xf800   ( 632 MB)
[0.00] lowmem  : 0xc000 - 0xd000   ( 256 MB)
[0.00] modules : 0xbf80 - 0xc000   (   8 MB)
[0.00]   .init : 0xc0008000 - 0xc0051000   ( 292 kB)
[0.00]   .text : 0xc0051000 - 0xc066baa0   (6251 kB)
[0.00]   .data : 0xc066c000 - 0xc06d3f50   ( 416 kB)
[0.00] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 
Node1
[0.00] Hierarchical RCU implementation.
[0.00]  RCU-based detection of stalled CPUs is disabled.
[0.00] NR_IRQS:402
[0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[0.00] Reprogramming SDRC clock to 33200 Hz
[0.00] GPMC revision 5.0
[0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 
interrupts
[0.00] Total of 96 interrupts on 1 active controller
[0.00] OMAP clockevent source: GPTIMER12 at 32768 Hz
[0.00] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 
13107s
[0.00] Console: colour dummy device 80x30
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1001-linaro-omap (buildd@genip) (gcc 
version 4.)
[0.00] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=50c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction 
cache
[0.00] Machine: OMAP3 Beagle Board
[0.00] Machine: OMAP3 Beagle Board
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 12582912 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writeback
[0.00] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x1
[0

[Bug 747137] Re: When drag-droping application from menu to panel random application apperars

2011-04-06 Thread Tom Gall
** Changed in: linaro
   Status: Fix Committed => 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/747137

Title:
  When drag-droping application from menu to panel random application
  apperars

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747137] Re: When drag-droping application from menu to panel random application apperars

2011-04-05 Thread Tom Gall
** Branch linked: lp:~tom-gall/xubuntu-default-settings/linaro-alip-
default-settings

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747137

Title:
  When drag-droping application from menu to panel random application
  apperars

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747137] Re: When drag-droping application from menu to panel random application apperars

2011-04-05 Thread Tom Gall
** Changed in: linaro
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747137

Title:
  When drag-droping application from menu to panel random application
  apperars

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747137] Re: When drag-droping application from menu to panel random application apperars

2011-04-05 Thread Tom Gall
** Changed in: linaro
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747137

Title:
  When drag-droping application from menu to panel random application
  apperars

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747137] Re: When drag-droping application from menu to panel random application apperars

2011-04-05 Thread Tom Gall
** Also affects: linaro
   Importance: Undecided
   Status: New

** Changed in: linaro
 Assignee: (unassigned) => Tom Gall (tom-gall)

** Changed in: linaro
   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/747137

Title:
  When drag-droping application from menu to panel random application
  apperars

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733334] Re: no audio with linaro-ubuntu-desktop + beagleXm

2011-04-05 Thread Tom Gall
On my Xm. I booted up the alip image from the current beta.

I tested out my power speakers. Other devices are able to power them.

I have tried aplay. Nothing.

I installed the xfce-mixer upped the various nobs and selections across
the board.

tried aplay again. Nothing.

I installed acobra (xmms2) also nothing.

I then booted up my Beagle C4, and prompted ran into bug #732912.
Needless to say I tried aplay from the serial cons and no audio was
produced. I'm going to see what i can do with the beagle tutorial kurt
posted and at least get my beagle C4 working and then take that SD card,
boot on the Xm and see what if anything that might do on the Xm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/74

Title:
  no audio with linaro-ubuntu-desktop + beagleXm

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 746491] Re: no audio panda and ubuntu-desktop

2011-03-31 Thread Tom Gall
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-1001-linaro-omap (buildd@genip) (gcc 
version 4.5.2 (Ubuntu/Linaro 4.5.2-6u)
[0.00] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=50c53c7f
[0.00] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[0.00] Machine: OMAP4 Panda board
[0.00] Machine: OMAP4 Panda board
[0.00] bootconsole [earlycon0] enabled
[0.00] Reserving 33554432 bytes SDRAM for VRAM
[0.00] Memory policy: ECC disabled, Data cache writealloc
[0.00] OMAP4430 ES2.0
[0.00] SRAM: Mapped pa 0x4030 to va 0xfe40 size: 0xe000
[0.00] FIXME: omap44xx_sram_init not implemented
[0.00] On node 0 totalpages: 110336
[0.00] free_area_init_node: node 0, pgdat c06d2500, node_mem_map 
c079f000
[0.00]   Normal zone: 926 pages used for memmap
[0.00]   Normal zone: 0 pages reserved
[0.00]   Normal zone: 109410 pages, LIFO batch:31
[0.00] PERCPU: Embedded 8 pages/cpu @c0b43000 s9600 r8192 d14976 u32768
[0.00] pcpu-alloc: s9600 r8192 d14976 u32768 alloc=8*4096
[0.00] pcpu-alloc: [0] 0 [0] 1 
[0.00] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 109410
[0.00] Kernel command line: console=tty0 console=ttyO2,115200n8  
root=UUID=e4c2e061-1cf8-4a53-a668-4d3e
[0.00] PID hash table entries: 2048 (order: 1, 8192 bytes)
[0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[0.00] allocated 2370560 bytes of page_cgroup
[0.00] please try 'cgroup_disable=memory' option if you don't want 
memory cgroups
[0.00] Memory: 430MB 1MB = 431MB total
[0.00] Memory: 423136k/423136k available, 50976k reserved, 0K highmem
[0.00] Virtual kernel memory layout:
[0.00] vector  : 0x - 0x1000   (   4 kB)
[0.00] fixmap  : 0xfff0 - 0xfffe   ( 896 kB)
[0.00] DMA : 0xffc0 - 0xffe0   (   2 MB)
[0.00] vmalloc : 0xdd00 - 0xf800   ( 432 MB)
[0.00] lowmem  : 0xc000 - 0xdcf0   ( 463 MB)
[0.00] modules : 0xbf80 - 0xc000   (   8 MB)
[0.00]   .init : 0xc0008000 - 0xc0051000   ( 292 kB)
[0.00]   .text : 0xc0051000 - 0xc066baa0   (6251 kB)
[0.00]   .data : 0xc066c000 - 0xc06d3f50   ( 416 kB)
[0.00] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, 
Nodes=1
[0.00] Hierarchical RCU implementation.
[0.00]  RCU-based detection of stalled CPUs is disabled.
[0.00] NR_IRQS:402
[0.00] clockdomain: l3_dma_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: emu_sys_clkdm: OMAP4 wakeup/sleep dependency 
support: not yet implemented
[0.00] clockdomain: emu_sys_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_wkup_clkdm: OMAP4 wakeup/sleep dependency 
support: not yet implemented
[0.00] clockdomain: l4_wkup_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_dss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: iss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_d2d_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_1_clkdm: OMAP4 wakeup/sleep dependency support: 
not yet implemented
[0.00] clockdomain: l3_1_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_2_clkdm: OMAP4 wakeup/sleep dependency support: 
not yet implemented
[0.00] clockdomain: l3_2_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: ducati_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_ao_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_emif_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpu1_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpu0_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: mpuss_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_init_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_instr_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: abe_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_per_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l4_secure_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: ivahd_clkdm: clkdm_clear_all_wkdeps: not yet 
implemented
[0.00] clockdomain: l3_gfx_clkdm: clkdm_cle

[Bug 746491] [NEW] no audio panda and ubuntu-desktop

2011-03-31 Thread Tom Gall
Public bug reported:

Ubuntu-desktop image candidate for the beta. There is no auto on bootup.

** Affects: linux-linaro-omap (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/746491

Title:
  no audio panda and ubuntu-desktop

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-03-30 Thread Tom Gall
By root_wait=5, does that mean it'll wait at most 5 seconds for the
rootfs before failing should the root fs not be found?  Or am I perhaps
confusing rootwait? I see rootwait in Documentation/kernel-
parameters.txt but not root_wait.

I must confess I'm not a fan of adding to the boot time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712175

Title:
  OMAP Beagle C4: kernel does not reliably find SD card on boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733334] Re: no audio with linaro-ubuntu-desktop + beagleXm

2011-03-24 Thread Tom Gall
** Changed in: linux-linaro-omap (Ubuntu)
 Assignee: Tom Gall (tom-gall) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/74

Title:
  no audio with linaro-ubuntu-desktop + beagleXm

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 732912] Re: omapdss DISPC error: GFX_FIFO_UNDERFLOW

2011-03-18 Thread Tom Gall
Current 0317 omap3 hwpack no matter what user space image (nano, alip
etc) fails across the board.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/732912

Title:
  omapdss DISPC error: GFX_FIFO_UNDERFLOW

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712025] Re: asoc: interface omap-mcbsp-dai hw params failed

2011-03-17 Thread Tom Gall
Patch must not be included in the current builds. This still occurs with
the 0317 alip image and the omap3 hwpack from 0317. No audio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712025

Title:
  asoc: interface omap-mcbsp-dai hw params failed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 725252] Re: beagle Xm : dma-debug check-for-stack

2011-03-17 Thread Tom Gall
Still happens on Beagle Xm, hwpack dated from 0317, omap3,   nano image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/725252

Title:
  beagle Xm : dma-debug check-for-stack

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 736354] [NEW] gdbserver (arm,natty) <-> gdb (ia32,natty) fails

2011-03-16 Thread Tom Gall
Public bug reported:

Binary package hint: gdb

Attempting a remote debug session.

On the arm machine:


tgall@halimede:~$ gdbserver 192.168.1.15:1234 /bin/ls
Process /bin/ls created; pid = 15437
Listening on port 1234

Remote debugging from host 192.168.1.15
readchar: Got EOF
Remote side has terminated connection.  GDBserver will reopen the connection.
Listening on port 1234


On the intel machine using gdb-mutliarch

 gdb-multiarch /bin/ls
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu10) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /bin/ls...(no debugging symbols found)...done.
(gdb)  target remote 192.168.1.14:1234
Remote debugging using 192.168.1.14:1234
warning: Architecture rejected target-supplied description
Remote 'g' packet reply is too long: 
2959b2be2058b2bee0070b403000

(gdb)

Version info:
ia32: gdb-multiarch 7.2-1ubuntu10
armel: gdbserver   7.2-1ubuntu10

Arm box
root@halimede:~# lsb_release -rd
Description:Ubuntu Natty (development branch)
Release:11.04

intel box
tgall@proteus:~$ lsb_release -rd
Description:Ubuntu Natty (development branch)
Release:11.04

** Affects: gdb (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/736354

Title:
  gdbserver (arm,natty) <-> gdb (ia32,natty) fails

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >