All of lore.kernel.org
 help / color / mirror / Atom feed
* Source Command Permission Denied
@ 2014-05-30  4:06 Kashyap Gada
  2014-05-30 11:10 ` Burton, Ross
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-05-30  4:06 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

Hello Community,
This is my first question please excuse if I'm making a silly mistake. I am
just starting learning the yocto project to develop custom linux os. I was
following the few commands to download and setup poky on my build system
from the quick start guide at .

$ git clone http://git.yoctoproject.org/git/poky
     $ cd poky
     $ git checkout -b daisy origin/daisy
     $ source oe-init-build-env

Executing the last line gives me the following issue


kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ ls
>
> bitbake        meta-selftest   oe-init-build-env         scripts
>
> documentation  meta-skeleton   oe-init-build-env-memres
>
> LICENSE        meta-yocto      README
>
> meta           meta-yocto-bsp  README.hardware
>
> kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$ source
>> oe-init-build-env
>
> bash:
>> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir:
>> Permission denied
>
> kashyap@Kashyap-VAIO:/media/kashyap/3E0800DC08009555/yocto/poky$
>
>
>
I tried searching over the internet about the possible issues but couldn't
figure out the problem here.
Anyone please help.

[-- Attachment #2: Type: text/html, Size: 3700 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-05-30  4:06 Source Command Permission Denied Kashyap Gada
@ 2014-05-30 11:10 ` Burton, Ross
  2014-05-30 12:36   ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Burton, Ross @ 2014-05-30 11:10 UTC (permalink / raw)
  To: Kashyap Gada; +Cc: yocto@yoctoproject.org

On 30 May 2014 05:06, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>> bash:
>> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir:
>> Permission denied

You appear to be running Yocto on external media and your system has
likely mounted it with the "noexec" flags to prevent malicious
programs.  You'll want to remount it with the "exec" flag, using mount
-o exec,remount /media/kashyap/3E0800DC08009555 should do the trick.

Ross


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-05-30 11:10 ` Burton, Ross
@ 2014-05-30 12:36   ` Kashyap Gada
  2014-06-03 15:39     ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-05-30 12:36 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

Thank You. I did the following and it worked.

First Found the drive using

$ sudo fdisk -l

Then Selected the desired drive and create a directory in the /mnt path

$ sudo mkdir hda

Now Mount the sda5(can be different for you)

$ sudo mount -t auto -v /dev/sda5 /mnt/hda

after the work is done can unmount using

sudo unmount /dev/sda5 (not checked this part yet)

Thanks
Kashyap Gada
smartsys india
gada(.)kashyap(@)gmail(.)com

$sudo mount -t


