[meta-ti] [PATCH] ti-eula-unpack: throw error message in case 32bit-glibc is missing

Enrico ebutera at users.berlios.de
Thu Mar 15 10:35:59 PDT 2012


On Mon, Mar 12, 2012 at 10:28 AM, Andreas Müller
<schnitzeltony at googlemail.com> wrote:
> TI installation tool requires 32bit glibc [1]
>
> [1] https://lists.yoctoproject.org/pipermail/meta-ti/2012-January/000357.html
>
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  recipes-ti/includes/ti-eula-unpack.inc |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)

I think it causes this error on a 32bit kubuntu 11.10:

NOTE: package ti-xdctools-3_23_00_32-r0: task do_unpack: Started
ERROR: Function failed:
TI installer requires 32bit glibc libraries for proper operation
        run 'yum install glibc.i686' on Fedora or 'apt-get install
ia32-libs' on Ubuntu/Debian
ERROR: Logfile of failure stored in: /stuff/setup-scripts-new/.....
Log data follows:
| NOTE: Unpacking /stuff/setup-scripts-new/....
| NOTE: Unpacking /stuff/setup-scripts-new/...
| ERROR: Function failed:
| TI installer requires 32bit glibc libraries for proper operation
|       run 'yum install glibc.i686' on Fedora or 'apt-get install
ia32-libs' on Ubuntu/Debian
NOTE: package ti-xdctools-3_23_00_32-r0: task do_unpack: Failed
ERROR: Task 3587
(/stuff/setup-scripts-new/sources/meta-ti/recipes-ti/devtools/ti-xdctools_3.23.00.32.bb,
do_unpack) failed with exit code '1'

Maybe the problem is that in my system libc is:

/lib/i386-linux-gnu/libc.so.6 -> libc-2.13.so

I know 32bit host is not officially supported (if i remember
correctly) but since the problem is only there it would be nice to
keep it working.

Enrico



More information about the meta-ti mailing list