Yocto project installation error
I installed the Yocto project in Ubuntu 12.04 desktop. I followed steps what they given in the yocto website
Supported Linux Distributions.
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib
build-essential chrpath
$ sudo apt-get install libsdl1.2-dev xterm
$ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
After installations I did this steps
$ cd ~
$ git clone git://git.yoctoproject.org/poky
$ cd poky
$ git checkout -b dora origin/dora
$ source oe-init-build-env
$ bitbake adt-installer
I got this errors
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1188 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.20.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.5.1"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "dora:84c2763fa0bf08a83caa2c5ee532b5bef2ff918b"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz;name=archive, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/openstack/poky/build/tmp/work/x86_64-linux/readline-native/6.2-r4/temp/log.do_fetch.32384
ERROR: Task 347 (virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 190 tasks of which 155 didn't need to be rerun and 1 failed.
No currently running tasks (190 of 373)
Summary: 1 task failed:
virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
How to install Yocto project? Anyone help me.
software-installation compiling
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I installed the Yocto project in Ubuntu 12.04 desktop. I followed steps what they given in the yocto website
Supported Linux Distributions.
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib
build-essential chrpath
$ sudo apt-get install libsdl1.2-dev xterm
$ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
After installations I did this steps
$ cd ~
$ git clone git://git.yoctoproject.org/poky
$ cd poky
$ git checkout -b dora origin/dora
$ source oe-init-build-env
$ bitbake adt-installer
I got this errors
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1188 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.20.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.5.1"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "dora:84c2763fa0bf08a83caa2c5ee532b5bef2ff918b"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz;name=archive, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/openstack/poky/build/tmp/work/x86_64-linux/readline-native/6.2-r4/temp/log.do_fetch.32384
ERROR: Task 347 (virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 190 tasks of which 155 didn't need to be rerun and 1 failed.
No currently running tasks (190 of 373)
Summary: 1 task failed:
virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
How to install Yocto project? Anyone help me.
software-installation compiling
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetchingftp://foo;settingsinstead offtp://foo.
– Gilles
Mar 5 '14 at 23:14
at first glance
– Gilles
Mar 6 '14 at 9:54
add a comment |
I installed the Yocto project in Ubuntu 12.04 desktop. I followed steps what they given in the yocto website
Supported Linux Distributions.
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib
build-essential chrpath
$ sudo apt-get install libsdl1.2-dev xterm
$ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
After installations I did this steps
$ cd ~
$ git clone git://git.yoctoproject.org/poky
$ cd poky
$ git checkout -b dora origin/dora
$ source oe-init-build-env
$ bitbake adt-installer
I got this errors
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1188 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.20.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.5.1"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "dora:84c2763fa0bf08a83caa2c5ee532b5bef2ff918b"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz;name=archive, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/openstack/poky/build/tmp/work/x86_64-linux/readline-native/6.2-r4/temp/log.do_fetch.32384
ERROR: Task 347 (virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 190 tasks of which 155 didn't need to be rerun and 1 failed.
No currently running tasks (190 of 373)
Summary: 1 task failed:
virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
How to install Yocto project? Anyone help me.
software-installation compiling
I installed the Yocto project in Ubuntu 12.04 desktop. I followed steps what they given in the yocto website
Supported Linux Distributions.
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib
build-essential chrpath
$ sudo apt-get install libsdl1.2-dev xterm
$ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
After installations I did this steps
$ cd ~
$ git clone git://git.yoctoproject.org/poky
$ cd poky
$ git checkout -b dora origin/dora
$ source oe-init-build-env
$ bitbake adt-installer
I got this errors
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1188 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.20.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.5.1"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "dora:84c2763fa0bf08a83caa2c5ee532b5bef2ff918b"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz;name=archive, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 4, no output
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/openstack/poky/build/tmp/work/x86_64-linux/readline-native/6.2-r4/temp/log.do_fetch.32384
ERROR: Task 347 (virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 190 tasks of which 155 didn't need to be rerun and 1 failed.
No currently running tasks (190 of 373)
Summary: 1 task failed:
virtual:native:/home/openstack/poky/meta/recipes-core/readline/readline_6.2.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
How to install Yocto project? Anyone help me.
software-installation compiling
software-installation compiling
edited Mar 5 '14 at 23:13
Gilles
538k12810891606
538k12810891606
asked Mar 5 '14 at 8:56
BeginnerBeginner
65641230
65641230
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetchingftp://foo;settingsinstead offtp://foo.
– Gilles
Mar 5 '14 at 23:14
at first glance
– Gilles
Mar 6 '14 at 9:54
add a comment |
1
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetchingftp://foo;settingsinstead offtp://foo.
– Gilles
Mar 5 '14 at 23:14
at first glance
– Gilles
Mar 6 '14 at 9:54
1
1
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetching
ftp://foo;settings instead of ftp://foo.– Gilles
Mar 5 '14 at 23:14
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetching
ftp://foo;settings instead of ftp://foo.– Gilles
Mar 5 '14 at 23:14
at first glance
– Gilles
Mar 6 '14 at 9:54
at first glance
– Gilles
Mar 6 '14 at 9:54
add a comment |
1 Answer
1
active
oldest
votes
In yocto, do_fetching process means getting packages or libraries via ethernet or local storage.
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
This message means your URI of package is incorrect or broken.
I think you should validate that the URI is correct first.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f118196%2fyocto-project-installation-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In yocto, do_fetching process means getting packages or libraries via ethernet or local storage.
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
This message means your URI of package is incorrect or broken.
I think you should validate that the URI is correct first.
add a comment |
In yocto, do_fetching process means getting packages or libraries via ethernet or local storage.
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
This message means your URI of package is incorrect or broken.
I think you should validate that the URI is correct first.
add a comment |
In yocto, do_fetching process means getting packages or libraries via ethernet or local storage.
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
This message means your URI of package is incorrect or broken.
I think you should validate that the URI is correct first.
In yocto, do_fetching process means getting packages or libraries via ethernet or local storage.
ERROR: Function failed: Fetcher failure for URL: 'ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0'. Unable to fetch URL from any source.
This message means your URI of package is incorrect or broken.
I think you should validate that the URI is correct first.
answered Dec 20 '17 at 7:56
GTKooGTKoo
8118
8118
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f118196%2fyocto-project-installation-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
At first glance this looks like a bug in the installer, it looks like it's parsing its configuration file incorrectly and ends up fetching
ftp://foo;settingsinstead offtp://foo.– Gilles
Mar 5 '14 at 23:14
at first glance
– Gilles
Mar 6 '14 at 9:54