[OE-core] [PATCH 16/17] python-distribute, python-setuptools: Migrate to good old python-setuptools

Khem Raj raj.khem at gmail.com
Tue Aug 25 21:35:27 UTC 2015


> On Aug 25, 2015, at 1:46 PM, Richard Purdie <richard.purdie at linuxfoundation.org> wrote:
> 
>> 
>> I can not reproduce it. I did bitbake nativesdk-python-git
>> from scratch and all worked fine. I used qemux86 but I guess its
>> target independent problem. How do you reproduce it.
> 
> "bitbake buildtools-tarball" seemed to reproduce issues, as did a
> "bitbake world -c fetch" on the autobuilder so I'd try those.
> 

both targets worked fine. lib notify issue is already having a fix in flight. Are there any checks on it ignoring a recipe if its license did not comply ? since I see a warning in OE-Core build

WARNING: python-setuptools-native: No generic license file exists for: ZPL in any provider

I have fixed it. and pushed a patch here

https://github.com/kraj/openembedded-core/commit/8551755e9f968d4eee8ad58a4e33cc04e90db0a4

here are detailed logs

ubuntu at khem-dvm-001:~BUILDDIR/ > MACHINE=qemuarm64 bitbake buildtools-tarball
Loading cache: 100% |###########################################################################################################################################################################################################################################| ETA:  00:00:00
Loaded 1306 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.27.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "aarch64-oe-linux"
MACHINE           = "qemuarm64"
DISTRO            = "nodistro"
DISTRO_VERSION    = "nodistro.0"
TUNE_FEATURES     = "aarch64"
TARGET_FPU        = ""
meta              = "kraj/master:ae43461eec8e0bbdc4699e99eeb58e3a562b6cd3"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: python-setuptools-native: No generic license file exists for: ZPL in any provider
NOTE: Tasks Summary: Attempted 1311 tasks of which 562 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.
ubuntu at khem-dvm-001:~BUILDDIR/ >
ubuntu at khem-dvm-001:~BUILDDIR/ >
ubuntu at khem-dvm-001:~BUILDDIR/ >
ubuntu at khem-dvm-001:~BUILDDIR/ > MACHINE=qemuarm64 bitbake world -c fetch
Loading cache: 100% |###########################################################################################################################################################################################################################################| ETA:  00:00:00
Loaded 1306 entries from dependency cache.
Parsing recipes: 100% |#########################################################################################################################################################################################################################################| Time: 00:00:00
Parsing of 885 .bb files complete (883 cached, 2 parsed). 1305 targets, 61 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.27.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "aarch64-oe-linux"
MACHINE           = "qemuarm64"
DISTRO            = "nodistro"
DISTRO_VERSION    = "nodistro.0"
TUNE_FEATURES     = "aarch64"
TARGET_FPU        = ""
meta              = "kraj/master:8551755e9f968d4eee8ad58a4e33cc04e90db0a4"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.8.13.tar.bz2, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.directfb.org/downloads/Extras/DirectFB-examples-1.7.0.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.7.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz;name=archive, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz:
2015-08-25 21:25:26 ERROR 404: Not Found.

ERROR: Function failed: Fetcher failure for URL: 'http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz;name=archive'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/ubuntu/work/oe/build/tmp-glibc/work/aarch64-oe-linux/libnotify/0.6.0-r1/temp/log.do_fetch.30991
ERROR: Task 349 (/home/ubuntu/work/oe/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 475 tasks of which 133 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/ubuntu/work/oe/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb, do_fetch
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150825/c034ce71/attachment-0002.sig>


More information about the Openembedded-core mailing list