On Fri, May 30, 2014 at 4:40 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On 30 May 2014 05:06, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> >> bash:
> >> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir:
> >> Permission denied
>
> You appear to be running Yocto on external media and your system has
> likely mounted it with the "noexec" flags to prevent malicious
> programs.  You'll want to remount it with the "exec" flag, using mount
> -o exec,remount /media/kashyap/3E0800DC08009555 should do the trick.
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1759 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-05-30 12:36   ` Kashyap Gada
@ 2014-06-03 15:39     ` Kashyap Gada
  2014-06-03 15:46       ` Burton, Ross
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-06-03 15:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2672 bytes --]

Hello,

I was trying to again do the

$ source oe-init-build-env

on a new system where the yocto folder is not on an external media but in
the home directory and I still get the same problem.

kashyap@aditya:~/yocto/poky$ ll total 88 drwxrwxr-x 11 root kashyap 4096
Jun 3 20:56 ./ drwxrwxr-x 3 root kashyap 4096 Jun 3 21:00 ../ drwxrwxr-x 6
kashyap kashyap 4096 May 30 08:36 bitbake/ drwxrwxr-x 12 kashyap kashyap
4096 May 30 08:36 documentation/ drwxrwxr-x 8 kashyap kashyap 4096 May 30
17:45 .git/ -rw-rw-r-- 1 kashyap kashyap 341 May 30 08:35 .gitignore
-rw-rw-r-- 1 kashyap kashyap 515 May 30 08:35 LICENSE drwxrwxr-x 21 kashyap
kashyap 4096 May 30 08:35 meta/ drwxrwxr-x 5 kashyap kashyap 4096 May 30
08:35 meta-selftest/ drwxrwxr-x 7 kashyap kashyap 4096 May 30 08:35
meta-skeleton/ drwxrwxr-x 5 kashyap kashyap 4096 May 30 08:35 meta-yocto/
drwxrwxr-x 7 kashyap kashyap 4096 May 30 08:36 meta-yocto-bsp/ -rwxrwxrwx 1
root kashyap 2000 May 30 08:35 oe-init-build-env* -rw-rw-r-- 1 kashyap
kashyap 2449 May 30 08:35 oe-init-build-env-memres -rw-rw-r-- 1 kashyap
kashyap 2046 May 30 08:35 README -rw-rw-r-- 1 kashyap kashyap 18500 May 30
08:36 README.hardware drwxrwxr-x 9 kashyap kashyap 4096 May 30 08:36
scripts/ -rw-rw-r-- 1 kashyap kashyap 66 May 30 08:35 .templateconf
kashyap@aditya:~/yocto/poky$ source oe-init-build-env bash:
/home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied
kashyap@aditya:~/yocto/poky$


Please Help


On Fri, May 30, 2014 at 6:06 PM, Kashyap Gada <gada.kashyap@gmail.com>
wrote:

> Thank You. I did the following and it worked.
>
> First Found the drive using
>
> $ sudo fdisk -l
>
> Then Selected the desired drive and create a directory in the /mnt path
>
> $ sudo mkdir hda
>
> Now Mount the sda5(can be different for you)
>
> $ sudo mount -t auto -v /dev/sda5 /mnt/hda
>
> after the work is done can unmount using
>
> sudo unmount /dev/sda5 (not checked this part yet)
>
> Thanks
> Kashyap Gada
> smartsys india
> gada(.)kashyap(@)gmail(.)com
>
> $sudo mount -t
>
>
> On Fri, May 30, 2014 at 4:40 PM, Burton, Ross <ross.burton@intel.com>
> wrote:
>
>> On 30 May 2014 05:06, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>> >> bash:
>> >> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir:
>> >> Permission denied
>>
>> You appear to be running Yocto on external media and your system has
>> likely mounted it with the "noexec" flags to prevent malicious
>> programs.  You'll want to remount it with the "exec" flag, using mount
>> -o exec,remount /media/kashyap/3E0800DC08009555 should do the trick.
>>
>> Ross
>>
>
>

[-- Attachment #2: Type: text/html, Size: 4556 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 15:39     ` Kashyap Gada
@ 2014-06-03 15:46       ` Burton, Ross
  2014-06-03 15:49         ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Burton, Ross @ 2014-06-03 15:46 UTC (permalink / raw)
  To: Kashyap Gada; +Cc: yocto@yoctoproject.org

On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied

The permissions on that file don't involve +x.  Is that a fresh
checkout of poky or copied from the removable media?

Ross


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 15:46       ` Burton, Ross
@ 2014-06-03 15:49         ` Kashyap Gada
  2014-06-03 15:50           ` Burton, Ross
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-06-03 15:49 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

its copied!


On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> > bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission
> denied
>
> The permissions on that file don't involve +x.  Is that a fresh
> checkout of poky or copied from the removable media?
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 882 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 15:49         ` Kashyap Gada
@ 2014-06-03 15:50           ` Burton, Ross
  2014-06-03 16:20             ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Burton, Ross @ 2014-06-03 15:50 UTC (permalink / raw)
  To: Kashyap Gada; +Cc: yocto@yoctoproject.org

So you probably lost every executable mode when you did that.  Make a
fresh clone and reapply your changes, that will be easier than finding
every file that isn't executable when it should be.

Ross

