FS#38376 - ValueError: need more than 1 value to unpack
Attached to Project:
Pacman
Opened by moonlight (moonlightly) - Saturday, 04 January 2014, 06:06 GMT
Last edited by Allan McRae (Allan) - Saturday, 04 January 2014, 06:16 GMT
Opened by moonlight (moonlightly) - Saturday, 04 January 2014, 06:06 GMT
Last edited by Allan McRae (Allan) - Saturday, 04 January 2014, 06:16 GMT
|
Details
Summary and Info:
ValueError: need more than 1 value to unpack Steps to Reproduce: Build pac 4.4.2 from source code: j/PACKAGING/systemimage_intermediates/system.img /home/moonlight/pacman/out/target/product/n7000/system Creating filesystem with parameters: Size: 536870912 Block size: 4096 Blocks per group: 32768 Inodes per group: 8192 Inode size: 256 Journal blocks: 2048 Label: Blocks: 131072 Block groups: 4 Reserved block group size: 31 Created filesystem with 1677/32768 inodes and 75037/131072 blocks + '[' 0 -ne 0 ']' Install system fs image: /home/moonlight/pacman/out/target/product/n7000/system.img /home/moonlight/pacman/out/target/product/n7000/system.img+ maxsize=548110464 blocksize=4224 total=300822888 reserve=5537664 Package target files: /home/moonlight/pacman/out/target/product/n7000/obj/PACKAGING/target_files_intermediates/pac_n7000-target_files-eng.moonlight.zip Package OTA: /home/moonlight/pacman/out/target/product/n7000/pac_n7000-ota-eng.moonlight.zip MKBOOTIMG=device/samsung/galaxys2-common/shbootimg.mk \ ./device/samsung/galaxys2-common/releasetools/galaxys2_ota_from_target_files -v \ -p /home/moonlight/pacman/out/host/linux-x86 \ -k build/target/product/security/testkey \ --backup=true \ --override_device=galaxynote,n7000,N7000,GT-N7000 \ /home/moonlight/pacman/out/target/product/n7000/obj/PACKAGING/target_files_intermediates/pac_n7000-target_files-eng.moonlight.zip /home/moonlight/pacman/out/target/product/n7000/pac_n7000-ota-eng.moonlight.zip unzipping target target-files... running: unzip -o -q /home/moonlight/pacman/out/target/product/n7000/obj/PACKAGING/target_files_intermediates/pac_n7000-target_files-eng.moonlight.zip -d /tmp/targetfiles-GUq7Qq Traceback (most recent call last): File "./device/samsung/galaxys2-common/releasetools/galaxys2_ota_from_target_files", line 118, in <module> main(sys.argv[1:]) File "/home/moonlight/pacman/build/tools/releasetools/ota_from_target_files", line 879, in main OPTIONS.info_dict = common.LoadInfoDict(input_zip) File "/home/moonlight/pacman/build/tools/releasetools/common.py", line 156, in LoadInfoDict d["build.prop"] = LoadBuildProp(zip) File "/home/moonlight/pacman/build/tools/releasetools/common.py", line 170, in LoadBuildProp name, value = line.split("=", 1) ValueError: need more than 1 value to unpack make: *** [/home/moonlight/pacman/out/target/product/n7000/pac_n7000-ota-eng.moonlight.zip] error 1 |
This task depends upon