Home
[RDK Central Wiki]
CMF
[Code Releases]
Date | Jul 20, 2016 |
---|---|
Issues | 62 issues |
Hi,
I am using rdkb-2.1-20160620 release code. I followed the steps mentioned in the below site address:
the bitbake command gave the below error:
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://downloads.sourceforge.net/cracklib/cracklib-2.9.1.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://zlib.net/pigz/pigz-2.3.1.tar.gz, attempting MIRRORS if available
ERROR: Command Error: exit status: 1 Output:
Applying patch 0001-Update-Make-files.patch
patching file CMakeLists.txt
Hunk #1 FAILED at 12.
1 out of 1 hunk FAILED -- rejects in file CMakeLists.txt
patching file src/CMakeLists.txt
Hunk #1 FAILED at 12.
1 out of 1 hunk FAILED -- rejects in file src/CMakeLists.txt
Patch 0001-Update-Make-files.patch does not apply (enforce with -f)
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/user/madhu/rdk/rdkb/build-qemux86broadband/tmp/work/i586-rdk-linux/base64/git-r0/temp/log.do_patch.8379
ERROR: Task 2737 (/home/user/madhu/rdk/rdkb/meta-rdk/recipes-support/base64/base64_git.bb, do_patch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 843 tasks of which 13 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/user/madhu/rdk/rdkb/meta-rdk/recipes-support/base64/base64_git.bb, do_patch
Summary: There were 29 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Please help me how to resolve the issue.
I will attach the complete steps log in attachment. I am not able to attach the file.
Thanks.
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.
2 Comments
Unknown User (bmendiratta)
1) Download the "cracklib-2.9.1.tar.gz" from the link "https://sourceforge.net/projects/cracklib/?source=typ_redirect" through the browser in to /home/user/madhu/rdk/rdkb/downloads directory
$cd /home/user/madhu/rdk/rdkb/downloads
$touch cracklib-2.9.1.tar.gz.done
2) Download the "base-passwd_3.5.29.tar.gz" from the link "https://launchpad.net/debian/+source/base-passwd/3.5.29" through web browser in to /home/user/madhu/rdk/rdkb/downloads directory
$cd /home/user/madhu/rdk/rdkb/downloads
$touch base-passwd_3.5.29.tar.gz.done
3) Download the "pigz-2.3.1.tar.gz" from the link "http://pkgs.fedoraproject.org/repo/pkgs/pigz/pigz-2.3.1.tar.gz/md5/e803f8bc0770c7a5e96dccb1d2dd2aab/" through the browser in to /home/user/madhu/rdk/rdkb/downloads directory
$cd /home/user/madhu/rdk/rdkb/downloads
$touch pigz-2.3.1.tar.gz.done
4) Restart the build again.
Let me know if you can succeed with this
Unknown User (apastuchov)
I got same issue with rdkb-2.1-20160808 release. Your advice helped me to get rid of the fault.
3) was obsolete in my case. pigz-2.3.1* were present in downloads directory.
Many thanks.
Best regards,
Alexei