On 3 June 2014 16:49, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> its copied!
>
>
> On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross <ross.burton@intel.com> wrote:
>>
>> On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>> > bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission
>> > denied
>>
>> The permissions on that file don't involve +x.  Is that a fresh
>> checkout of poky or copied from the removable media?
>>
>> Ross
>
>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 15:50           ` Burton, Ross
@ 2014-06-03 16:20             ` Kashyap Gada
  2014-06-03 17:14               ` Saul Wold
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-06-03 16:20 UTC (permalink / raw)
  To: Burton, Ross, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 35915 bytes --]

Thank you Ross.

I actually ran into another problem in bitbaking core-image-sato from the
getting started guide at the yocto site which led me into changing to a
setup which doesnot include mounting of any drive to my ubuntu
distribution. the problem is as follows.

While compiling of e2fsprogs-1.42.9-r0 do_compile (pid 5276)

the details of the error log generated is as follows

DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
'common-linux', 'common-glibc', 'i586-linux', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j 4
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: `util/subst.conf' is up to date.
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: `lib/config.h' is up to date.
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
SUBST lib/dirpaths.h
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
config.status: creating ./lib/ext2fs/ext2_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
config.status: creating ./lib/blkid/blkid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
config.status: creating ./lib/uuid/uuid_types.h
config.status: creating lib/config.h
config.status: lib/config.h is unchanged
config.status: executing po-directories commands
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
SUBST compile_et
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
SUBST ext2_err.et
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
make libs
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `util/subst.conf' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/config.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
SUBST lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/ext2fs/ext2_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/blkid/blkid_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/uuid/uuid_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
SUBST compile_et
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
SUBST ext2_err.et
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
making all in lib/et
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
SUBST compile_et
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
making all in lib/ss
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ss'
SUBST mk_cmds
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ss'
making all in lib/e2p
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/e2p'
SUBST ../../lib/dirpaths.h
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/fsetflags.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/fgetversion.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/feature.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/fgetflags.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/fsetversion.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/getflags.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/getversion.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/hashstr.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/iod.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/ls.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/mntopts.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/parse_num.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/pe.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/pf.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/ps.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/setflags.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/setversion.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/uuid.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/ostype.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/e2p/percent.c
GEN_ELF_SOLIB libe2p.so.2.3
GEN_LIB libe2p.a
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/e2p'
making all in lib/ext2fs
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
SUBST ../../lib/dirpaths.h
SUBST ext2_err.et
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/crc16.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/inode_io.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/write_bb_file.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/bb_compat.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dupfs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/imager.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/test_io.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/alloc.c
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/test_io.c:14:0:
warning: "_GNU_SOURCE" redefined [enabled by default]
 #define _GNU_SOURCE
 ^
In file included from
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/test_io.c:12:0:
../../lib/config.h:648:0: note: this is the location of the previous
definition
 # define _GNU_SOURCE 1
 ^
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/alloc_sb.c
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/test_io.c:14:0:
warning: "_GNU_SOURCE" redefined [enabled by default]
 #define _GNU_SOURCE
 ^
In file included from
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/test_io.c:12:0:
../../lib/config.h:648:0: note: this is the location of the previous
definition
 # define _GNU_SOURCE 1
 ^
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/alloc_stats.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/alloc_tables.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/badblocks.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/bb_inode.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/bitmaps.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/bitops.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/blkmap64_ba.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/blkmap64_rb.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/block.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/bmap.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/check_desc.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/closefs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/crc32c.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/csum.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dblist.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dblist_dir.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dirblock.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dirhash.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/dir_iterate.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/expanddir.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/ext_attr.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/extent.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/fileio.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/finddev.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/flushb.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/freefs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/gen_bitmap.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/gen_bitmap64.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/get_pathname.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/getsize.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/getsectsize.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/i_block.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/icount.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/ind_block.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/initialize.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/inline.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/inode.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/io_manager.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/ismounted.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/link.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/lookup.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/mkdir.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/mkjournal.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/mmp.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/namei.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/native.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/newdir.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/openfs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/progress.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/punch.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/qcow2.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/read_bb.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/read_bb_file.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/res_gdt.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/rw_bitmaps.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/swapfs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/symlink.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/undo_io.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/unix_io.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/unlink.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/valid_blk.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/ext2fs/version.c
GEN_LIB libext2fs.a
GEN_ELF_SOLIB libext2fs.so.2.4
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
making all in lib/blkid
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/blkid'
SUBST ../../lib/dirpaths.h
SUBST libblkid.3
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/cache.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/dev.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/devname.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/devno.c
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/cache.c:15:0:
warning: "_GNU_SOURCE" redefined [enabled by default]
 #define _GNU_SOURCE
 ^
