python-2.7.3 QA issues with external-linaro

Bug #1161351 reported by scanli
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro OpenEmbedded
Confirmed
Undecided
Unassigned
Linaro Toolchain Binaries
Confirmed
Undecided
Unassigned

Bug Description

my local.conf:
  TCMODE = "external-linaro"
  EXTERNAL_TOOLCHAIN = "/home/ljc/gcc-linaro-arm-linux-gnueabihf-2012.08-20120827_linux"
  IMAGE_LINGUAS = ""
  LIMIT_BUILT_LOCALES = "POSIX"
  DEFAULTTUNE_qemuarmv7a = "armv7athf-neon"
  LICENSE_FLAGS_WHITELIST = "commercial"
  INSANE_SKIP_${PN} += "ldflags"

  Build Configuration:
  BB_VERSION = "1.17.1"
  BUILD_SYS = "i686-linux"
  NATIVELSBSTRING = "Ubuntu-12.04"
  TARGET_SYS = "arm-poky-linux-gnueabi"
  MACHINE = "qemuarmv7a"
  DISTRO = "poky"
  DISTRO_VERSION = "1.3+snapshot-20130323"
  TUNE_FEATURES = "armv7a vfp"
  TARGET_FPU = "vfp"
  meta
  meta-yocto
  meta-yocto-bsp
  meta-hob = "master:6211a2bdd32f7b2c8de7a5d75353c0522c8d4230"
  toolchain-layer = "master:d4051ea47c3842f7acb1ba1d8eb688d275ace11f"
  meta-linaro-toolchain
  meta-linaro = "master:9ba698baa24d78b9400292c7738ad34edaf63e05"
  meta-baryon = "master:ba4283dd3c7199270d332e0fa69cdccf06fb3fef"
  meta-oe = "master:d4051ea47c3842f7acb1ba1d8eb688d275ace11f"
  ......

  ERROR: QA Issue: No GNU_HASH in the elf binary: '/media/9916233e-cc4d-4e15-9b67-a7d6c0d73f3e/poky/build/tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi/python/2.7.3-r0.3/packages-split/python-audio/usr/lib/python2.7/lib-dynload/ossaudiodev.so'
  .......

Revision history for this message
Zhenqiang Chen (zhenqiang-chen) wrote :

Do you have any other ARM cross toolchain which can build the package?

Please refer some similar discussion about "[yocto] ERROR: QA Issue: No GNU_HASH in the elf binary" at:

https://lists.yoctoproject.org/pipermail/yocto/2012-August/011106.html

Revision history for this message
scanli (scanli) wrote : Re:[Bug 1161351] Re: python-2.7.3 QA issues with external-linaro

yes i can build it with sourcery toolchain .
http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/lite/?cmpid=7108&lite=arm&target_os=GNU%2FLinux&target_arch=ARM&returnURL=https%253A%252F%252Fsourcery.mentor.com%252FGNUToolchain%252Frelease858%253Flite%253Darm%2526cmpid%253D7108

At 2013-03-29 17:58:06,"Zhenqiang Chen" <email address hidden> wrote:
>Do you have any other ARM cross toolchain which can build the package?
>
>Please refer some similar discussion about "[yocto] ERROR: QA Issue: No
>GNU_HASH in the elf binary" at:
>
>https://lists.yoctoproject.org/pipermail/yocto/2012-August/011106.html
>
>--
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/1161351
>
>Title:
> python-2.7.3 QA issues with external-linaro
>
>Status in Linaro Toolchain Binaries:
> New
>
>Bug description:
> my local.conf:
> TCMODE = "external-linaro"
> EXTERNAL_TOOLCHAIN = "/home/ljc/gcc-linaro-arm-linux-gnueabihf-2012.08-20120827_linux"
> IMAGE_LINGUAS = ""
> LIMIT_BUILT_LOCALES = "POSIX"
> DEFAULTTUNE_qemuarmv7a = "armv7athf-neon"
> LICENSE_FLAGS_WHITELIST = "commercial"
> INSANE_SKIP_${PN} += "ldflags"
>
> Build Configuration:
> BB_VERSION = "1.17.1"
> BUILD_SYS = "i686-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "arm-poky-linux-gnueabi"
> MACHINE = "qemuarmv7a"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130323"
> TUNE_FEATURES = "armv7a vfp"
> TARGET_FPU = "vfp"
> meta
> meta-yocto
> meta-yocto-bsp
> meta-hob = "master:6211a2bdd32f7b2c8de7a5d75353c0522c8d4230"
> toolchain-layer = "master:d4051ea47c3842f7acb1ba1d8eb688d275ace11f"
> meta-linaro-toolchain
> meta-linaro = "master:9ba698baa24d78b9400292c7738ad34edaf63e05"
> meta-baryon = "master:ba4283dd3c7199270d332e0fa69cdccf06fb3fef"
> meta-oe = "master:d4051ea47c3842f7acb1ba1d8eb688d275ace11f"
> ......
>
> ERROR: QA Issue: No GNU_HASH in the elf binary: '/media/9916233e-cc4d-4e15-9b67-a7d6c0d73f3e/poky/build/tmp/work/armv7ahf-vfp-neon-poky-linux-gnueabi/python/2.7.3-r0.3/packages-split/python-audio/usr/lib/python2.7/lib-dynload/ossaudiodev.so'
> .......
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/linaro-toolchain-binaries/+bug/1161351/+subscriptions

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

13.03 binary toolchain and No GNU_HASH in many Python binaries. For example:

WARNING: QA Issue: No GNU_HASH in the elf binary: '/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/armv7ahf-vfp-neon-oe-linux-gnueabi/python/2.7.3-r0.3/packages-split/python-misc/usr/lib/python2.7/lib-dynload/spwd.so'

Changed in linaro-toolchain-binaries:
status: New → Confirmed
Marcin Juszkiewicz (hrw)
Changed in linaro-oe:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.