In file included from
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/cache.c:13:0:
../../lib/config.h:648:0: note: this is the location of the previous
definition
 # define _GNU_SOURCE 1
 ^
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/cache.c:15:0:
warning: "_GNU_SOURCE" redefined [enabled by default]
 #define _GNU_SOURCE
 ^
In file included from
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/cache.c:13:0:
../../lib/config.h:648:0: note: this is the location of the previous
definition
 # define _GNU_SOURCE 1
 ^
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/getsize.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/llseek.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/probe.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/read.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/resolve.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/save.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/tag.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/blkid/version.c
GEN_ELF_SOLIB libblkid.so.1.0
GEN_LIB libblkid.a
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/blkid'
making all in lib/quota
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/quota'
SUBST ../../lib/dirpaths.h
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/quota/quotaio.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/quota/quotaio_v2.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/quota/quotaio_tree.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/lib/quota/mkquota.c
GEN_LIB libquota.a
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/quota'
making all in intl
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/intl'
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make progs
make[1]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `util/subst.conf' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/config.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
SUBST lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/ext2fs/ext2_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/blkid/blkid_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: `lib/uuid/uuid_types.h' is up to date.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
SUBST compile_et
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
SUBST ext2_err.et
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
making all in lib/et
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
SUBST compile_et
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/et'
making all in lib/ss
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ss'
SUBST mk_cmds
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ss'
making all in lib/e2p
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/e2p'
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/e2p'
making all in lib/ext2fs
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
SUBST ../../lib/dirpaths.h
SUBST ext2_err.et
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/ext2fs'
making all in lib/blkid
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/blkid'
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/blkid'
making all in lib/quota
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/quota'
SUBST ../../lib/dirpaths.h
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/lib/quota'
making all in intl
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/intl'
making all in e2fsck
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/e2fsck'
SUBST ../lib/dirpaths.h
GEN32TABLE crc32table.h
CC prof_err.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/logfile.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/sigcatcher.c
SUBST e2fsck.8
SUBST e2fsck.conf.5
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/crc32.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/unix.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/e2fsck.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/super.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass1.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass1b.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass2.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass3.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass4.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/pass5.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/journal.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/badblocks.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/util.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/dirinfo.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/dx_dirinfo.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/ehandler.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/problem.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/message.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/quota.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/recovery.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/region.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/revoke.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/ea_refcount.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/rehash.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/profile.c
LD e2fsck
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/e2fsck'
making all in debugfs
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/debugfs'
MK_CMDS debug_cmds.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/debugfs.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/util.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/ncheck.c
chmod: debug_cmds.c: new permissions are r-xrwxrwx, not r-xr-xr-x
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/icheck.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/ls.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/lsdel.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/dump.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/set_fields.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/logdump.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/htree.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/unused.c
CC e2freefrag.o
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/filefrag.c
MK_CMDS extent_cmds.c
chmod: extent_cmds.c: new permissions are r-xrwxrwx, not r-xr-xr-x
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/extent_inode.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/debugfs/zap.c
CC create_inode.o
SUBST debugfs.8
CC debug_cmds.c
CC extent_cmds.c
LD debugfs
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/debugfs'
making all in misc
make[2]: Entering directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/misc'
SUBST ../lib/dirpaths.h
CP
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/e2fsck/profile.h
COMPILE_ET prof_err.et
COMPILE_ET prof_err.et
if test -f
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/misc/
mke2fs.conf.custom.in ; then \
cp
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/misc/
mke2fs.conf.custom.in mke2fs.conf; \
else \
cp
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/misc/
mke2fs.conf.in mke2fs.conf; \
fi
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/misc/create_inode.c
CC
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/e2fsprogs-1.42.9/misc/badblocks.c
chmod: cannot operate on dangling symlink 'prof_err.h'
chmod: prof_err.h: new permissions are r-xrwxrwx, not r-xr-xr-x
chmod: prof_err.c: new permissions are r-xrwxrwx, not r-xr-xr-x
make[2]: *** [prof_err.h] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/misc'
make[1]: *** [all-progs-recursive] Error 1
make[1]: Leaving directory
`/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
make: *** [all] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_compile (log file is located at
/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/temp/log.do_compile.5276)




Sorry for attaching this to this list.



On Tue, Jun 3, 2014 at 9:20 PM, Burton, Ross <ross.burton@intel.com> wrote:

> So you probably lost every executable mode when you did that.  Make a
> fresh clone and reapply your changes, that will be easier than finding
> every file that isn't executable when it should be.
>
> Ross
>
> On 3 June 2014 16:49, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> > its copied!
> >
> >
> > On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross <ross.burton@intel.com>
> wrote:
> >>
> >> On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
> >> > bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission
> >> > denied
> >>
> >> The permissions on that file don't involve +x.  Is that a fresh
> >> checkout of poky or copied from the removable media?
> >>
> >> Ross
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 50866 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 16:20             ` Kashyap Gada
@ 2014-06-03 17:14               ` Saul Wold
  2014-06-05  6:30                 ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Saul Wold @ 2014-06-03 17:14 UTC (permalink / raw)
  To: Kashyap Gada, Burton, Ross, yocto@yoctoproject.org

On 06/03/2014 09:20 AM, Kashyap Gada wrote:
> Thank you Ross.
>
> I actually ran into another problem in bitbaking core-image-sato from the
> getting started guide at the yocto site which led me into changing to a
> setup which doesnot include mounting of any drive to my ubuntu
> distribution. the problem is as follows.
>
> While compiling of e2fsprogs-1.42.9-r0 do_compile (pid 5276)
>
> the details of the error log generated is as follows
>

<SNIP>

> chmod: cannot operate on dangling symlink 'prof_err.h'
> chmod: prof_err.h: new permissions are r-xrwxrwx, not r-xr-xr-x
> chmod: prof_err.c: new permissions are r-xrwxrwx, not r-xr-xr-x

Looks like your still having some sort of permissions issue. Where 
exactly are you doing your build?  What type of filesystem?

Sau!


> make[2]: *** [prof_err.h] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> `/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build/misc'
> make[1]: *** [all-progs-recursive] Error 1
> make[1]: Leaving directory
> `/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/build'
> make: *** [all] Error 2
> ERROR: oe_runmake failed
> WARNING: exit code 1 from a shell command.
> ERROR: Function failed: do_compile (log file is located at
> /mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-linux/e2fsprogs/1.42.9-r0/temp/log.do_compile.5276)
>
>
>
>
> Sorry for attaching this to this list.
>
>
>
> On Tue, Jun 3, 2014 at 9:20 PM, Burton, Ross <ross.burton@intel.com> wrote:
>
>> So you probably lost every executable mode when you did that.  Make a
>> fresh clone and reapply your changes, that will be easier than finding
>> every file that isn't executable when it should be.
>>
>> Ross
>>
>> On 3 June 2014 16:49, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>>> its copied!
>>>
>>>
>>> On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross <ross.burton@intel.com>
>> wrote:
>>>>
>>>> On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>>>>> bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission
>>>>> denied
>>>>
>>>> The permissions on that file don't involve +x.  Is that a fresh
>>>> checkout of poky or copied from the removable media?
>>>>
>>>> Ross
>>>
>>>
>>
>
>
>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-03 17:14               ` Saul Wold
@ 2014-06-05  6:30                 ` Kashyap Gada
  2014-06-05  6:34                   ` Burton, Ross
  0 siblings, 1 reply; 12+ messages in thread
From: Kashyap Gada @ 2014-06-05  6:30 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2634 bytes --]

Its a different ntfs partition. I mount it manually.


On Tue, Jun 3, 2014 at 10:44 PM, Saul Wold <sgw@linux.intel.com> wrote:

> On 06/03/2014 09:20 AM, Kashyap Gada wrote:
>
>> Thank you Ross.
>>
>> I actually ran into another problem in bitbaking core-image-sato from the
>> getting started guide at the yocto site which led me into changing to a
>> setup which doesnot include mounting of any drive to my ubuntu
>> distribution. the problem is as follows.
>>
>> While compiling of e2fsprogs-1.42.9-r0 do_compile (pid 5276)
>>
>> the details of the error log generated is as follows
>>
>>
> <SNIP>
>
>
>  chmod: cannot operate on dangling symlink 'prof_err.h'
>> chmod: prof_err.h: new permissions are r-xrwxrwx, not r-xr-xr-x
>> chmod: prof_err.c: new permissions are r-xrwxrwx, not r-xr-xr-x
>>
>
> Looks like your still having some sort of permissions issue. Where exactly
> are you doing your build?  What type of filesystem?
>
> Sau!
>
>
>
>  make[2]: *** [prof_err.h] Error 1
>> make[2]: *** Waiting for unfinished jobs....
>> make[2]: Leaving directory
>> `/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-
>> linux/e2fsprogs/1.42.9-r0/build/misc'
>> make[1]: *** [all-progs-recursive] Error 1
>> make[1]: Leaving directory
>> `/mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-
>> linux/e2fsprogs/1.42.9-r0/build'
>> make: *** [all] Error 2
>> ERROR: oe_runmake failed
>> WARNING: exit code 1 from a shell command.
>> ERROR: Function failed: do_compile (log file is located at
>> /mnt/kashyap/hda/yocto/poky/build/tmp/work/i586-poky-
>> linux/e2fsprogs/1.42.9-r0/temp/log.do_compile.5276)
>>
>>
>>
>>
>> Sorry for attaching this to this list.
>>
>>
>>
>> On Tue, Jun 3, 2014 at 9:20 PM, Burton, Ross <ross.burton@intel.com>
>> wrote:
>>
>>  So you probably lost every executable mode when you did that.  Make a
>>> fresh clone and reapply your changes, that will be easier than finding
>>> every file that isn't executable when it should be.
>>>
>>> Ross
>>>
>>> On 3 June 2014 16:49, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>>>
>>>> its copied!
>>>>
>>>>
>>>> On Tue, Jun 3, 2014 at 9:16 PM, Burton, Ross <ross.burton@intel.com>
>>>>
>>> wrote:
>>>
>>>>
>>>>> On 3 June 2014 16:39, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>>>>>
>>>>>> bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission
>>>>>> denied
>>>>>>
>>>>>
>>>>> The permissions on that file don't involve +x.  Is that a fresh
>>>>> checkout of poky or copied from the removable media?
>>>>>
>>>>> Ross
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>

[-- Attachment #2: Type: text/html, Size: 4316 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-05  6:30                 ` Kashyap Gada
@ 2014-06-05  6:34                   ` Burton, Ross
  2014-06-05  6:39                     ` Kashyap Gada
  0 siblings, 1 reply; 12+ messages in thread
From: Burton, Ross @ 2014-06-05  6:34 UTC (permalink / raw)
  To: Kashyap Gada; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Thursday, 5 June 2014, Kashyap Gada <gada.kashyap@gmail.com> wrote:

> Its a different ntfs partition. I mount it manually.
>

Using NTFS is certainly going to complicate things because the permissions
model is different, can you use a Linux file system (such as ext4) instead
of a Windows one?

Ross

[-- Attachment #2: Type: text/html, Size: 544 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Source Command Permission Denied
  2014-06-05  6:34                   ` Burton, Ross
@ 2014-06-05  6:39                     ` Kashyap Gada
  0 siblings, 0 replies; 12+ messages in thread
From: Kashyap Gada @ 2014-06-05  6:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 586 bytes --]

Yes, I have already dropped my plan for continuing further on that setup. I
have got a new computer and started the complete process again.

Thanks for the help. :-)


On Thu, Jun 5, 2014 at 12:04 PM, Burton, Ross <ross.burton@intel.com> wrote:

> On Thursday, 5 June 2014, Kashyap Gada <gada.kashyap@gmail.com> wrote:
>
>> Its a different ntfs partition. I mount it manually.
>>
>
> Using NTFS is certainly going to complicate things because the permissions
> model is different, can you use a Linux file system (such as ext4) instead
> of a Windows one?
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1216 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-06-05  6:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30  4:06 Source Command Permission Denied Kashyap Gada
2014-05-30 11:10 ` Burton, Ross
2014-05-30 12:36   ` Kashyap Gada
2014-06-03 15:39     ` Kashyap Gada
2014-06-03 15:46       ` Burton, Ross
2014-06-03 15:49         ` Kashyap Gada
2014-06-03 15:50           ` Burton, Ross
2014-06-03 16:20             ` Kashyap Gada
2014-06-03 17:14               ` Saul Wold
2014-06-05  6:30                 ` Kashyap Gada
2014-06-05  6:34                   ` Burton, Ross
2014-06-05  6:39                     ` Kashyap Gada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.